package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "rimraf@2.7.1",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "rimraf@2.7.1",
  10. "_id": "rimraf@2.7.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
  13. "_location": "/rimraf",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "rimraf@2.7.1",
  19. "name": "rimraf",
  20. "escapedName": "rimraf",
  21. "rawSpec": "2.7.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.7.1"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/",
  27. "/cacache",
  28. "/copy-concurrently",
  29. "/del",
  30. "/eslint-loader",
  31. "/fstream",
  32. "/istanbul-lib-source-maps",
  33. "/jest/jest-cli",
  34. "/move-concurrently",
  35. "/node-gyp"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
  38. "_spec": "2.7.1",
  39. "_where": "E:\\2023\\5\\myjadmin",
  40. "author": {
  41. "name": "Isaac Z. Schlueter",
  42. "email": "i@izs.me",
  43. "url": "http://blog.izs.me/"
  44. },
  45. "bin": {
  46. "rimraf": "bin.js"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/isaacs/rimraf/issues"
  50. },
  51. "dependencies": {
  52. "glob": "^7.1.3"
  53. },
  54. "description": "A deep deletion module for node (like `rm -rf`)",
  55. "devDependencies": {
  56. "mkdirp": "^0.5.1",
  57. "tap": "^12.1.1"
  58. },
  59. "files": [
  60. "LICENSE",
  61. "README.md",
  62. "bin.js",
  63. "rimraf.js"
  64. ],
  65. "homepage": "https://github.com/isaacs/rimraf#readme",
  66. "license": "ISC",
  67. "main": "rimraf.js",
  68. "name": "rimraf",
  69. "repository": {
  70. "type": "git",
  71. "url": "git://github.com/isaacs/rimraf.git"
  72. },
  73. "scripts": {
  74. "postpublish": "git push origin --all; git push origin --tags",
  75. "postversion": "npm publish",
  76. "preversion": "npm test",
  77. "test": "tap test/*.js"
  78. },
  79. "version": "2.7.1"
  80. }