mirror of https://gitee.com/bigwinds/arangodb
106 lines
2.9 KiB
JSON
106 lines
2.9 KiB
JSON
{
|
|
"name": "jshint",
|
|
"version": "2.9.2",
|
|
"homepage": "http://jshint.com/",
|
|
"description": "Static analysis tool for JavaScript",
|
|
"author": {
|
|
"name": "Anton Kovalyov",
|
|
"email": "anton@kovalyov.net",
|
|
"url": "http://anton.kovalyov.net/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jshint/jshint.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jshint/jshint/issues"
|
|
},
|
|
"bin": {
|
|
"jshint": "./bin/jshint"
|
|
},
|
|
"scripts": {
|
|
"browser-test-server": "node tests/helpers/browser/server",
|
|
"build": "node bin/build",
|
|
"coverage": "istanbul -- cover ./node_modules/.bin/nodeunit tests/unit",
|
|
"data": "node scripts/generate-identifier-data",
|
|
"pretest": "jshint src && jscs src",
|
|
"changelog": "conventional-changelog -p jshint -i CHANGELOG.md -w",
|
|
"github-release": "conventional-github-releaser -p jshint",
|
|
"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": "npm run test-node && npm run test-browser"
|
|
},
|
|
"main": "./src/jshint.js",
|
|
"dependencies": {
|
|
"cli": "0.6.x",
|
|
"console-browserify": "1.1.x",
|
|
"exit": "0.1.x",
|
|
"htmlparser2": "3.8.x",
|
|
"minimatch": "2.0.x",
|
|
"shelljs": "0.3.x",
|
|
"strip-json-comments": "1.0.x",
|
|
"lodash": "3.7.x"
|
|
},
|
|
"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"
|
|
},
|
|
"license": "(MIT AND JSON)",
|
|
"preferGlobal": true,
|
|
"files": [
|
|
"bin",
|
|
"data",
|
|
"dist",
|
|
"src"
|
|
],
|
|
"gitHead": "b554ffe61eabf6e3e3a2876a3a377271da308811",
|
|
"_id": "jshint@2.9.2",
|
|
"_shasum": "0b12d75f8eafb0823b7bf8efbb265b3262401619",
|
|
"_from": "jshint@latest",
|
|
"_npmVersion": "3.3.12",
|
|
"_nodeVersion": "5.3.0",
|
|
"_npmUser": {
|
|
"name": "jugglinmike",
|
|
"email": "mike@mikepennisi.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "antonkovalyov",
|
|
"email": "anton@kovalyov.net"
|
|
},
|
|
{
|
|
"name": "rwaldron",
|
|
"email": "waldron.rick@gmail.com"
|
|
},
|
|
{
|
|
"name": "jugglinmike",
|
|
"email": "mike@mikepennisi.com"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "0b12d75f8eafb0823b7bf8efbb265b3262401619",
|
|
"tarball": "https://registry.npmjs.org/jshint/-/jshint-2.9.2.tgz"
|
|
},
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-16-east.internal.npmjs.com",
|
|
"tmp": "tmp/jshint-2.9.2.tgz_1461106429823_0.9580952741671354"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/jshint/-/jshint-2.9.2.tgz"
|
|
}
|