package.json 1.63 KB
{
  "_from": "bcrypt-nodejs@0.0.3",
  "_id": "bcrypt-nodejs@0.0.3",
  "_inBundle": false,
  "_integrity": "sha1-xgkX8m3CNWYVZsaBBhwwPCsohCs=",
  "_location": "/bcrypt-nodejs",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "bcrypt-nodejs@0.0.3",
    "name": "bcrypt-nodejs",
    "escapedName": "bcrypt-nodejs",
    "rawSpec": "0.0.3",
    "saveSpec": null,
    "fetchSpec": "0.0.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/bcrypt-nodejs/-/bcrypt-nodejs-0.0.3.tgz",
  "_shasum": "c60917f26dc235661566c681061c303c2b28842b",
  "_spec": "bcrypt-nodejs@0.0.3",
  "_where": "D:\\OSS project\\YTMT",
  "author": {
    "name": "Shane Girish",
    "email": "shaneGirish@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/shaneGirish/bcrypt-nodejs/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Alex Murray",
      "url": "https://github.com/alexmurray"
    },
    {
      "name": "Nicolas Pelletier",
      "url": "https://github.com/NicolasPelletier"
    },
    {
      "name": "Josh Rogers",
      "url": "https://github.com/geekymole"
    }
  ],
  "deprecated": false,
  "description": "A native JS bcrypt library for NodeJS.",
  "homepage": "https://github.com/shaneGirish/bcryptJS#readme",
  "keywords": [
    "bcrypt",
    "javascript",
    "js",
    "hash",
    "password",
    "auth",
    "authentication",
    "encryption",
    "crypt",
    "crypto"
  ],
  "main": "./bCrypt",
  "name": "bcrypt-nodejs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shaneGirish/bcryptJS.git"
  },
  "version": "0.0.3"
}