package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. "/@jest/core",
  20. "/@npmcli/move-file",
  21. "/cacache",
  22. "/flat-cache"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
  25. "_shasum": "f1a5402ba6220ad52cc1282bac1ae3aa49fd061a",
  26. "_spec": "rimraf@^3.0.2",
  27. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\flat-cache",
  28. "author": {
  29. "name": "Isaac Z. Schlueter",
  30. "email": "i@izs.me",
  31. "url": "http://blog.izs.me/"
  32. },
  33. "bin": {
  34. "rimraf": "bin.js"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/isaacs/rimraf/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "glob": "^7.1.3"
  42. },
  43. "deprecated": false,
  44. "description": "A deep deletion module for node (like `rm -rf`)",
  45. "devDependencies": {
  46. "mkdirp": "^0.5.1",
  47. "tap": "^12.1.1"
  48. },
  49. "files": [
  50. "LICENSE",
  51. "README.md",
  52. "bin.js",
  53. "rimraf.js"
  54. ],
  55. "funding": {
  56. "url": "https://github.com/sponsors/isaacs"
  57. },
  58. "homepage": "https://github.com/isaacs/rimraf#readme",
  59. "license": "ISC",
  60. "main": "rimraf.js",
  61. "name": "rimraf",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/isaacs/rimraf.git"
  65. },
  66. "scripts": {
  67. "postpublish": "git push origin --follow-tags",
  68. "postversion": "npm publish",
  69. "preversion": "npm test",
  70. "test": "tap test/*.js"
  71. },
  72. "version": "3.0.2"
  73. }