package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_from": "fast-glob@^3.3.1",
  3. "_id": "fast-glob@3.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
  6. "_location": "/fast-glob",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "fast-glob@^3.3.1",
  12. "name": "fast-glob",
  13. "escapedName": "fast-glob",
  14. "rawSpec": "^3.3.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.3.1"
  17. },
  18. "_requiredBy": [
  19. "/unimport",
  20. "/unplugin-auto-import",
  21. "/unplugin-vue-components"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.2.tgz",
  24. "_shasum": "a904501e57cfdd2ffcded45e99a54fef55e46129",
  25. "_spec": "fast-glob@^3.3.1",
  26. "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\unplugin-auto-import",
  27. "author": {
  28. "name": "Denis Malinochkin",
  29. "url": "https://mrmlnc.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/mrmlnc/fast-glob/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "@nodelib/fs.stat": "^2.0.2",
  37. "@nodelib/fs.walk": "^1.2.3",
  38. "glob-parent": "^5.1.2",
  39. "merge2": "^1.3.0",
  40. "micromatch": "^4.0.4"
  41. },
  42. "deprecated": false,
  43. "description": "It's a very fast and efficient glob library for Node.js",
  44. "devDependencies": {
  45. "@nodelib/fs.macchiato": "^1.0.1",
  46. "@types/glob-parent": "^5.1.0",
  47. "@types/merge2": "^1.1.4",
  48. "@types/micromatch": "^4.0.0",
  49. "@types/mocha": "^5.2.7",
  50. "@types/node": "^14.18.53",
  51. "@types/picomatch": "^2.3.0",
  52. "@types/sinon": "^7.5.0",
  53. "bencho": "^0.1.1",
  54. "eslint": "^6.5.1",
  55. "eslint-config-mrmlnc": "^1.1.0",
  56. "execa": "^7.1.1",
  57. "fast-glob": "^3.0.4",
  58. "fdir": "^6.0.1",
  59. "glob": "^10.0.0",
  60. "hereby": "^1.8.1",
  61. "mocha": "^6.2.1",
  62. "rimraf": "^5.0.0",
  63. "sinon": "^7.5.0",
  64. "snap-shot-it": "^7.9.10",
  65. "typescript": "^4.9.5"
  66. },
  67. "engines": {
  68. "node": ">=8.6.0"
  69. },
  70. "files": [
  71. "out",
  72. "!out/{benchmark,tests}",
  73. "!out/**/*.map",
  74. "!out/**/*.spec.*"
  75. ],
  76. "homepage": "https://github.com/mrmlnc/fast-glob#readme",
  77. "keywords": [
  78. "glob",
  79. "patterns",
  80. "fast",
  81. "implementation"
  82. ],
  83. "license": "MIT",
  84. "main": "out/index.js",
  85. "name": "fast-glob",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/mrmlnc/fast-glob.git"
  89. },
  90. "scripts": {
  91. "bench:async": "npm run bench:product:async && npm run bench:regression:async",
  92. "bench:product": "npm run bench:product:async && npm run bench:product:sync && npm run bench:product:stream",
  93. "bench:product:async": "hereby bench:product:async",
  94. "bench:product:stream": "hereby bench:product:stream",
  95. "bench:product:sync": "hereby bench:product:sync",
  96. "bench:regression": "npm run bench:regression:async && npm run bench:regression:sync && npm run bench:regression:stream",
  97. "bench:regression:async": "hereby bench:regression:async",
  98. "bench:regression:stream": "hereby bench:regression:stream",
  99. "bench:regression:sync": "hereby bench:regression:sync",
  100. "bench:stream": "npm run bench:product:stream && npm run bench:regression:stream",
  101. "bench:sync": "npm run bench:product:sync && npm run bench:regression:sync",
  102. "build": "npm run clean && npm run compile && npm run lint && npm test",
  103. "clean": "rimraf out",
  104. "compile": "tsc",
  105. "lint": "eslint \"src/**/*.ts\" --cache",
  106. "test": "mocha \"out/**/*.spec.js\" -s 0",
  107. "test:e2e": "mocha \"out/**/*.e2e.js\" -s 0",
  108. "test:e2e:async": "mocha \"out/**/*.e2e.js\" -s 0 --grep \"\\(async\\)\"",
  109. "test:e2e:stream": "mocha \"out/**/*.e2e.js\" -s 0 --grep \"\\(stream\\)\"",
  110. "test:e2e:sync": "mocha \"out/**/*.e2e.js\" -s 0 --grep \"\\(sync\\)\"",
  111. "watch": "npm run clean && npm run compile -- --sourceMap --watch"
  112. },
  113. "typings": "out/index.d.ts",
  114. "version": "3.3.2"
  115. }