{
  "_args": [
    [
      {
        "raw": "jshint@2.8.0",
        "scope": null,
        "escapedName": "jshint",
        "name": "jshint",
        "rawSpec": "2.8.0",
        "spec": "2.8.0",
        "type": "version"
      },
      "C:\\www\\dallashi\\videojs-record\\node_modules\\htmlhint"
    ]
  ],
  "_from": "jshint@2.8.0",
  "_id": "jshint@2.8.0",
  "_inCache": true,
  "_location": "/jshint",
  "_nodeVersion": "0.12.0",
  "_npmUser": {
    "name": "jugglinmike",
    "email": "mike@mikepennisi.com"
  },
  "_npmVersion": "2.6.0",
  "_phantomChildren": {
    "brace-expansion": "1.1.11"
  },
  "_requested": {
    "raw": "jshint@2.8.0",
    "scope": null,
    "escapedName": "jshint",
    "name": "jshint",
    "rawSpec": "2.8.0",
    "spec": "2.8.0",
    "type": "version"
  },
  "_requiredBy": [
    "/htmlhint"
  ],
  "_resolved": "https://registry.npmjs.org/jshint/-/jshint-2.8.0.tgz",
  "_shasum": "1d09a3bd913c4cadfa81bf18d582bd85bffe0d44",
  "_shrinkwrap": null,
  "_spec": "jshint@2.8.0",
  "_where": "C:\\www\\dallashi\\videojs-record\\node_modules\\htmlhint",
  "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.6.x",
    "console-browserify": "1.1.x",
    "exit": "0.1.x",
    "htmlparser2": "3.8.x",
    "lodash": "3.7.x",
    "minimatch": "2.0.x",
    "shelljs": "0.3.x",
    "strip-json-comments": "1.0.x"
  },
  "description": "Static analysis tool for JavaScript",
  "devDependencies": {
    "browserify": "9.x",
    "coveralls": "2.11.x",
    "istanbul": "0.3.x",
    "jscs": "1.11.x",
    "jshint": "2.6.x",
    "mock-stdin": "0.3.x",
    "nodeunit": "0.9.x",
    "regenerate": "1.2.x",
    "sinon": "1.12.x",
    "unicode-6.3.0": "0.1.x"
  },
  "directories": {},
  "dist": {
    "shasum": "1d09a3bd913c4cadfa81bf18d582bd85bffe0d44",
    "tarball": "https://registry.npmjs.org/jshint/-/jshint-2.8.0.tgz"
  },
  "files": [
    "bin",
    "data",
    "dist",
    "src"
  ],
  "gitHead": "e6611af2d180bd2317d5762e85807a481de99ccb",
  "homepage": "http://jshint.com/",
  "license": "(MIT AND JSON)",
  "main": "./src/jshint.js",
  "maintainers": [
    {
      "name": "antonkovalyov",
      "email": "anton@kovalyov.net"
    },
    {
      "name": "rwaldron",
      "email": "waldron.rick@gmail.com"
    },
    {
      "name": "jugglinmike",
      "email": "mike@mikepennisi.com"
    }
  ],
  "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",
    "coverage": "istanbul -- cover ./node_modules/.bin/nodeunit tests/unit",
    "data": "node scripts/generate-identifier-data",
    "pretest": "jshint src && jscs src",
    "test": "nodeunit tests tests/regression tests/unit"
  },
  "version": "2.8.0"
}
