vs/v5.0.0/node_modules/npm/node_modules/jju/package.json

{
  "_args": [
    [
      "jju@^1.1.0",
      "/Users/rebecca/code/npm/node_modules/json-parse-helpfulerror"
    ]
  ],
  "_from": "jju@>=1.1.0 <2.0.0",
  "_id": "jju@1.2.1",
  "_inCache": true,
  "_location": "/jju",
  "_nodeVersion": "2.2.1",
  "_npmUser": {
    "email": "alex@kocharin.ru",
    "name": "rlidwka"
  },
  "_npmVersion": "2.0.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "jju",
    "raw": "jju@^1.1.0",
    "rawSpec": "^1.1.0",
    "scope": null,
    "spec": ">=1.1.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/json-parse-helpfulerror"
  ],
  "_resolved": "https://registry.npmjs.org/jju/-/jju-1.2.1.tgz",
  "_shasum": "edf6ec20d5d668c80c2c00cea63f8a9422a4b528",
  "_shrinkwrap": null,
  "_spec": "jju@^1.1.0",
  "_where": "/Users/rebecca/code/npm/node_modules/json-parse-helpfulerror",
  "author": {
    "email": "alex@kocharin.ru",
    "name": "Alex Kocharin"
  },
  "bugs": {
    "url": "https://github.com/rlidwka/jju/issues"
  },
  "dependencies": {},
  "description": "a set of utilities to work with JSON / JSON5 documents",
  "devDependencies": {
    "eslint": "~0.4.2",
    "js-yaml": ">=3.1.0",
    "mocha": ">=1.21.0"
  },
  "directories": {},
  "dist": {
    "shasum": "edf6ec20d5d668c80c2c00cea63f8a9422a4b528",
    "tarball": "http://registry.npmjs.org/jju/-/jju-1.2.1.tgz"
  },
  "gitHead": "8b079c1d03af527ab28a47c7b714d6f888abc53d",
  "homepage": "http://rlidwka.github.io/jju/",
  "installable": true,
  "keywords": [
    "data",
    "json",
    "json5",
    "parser",
    "serializer"
  ],
  "license": {
    "type": "WTFPL",
    "url": "http://www.wtfpl.net/txt/copying/"
  },
  "maintainers": [
    {
      "name": "rlidwka",
      "email": "alex@kocharin.ru"
    }
  ],
  "name": "jju",
  "optionalDependencies": {},
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/rlidwka/jju"
  },
  "scripts": {
    "lint": "eslint -c ./.eslint.yaml ./lib",
    "test": "mocha test/*.js"
  },
  "version": "1.2.1"
}