123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- {
- "name": "bcrypt",
- "description": "A bcrypt library for NodeJS.",
- "keywords": [
- "bcrypt",
- "password",
- "auth",
- "authentication",
- "encryption",
- "crypt",
- "crypto"
- ],
- "main": "./bcrypt",
- "version": "0.7.8",
- "author": {
- "name": "Nick Campbell",
- "url": "https://github.com/ncb000gt"
- },
- "engines": {
- "node": ">= 0.6.0"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/ncb000gt/node.bcrypt.js.git"
- },
- "licenses": [
- {
- "type": "MIT"
- }
- ],
- "bugs": {
- "url": "https://github.com/ncb000gt/node.bcrypt.js/issues"
- },
- "scripts": {
- "test": "node-gyp configure build && nodeunit test",
- "install": "node-gyp rebuild"
- },
- "dependencies": {
- "bindings": "1.0.0"
- },
- "devDependencies": {
- "nodeunit": ">=0.6.4"
- },
- "contributors": [
- {
- "name": "Antonio Salazar Cardozo",
- "email": "savedfastcool@gmail.com",
- "url": "https://github.com/Shadowfiend"
- },
- {
- "name": "Van Nguyen",
- "email": "the.gol.effect@gmail.com",
- "url": "https://github.com/thegoleffect"
- },
- {
- "name": "David Trejo",
- "email": "david@dtrejo.com",
- "url": "https://github.com/dtrejo"
- },
- {
- "name": "Ben Glow",
- "email": "glen.low@pixelglow.com",
- "url": "https://github.com/pixelglow"
- },
- {
- "name": "NewITFarmer.com",
- "url": "https://github.com/newitfarmer"
- },
- {
- "name": "Alfred Westerveld",
- "email": "alfredwesterveld@gmail.com",
- "url": "https://github.com/alfredwesterveld"
- },
- {
- "name": "Vincent Côté-Roy",
- "email": "vincentcr@gmail.com",
- "url": "https://github.com/vincentcr"
- },
- {
- "name": "Lloyd Hilaiel",
- "email": "lloyd@hilaiel.com",
- "url": "https://github.com/lloyd"
- },
- {
- "name": "Roman Shtylman",
- "email": "shtylman@gmail.com",
- "url": "https://github.com/shtylman"
- },
- {
- "name": "Vadim Graboys",
- "email": "dimva13@gmail.com",
- "url": "https://github.com/vadimg"
- },
- {
- "name": "Ben Noorduis",
- "url": "https://github.com/bnoordhuis"
- },
- {
- "name": "Nate Rajlich",
- "email": "nathan@tootallnate.net",
- "url": "https://github.com/tootallnate"
- },
- {
- "name": "Sean McArthur",
- "email": "sean.monstar@gmail.com",
- "url": "https://github.com/seanmonstar"
- },
- {
- "name": "Fanie Oosthuysen",
- "email": "fanie.oosthuysen@gmail.com",
- "url": "https://github.com/weareu"
- }
- ],
- "gypfile": true,
- "homepage": "https://github.com/ncb000gt/node.bcrypt.js",
- "_id": "bcrypt@0.7.8",
- "dist": {
- "shasum": "42c99aac202918e947b5bd086110184f62745e3e",
- "tarball": "http://registry.npmjs.org/bcrypt/-/bcrypt-0.7.8.tgz"
- },
- "_from": "bcrypt@^0.7.8",
- "_npmVersion": "1.4.6",
- "_npmUser": {
- "name": "shtylman",
- "email": "shtylman@gmail.com"
- },
- "maintainers": [
- {
- "name": "ncb000gt",
- "email": "nicholas.j.campbell@gmail.com"
- },
- {
- "name": "shtylman",
- "email": "shtylman@gmail.com"
- },
- {
- "name": "tootallnate",
- "email": "nathan@tootallnate.net"
- },
- {
- "name": "jfirebaugh",
- "email": "john.firebaugh@gmail.com"
- }
- ],
- "directories": {},
- "_shasum": "42c99aac202918e947b5bd086110184f62745e3e",
- "_resolved": "https://registry.npmjs.org/bcrypt/-/bcrypt-0.7.8.tgz",
- "readme": "ERROR: No README data found!"
- }
|