package.json 2.68 KB
{
  "_args": [
    [
      {
        "raw": "diffie-hellman@^5.0.0",
        "scope": null,
        "escapedName": "diffie-hellman",
        "name": "diffie-hellman",
        "rawSpec": "^5.0.0",
        "spec": ">=5.0.0 <6.0.0",
        "type": "range"
      },
      "/Users/admin/Documents/workspace/programming/node_modules/crypto-browserify"
    ]
  ],
  "_from": "diffie-hellman@>=5.0.0 <6.0.0",
  "_id": "diffie-hellman@5.0.2",
  "_inCache": true,
  "_location": "/diffie-hellman",
  "_nodeVersion": "5.5.0",
  "_npmUser": {
    "name": "cwmma",
    "email": "calvin.metcalf@gmail.com"
  },
  "_npmVersion": "3.3.12",
  "_phantomChildren": {},
  "_requested": {
    "raw": "diffie-hellman@^5.0.0",
    "scope": null,
    "escapedName": "diffie-hellman",
    "name": "diffie-hellman",
    "rawSpec": "^5.0.0",
    "spec": ">=5.0.0 <6.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/crypto-browserify"
  ],
  "_resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.2.tgz",
  "_shasum": "b5835739270cfe26acf632099fded2a07f209e5e",
  "_shrinkwrap": null,
  "_spec": "diffie-hellman@^5.0.0",
  "_where": "/Users/admin/Documents/workspace/programming/node_modules/crypto-browserify",
  "author": {
    "name": "Calvin Metcalf"
  },
  "browser": "browser.js",
  "bugs": {
    "url": "https://github.com/crypto-browserify/diffie-hellman/issues"
  },
  "dependencies": {
    "bn.js": "^4.1.0",
    "miller-rabin": "^4.0.0",
    "randombytes": "^2.0.0"
  },
  "description": "pure js diffie-hellman",
  "devDependencies": {
    "tap-spec": "^1.0.1",
    "tape": "^3.0.1"
  },
  "directories": {},
  "dist": {
    "shasum": "b5835739270cfe26acf632099fded2a07f209e5e",
    "tarball": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.2.tgz"
  },
  "gitHead": "6a58413e1004b48425b28fb337187db00c2d83c0",
  "homepage": "https://github.com/crypto-browserify/diffie-hellman",
  "keywords": [
    "diffie",
    "hellman",
    "diffiehellman",
    "dh"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "cwmma",
      "email": "calvin.metcalf@gmail.com"
    },
    {
      "name": "dcousens",
      "email": "email@dcousens.com"
    },
    {
      "name": "dominictarr",
      "email": "dominic.tarr@gmail.com"
    },
    {
      "name": "jprichardson",
      "email": "jprichardson@gmail.com"
    },
    {
      "name": "indutny",
      "email": "fedor@indutny.com"
    }
  ],
  "name": "diffie-hellman",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/crypto-browserify/diffie-hellman.git"
  },
  "scripts": {
    "test": "node test.js | tspec"
  },
  "version": "5.0.2"
}