{
  "_args": [
    [
      "pbkdf2-compat@https://registry.npmjs.org/pbkdf2-compat/-/pbkdf2-compat-2.0.1.tgz",
      "/Users/nw/flint/packages/flint"
    ]
  ],
  "_from": "pbkdf2-compat@2.0.1",
  "_id": "pbkdf2-compat@2.0.1",
  "_inCache": true,
  "_location": "/pbkdf2-compat",
  "_phantomChildren": {},
  "_requested": {
    "name": "pbkdf2-compat",
    "raw": "pbkdf2-compat@https://registry.npmjs.org/pbkdf2-compat/-/pbkdf2-compat-2.0.1.tgz",
    "rawSpec": "https://registry.npmjs.org/pbkdf2-compat/-/pbkdf2-compat-2.0.1.tgz",
    "scope": null,
    "spec": "https://registry.npmjs.org/pbkdf2-compat/-/pbkdf2-compat-2.0.1.tgz",
    "type": "remote"
  },
  "_requiredBy": [
    "/crypto-browserify"
  ],
  "_resolved": "https://registry.npmjs.org/pbkdf2-compat/-/pbkdf2-compat-2.0.1.tgz",
  "_shasum": "b6e0c8fa99494d94e0511575802a59a5c142f288",
  "_shrinkwrap": null,
  "_spec": "pbkdf2-compat@https://registry.npmjs.org/pbkdf2-compat/-/pbkdf2-compat-2.0.1.tgz",
  "_where": "/Users/nw/flint/packages/flint",
  "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"
  },
  "homepage": "https://github.com/dcousens/pbkdf2-compat",
  "keywords": [
    "hash",
    "kdf",
    "pbkdf2",
    "salt"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "pbkdf2-compat",
  "optionalDependencies": {},
  "readme": "# pbkdf2-compat\n\n[![build status](https://secure.travis-ci.org/dcousens/pbkdf2-compat.png)](http://travis-ci.org/dcousens/pbkdf2-compat)\n[![Coverage Status](https://img.shields.io/coveralls/dcousens/pbkdf2-compat.svg)](https://coveralls.io/r/dcousens/pbkdf2-compat)\n[![Version](http://img.shields.io/npm/v/pbkdf2-compat.svg)](https://www.npmjs.org/package/pbkdf2-compat)\n\nThis library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from `crypto.getHashes()`\n\n\n## Usage\n\n```\nvar compat = require('pbkd2f-compat')\nvar derivedKey = compat.pbkdf2Sync('password', 'salt', 1, 32, 'sha512')\n\n...\n```\n\n\n## Credits\n\nThis module is a derivative of https://github.com/cryptocoinjs/pbkdf2-sha256/, so thanks to [JP Richardson](https://github.com/cryptocoinjs/pbkdf2-sha256/) for laying the ground work.\n",
  "readmeFilename": "README.md",
  "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"
}
