package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "grunt-contrib-jshint",
  3. "_id": "grunt-contrib-jshint@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-or5XbN0qIdh/o7nncN5AeilWP9I=",
  6. "_location": "/grunt-contrib-jshint",
  7. "_phantomChildren": {
  8. "color-convert": "1.9.3",
  9. "escape-string-regexp": "1.0.5",
  10. "has-flag": "3.0.0"
  11. },
  12. "_requested": {
  13. "type": "tag",
  14. "registry": true,
  15. "raw": "grunt-contrib-jshint",
  16. "name": "grunt-contrib-jshint",
  17. "escapedName": "grunt-contrib-jshint",
  18. "rawSpec": "",
  19. "saveSpec": null,
  20. "fetchSpec": "latest"
  21. },
  22. "_requiredBy": [
  23. "#DEV:/",
  24. "#USER"
  25. ],
  26. "_resolved": "http://registry.npm.taobao.org/grunt-contrib-jshint/download/grunt-contrib-jshint-2.0.0.tgz",
  27. "_shasum": "a2be576cdd2a21d87fa3b9e770de407a29563fd2",
  28. "_spec": "grunt-contrib-jshint",
  29. "_where": "E:\\dev\\007\\node_module\\node10",
  30. "appveyor_id": "j04ik7qgx21ixyfw",
  31. "author": {
  32. "name": "Grunt Team",
  33. "url": "https://gruntjs.com/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/gruntjs/grunt-contrib-jshint/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "chalk": "^2.4.1",
  41. "hooker": "^0.2.3",
  42. "jshint": "~2.9.6"
  43. },
  44. "deprecated": false,
  45. "description": "Validate files with JSHint",
  46. "devDependencies": {
  47. "grunt": "^1.0.3",
  48. "grunt-contrib-internal": "^3.1.0",
  49. "grunt-contrib-nodeunit": "^2.0.0"
  50. },
  51. "engines": {
  52. "node": ">=6"
  53. },
  54. "files": [
  55. "tasks"
  56. ],
  57. "homepage": "https://github.com/gruntjs/grunt-contrib-jshint#readme",
  58. "keywords": [
  59. "gruntplugin"
  60. ],
  61. "license": "MIT",
  62. "main": "tasks/jshint.js",
  63. "name": "grunt-contrib-jshint",
  64. "peerDependencies": {
  65. "grunt": ">=0.4.0"
  66. },
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/gruntjs/grunt-contrib-jshint.git"
  70. },
  71. "scripts": {
  72. "test": "grunt test"
  73. },
  74. "version": "2.0.0"
  75. }