{ "_from": "pbkdf2-compat@2.0.1", "_id": "pbkdf2-compat@2.0.1", "_inBundle": false, "_integrity": "sha1-tuDI+plJTZTgURV1gCpZpcFC8og=", "_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-require/crypto-browserify" ], "_resolved": "https://registry.npmjs.org/pbkdf2-compat/-/pbkdf2-compat-2.0.1.tgz", "_shasum": "b6e0c8fa99494d94e0511575802a59a5c142f288", "_spec": "pbkdf2-compat@2.0.1", "_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/webpack-require/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" }