d2-ui
Version:
132 lines (131 loc) • 3.58 kB
JSON
{
"_args": [
[
"jshint@*",
"/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/precommit-hook"
]
],
"_from": "jshint@*",
"_id": "jshint@2.9.2",
"_inCache": true,
"_installable": true,
"_location": "/jshint",
"_nodeVersion": "5.3.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/jshint-2.9.2.tgz_1461106429823_0.9580952741671354"
},
"_npmUser": {
"email": "mike@mikepennisi.com",
"name": "jugglinmike"
},
"_npmVersion": "3.3.12",
"_phantomChildren": {},
"_requested": {
"name": "jshint",
"raw": "jshint@*",
"rawSpec": "*",
"scope": null,
"spec": "*",
"type": "range"
},
"_requiredBy": [
"/precommit-hook"
],
"_resolved": "https://registry.npmjs.org/jshint/-/jshint-2.9.2.tgz",
"_shasum": "0b12d75f8eafb0823b7bf8efbb265b3262401619",
"_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": "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",
"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": "0b12d75f8eafb0823b7bf8efbb265b3262401619",
"tarball": "https://registry.npmjs.org/jshint/-/jshint-2.9.2.tgz"
},
"files": [
"bin",
"data",
"dist",
"src"
],
"gitHead": "b554ffe61eabf6e3e3a2876a3a377271da308811",
"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.2"
}