You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

111 lines
3.2 KiB

{
"_args": [
[
"jshint@2.9.6",
"/Users/manthony/repos/docs.blockstack"
]
],
"_development": true,
"_from": "jshint@2.9.6",
"_id": "jshint@2.9.6",
"_inBundle": false,
"_integrity": "sha512-KO9SIAKTlJQOM4lE64GQUtGBRpTOuvbrRrSZw3AhUxMNG266nX9hK2cKA4SBhXOj0irJGyNyGSLT62HGOVDEOA==",
"_location": "/jshint",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "jshint@2.9.6",
"name": "jshint",
"escapedName": "jshint",
"rawSpec": "2.9.6",
"saveSpec": null,
"fetchSpec": "2.9.6"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/jshint/-/jshint-2.9.6.tgz",
"_spec": "2.9.6",
"_where": "/Users/manthony/repos/docs.blockstack",
"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"
},
"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",
"phantom": "~4.0.1",
"phantomjs-prebuilt": "~2.1.7",
"shelljs": "0.3.x",
"strip-json-comments": "1.0.x",
"unicode-5.2.0": "^0.7.5"
},
"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",
"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"
},
"files": [
"bin",
"data",
"dist",
"src"
],
"homepage": "http://jshint.com/",
"license": "(MIT AND JSON)",
"main": "./src/jshint.js",
"name": "jshint",
"optionalDependencies": {
"phantom": "~4.0.1",
"phantomjs-prebuilt": "~2.1.7"
},
"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.6"
}