react / wstein / node_modules / browserify / node_modules / crypto-browserify / node_modules / pbkdf2 / package.json
80540 views{1"name": "pbkdf2",2"version": "3.0.4",3"description": "This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()",4"main": "./index.js",5"browser": "./browser.js",6"keywords": [7"pbkdf2",8"kdf",9"salt",10"hash"11],12"scripts": {13"coverage": "istanbul cover _mocha -- -t 20000 test/index.js",14"coveralls": "npm run coverage && coveralls < coverage/lcov.info",15"standard": "standard",16"test": "mocha --reporter list -t 20000 test/index.js",17"bundle-test": "browserify test/index.js > test/bundle.js"18},19"repository": {20"type": "git",21"url": "git+https://github.com/crypto-browserify/pbkdf2.git"22},23"author": {24"name": "Daniel Cousens"25},26"license": "MIT",27"bugs": {28"url": "https://github.com/crypto-browserify/pbkdf2/issues"29},30"homepage": "https://github.com/crypto-browserify/pbkdf2",31"devDependencies": {32"browserify": "^8.1.1",33"coveralls": "^2.11.2",34"istanbul": "^0.3.5",35"mocha": "^2.1.0",36"standard": "^3.0.0"37},38"dependencies": {39"create-hmac": "^1.1.2"40},41"standard": {42"ignore": [43"test/**"44]45},46"gitHead": "c9b595c784154e433995faf6cd81813aef29c713",47"_id": "[email protected]",48"_shasum": "12c8bfaf920543786a85150b03f68d5f1aa982fc",49"_from": "pbkdf2@>=3.0.3 <4.0.0",50"_npmVersion": "2.7.1",51"_nodeVersion": "0.12.0",52"_npmUser": {53"name": "dcousens",54"email": "[email protected]"55},56"maintainers": [57{58"name": "fundon",59"email": "[email protected]"60},61{62"name": "cwmma",63"email": "[email protected]"64},65{66"name": "dcousens",67"email": "[email protected]"68},69{70"name": "jprichardson",71"email": "[email protected]"72},73{74"name": "dominictarr",75"email": "[email protected]"76},77{78"name": "indutny",79"email": "[email protected]"80}81],82"dist": {83"shasum": "12c8bfaf920543786a85150b03f68d5f1aa982fc",84"tarball": "http://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.4.tgz"85},86"directories": {},87"_resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.4.tgz",88"readme": "ERROR: No README data found!"89}909192