VisionFTF / express-admin / node_modules / pwd / package.json
package.json
Raw
{
  "_from": "pwd@^1.1.0",
  "_id": "pwd@1.1.0",
  "_inBundle": false,
  "_integrity": "sha1-5xVWwht+genWc654b1rLkpDrtTM=",
  "_location": "/pwd",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "pwd@^1.1.0",
    "name": "pwd",
    "escapedName": "pwd",
    "rawSpec": "^1.1.0",
    "saveSpec": null,
    "fetchSpec": "^1.1.0"
  },
  "_requiredBy": [
    "/express-admin"
  ],
  "_resolved": "https://registry.npmjs.org/pwd/-/pwd-1.1.0.tgz",
  "_shasum": "e71556c21b7e81e9d673ae786f5acb9290ebb533",
  "_spec": "pwd@^1.1.0",
  "_where": "/home/priya/Documents/vision/express-admin/node_modules/express-admin",
  "author": {
    "name": "TJ Holowaychuk",
    "email": "tj@vision-media.ca"
  },
  "bugs": {
    "url": "https://github.com/tj/node-pwd/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Hash and compare passwords with pbkdf2",
  "devDependencies": {
    "mocha": "*",
    "should": "2"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "eslintConfig": {
    "env": {
      "es6": true,
      "node": true
    }
  },
  "homepage": "https://github.com/tj/node-pwd#readme",
  "keywords": [
    "pass",
    "auth",
    "password",
    "authentication"
  ],
  "main": "index",
  "maintainers": [
    {
      "name": "jonathanong",
      "email": "jonathanrichardong@gmail.com"
    },
    {
      "name": "Joshua Boy Nicolai Appelman",
      "email": "joshua@jbna.nl",
      "url": "jbna.nl"
    }
  ],
  "name": "pwd",
  "repository": {
    "type": "git",
    "url": "git://github.com/tj/node-pwd.git"
  },
  "scripts": {
    "test": "make test"
  },
  "version": "1.1.0"
}