package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "rimraf@^3.0.2",
  3. "_id": "rimraf@3.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  6. "_location": "/rimraf",
  7. "_phantomChildren": {
  8. "brace-expansion": "1.1.12",
  9. "fs.realpath": "1.0.0",
  10. "inflight": "1.0.6",
  11. "inherits": "2.0.4",
  12. "once": "1.4.0",
  13. "path-is-absolute": "1.0.1"
  14. },
  15. "_requested": {
  16. "type": "range",
  17. "registry": true,
  18. "raw": "rimraf@^3.0.2",
  19. "name": "rimraf",
  20. "escapedName": "rimraf",
  21. "rawSpec": "^3.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "^3.0.2"
  24. },
  25. "_requiredBy": [
  26. "/miniprogram-ci"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/rimraf/-/rimraf-3.0.2.tgz",
  29. "_shasum": "f1a5402ba6220ad52cc1282bac1ae3aa49fd061a",
  30. "_spec": "rimraf@^3.0.2",
  31. "_where": "/data/wwwroot/qimall/node/node_modules/miniprogram-ci",
  32. "author": {
  33. "name": "Isaac Z. Schlueter",
  34. "email": "i@izs.me",
  35. "url": "http://blog.izs.me/"
  36. },
  37. "bin": {
  38. "rimraf": "bin.js"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/isaacs/rimraf/issues"
  42. },
  43. "bundleDependencies": false,
  44. "dependencies": {
  45. "glob": "^7.1.3"
  46. },
  47. "deprecated": "Rimraf versions prior to v4 are no longer supported",
  48. "description": "A deep deletion module for node (like `rm -rf`)",
  49. "devDependencies": {
  50. "mkdirp": "^0.5.1",
  51. "tap": "^12.1.1"
  52. },
  53. "files": [
  54. "LICENSE",
  55. "README.md",
  56. "bin.js",
  57. "rimraf.js"
  58. ],
  59. "funding": {
  60. "url": "https://github.com/sponsors/isaacs"
  61. },
  62. "homepage": "https://github.com/isaacs/rimraf#readme",
  63. "license": "ISC",
  64. "main": "rimraf.js",
  65. "name": "rimraf",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/isaacs/rimraf.git"
  69. },
  70. "scripts": {
  71. "postpublish": "git push origin --follow-tags",
  72. "postversion": "npm publish",
  73. "preversion": "npm test",
  74. "test": "tap test/*.js"
  75. },
  76. "version": "3.0.2"
  77. }