{ "_from": "jshint@~2.13.4", "_id": "jshint@2.13.6", "_inBundle": false, "_integrity": "sha512-IVdB4G0NTTeQZrBoM8C5JFVLjV2KtZ9APgybDA1MK73xb09qFs0jCXyQLnCOp1cSZZZbvhq/6mfXHUTaDkffuQ==", "_location": "/jshint", "_phantomChildren": { "brace-expansion": "1.1.11", "core-util-is": "1.0.3", "inherits": "2.0.4" }, "_requested": { "type": "range", "registry": true, "raw": "jshint@~2.13.4", "name": "jshint", "escapedName": "jshint", "rawSpec": "~2.13.4", "saveSpec": null, "fetchSpec": "~2.13.4" }, "_requiredBy": [ "/grunt-contrib-jshint" ], "_resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.6.tgz", "_shasum": "3679a2687a3066fa9034ef85d8c305613a31eec6", "_spec": "jshint@~2.13.4", "_where": "/home/l/plc/node-red/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" }, "bundleDependencies": false, "dependencies": { "cli": "~1.0.0", "console-browserify": "1.1.x", "exit": "0.1.x", "htmlparser2": "3.8.x", "lodash": "~4.17.21", "minimatch": "~3.0.2", "strip-json-comments": "1.0.x" }, "deprecated": false, "description": "Static analysis tool for JavaScript", "devDependencies": { "async": "~2.1.2", "browserify": "9.x", "conventional-changelog": "0.4.x", "conventional-github-releaser": "0.4.x", "coveralls": "2.11.x", "istanbul": "0.3.x", "jscs": "1.11.x", "mock-stdin": "0.3.x", "nodeunit": "0.9.x", "puppeteer": "1.20.0", "regenerate": "1.2.x", "results-interpreter": "~1.0.0", "sinon": "1.12.x", "test262-stream": "~1.3.0", "unicode-11.0.0": "0.7.x", "unicode-5.2.0": "^0.7.5" }, "files": [ "bin", "data", "dist", "src" ], "homepage": "http://jshint.com/", "license": "MIT", "main": "./src/jshint.js", "name": "jshint", "preferGlobal": true, "repository": { "type": "git", "url": "git+https://github.com/jshint/jshint.git" }, "scripts": { "browser-test-server": "node tests/helpers/browser/server", "build": "node bin/build", "changelog": "conventional-changelog -p jshint -i CHANGELOG.md -w", "coverage": "istanbul -- cover ./node_modules/nodeunit/bin/nodeunit tests/unit", "coverage-report": "npm run coverage && istanbul report html", "data": "node scripts/generate-identifier-data", "fetch-test262": "git submodule init && git submodule update", "github-release": "conventional-github-releaser -p jshint", "pretest": "node ./bin/jshint src && jscs src", "test": "npm run test-node && npm run test-browser", "test-262": "node tests/test262", "test-all": "npm run test-node && npm run test-browser && npm run test-262", "test-browser": "node tests/browser", "test-cli": "nodeunit tests/cli.js", "test-node": "npm run test-unit && npm run test-cli && npm run test-regression", "test-regression": "nodeunit tests/regression", "test-unit": "nodeunit tests/unit", "test-website": "node tests/website.js" }, "version": "2.13.6" }