package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_from": "glob@^7.1.7",
  3. "_id": "glob@7.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==",
  6. "_location": "/glob",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "glob@^7.1.7",
  12. "name": "glob",
  13. "escapedName": "glob",
  14. "rawSpec": "^7.1.7",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.1.7"
  17. },
  18. "_requiredBy": [
  19. "/@jest/core/rimraf",
  20. "/@jest/reporters",
  21. "/@npmcli/move-file/rimraf",
  22. "/@nuxt/builder",
  23. "/@nuxt/components",
  24. "/@nuxt/webpack",
  25. "/cacache",
  26. "/cacache/rimraf",
  27. "/flat-cache/rimraf",
  28. "/jest-config",
  29. "/jest-runtime",
  30. "/js-beautify",
  31. "/rimraf",
  32. "/style-resources-loader",
  33. "/test-exclude",
  34. "/webpack/cacache"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
  37. "_shasum": "d15535af7732e02e948f4c41628bd910293f6023",
  38. "_spec": "glob@^7.1.7",
  39. "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\builder",
  40. "author": {
  41. "name": "Isaac Z. Schlueter",
  42. "email": "i@izs.me",
  43. "url": "http://blog.izs.me/"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/isaacs/node-glob/issues"
  47. },
  48. "bundleDependencies": false,
  49. "dependencies": {
  50. "fs.realpath": "^1.0.0",
  51. "inflight": "^1.0.4",
  52. "inherits": "2",
  53. "minimatch": "^3.0.4",
  54. "once": "^1.3.0",
  55. "path-is-absolute": "^1.0.0"
  56. },
  57. "deprecated": false,
  58. "description": "a little globber",
  59. "devDependencies": {
  60. "memfs": "^3.2.0",
  61. "mkdirp": "0",
  62. "rimraf": "^2.2.8",
  63. "tap": "^15.0.6",
  64. "tick": "0.0.6"
  65. },
  66. "engines": {
  67. "node": "*"
  68. },
  69. "files": [
  70. "glob.js",
  71. "sync.js",
  72. "common.js"
  73. ],
  74. "funding": {
  75. "url": "https://github.com/sponsors/isaacs"
  76. },
  77. "homepage": "https://github.com/isaacs/node-glob#readme",
  78. "license": "ISC",
  79. "main": "glob.js",
  80. "name": "glob",
  81. "repository": {
  82. "type": "git",
  83. "url": "git://github.com/isaacs/node-glob.git"
  84. },
  85. "scripts": {
  86. "bench": "bash benchmark.sh",
  87. "benchclean": "node benchclean.js",
  88. "prepublish": "npm run benchclean",
  89. "prof": "bash prof.sh && cat profile.txt",
  90. "profclean": "rm -f v8.log profile.txt",
  91. "test": "tap",
  92. "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
  93. },
  94. "tap": {
  95. "before": "test/00-setup.js",
  96. "after": "test/zz-cleanup.js",
  97. "jobs": 1
  98. },
  99. "version": "7.2.0"
  100. }