package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_from": "glob@^7.1.4",
  3. "_id": "glob@7.2.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  6. "_location": "/glob",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "glob@^7.1.4",
  12. "name": "glob",
  13. "escapedName": "glob",
  14. "rawSpec": "^7.1.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.1.4"
  17. },
  18. "_requiredBy": [
  19. "/@babel/cli",
  20. "/@npmcli/move-file/rimraf",
  21. "/@vue/cli-service/globby",
  22. "/archiver-utils",
  23. "/cacache",
  24. "/compression-webpack-plugin/cacache",
  25. "/compression-webpack-plugin/rimraf",
  26. "/copy-webpack-plugin/cacache",
  27. "/copy-webpack-plugin/globby",
  28. "/del/globby",
  29. "/fileset",
  30. "/flat-cache/rimraf",
  31. "/jest-config",
  32. "/jest/jest-cli",
  33. "/mocha-webpack/globby",
  34. "/rimraf",
  35. "/webpack-dev-server/rimraf",
  36. "/zip-stream/archiver-utils"
  37. ],
  38. "_resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz",
  39. "_shasum": "b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b",
  40. "_spec": "glob@^7.1.4",
  41. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\archiver-utils",
  42. "author": {
  43. "name": "Isaac Z. Schlueter",
  44. "email": "i@izs.me",
  45. "url": "http://blog.izs.me/"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/isaacs/node-glob/issues"
  49. },
  50. "bundleDependencies": false,
  51. "dependencies": {
  52. "fs.realpath": "^1.0.0",
  53. "inflight": "^1.0.4",
  54. "inherits": "2",
  55. "minimatch": "^3.1.1",
  56. "once": "^1.3.0",
  57. "path-is-absolute": "^1.0.0"
  58. },
  59. "deprecated": false,
  60. "description": "a little globber",
  61. "devDependencies": {
  62. "memfs": "^3.2.0",
  63. "mkdirp": "0",
  64. "rimraf": "^2.2.8",
  65. "tap": "^15.0.6",
  66. "tick": "0.0.6"
  67. },
  68. "engines": {
  69. "node": "*"
  70. },
  71. "files": [
  72. "glob.js",
  73. "sync.js",
  74. "common.js"
  75. ],
  76. "funding": {
  77. "url": "https://github.com/sponsors/isaacs"
  78. },
  79. "homepage": "https://github.com/isaacs/node-glob#readme",
  80. "license": "ISC",
  81. "main": "glob.js",
  82. "name": "glob",
  83. "publishConfig": {
  84. "tag": "v7-legacy"
  85. },
  86. "repository": {
  87. "type": "git",
  88. "url": "git://github.com/isaacs/node-glob.git"
  89. },
  90. "scripts": {
  91. "bench": "bash benchmark.sh",
  92. "benchclean": "node benchclean.js",
  93. "prepublish": "npm run benchclean",
  94. "prof": "bash prof.sh && cat profile.txt",
  95. "profclean": "rm -f v8.log profile.txt",
  96. "test": "tap",
  97. "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
  98. },
  99. "tap": {
  100. "before": "test/00-setup.js",
  101. "after": "test/zz-cleanup.js",
  102. "jobs": 1
  103. },
  104. "version": "7.2.3"
  105. }