package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "grunt-contrib-clean",
  3. "_id": "grunt-contrib-clean@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-O+fKSA2kt0CqXp2GPi9+iyT4pos=",
  6. "_location": "/grunt-contrib-clean",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "grunt-contrib-clean",
  12. "name": "grunt-contrib-clean",
  13. "escapedName": "grunt-contrib-clean",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "#USER"
  21. ],
  22. "_resolved": "http://registry.npm.taobao.org/grunt-contrib-clean/download/grunt-contrib-clean-2.0.0.tgz",
  23. "_shasum": "3be7ca480da4b740aa5e9d863e2f7e8b24f8a68b",
  24. "_spec": "grunt-contrib-clean",
  25. "_where": "E:\\dev\\007\\node_module\\node10",
  26. "appveyor_id": "li28411ceq3n833d",
  27. "author": {
  28. "name": "Grunt Team",
  29. "url": "https://gruntjs.com/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/gruntjs/grunt-contrib-clean/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "async": "^2.6.1",
  37. "rimraf": "^2.6.2"
  38. },
  39. "deprecated": false,
  40. "description": "Clean files and folders",
  41. "devDependencies": {
  42. "dir-compare": "^1.4.0",
  43. "grunt": "^1.0.3",
  44. "grunt-contrib-internal": "^3.1.0",
  45. "grunt-contrib-jshint": "^1.1.0",
  46. "grunt-contrib-nodeunit": "^2.0.0"
  47. },
  48. "engines": {
  49. "node": ">=6"
  50. },
  51. "files": [
  52. "tasks"
  53. ],
  54. "homepage": "https://github.com/gruntjs/grunt-contrib-clean#readme",
  55. "keywords": [
  56. "gruntplugin",
  57. "clean",
  58. "cleanup",
  59. "remove",
  60. "delete",
  61. "del",
  62. "rm",
  63. "rmrf",
  64. "rimraf"
  65. ],
  66. "license": "MIT",
  67. "main": "tasks/clean.js",
  68. "name": "grunt-contrib-clean",
  69. "peerDependencies": {
  70. "grunt": ">=0.4.5"
  71. },
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/gruntjs/grunt-contrib-clean.git"
  75. },
  76. "scripts": {
  77. "test": "grunt test"
  78. },
  79. "version": "2.0.0"
  80. }