{ "_args": [ [ { "raw": "bcryptjs", "scope": null, "escapedName": "bcryptjs", "name": "bcryptjs", "rawSpec": "", "spec": "latest", "type": "tag" }, "/home/robert/workspace/code-examples" ] ], "_from": "bcryptjs@latest", "_id": "bcryptjs@2.3.0", "_inCache": true, "_installable": true, "_location": "/bcryptjs", "_nodeVersion": "0.12.7", "_npmUser": { "name": "dcode", "email": "dcode@dcode.io" }, "_npmVersion": "2.11.3", "_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.3.0.tgz", "_shasum": "5826900cfef7abaf3425c72e4d464de509b8c2ec", "_shrinkwrap": null, "_spec": "bcryptjs", "_where": "/home/robert/workspace/code-examples", "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": "5826900cfef7abaf3425c72e4d464de509b8c2ec", "tarball": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.3.0.tgz" }, "gitHead": "89c19400dcc9ca77b9f768bd79a6700eb764a1da", "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=ADVANCED_OPTIMIZATIONS --create_source_map=dist/bcrypt.min.map --externs=externs/minimal-env.js --output_wrapper=\"(function(){%output%})();\" > dist/bcrypt.min.js", "compress": "gzip -c -9 dist/bcrypt.min.js > dist/bcrypt.min.js.gz", "make": "npm run-script build && npm run-script compile && npm test", "test": "node node_modules/testjs/bin/testjs" }, "version": "2.3.0" }