package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_from": "grunt@^1.0.3",
  3. "_id": "grunt@1.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-s8mSYMUdG0KDV2bnllJ7YPe7o3Q=",
  6. "_location": "/grunt",
  7. "_phantomChildren": {
  8. "fs.realpath": "1.0.0",
  9. "grunt-known-options": "1.1.1",
  10. "inflight": "1.0.6",
  11. "inherits": "2.0.3",
  12. "minimatch": "3.0.4",
  13. "nopt": "3.0.6",
  14. "once": "1.4.0",
  15. "path-is-absolute": "1.0.1"
  16. },
  17. "_requested": {
  18. "type": "range",
  19. "registry": true,
  20. "raw": "grunt@^1.0.3",
  21. "name": "grunt",
  22. "escapedName": "grunt",
  23. "rawSpec": "^1.0.3",
  24. "saveSpec": null,
  25. "fetchSpec": "^1.0.3"
  26. },
  27. "_requiredBy": [
  28. "#DEV:/",
  29. "#USER"
  30. ],
  31. "_resolved": "http://registry.npm.taobao.org/grunt/download/grunt-1.0.3.tgz",
  32. "_shasum": "b3c99260c51d1b42835766e796527b60f7bba374",
  33. "_spec": "grunt@^1.0.3",
  34. "_where": "E:\\dev\\007\\node_module\\node10",
  35. "author": {
  36. "name": "Grunt Development Team",
  37. "url": "https://gruntjs.com/development-team"
  38. },
  39. "bin": {
  40. "grunt": "bin/grunt"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/gruntjs/grunt/issues"
  44. },
  45. "bundleDependencies": false,
  46. "dependencies": {
  47. "coffeescript": "~1.10.0",
  48. "dateformat": "~1.0.12",
  49. "eventemitter2": "~0.4.13",
  50. "exit": "~0.1.1",
  51. "findup-sync": "~0.3.0",
  52. "glob": "~7.0.0",
  53. "grunt-cli": "~1.2.0",
  54. "grunt-known-options": "~1.1.0",
  55. "grunt-legacy-log": "~2.0.0",
  56. "grunt-legacy-util": "~1.1.1",
  57. "iconv-lite": "~0.4.13",
  58. "js-yaml": "~3.5.2",
  59. "minimatch": "~3.0.2",
  60. "mkdirp": "~0.5.1",
  61. "nopt": "~3.0.6",
  62. "path-is-absolute": "~1.0.0",
  63. "rimraf": "~2.6.2"
  64. },
  65. "deprecated": false,
  66. "description": "The JavaScript Task Runner",
  67. "devDependencies": {
  68. "difflet": "~1.0.1",
  69. "eslint-config-grunt": "~1.0.1",
  70. "grunt-contrib-nodeunit": "~2.0.0",
  71. "grunt-contrib-watch": "~1.1.0",
  72. "grunt-eslint": "~18.1.0",
  73. "temporary": "~0.0.4",
  74. "through2": "~2.0.0"
  75. },
  76. "engines": {
  77. "node": ">=0.10.0"
  78. },
  79. "files": [
  80. "lib",
  81. "bin"
  82. ],
  83. "homepage": "https://gruntjs.com/",
  84. "keywords": [
  85. "task",
  86. "async",
  87. "cli",
  88. "minify",
  89. "uglify",
  90. "build",
  91. "lodash",
  92. "unit",
  93. "test",
  94. "qunit",
  95. "nodeunit",
  96. "server",
  97. "init",
  98. "scaffold",
  99. "make",
  100. "jake",
  101. "tool"
  102. ],
  103. "license": "MIT",
  104. "main": "lib/grunt",
  105. "name": "grunt",
  106. "repository": {
  107. "type": "git",
  108. "url": "git+https://github.com/gruntjs/grunt.git"
  109. },
  110. "scripts": {
  111. "test": "node bin/grunt test",
  112. "test-tap": "node bin/grunt test:tap"
  113. },
  114. "version": "1.0.3"
  115. }