package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "rimraf@^2.6.3",
  3. "_id": "rimraf@2.7.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-NXl/E6f9rcVmFCwp1PB8ytSD4+w=",
  6. "_location": "/rimraf",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "rimraf@^2.6.3",
  12. "name": "rimraf",
  13. "escapedName": "rimraf",
  14. "rawSpec": "^2.6.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.6.3"
  17. },
  18. "_requiredBy": [
  19. "/cacache",
  20. "/copy-concurrently",
  21. "/del",
  22. "/eslint-loader",
  23. "/move-concurrently"
  24. ],
  25. "_resolved": "https://registry.npm.taobao.org/rimraf/download/rimraf-2.7.1.tgz?cache=0&sync_timestamp=1581229865753&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frimraf%2Fdownload%2Frimraf-2.7.1.tgz",
  26. "_shasum": "35797f13a7fdadc566142c29d4f07ccad483e3ec",
  27. "_spec": "rimraf@^2.6.3",
  28. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\cacache",
  29. "author": {
  30. "name": "Isaac Z. Schlueter",
  31. "email": "i@izs.me",
  32. "url": "http://blog.izs.me/"
  33. },
  34. "bin": {
  35. "rimraf": "bin.js"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/isaacs/rimraf/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "glob": "^7.1.3"
  43. },
  44. "deprecated": false,
  45. "description": "A deep deletion module for node (like `rm -rf`)",
  46. "devDependencies": {
  47. "mkdirp": "^0.5.1",
  48. "tap": "^12.1.1"
  49. },
  50. "files": [
  51. "LICENSE",
  52. "README.md",
  53. "bin.js",
  54. "rimraf.js"
  55. ],
  56. "homepage": "https://github.com/isaacs/rimraf#readme",
  57. "license": "ISC",
  58. "main": "rimraf.js",
  59. "name": "rimraf",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/isaacs/rimraf.git"
  63. },
  64. "scripts": {
  65. "postpublish": "git push origin --all; git push origin --tags",
  66. "postversion": "npm publish",
  67. "preversion": "npm test",
  68. "test": "tap test/*.js"
  69. },
  70. "version": "2.7.1"
  71. }