package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. "glob@7.2.3",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_from": "glob@7.2.3",
  9. "_id": "glob@7.2.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  12. "_location": "/glob",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "glob@7.2.3",
  18. "name": "glob",
  19. "escapedName": "glob",
  20. "rawSpec": "7.2.3",
  21. "saveSpec": null,
  22. "fetchSpec": "7.2.3"
  23. },
  24. "_requiredBy": [
  25. "/@npmcli/move-file/rimraf",
  26. "/archiver",
  27. "/archiver-utils",
  28. "/cacache",
  29. "/compression-webpack-plugin/cacache",
  30. "/compression-webpack-plugin/rimraf",
  31. "/copy-webpack-plugin/globby",
  32. "/cpx",
  33. "/del/globby",
  34. "/flat-cache/rimraf",
  35. "/globby",
  36. "/mz-modules",
  37. "/node-plop/globby",
  38. "/node-plop/rimraf",
  39. "/rimraf"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  42. "_spec": "7.2.3",
  43. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  44. "author": {
  45. "name": "Isaac Z. Schlueter",
  46. "email": "i@izs.me",
  47. "url": "http://blog.izs.me/"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/isaacs/node-glob/issues"
  51. },
  52. "dependencies": {
  53. "fs.realpath": "^1.0.0",
  54. "inflight": "^1.0.4",
  55. "inherits": "2",
  56. "minimatch": "^3.1.1",
  57. "once": "^1.3.0",
  58. "path-is-absolute": "^1.0.0"
  59. },
  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. }