You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

58 lines
1.5 KiB

{
"_from": "pbkdf2-password@^1.1.0",
"_id": "pbkdf2-password@1.2.1",
"_inBundle": false,
"_integrity": "sha1-n3RROhVf041Na1yEFNOVXdJspu4=",
"_location": "/pbkdf2-password",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "pbkdf2-password@^1.1.0",
"name": "pbkdf2-password",
"escapedName": "pbkdf2-password",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/mosca"
],
"_resolved": "https://registry.npmjs.org/pbkdf2-password/-/pbkdf2-password-1.2.1.tgz",
"_shasum": "9f74513a155fd38d4d6b5c8414d3955dd26ca6ee",
"_spec": "pbkdf2-password@^1.1.0",
"_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/mosca",
"author": {
"name": "Matteo Collina",
"email": "hello@matteocollina.com"
},
"bugs": {
"url": "https://github.com/mcollina/pbkdf2-password/issues"
},
"bundleDependencies": false,
"dependencies": {
"fastfall": "^1.2.3"
},
"deprecated": false,
"description": "Easy salt/password creation for Node.js, extracted from Mosca",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.1.0"
},
"homepage": "https://github.com/mcollina/pbkdf2-password",
"keywords": [
"pbkdf2",
"authentication"
],
"license": "MIT",
"main": "pbkdf2-password.js",
"name": "pbkdf2-password",
"repository": {
"type": "git",
"url": "git+https://github.com/mcollina/pbkdf2-password.git"
},
"scripts": {
"test": "mocha test.js"
},
"version": "1.2.1"
}