{
  "_args": [
    [
      {
        "raw": "jshint@~2.3.0",
        "scope": null,
        "escapedName": "jshint",
        "name": "jshint",
        "rawSpec": "~2.3.0",
        "spec": ">=2.3.0 <2.4.0",
        "type": "range"
      },
      "C:\\Users\\herberthsu\\Desktop\\earth\\node_modules\\grunt-contrib-jshint"
    ]
  ],
  "_from": "jshint@>=2.3.0 <2.4.0",
  "_id": "jshint@2.3.0",
  "_inCache": true,
  "_location": "/jshint",
  "_npmUser": {
    "name": "antonkovalyov",
    "email": "anton@kovalyov.net"
  },
  "_npmVersion": "1.3.5",
  "_phantomChildren": {},
  "_requested": {
    "raw": "jshint@~2.3.0",
    "scope": null,
    "escapedName": "jshint",
    "name": "jshint",
    "rawSpec": "~2.3.0",
    "spec": ">=2.3.0 <2.4.0",
    "type": "range"
  },
  "_requiredBy": [
    "/grunt-contrib-jshint"
  ],
  "_resolved": "https://registry.npmjs.org/jshint/-/jshint-2.3.0.tgz",
  "_shasum": "19504455a2c20c46ee183361eb87f3a1c0b7dc47",
  "_shrinkwrap": null,
  "_spec": "jshint@~2.3.0",
  "_where": "C:\\Users\\herberthsu\\Desktop\\earth\\node_modules\\grunt-contrib-jshint",
  "author": {
    "name": "Anton Kovalyov",
    "email": "anton@kovalyov.net",
    "url": "http://anton.kovalyov.net/"
  },
  "bin": {
    "jshint": "./bin/jshint"
  },
  "bugs": {
    "url": "https://github.com/jshint/jshint/issues"
  },
  "dependencies": {
    "cli": "0.4.x",
    "console-browserify": "0.1.x",
    "minimatch": "0.x.x",
    "shelljs": "0.1.x",
    "underscore": "1.4.x"
  },
  "description": "Static analysis tool for JavaScript",
  "devDependencies": {
    "browserify": "2.12.x",
    "coveraje": "0.2.x",
    "jshint": "2.3.x",
    "nodeunit": "0.8.x",
    "regenerate": "0.5.x",
    "shelljs": "0.1.x",
    "sinon": "1.7.x",
    "unicode-6.3.0": "0.1.x"
  },
  "directories": {},
  "dist": {
    "shasum": "19504455a2c20c46ee183361eb87f3a1c0b7dc47",
    "tarball": "https://registry.npmjs.org/jshint/-/jshint-2.3.0.tgz"
  },
  "files": [
    "bin",
    "src",
    "data"
  ],
  "homepage": "http://jshint.com/",
  "jshintConfig": {
    "boss": true,
    "node": true,
    "strict": true,
    "white": true,
    "smarttabs": true,
    "maxlen": 100,
    "newcap": false,
    "undef": true,
    "unused": true,
    "onecase": true,
    "indent": 2
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/jshint/jshint/blob/master/LICENSE"
    }
  ],
  "main": "./src/jshint.js",
  "maintainers": [
    {
      "name": "brentlintner",
      "email": "brent.lintner@gmail.com"
    },
    {
      "name": "antonkovalyov",
      "email": "anton@kovalyov.net"
    }
  ],
  "name": "jshint",
  "optionalDependencies": {},
  "preferGlobal": true,
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jshint/jshint.git"
  },
  "scripts": {
    "build": "node bin/build",
    "data": "node scripts/generate-identifier-data",
    "pretest": "jshint src",
    "test": "nodeunit tests tests/regression tests/unit"
  },
  "version": "2.3.0"
}
