{
  "_from": "relaxed-json@1.0.1",
  "_id": "relaxed-json@1.0.1",
  "_inBundle": false,
  "_integrity": "sha1-fI1KovCVcEzQIOMugJm8rhA/C9Q=",
  "_location": "/relaxed-json",
  "_phantomChildren": {
    "escape-string-regexp": "1.0.5",
    "has-ansi": "2.0.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "relaxed-json@1.0.1",
    "name": "relaxed-json",
    "escapedName": "relaxed-json",
    "rawSpec": "1.0.1",
    "saveSpec": null,
    "fetchSpec": "1.0.1"
  },
  "_requiredBy": [
    "/addons-linter"
  ],
  "_resolved": "https://registry.npmjs.org/relaxed-json/-/relaxed-json-1.0.1.tgz",
  "_shasum": "7c8d4aa2f095704cd020e32e8099bcae103f0bd4",
  "_spec": "relaxed-json@1.0.1",
  "_where": "/Users/ggironda/Repositories/redux-webextension/example/node_modules/addons-linter",
  "author": {
    "name": "Oleg Grenrus",
    "email": "oleg.grenrus@iki.fi",
    "url": "http://oleg.fi/"
  },
  "bin": {
    "rjson": "./bin/rjson.js"
  },
  "bugs": {
    "url": "https://github.com/phadej/relaxed-json/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "chalk": "^1.0.0",
    "commander": "^2.6.0"
  },
  "deprecated": false,
  "description": "Relaxed JSON is strict superset JSON, relaxing strictness of valilla JSON",
  "devDependencies": {
    "david": "^11.0.0",
    "eslint": "^3.17.1",
    "istanbul": "^0.4.5",
    "jscs": "^3.0.7",
    "jshint": "^2.6.0",
    "jsverify": "^0.7.1",
    "mocha": "^3.2.0",
    "uglify-js": "^2.8.9",
    "underscore": "^1.8.2"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "homepage": "https://github.com/phadej/relaxed-json",
  "keywords": [
    "json",
    "comments",
    "comment",
    "config"
  ],
  "license": "BSD-3-Clause",
  "main": "relaxed-json.js",
  "name": "relaxed-json",
  "repository": {
    "type": "git",
    "url": "git://github.com/phadej/relaxed-json.git"
  },
  "scripts": {
    "test": "make"
  },
  "version": "1.0.1"
}
