package.json 2.31 KB
{
  "_args": [
    [
      {
        "raw": "bcrypt-nodejs",
        "scope": null,
        "escapedName": "bcrypt-nodejs",
        "name": "bcrypt-nodejs",
        "rawSpec": "",
        "spec": "latest",
        "type": "tag"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT"
    ]
  ],
  "_from": "bcrypt-nodejs@latest",
  "_id": "bcrypt-nodejs@0.0.3",
  "_inCache": true,
  "_location": "/bcrypt-nodejs",
  "_npmUser": {
    "name": "shanegirish",
    "email": "shaneGirish@gmail.com"
  },
  "_npmVersion": "1.2.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "bcrypt-nodejs",
    "scope": null,
    "escapedName": "bcrypt-nodejs",
    "name": "bcrypt-nodejs",
    "rawSpec": "",
    "spec": "latest",
    "type": "tag"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/bcrypt-nodejs/-/bcrypt-nodejs-0.0.3.tgz",
  "_shasum": "c60917f26dc235661566c681061c303c2b28842b",
  "_shrinkwrap": null,
  "_spec": "bcrypt-nodejs",
  "_where": "/Users/kanghyeontae/IdeaProjects/YTMT",
  "author": {
    "name": "Shane Girish",
    "email": "shaneGirish@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/shaneGirish/bcrypt-nodejs/issues"
  },
  "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"
    }
  ],
  "dependencies": {},
  "description": "A native JS bcrypt library for NodeJS.",
  "devDependencies": {},
  "directories": {},
  "dist": {
    "shasum": "c60917f26dc235661566c681061c303c2b28842b",
    "tarball": "https://registry.npmjs.org/bcrypt-nodejs/-/bcrypt-nodejs-0.0.3.tgz"
  },
  "homepage": "https://github.com/shaneGirish/bcryptJS#readme",
  "keywords": [
    "bcrypt",
    "javascript",
    "js",
    "hash",
    "password",
    "auth",
    "authentication",
    "encryption",
    "crypt",
    "crypto"
  ],
  "main": "./bCrypt",
  "maintainers": [
    {
      "name": "shanegirish",
      "email": "shanegirish@gmail.com"
    }
  ],
  "name": "bcrypt-nodejs",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shaneGirish/bcryptJS.git"
  },
  "version": "0.0.3"
}