package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "rimraf@^3.0.2",
  12. "name": "rimraf",
  13. "escapedName": "rimraf",
  14. "rawSpec": "^3.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.2"
  17. },
  18. "_requiredBy": [
  19. "/@npmcli/move-file",
  20. "/cacache"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/rimraf/-/rimraf-3.0.2.tgz",
  23. "_shasum": "f1a5402ba6220ad52cc1282bac1ae3aa49fd061a",
  24. "_spec": "rimraf@^3.0.2",
  25. "_where": "E:\\psy_web_share\\node_modules\\cacache",
  26. "author": {
  27. "name": "Isaac Z. Schlueter",
  28. "email": "i@izs.me",
  29. "url": "http://blog.izs.me/"
  30. },
  31. "bin": {
  32. "rimraf": "bin.js"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/isaacs/rimraf/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "glob": "^7.1.3"
  40. },
  41. "deprecated": false,
  42. "description": "A deep deletion module for node (like `rm -rf`)",
  43. "devDependencies": {
  44. "mkdirp": "^0.5.1",
  45. "tap": "^12.1.1"
  46. },
  47. "files": [
  48. "LICENSE",
  49. "README.md",
  50. "bin.js",
  51. "rimraf.js"
  52. ],
  53. "funding": {
  54. "url": "https://github.com/sponsors/isaacs"
  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 --follow-tags",
  66. "postversion": "npm publish",
  67. "preversion": "npm test",
  68. "test": "tap test/*.js"
  69. },
  70. "version": "3.0.2"
  71. }