cs142/project2/node_modules/jshint/package.json
2020-08-01 19:26:11 -03:00

104 lines
3.1 KiB
JSON

{
"_from": "jshint@^2.9.4",
"_id": "jshint@2.11.0",
"_inBundle": false,
"_integrity": "sha512-ooaD/hrBPhu35xXW4gn+o3SOuzht73gdBuffgJzrZBJZPGgGiiTvJEgTyxFvBO2nz0+X1G6etF8SzUODTlLY6Q==",
"_location": "/jshint",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "jshint@^2.9.4",
"name": "jshint",
"escapedName": "jshint",
"rawSpec": "^2.9.4",
"saveSpec": null,
"fetchSpec": "^2.9.4"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/jshint/-/jshint-2.11.0.tgz",
"_shasum": "7f3d99820b8b653eaaec7015a563b2d8101cbbc8",
"_spec": "jshint@^2.9.4",
"_where": "/home/massiveatoms/Desktop/cs142/project2",
"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.11",
"minimatch": "~3.0.2",
"shelljs": "0.3.x",
"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",
"phantom": "~4.0.1",
"phantomjs-prebuilt": "~2.1.7",
"regenerate": "1.2.x",
"results-interpreter": "~1.0.0",
"sinon": "1.12.x",
"test262-stream": "~1.2.1",
"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 AND JSON)",
"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 tests/unit/unstable",
"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 tests/unit/unstable"
},
"version": "2.11.0"
}