{
  "_args": [
    [
      "pbkdf2-compat@2.0.1",
      "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.7AUjthFu/node_modules/crypto-browserify"
    ]
  ],
  "_from": "pbkdf2-compat@2.0.1",
  "_id": "pbkdf2-compat@2.0.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/pbkdf2-compat",
  "_nodeVersion": "0.10.32",
  "_npmUser": {
    "email": "email@dcousens.com",
    "name": "dcousens"
  },
  "_npmVersion": "2.0.2",
  "_phantomChildren": {},
  "_requested": {
    "name": "pbkdf2-compat",
    "raw": "pbkdf2-compat@2.0.1",
    "rawSpec": "2.0.1",
    "scope": null,
    "spec": "2.0.1",
    "type": "version"
  },
  "_requiredBy": [
    "/crypto-browserify"
  ],
  "_resolved": "https://registry.npmjs.org/pbkdf2-compat/-/pbkdf2-compat-2.0.1.tgz",
  "_shasum": "b6e0c8fa99494d94e0511575802a59a5c142f288",
  "_shrinkwrap": null,
  "_spec": "pbkdf2-compat@2.0.1",
  "_where": "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.7AUjthFu/node_modules/crypto-browserify",
  "author": {
    "name": "Daniel Cousens"
  },
  "bugs": {
    "url": "https://github.com/dcousens/pbkdf2-compat/issues"
  },
  "dependencies": {},
  "description": "Provides the functionality of PBKDF2 with the ability to use any natively supported Node crypto hashing algorithm.",
  "devDependencies": {
    "istanbul": "^0.3.2",
    "mocha": "^1.21.4"
  },
  "directories": {
    "test": "test"
  },
  "dist": {
    "shasum": "b6e0c8fa99494d94e0511575802a59a5c142f288",
    "tarball": "https://registry.npmjs.org/pbkdf2-compat/-/pbkdf2-compat-2.0.1.tgz"
  },
  "gitHead": "d0d90f8acae63d0f069c03c0350935f2ddc14094",
  "homepage": "https://github.com/dcousens/pbkdf2-compat",
  "keywords": [
    "hash",
    "kdf",
    "pbkdf2",
    "salt"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "dcousens",
      "email": "email@dcousens.com"
    }
  ],
  "name": "pbkdf2-compat",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcousens/pbkdf2-compat.git"
  },
  "scripts": {
    "coverage": "istanbul cover mocha -- test/*.js",
    "test": "istanbul test mocha -- --reporter list test/*.js"
  },
  "version": "2.0.1"
}
