{ "_args": [ [ "pbkdf2@^3.0.3", "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/crypto-browserify" ] ], "_from": "pbkdf2@>=3.0.3 <4.0.0", "_hasShrinkwrap": false, "_id": "pbkdf2@3.0.17", "_inCache": true, "_installable": true, "_location": "/pbkdf2", "_nodeVersion": "10.8.0", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/pbkdf2_3.0.17_1537879887360_0.9800817100870836" }, "_npmUser": { "email": "calvin.metcalf@gmail.com", "name": "cwmma" }, "_npmVersion": "6.4.0", "_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.0.17.tgz", "_shasum": "976c206530617b14ebb32114239f7b09336e93a6", "_shrinkwrap": null, "_spec": "pbkdf2@^3.0.3", "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/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": 10, "integrity": "sha512-U/il5MsrZp7mGg3mSQfn742na2T+1/vHDCG5/iTI3X9MKUuYUZVLQhyRsg06mCgDBTd57TxzgZt7P+fYfjRLtA==", "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbqi9QCRA9TVsSAnZWagAATtcP/jydiGnt8YdK/hXpZijw\nxiB4zgKRxu4NsIKAv3YzjlsoP3x2GkrGyCQ5x4AOWjrkUn+vHZtePhxvsxcg\nRUKz1b5nkjmz8SdsycU8p25u881SvTfLDAMISBaIFdXMR1fOoCzwF2nSXfoh\nBhByl9jsx3Hv5A6/t82X/8phC3m3MFmE1z8ZyaptVWsJAxf16bfUYT7WsY8r\nf6cM5+EENnLvyI7MTVewlzdW4mtcZbRx4v4MyZzj+gLpPBiWKR6KrPNSzBtK\ntoClSbd+vrb8FKmktSyXIi6PCSsi2RNhjZ2JonJiyWgwJABe13drHZ5YLlr3\nnlBlsVuhyXgwF6P2tXUyKvZOgVdCAbXl9sJbPjLyS+hPEit+HjG6Rm8kv2jj\nDa6r8o1ndccXIsCB0KTOvju+toGXfUGIYrZEAPqwMoHO41pachWuVFi1DWC0\nTiXD7WYQaZSPurMc2pe//BEyF3T86cEufnoF7qxPZ0HmWLINt1yGQ1AnKHbi\n0C+4nfWfkYerkZiaBsYXHiA5D1B46dXR5G+E5vT3UujZqm0K6P/Atcsd+51+\nP9qcxM1b2S+5mwEmV4SIhXc+opzxed6RrWz611IhObGPFtlLJnkm9VP/DYJg\n5U9Jqw7yrDOrpXctVk3weplZ59JczmhcZtX/s23od5Vl8WDIvcb29gPGwp53\n6Bsw\r\n=HKsg\r\n-----END PGP SIGNATURE-----\r\n", "shasum": "976c206530617b14ebb32114239f7b09336e93a6", "tarball": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.17.tgz", "unpackedSize": 12927 }, "engines": { "node": ">=0.12" }, "gitHead": "dadbcb741111f0ed165951d53028f2358e0e0a1c", "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": "dcousens", "email": "npm@dcousens.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.0.17" }