{
  "_args": [
    [
      {
        "raw": "pbkdf2@^3.0.3",
        "scope": null,
        "escapedName": "pbkdf2",
        "name": "pbkdf2",
        "rawSpec": "^3.0.3",
        "spec": ">=3.0.3 <4.0.0",
        "type": "range"
      },
      "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.5qOXFYwm/node_modules/crypto-browserify"
    ]
  ],
  "_from": "pbkdf2@>=3.0.3 <4.0.0",
  "_id": "pbkdf2@3.0.4",
  "_inCache": true,
  "_installable": true,
  "_location": "/pbkdf2",
  "_nodeVersion": "0.12.0",
  "_npmUser": {
    "name": "dcousens",
    "email": "email@dcousens.com"
  },
  "_npmVersion": "2.7.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "pbkdf2@^3.0.3",
    "scope": null,
    "escapedName": "pbkdf2",
    "name": "pbkdf2",
    "rawSpec": "^3.0.3",
    "spec": ">=3.0.3 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/crypto-browserify",
    "/parse-asn1"
  ],
  "_resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.4.tgz",
  "_shasum": "12c8bfaf920543786a85150b03f68d5f1aa982fc",
  "_shrinkwrap": null,
  "_spec": "pbkdf2@^3.0.3",
  "_where": "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.5qOXFYwm/node_modules/crypto-browserify",
  "author": {
    "name": "Daniel Cousens"
  },
  "browser": "./browser.js",
  "bugs": {
    "url": "https://github.com/crypto-browserify/pbkdf2/issues"
  },
  "dependencies": {
    "create-hmac": "^1.1.2"
  },
  "description": "This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()",
  "devDependencies": {
    "browserify": "^8.1.1",
    "coveralls": "^2.11.2",
    "istanbul": "^0.3.5",
    "mocha": "^2.1.0",
    "standard": "^3.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "12c8bfaf920543786a85150b03f68d5f1aa982fc",
    "tarball": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.4.tgz"
  },
  "gitHead": "c9b595c784154e433995faf6cd81813aef29c713",
  "homepage": "https://github.com/crypto-browserify/pbkdf2",
  "keywords": [
    "pbkdf2",
    "kdf",
    "salt",
    "hash"
  ],
  "license": "MIT",
  "main": "./index.js",
  "maintainers": [
    {
      "name": "fundon",
      "email": "cfddream@gmail.com"
    },
    {
      "name": "cwmma",
      "email": "calvin.metcalf@gmail.com"
    },
    {
      "name": "dcousens",
      "email": "email@dcousens.com"
    },
    {
      "name": "jprichardson",
      "email": "jprichardson@gmail.com"
    },
    {
      "name": "dominictarr",
      "email": "dominic.tarr@gmail.com"
    },
    {
      "name": "indutny",
      "email": "fedor@indutny.com"
    }
  ],
  "name": "pbkdf2",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/crypto-browserify/pbkdf2.git"
  },
  "scripts": {
    "bundle-test": "browserify test/index.js > test/bundle.js",
    "coverage": "istanbul cover _mocha -- -t 20000 test/index.js",
    "coveralls": "npm run coverage && coveralls < coverage/lcov.info",
    "standard": "standard",
    "test": "mocha --reporter list -t 20000 test/index.js"
  },
  "standard": {
    "ignore": [
      "test/**"
    ]
  },
  "version": "3.0.4"
}
