{
  "_args": [
    [
      "eslint@^2.2.0",
      "/Users/gajus/Documents/dev/canonical-code-style/canonical"
    ]
  ],
  "_from": "eslint@>=2.2.0 <3.0.0",
  "_id": "eslint@2.2.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/eslint",
  "_npmOperationalInternal": {
    "host": "packages-9-west.internal.npmjs.com",
    "tmp": "tmp/eslint-2.2.0.tgz_1455903677516_0.2245200586039573"
  },
  "_npmUser": {
    "email": "nicholas@nczconsulting.com",
    "name": "nzakas"
  },
  "_npmVersion": "1.4.10",
  "_phantomChildren": {
    "acorn": "2.7.0",
    "acorn-jsx": "2.0.1",
    "ansi-escapes": "1.1.1",
    "ansi-regex": "2.0.0",
    "chalk": "1.1.1",
    "cli-cursor": "1.0.2",
    "deep-is": "0.1.3",
    "figures": "1.4.0",
    "inflight": "1.0.4",
    "inherits": "2.0.1",
    "lodash": "4.5.1",
    "minimatch": "3.0.0",
    "once": "1.3.3",
    "path-is-absolute": "1.0.0",
    "prelude-ls": "1.1.2",
    "readline2": "1.0.1",
    "run-async": "0.1.0",
    "rx-lite": "3.1.2",
    "string-width": "1.0.1",
    "strip-ansi": "3.0.1",
    "through": "2.3.8",
    "type-check": "0.3.2"
  },
  "_requested": {
    "name": "eslint",
    "raw": "eslint@^2.2.0",
    "rawSpec": "^2.2.0",
    "scope": null,
    "spec": ">=2.2.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/eslint/-/eslint-2.2.0.tgz",
  "_shasum": "6c8d743a91546595ba186eded096682f47598de8",
  "_shrinkwrap": null,
  "_spec": "eslint@^2.2.0",
  "_where": "/Users/gajus/Documents/dev/canonical-code-style/canonical",
  "author": {
    "email": "nicholas+npm@nczconsulting.com",
    "name": "Nicholas C. Zakas"
  },
  "bin": {
    "eslint": "./bin/eslint.js"
  },
  "bugs": {
    "url": "https://github.com/eslint/eslint/issues/"
  },
  "dependencies": {
    "chalk": "^1.0.0",
    "concat-stream": "^1.4.6",
    "debug": "^2.1.1",
    "doctrine": "^1.1.0",
    "es6-map": "^0.1.3",
    "escope": "^3.4.0",
    "espree": "^3.0.0",
    "estraverse": "^4.1.1",
    "estraverse-fb": "^1.3.1",
    "esutils": "^2.0.2",
    "file-entry-cache": "^1.1.1",
    "glob": "^6.0.4",
    "globals": "^8.18.0",
    "ignore": "^2.2.19",
    "inquirer": "^0.12.0",
    "is-my-json-valid": "^2.10.0",
    "is-resolvable": "^1.0.0",
    "js-yaml": "^3.5.1",
    "json-stable-stringify": "^1.0.0",
    "lodash": "^4.0.0",
    "mkdirp": "^0.5.0",
    "optionator": "^0.8.1",
    "path-is-absolute": "^1.0.0",
    "path-is-inside": "^1.0.1",
    "pluralize": "^1.2.1",
    "progress": "^1.1.8",
    "require-uncached": "^1.0.2",
    "resolve": "^1.1.6",
    "shelljs": "^0.5.3",
    "strip-json-comments": "~1.0.1",
    "table": "^3.7.8",
    "text-table": "~0.2.0",
    "user-home": "^2.0.0"
  },
  "description": "An AST-based pattern checker for JavaScript.",
  "devDependencies": {
    "beefy": "^2.0.0",
    "brfs": "0.0.9",
    "browserify": "^12.0.1",
    "chai": "^3.4.0",
    "cheerio": "^0.19.0",
    "coveralls": "2.11.4",
    "dateformat": "^1.0.8",
    "ejs": "^2.3.3",
    "eslint-release": "^0.3.0",
    "esprima": "^2.4.1",
    "esprima-fb": "^15001.1001.0-dev-harmony-fb",
    "gh-got": "^2.2.0",
    "istanbul": "^0.4.0",
    "jsdoc": "^3.3.0-beta1",
    "leche": "^2.1.1",
    "linefix": "^0.1.1",
    "load-perf": "^0.2.0",
    "markdownlint": "^0.1.0",
    "mocha": "^2.4.5",
    "mocha-phantomjs": "4.0.1",
    "npm-license": "^0.3.1",
    "phantomjs": "1.9.18",
    "phantomjs-polyfill": "0.0.1",
    "proxyquire": "^1.0.0",
    "semver": "^5.0.3",
    "shelljs-nodecli": "~0.1.0",
    "sinon": "^1.17.2",
    "temp": "^0.8.3",
    "through": "^2.3.6",
    "tmp": "0.0.28"
  },
  "directories": {},
  "dist": {
    "shasum": "6c8d743a91546595ba186eded096682f47598de8",
    "tarball": "http://registry.npmjs.org/eslint/-/eslint-2.2.0.tgz"
  },
  "engines": {
    "node": ">=0.10"
  },
  "files": [
    "LICENSE",
    "README.md",
    "bin",
    "conf",
    "lib"
  ],
  "homepage": "http://eslint.org",
  "keywords": [
    "ast",
    "ecmascript",
    "espree",
    "javascript",
    "lint"
  ],
  "license": "MIT",
  "main": "./lib/api.js",
  "maintainers": [
    {
      "name": "nzakas",
      "email": "nicholas@nczconsulting.com"
    },
    {
      "name": "ivolodin",
      "email": "ivolodin@gmail.com"
    }
  ],
  "name": "eslint",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eslint/eslint.git"
  },
  "scripts": {
    "alpharelease": "node Makefile.js prerelease -- alpha",
    "betarelease": "node Makefile.js prerelease -- beta",
    "browserify": "node Makefile.js browserify",
    "check-commit": "node Makefile.js checkGitCommit",
    "coveralls": "cat ./coverage/lcov.info | coveralls",
    "docs": "node Makefile.js docs",
    "gensite": "node Makefile.js gensite",
    "lint": "node Makefile.js lint",
    "perf": "node Makefile.js perf",
    "profile": "beefy tests/bench/bench.js --open -- -t brfs -t ./tests/bench/xform-rules.js -r espree",
    "release": "node Makefile.js release",
    "test": "node Makefile.js test"
  },
  "version": "2.2.0"
}
