package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "glob@^7.1.2",
  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.2",
  12. "name": "glob",
  13. "escapedName": "glob",
  14. "rawSpec": "^7.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.1.2"
  17. },
  18. "_requiredBy": [
  19. "/cacache",
  20. "/del/globby",
  21. "/eslint",
  22. "/globby",
  23. "/node-gyp",
  24. "/node-sass",
  25. "/rimraf",
  26. "/sass-graph",
  27. "/sass-resources-loader",
  28. "/shelljs",
  29. "/true-case-path"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz",
  32. "_shasum": "b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b",
  33. "_spec": "glob@^7.1.2",
  34. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\cacache",
  35. "author": {
  36. "name": "Isaac Z. Schlueter",
  37. "email": "i@izs.me",
  38. "url": "http://blog.izs.me/"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/isaacs/node-glob/issues"
  42. },
  43. "bundleDependencies": false,
  44. "dependencies": {
  45. "fs.realpath": "^1.0.0",
  46. "inflight": "^1.0.4",
  47. "inherits": "2",
  48. "minimatch": "^3.1.1",
  49. "once": "^1.3.0",
  50. "path-is-absolute": "^1.0.0"
  51. },
  52. "deprecated": "Glob versions prior to v9 are no longer supported",
  53. "description": "a little globber",
  54. "devDependencies": {
  55. "memfs": "^3.2.0",
  56. "mkdirp": "0",
  57. "rimraf": "^2.2.8",
  58. "tap": "^15.0.6",
  59. "tick": "0.0.6"
  60. },
  61. "engines": {
  62. "node": "*"
  63. },
  64. "files": [
  65. "glob.js",
  66. "sync.js",
  67. "common.js"
  68. ],
  69. "funding": {
  70. "url": "https://github.com/sponsors/isaacs"
  71. },
  72. "homepage": "https://github.com/isaacs/node-glob#readme",
  73. "license": "ISC",
  74. "main": "glob.js",
  75. "name": "glob",
  76. "publishConfig": {
  77. "tag": "v7-legacy"
  78. },
  79. "repository": {
  80. "type": "git",
  81. "url": "git://github.com/isaacs/node-glob.git"
  82. },
  83. "scripts": {
  84. "bench": "bash benchmark.sh",
  85. "benchclean": "node benchclean.js",
  86. "prepublish": "npm run benchclean",
  87. "prof": "bash prof.sh && cat profile.txt",
  88. "profclean": "rm -f v8.log profile.txt",
  89. "test": "tap",
  90. "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
  91. },
  92. "tap": {
  93. "before": "test/00-setup.js",
  94. "after": "test/zz-cleanup.js",
  95. "jobs": 1
  96. },
  97. "version": "7.2.3"
  98. }