package.json 2.17 KB
{
  "_args": [
    [
      {
        "raw": "shush@^1.0.0",
        "scope": null,
        "escapedName": "shush",
        "name": "shush",
        "rawSpec": "^1.0.0",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/root/junhukang/node_modules/forever"
    ]
  ],
  "_from": "shush@>=1.0.0 <2.0.0",
  "_id": "shush@1.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/shush",
  "_nodeVersion": "0.12.2",
  "_npmUser": {
    "name": "aredridel",
    "email": "aredridel@nbtsc.org"
  },
  "_npmVersion": "2.8.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "shush@^1.0.0",
    "scope": null,
    "escapedName": "shush",
    "name": "shush",
    "rawSpec": "^1.0.0",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/forever"
  ],
  "_resolved": "https://registry.npmjs.org/shush/-/shush-1.0.0.tgz",
  "_shasum": "c27415a9e458f2fed39b27cf8eb37c003782b431",
  "_shrinkwrap": null,
  "_spec": "shush@^1.0.0",
  "_where": "/root/junhukang/node_modules/forever",
  "author": {
    "name": "Erik Toth",
    "email": "totherik@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/totherik/shush/issues"
  },
  "dependencies": {
    "caller": "~0.0.1",
    "strip-json-comments": "~0.1.1"
  },
  "description": "Sugar for silencing JSON comments.",
  "devDependencies": {
    "istanbul": "~0.2.1",
    "tape": "~2.3.2"
  },
  "directories": {
    "test": "test"
  },
  "dist": {
    "shasum": "c27415a9e458f2fed39b27cf8eb37c003782b431",
    "tarball": "https://registry.npmjs.org/shush/-/shush-1.0.0.tgz"
  },
  "gitHead": "a6f3f35ad650ae744ed1aa1cb8be68f86bcba706",
  "homepage": "https://github.com/totherik/shush",
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "totherik",
      "email": "totherik@gmail.com"
    },
    {
      "name": "aredridel",
      "email": "aredridel@nbtsc.org"
    }
  ],
  "name": "shush",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/totherik/shush.git"
  },
  "scripts": {
    "cover": "istanbul cover tape -- test/*.js",
    "test": "tape test/*.js"
  },
  "version": "1.0.0"
}