UNPKG

d2-ui

Version:
132 lines (131 loc) 3.58 kB
{ "_args": [ [ "jshint@*", "/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/precommit-hook" ] ], "_from": "jshint@*", "_id": "jshint@2.9.3", "_inCache": true, "_installable": true, "_location": "/jshint", "_nodeVersion": "0.10.31", "_npmOperationalInternal": { "host": "packages-12-west.internal.npmjs.com", "tmp": "tmp/jshint-2.9.3.tgz_1471534688301_0.8888088085222989" }, "_npmUser": { "email": "mike@mikepennisi.com", "name": "jugglinmike" }, "_npmVersion": "2.1.3", "_phantomChildren": {}, "_requested": { "name": "jshint", "raw": "jshint@*", "rawSpec": "*", "scope": null, "spec": "*", "type": "range" }, "_requiredBy": [ "/precommit-hook" ], "_resolved": "https://registry.npmjs.org/jshint/-/jshint-2.9.3.tgz", "_shasum": "a2e14ff85c2d6bf8c8080e5aa55129ebc6a2d320", "_shrinkwrap": null, "_spec": "jshint@*", "_where": "/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/precommit-hook", "author": { "email": "anton@kovalyov.net", "name": "Anton Kovalyov", "url": "http://anton.kovalyov.net/" }, "bin": { "jshint": "./bin/jshint" }, "bugs": { "url": "https://github.com/jshint/jshint/issues" }, "dependencies": { "cli": "~1.0.0", "console-browserify": "1.1.x", "exit": "0.1.x", "htmlparser2": "3.8.x", "lodash": "3.7.x", "minimatch": "~3.0.2", "shelljs": "0.3.x", "strip-json-comments": "1.0.x" }, "description": "Static analysis tool for JavaScript", "devDependencies": { "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", "jshint": "2.6.x", "mock-stdin": "0.3.x", "nodeunit": "0.9.x", "phantom": "~0.7.2", "phantomjs": "1.9.13", "regenerate": "1.2.x", "sinon": "1.12.x", "unicode-6.3.0": "0.1.x" }, "directories": {}, "dist": { "shasum": "a2e14ff85c2d6bf8c8080e5aa55129ebc6a2d320", "tarball": "https://registry.npmjs.org/jshint/-/jshint-2.9.3.tgz" }, "files": [ "bin", "data", "dist", "src" ], "gitHead": "f00091cb6b094c9767ed88eb9a495d09980a7cb1", "homepage": "http://jshint.com/", "license": "(MIT AND JSON)", "main": "./src/jshint.js", "maintainers": [ { "email": "anton@kovalyov.net", "name": "antonkovalyov" }, { "email": "waldron.rick@gmail.com", "name": "rwaldron" }, { "email": "mike@mikepennisi.com", "name": "jugglinmike" } ], "name": "jshint", "optionalDependencies": {}, "preferGlobal": true, "readme": "ERROR: No README data found!", "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/.bin/nodeunit tests/unit", "data": "node scripts/generate-identifier-data", "github-release": "conventional-github-releaser -p jshint", "pretest": "jshint src && jscs src", "test": "npm run test-node && npm run test-browser", "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" }, "version": "2.9.3" }