Gerrit Linnemann 0dd4236e11 Initial Commit
2017-12-18 14:24:11 +01:00

130 lines
3.4 KiB
JSON

{
"_args": [
[
{
"raw": "bcryptjs",
"scope": null,
"escapedName": "bcryptjs",
"name": "bcryptjs",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/Users/linnemann/Documents/dev/nodejs/microservices_boilerplate/service001"
]
],
"_from": "bcryptjs@latest",
"_id": "bcryptjs@2.4.3",
"_inCache": true,
"_location": "/bcryptjs",
"_nodeVersion": "6.9.1",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/bcryptjs-2.4.3.tgz_1486460625673_0.9308078193571419"
},
"_npmUser": {
"name": "dcode",
"email": "dcode+npm@dcode.io"
},
"_npmVersion": "4.0.5",
"_phantomChildren": {},
"_requested": {
"raw": "bcryptjs",
"scope": null,
"escapedName": "bcryptjs",
"name": "bcryptjs",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.4.3.tgz",
"_shasum": "9ab5627b93e60621ff7cdac5da9733027df1d0cb",
"_shrinkwrap": null,
"_spec": "bcryptjs",
"_where": "/Users/linnemann/Documents/dev/nodejs/microservices_boilerplate/service001",
"author": {
"name": "Daniel Wirtz",
"email": "dcode@dcode.io"
},
"browser": "dist/bcrypt.js",
"bugs": {
"url": "https://github.com/dcodeIO/bcrypt.js/issues"
},
"contributors": [
{
"name": "Shane Girish",
"email": "shaneGirish@gmail.com",
"url": "https://github.com/shaneGirish"
},
{
"name": "Alex Murray",
"url": "https://github.com/alexmurray"
},
{
"name": "Nicolas Pelletier",
"url": "https://github.com/NicolasPelletier"
},
{
"name": "Josh Rogers",
"url": "https://github.com/geekymole"
},
{
"name": "Noah Isaacson",
"email": "noah@nisaacson.com",
"url": "https://github.com/nisaacson"
}
],
"dependencies": {},
"description": "Optimized bcrypt in plain JavaScript with zero dependencies. Compatible to 'bcrypt'.",
"devDependencies": {
"bcrypt": "latest",
"closurecompiler": "~1",
"metascript": "~0.18",
"testjs": "~1",
"utfx": "~1"
},
"directories": {},
"dist": {
"shasum": "9ab5627b93e60621ff7cdac5da9733027df1d0cb",
"tarball": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.4.3.tgz"
},
"gitHead": "f7dd725a0b77036696042b5c1cb5e13cf0f7291e",
"homepage": "https://github.com/dcodeIO/bcrypt.js#readme",
"keywords": [
"bcrypt",
"password",
"auth",
"authentication",
"encryption",
"crypt",
"crypto"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "dcode",
"email": "dcode@dcode.io"
}
],
"name": "bcryptjs",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "url",
"url": "git+https://github.com/dcodeIO/bcrypt.js.git"
},
"scripts": {
"build": "node scripts/build.js",
"compile": "node node_modules/closurecompiler/bin/ccjs dist/bcrypt.js --compilation_level=SIMPLE_OPTIMIZATIONS --create_source_map=dist/bcrypt.min.map > dist/bcrypt.min.js",
"compress": "gzip -c -9 dist/bcrypt.min.js > dist/bcrypt.min.js.gz",
"make": "npm run build && npm run compile && npm run compress && npm test",
"test": "node node_modules/testjs/bin/testjs"
},
"version": "2.4.3"
}