package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_from": "jshint@~2.9.6",
  3. "_id": "jshint@2.9.7",
  4. "_inBundle": false,
  5. "_integrity": "sha1-A4o/pcMo+jqwPd/YXfiNPYe+3L0=",
  6. "_location": "/jshint",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jshint@~2.9.6",
  12. "name": "jshint",
  13. "escapedName": "jshint",
  14. "rawSpec": "~2.9.6",
  15. "saveSpec": null,
  16. "fetchSpec": "~2.9.6"
  17. },
  18. "_requiredBy": [
  19. "/grunt-contrib-jshint"
  20. ],
  21. "_resolved": "http://registry.npm.taobao.org/jshint/download/jshint-2.9.7.tgz",
  22. "_shasum": "038a3fa5c328fa3ab03ddfd85df88d3d87bedcbd",
  23. "_spec": "jshint@~2.9.6",
  24. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\grunt-contrib-jshint",
  25. "author": {
  26. "name": "Anton Kovalyov",
  27. "email": "anton@kovalyov.net",
  28. "url": "http://anton.kovalyov.net/"
  29. },
  30. "bin": {
  31. "jshint": "./bin/jshint"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/jshint/jshint/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "cli": "~1.0.0",
  39. "console-browserify": "1.1.x",
  40. "exit": "0.1.x",
  41. "htmlparser2": "3.8.x",
  42. "lodash": "~4.17.10",
  43. "minimatch": "~3.0.2",
  44. "shelljs": "0.3.x",
  45. "strip-json-comments": "1.0.x"
  46. },
  47. "deprecated": false,
  48. "description": "Static analysis tool for JavaScript",
  49. "devDependencies": {
  50. "async": "~2.1.2",
  51. "browserify": "9.x",
  52. "conventional-changelog": "0.4.x",
  53. "conventional-github-releaser": "0.4.x",
  54. "coveralls": "2.11.x",
  55. "istanbul": "0.3.x",
  56. "jscs": "1.11.x",
  57. "mock-stdin": "0.3.x",
  58. "nodeunit": "0.9.x",
  59. "phantom": "~4.0.1",
  60. "phantomjs-prebuilt": "~2.1.7",
  61. "regenerate": "1.2.x",
  62. "results-interpreter": "~1.0.0",
  63. "sinon": "1.12.x",
  64. "test262-stream": "~1.1.0",
  65. "unicode-11.0.0": "0.7.x",
  66. "unicode-5.2.0": "^0.7.5"
  67. },
  68. "files": [
  69. "bin",
  70. "data",
  71. "dist",
  72. "src"
  73. ],
  74. "homepage": "http://jshint.com/",
  75. "license": "(MIT AND JSON)",
  76. "main": "./src/jshint.js",
  77. "name": "jshint",
  78. "preferGlobal": true,
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/jshint/jshint.git"
  82. },
  83. "scripts": {
  84. "browser-test-server": "node tests/helpers/browser/server",
  85. "build": "node bin/build",
  86. "changelog": "conventional-changelog -p jshint -i CHANGELOG.md -w",
  87. "coverage": "istanbul -- cover ./node_modules/nodeunit/bin/nodeunit tests/unit",
  88. "coverage-report": "npm run coverage && istanbul report html",
  89. "data": "node scripts/generate-identifier-data",
  90. "fetch-test262": "git submodule init && git submodule update",
  91. "github-release": "conventional-github-releaser -p jshint",
  92. "pretest": "node ./bin/jshint src && jscs src",
  93. "test": "npm run test-node && npm run test-browser",
  94. "test-262": "node tests/test262",
  95. "test-all": "npm run test-node && npm run test-browser && npm run test-262",
  96. "test-browser": "node tests/browser",
  97. "test-cli": "nodeunit tests/cli.js",
  98. "test-node": "npm run test-unit && npm run test-cli && npm run test-regression",
  99. "test-regression": "nodeunit tests/regression",
  100. "test-unit": "nodeunit tests/unit"
  101. },
  102. "version": "2.9.7"
  103. }