package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "glob@^7.1.3",
  3. "_id": "glob@7.1.7",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Oxk+kjPwHULQs/eClLvutBj5SpA=",
  6. "_location": "/glob",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "glob@^7.1.3",
  12. "name": "glob",
  13. "escapedName": "glob",
  14. "rawSpec": "^7.1.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.1.3"
  17. },
  18. "_requiredBy": [
  19. "/cacache",
  20. "/copy-webpack-plugin/globby",
  21. "/del/globby",
  22. "/flat-cache/rimraf",
  23. "/globby",
  24. "/js-beautify",
  25. "/rimraf"
  26. ],
  27. "_resolved": "https://registry.nlark.com/glob/download/glob-7.1.7.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fglob%2Fdownload%2Fglob-7.1.7.tgz",
  28. "_shasum": "3b193e9233f01d42d0b3f78294bbeeb418f94a90",
  29. "_spec": "glob@^7.1.3",
  30. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\js-beautify",
  31. "author": {
  32. "name": "Isaac Z. Schlueter",
  33. "email": "i@izs.me",
  34. "url": "http://blog.izs.me/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/isaacs/node-glob/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "fs.realpath": "^1.0.0",
  42. "inflight": "^1.0.4",
  43. "inherits": "2",
  44. "minimatch": "^3.0.4",
  45. "once": "^1.3.0",
  46. "path-is-absolute": "^1.0.0"
  47. },
  48. "deprecated": false,
  49. "description": "a little globber",
  50. "devDependencies": {
  51. "mkdirp": "0",
  52. "rimraf": "^2.2.8",
  53. "tap": "^15.0.6",
  54. "tick": "0.0.6"
  55. },
  56. "engines": {
  57. "node": "*"
  58. },
  59. "files": [
  60. "glob.js",
  61. "sync.js",
  62. "common.js"
  63. ],
  64. "funding": {
  65. "url": "https://github.com/sponsors/isaacs"
  66. },
  67. "homepage": "https://github.com/isaacs/node-glob#readme",
  68. "license": "ISC",
  69. "main": "glob.js",
  70. "name": "glob",
  71. "repository": {
  72. "type": "git",
  73. "url": "git://github.com/isaacs/node-glob.git"
  74. },
  75. "scripts": {
  76. "bench": "bash benchmark.sh",
  77. "benchclean": "node benchclean.js",
  78. "prepublish": "npm run benchclean",
  79. "prof": "bash prof.sh && cat profile.txt",
  80. "profclean": "rm -f v8.log profile.txt",
  81. "test": "tap",
  82. "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
  83. },
  84. "tap": {
  85. "before": "test/00-setup.js",
  86. "after": "test/zz-cleanup.js",
  87. "jobs": 1
  88. },
  89. "version": "7.1.7"
  90. }