UNPKG

d2-ui

Version:
84 lines (83 loc) 2.2 kB
{ "_args": [ [ "pbkdf2-compat@2.0.1", "/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/crypto-browserify" ] ], "_from": "pbkdf2-compat@2.0.1", "_id": "pbkdf2-compat@2.0.1", "_inCache": true, "_installable": true, "_location": "/pbkdf2-compat", "_nodeVersion": "0.10.32", "_npmUser": { "email": "email@dcousens.com", "name": "dcousens" }, "_npmVersion": "2.0.2", "_phantomChildren": {}, "_requested": { "name": "pbkdf2-compat", "raw": "pbkdf2-compat@2.0.1", "rawSpec": "2.0.1", "scope": null, "spec": "2.0.1", "type": "version" }, "_requiredBy": [ "/crypto-browserify" ], "_resolved": "https://registry.npmjs.org/pbkdf2-compat/-/pbkdf2-compat-2.0.1.tgz", "_shasum": "b6e0c8fa99494d94e0511575802a59a5c142f288", "_shrinkwrap": null, "_spec": "pbkdf2-compat@2.0.1", "_where": "/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/crypto-browserify", "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" }, "dist": { "shasum": "b6e0c8fa99494d94e0511575802a59a5c142f288", "tarball": "http://registry.npmjs.org/pbkdf2-compat/-/pbkdf2-compat-2.0.1.tgz" }, "gitHead": "d0d90f8acae63d0f069c03c0350935f2ddc14094", "homepage": "https://github.com/dcousens/pbkdf2-compat", "keywords": [ "pbkdf2", "kdf", "salt", "hash" ], "license": "MIT", "main": "index.js", "maintainers": [ { "email": "email@dcousens.com", "name": "dcousens" } ], "name": "pbkdf2-compat", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "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" }