123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- {
- "_from": "jshint@~2.9.6",
- "_id": "jshint@2.9.7",
- "_inBundle": false,
- "_integrity": "sha1-A4o/pcMo+jqwPd/YXfiNPYe+3L0=",
- "_location": "/jshint",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "jshint@~2.9.6",
- "name": "jshint",
- "escapedName": "jshint",
- "rawSpec": "~2.9.6",
- "saveSpec": null,
- "fetchSpec": "~2.9.6"
- },
- "_requiredBy": [
- "/grunt-contrib-jshint"
- ],
- "_resolved": "http://registry.npm.taobao.org/jshint/download/jshint-2.9.7.tgz",
- "_shasum": "038a3fa5c328fa3ab03ddfd85df88d3d87bedcbd",
- "_spec": "jshint@~2.9.6",
- "_where": "E:\\dev\\007\\node_module\\node10\\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.10",
- "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.1.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 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",
- "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"
- },
- "version": "2.9.7"
- }
|