{
  "_from": "pbkdf2-compat@2.0.1",
  "_id": "pbkdf2-compat@2.0.1",
  "_inBundle": false,
  "_integrity": "sha512-JYubxYhymODUUWVq9/Tmo9VQFZ8LyrD/pbXVpwmt1Npr2z29KZwp7+IBT3/PRjr1xpecX4W1EcbjFjp8nE3stQ==",
  "_location": "/pbkdf2-compat",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "pbkdf2-compat@2.0.1",
    "name": "pbkdf2-compat",
    "escapedName": "pbkdf2-compat",
    "rawSpec": "2.0.1",
    "saveSpec": null,
    "fetchSpec": "2.0.1"
  },
  "_requiredBy": [
    "/webpack-stream/crypto-browserify"
  ],
  "_resolved": "https://registry.npmjs.org/pbkdf2-compat/-/pbkdf2-compat-2.0.1.tgz",
  "_shasum": "b6e0c8fa99494d94e0511575802a59a5c142f288",
  "_spec": "pbkdf2-compat@2.0.1",
  "_where": "C:\\xamp71\\htdocs\\pincodes\\pintaxi\\node_modules\\webpack-stream\\node_modules\\crypto-browserify",
  "author": {
    "name": "Daniel Cousens"
  },
  "bugs": {
    "url": "https://github.com/dcousens/pbkdf2-compat/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "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": [
    "pbkdf2",
    "kdf",
    "salt",
    "hash"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "pbkdf2-compat",
  "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"
}
