package.json 2.66 KB
{
  "_args": [
    [
      {
        "raw": "strip-json-comments@~0.1.1",
        "scope": null,
        "escapedName": "strip-json-comments",
        "name": "strip-json-comments",
        "rawSpec": "~0.1.1",
        "spec": ">=0.1.1 <0.2.0",
        "type": "range"
      },
      "/root/junhukang/node_modules/shush"
    ]
  ],
  "_from": "strip-json-comments@>=0.1.1 <0.2.0",
  "_id": "strip-json-comments@0.1.3",
  "_inCache": true,
  "_installable": true,
  "_location": "/strip-json-comments",
  "_npmUser": {
    "name": "sindresorhus",
    "email": "sindresorhus@gmail.com"
  },
  "_npmVersion": "1.4.13",
  "_phantomChildren": {},
  "_requested": {
    "raw": "strip-json-comments@~0.1.1",
    "scope": null,
    "escapedName": "strip-json-comments",
    "name": "strip-json-comments",
    "rawSpec": "~0.1.1",
    "spec": ">=0.1.1 <0.2.0",
    "type": "range"
  },
  "_requiredBy": [
    "/shush"
  ],
  "_resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-0.1.3.tgz",
  "_shasum": "164c64e370a8a3cc00c9e01b539e569823f0ee54",
  "_shrinkwrap": null,
  "_spec": "strip-json-comments@~0.1.1",
  "_where": "/root/junhukang/node_modules/shush",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "http://sindresorhus.com"
  },
  "bin": {
    "strip-json-comments": "cli.js"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/strip-json-comments/issues"
  },
  "dependencies": {},
  "description": "Strip comments from JSON. Lets you use comments in your JSON files!",
  "devDependencies": {
    "mocha": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "164c64e370a8a3cc00c9e01b539e569823f0ee54",
    "tarball": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-0.1.3.tgz"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "files": [
    "cli.js",
    "strip-json-comments.js"
  ],
  "gitHead": "cbd5aede7ccbe5d5a9065b1d47070fd99ad579af",
  "homepage": "https://github.com/sindresorhus/strip-json-comments",
  "keywords": [
    "json",
    "strip",
    "remove",
    "delete",
    "trim",
    "comments",
    "multiline",
    "parse",
    "config",
    "configuration",
    "conf",
    "settings",
    "util",
    "env",
    "environment",
    "cli",
    "bin"
  ],
  "license": "MIT",
  "main": "strip-json-comments",
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    }
  ],
  "name": "strip-json-comments",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/sindresorhus/strip-json-comments.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "0.1.3"
}