{
  "_args": [
    [
      "pbkdf2@^3.0.3",
      "/var/www/html/isbn/resources/angular-app/node_modules/crypto-browserify"
    ]
  ],
  "_from": "pbkdf2@>=3.0.3 <4.0.0",
  "_hasShrinkwrap": false,
  "_id": "pbkdf2@3.1.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/pbkdf2",
  "_nodeVersion": "12.16.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/pbkdf2_3.1.1_1591275704304_0.21657740641701118"
  },
  "_npmUser": {
    "email": "calvin.metcalf@gmail.com",
    "name": "cwmma"
  },
  "_npmVersion": "6.14.5",
  "_phantomChildren": {},
  "_requested": {
    "name": "pbkdf2",
    "raw": "pbkdf2@^3.0.3",
    "rawSpec": "^3.0.3",
    "scope": null,
    "spec": ">=3.0.3 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/crypto-browserify",
    "/parse-asn1"
  ],
  "_resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.1.tgz",
  "_shasum": "cb8724b0fada984596856d1a6ebafd3584654b94",
  "_shrinkwrap": null,
  "_spec": "pbkdf2@^3.0.3",
  "_where": "/var/www/html/isbn/resources/angular-app/node_modules/crypto-browserify",
  "author": {
    "name": "Daniel Cousens"
  },
  "browser": {
    "./index.js": "./browser.js",
    "./lib/sync.js": "./lib/sync-browser.js"
  },
  "bugs": {
    "url": "https://github.com/crypto-browserify/pbkdf2/issues"
  },
  "dependencies": {
    "create-hash": "^1.1.2",
    "create-hmac": "^1.1.4",
    "ripemd160": "^2.0.1",
    "safe-buffer": "^5.0.1",
    "sha.js": "^2.4.8"
  },
  "description": "This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()",
  "devDependencies": {
    "benchmark": "^2.1.4",
    "browserify": "*",
    "nyc": "^6.4.0",
    "standard": "*",
    "tape": "^4.5.1"
  },
  "directories": {},
  "dist": {
    "fileCount": 11,
    "integrity": "sha512-4Ejy1OPxi9f2tt1rRV7Go7zmfDQ+ZectEQz3VGUQhgq62HtIRPDyG/JtnwIxs6x3uNMwo2V7q1fMvKjb+Tnpqg==",
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe2PC4CRA9TVsSAnZWagAAxlAP/jhwcAIiS/l7qfNdzpRe\nPpMDnBR3VqkpIa9cF+TF2EYr7H/bgRVuV1g2N6XR1QmgJfGQQPHmuwcKCxxx\nCEMbSD4f8T2zVo1EIuea2qOcwjDj0QKZwUd0PGQ/eq0ARU9+gjKC3LBow5dY\n0VN5AhT38CUn+IVFnIbaR4mWvrrxdCBIru8hFBZoV9nEIOwOP0RIn9NpcvOu\nVkqlIra5BDuBF7+6uJ2+/B6mLoVSHc0kDrEmJRvIl1E1RT2lL6yjarLBDErW\nw8ADBpMkIbQ+Z8FrUaYa1E+HM2cICd7x8+sSY6ScMpbQj/ERN1yQoSRtv1nS\nW+ECI1m5bENNNr8YFQTtpu2r3hrxiKSy19G5oURjhwFddDBcbqCn21eboyXk\n8fecTCK0coA+L9Mv+gowDmYDkx+HWnGMDkG/n9DZG5lNXvI4KwEPpWuBtO1t\nyHkyUCU5JuzImtPpkpN/O/t2KpjAz7EG0kjKQFlVle0O50C5RFRAJyp76f3P\ncnYqEidntxem1v2VRs/GzaqHC14pL6FQsDDXNrrnLoeNhsPymZjSRNQWNZCn\n56cUaH3rPFYMHbqIJ/YO0FjnR2W7sUJENzhRRsDTECfxfq+EIWetOC527g37\nql4Tgj4vxazjslmwpEhSX52yq8RuX94jNz/6R4tCGLrf4g4rWYN+3uaM94RW\nadM2\r\n=I4mP\r\n-----END PGP SIGNATURE-----\r\n",
    "shasum": "cb8724b0fada984596856d1a6ebafd3584654b94",
    "tarball": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.1.tgz",
    "unpackedSize": 13353
  },
  "engines": {
    "node": ">=0.12"
  },
  "gitHead": "4a0bc7bc576418f6d0e7f47339b6054f00d07718",
  "homepage": "https://github.com/crypto-browserify/pbkdf2",
  "keywords": [
    "hash",
    "kdf",
    "pbkdf2",
    "salt"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "cwmma",
      "email": "calvin.metcalf@gmail.com"
    },
    {
      "name": "fundon",
      "email": "cfddream@gmail.com"
    },
    {
      "name": "indutny",
      "email": "fedor@indutny.com"
    },
    {
      "name": "jprichardson",
      "email": "jprichardson@gmail.com"
    }
  ],
  "name": "pbkdf2",
  "nyc": {
    "exclude": [
      "lib/async.js",
      "test/bundle.js"
    ]
  },
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/crypto-browserify/pbkdf2.git"
  },
  "scripts": {
    "bench": "node bench/",
    "bundle-test": "browserify test/index.js > test/bundle.js",
    "coverage": "nyc --check-coverage --branches 95 --functions 95 tape test/*.js",
    "coverage-html": "nyc report --reporter=html",
    "coverage-report": "nyc report --reporter=lcov",
    "lint": "standard",
    "prepublish": "npm run test",
    "test": "npm run lint && npm run unit",
    "unit": "tape test/*.js"
  },
  "standard": {
    "ignore": [
      "test/bundle.js"
    ]
  },
  "version": "3.1.1"
}
