package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "grunt-cli",
  3. "_id": "grunt-cli@1.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-YPEtEsG1qulK40aca1/iTpYAFOg=",
  6. "_location": "/grunt-cli",
  7. "_phantomChildren": {
  8. "abbrev": "1.1.1",
  9. "assign-symbols": "1.0.0",
  10. "braces": "2.3.1",
  11. "debug": "2.6.9",
  12. "extend": "3.0.2",
  13. "fined": "1.1.1",
  14. "fragment-cache": "0.2.1",
  15. "homedir-polyfill": "1.0.3",
  16. "ini": "1.3.5",
  17. "is-buffer": "1.1.6",
  18. "is-descriptor": "1.0.2",
  19. "is-plain-object": "2.0.4",
  20. "isobject": "3.0.1",
  21. "nanomatch": "1.2.13",
  22. "object.map": "1.0.1",
  23. "object.pick": "1.3.0",
  24. "osenv": "0.1.5",
  25. "posix-character-classes": "0.1.1",
  26. "rechoir": "0.6.2",
  27. "regex-not": "1.0.2",
  28. "resolve": "1.10.0",
  29. "snapdragon": "0.8.2",
  30. "to-regex": "3.0.2",
  31. "which": "1.3.1"
  32. },
  33. "_requested": {
  34. "type": "tag",
  35. "registry": true,
  36. "raw": "grunt-cli",
  37. "name": "grunt-cli",
  38. "escapedName": "grunt-cli",
  39. "rawSpec": "",
  40. "saveSpec": null,
  41. "fetchSpec": "latest"
  42. },
  43. "_requiredBy": [
  44. "#DEV:/",
  45. "#USER"
  46. ],
  47. "_resolved": "http://registry.npm.taobao.org/grunt-cli/download/grunt-cli-1.3.2.tgz",
  48. "_shasum": "60f12d12c1b5aae94ae3469c6b5fe24e960014e8",
  49. "_spec": "grunt-cli",
  50. "_where": "E:\\dev\\007\\node_module\\node10",
  51. "appveyor_id": "prp6g944b05jsq6d",
  52. "author": {
  53. "name": "Grunt Development Team",
  54. "url": "http://gruntjs.com/development-team"
  55. },
  56. "bin": {
  57. "grunt": "bin/grunt"
  58. },
  59. "bugs": {
  60. "url": "https://github.com/gruntjs/grunt-cli/issues"
  61. },
  62. "bundleDependencies": false,
  63. "dependencies": {
  64. "grunt-known-options": "~1.1.0",
  65. "interpret": "~1.1.0",
  66. "liftoff": "~2.5.0",
  67. "nopt": "~4.0.1",
  68. "v8flags": "~3.1.1"
  69. },
  70. "deprecated": false,
  71. "description": "The grunt command line interface",
  72. "devDependencies": {
  73. "grunt": "~1.0.2",
  74. "grunt-contrib-jshint": "~1.1.0"
  75. },
  76. "engines": {
  77. "node": ">=4"
  78. },
  79. "files": [
  80. "bin",
  81. "completion",
  82. "lib"
  83. ],
  84. "homepage": "https://github.com/gruntjs/grunt-cli#readme",
  85. "license": "MIT",
  86. "name": "grunt-cli",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/gruntjs/grunt-cli.git"
  90. },
  91. "scripts": {
  92. "test": "node bin/grunt test"
  93. },
  94. "version": "1.3.2"
  95. }