package.json 2.3 KB

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