{ "_args": [ [ "jshint@2.8.0", "C:\\wamp64\\www\\ilink" ] ], "_development": true, "_from": "jshint@2.8.0", "_id": "jshint@2.8.0", "_inBundle": false, "_integrity": "sha1-HQmjvZE8TK36gb8Y1YK9hb/+DUQ=", "_location": "/jshint", "_phantomChildren": { "brace-expansion": "1.1.8" }, "_requested": { "type": "version", "registry": true, "raw": "jshint@2.8.0", "name": "jshint", "escapedName": "jshint", "rawSpec": "2.8.0", "saveSpec": null, "fetchSpec": "2.8.0" }, "_requiredBy": [ "/grunt-contrib-jshint" ], "_resolved": "https://registry.npmjs.org/jshint/-/jshint-2.8.0.tgz", "_spec": "2.8.0", "_where": "C:\\wamp64\\www\\ilink", "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" }, "files": [ "bin", "data", "dist", "src" ], "homepage": "http://jshint.com/", "license": "(MIT AND JSON)", "main": "./src/jshint.js", "name": "jshint", "preferGlobal": true, "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" }