verdaccio/node_modules/crypt3/package.json

59 lines
1.3 KiB
JSON

{
"name": "crypt3",
"version": "0.1.6",
"description": "Node.js crypt(3) bindings",
"main": "index.js",
"scripts": {
"test": "node test/test.js",
"install": "node-gyp rebuild"
},
"repository": {
"type": "git",
"url": "https://github.com/sendanor/node-crypt3.git"
},
"keywords": [
"crypt",
"password",
"md5",
"sha256",
"sha512",
"blowfish",
"hash"
],
"dependencies": {
"nan": "~1.3.0"
},
"author": {
"name": "Jaakko-Heikki Heusala",
"email": "jheusala@iki.fi"
},
"license": "MIT",
"gypfile": true,
"gitHead": "8b47b4a2f542a7d9a80a62870ef3e4af0d751b33",
"bugs": {
"url": "https://github.com/sendanor/node-crypt3/issues"
},
"homepage": "https://github.com/sendanor/node-crypt3",
"_id": "crypt3@0.1.6",
"_shasum": "1f3c0124f2987eb736d731b578f5c7756a2f9f3f",
"_from": "crypt3@>=0.1.6 <1.0.0-0",
"_npmVersion": "1.4.28",
"_npmUser": {
"name": "jhh",
"email": "jhh@sendanor.com"
},
"maintainers": [
{
"name": "jhh",
"email": "jhh@sendanor.com"
}
],
"dist": {
"shasum": "1f3c0124f2987eb736d731b578f5c7756a2f9f3f",
"tarball": "http://registry.npmjs.org/crypt3/-/crypt3-0.1.6.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/crypt3/-/crypt3-0.1.6.tgz",
"readme": "ERROR: No README data found!"
}