@gradientedge/cdk-utils 8.32.0 → 8.34.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (352) hide show
  1. package/app/api-destined-function/layers/nodejs/node_modules/.yarn-integrity +15 -17
  2. package/app/api-destined-function/layers/nodejs/package.json +3 -3
  3. package/app/api-destined-function/node_modules/.yarn-integrity +296 -53
  4. package/app/api-destined-function/node_modules/@types/uuid/README.md +1 -1
  5. package/app/api-destined-function/node_modules/@types/uuid/index.d.ts +1 -1
  6. package/app/api-destined-function/node_modules/@types/uuid/package.json +3 -3
  7. package/app/api-destined-function/node_modules/brace-expansion/README.md +6 -0
  8. package/app/api-destined-function/node_modules/brace-expansion/index.js +86 -84
  9. package/app/api-destined-function/node_modules/brace-expansion/package.json +3 -4
  10. package/app/api-destined-function/node_modules/glob/LICENSE +1 -7
  11. package/app/api-destined-function/node_modules/glob/README.md +992 -284
  12. package/app/api-destined-function/node_modules/glob/dist/cjs/glob.d.ts +328 -0
  13. package/app/api-destined-function/node_modules/glob/dist/cjs/glob.d.ts.map +1 -0
  14. package/app/api-destined-function/node_modules/glob/dist/cjs/glob.js +228 -0
  15. package/app/api-destined-function/node_modules/glob/dist/cjs/glob.js.map +1 -0
  16. package/app/api-destined-function/node_modules/glob/dist/cjs/has-magic.d.ts +14 -0
  17. package/app/api-destined-function/node_modules/glob/dist/cjs/has-magic.d.ts.map +1 -0
  18. package/app/api-destined-function/node_modules/glob/dist/cjs/has-magic.js +27 -0
  19. package/app/api-destined-function/node_modules/glob/dist/cjs/has-magic.js.map +1 -0
  20. package/app/api-destined-function/node_modules/glob/dist/cjs/ignore.d.ts +20 -0
  21. package/app/api-destined-function/node_modules/glob/dist/cjs/ignore.d.ts.map +1 -0
  22. package/app/api-destined-function/node_modules/glob/dist/cjs/ignore.js +103 -0
  23. package/app/api-destined-function/node_modules/glob/dist/cjs/ignore.js.map +1 -0
  24. package/app/api-destined-function/node_modules/glob/dist/cjs/index-cjs.d.ts +75 -0
  25. package/app/api-destined-function/node_modules/glob/dist/cjs/index-cjs.d.ts.map +1 -0
  26. package/app/api-destined-function/node_modules/glob/dist/cjs/index-cjs.js +7 -0
  27. package/app/api-destined-function/node_modules/glob/dist/cjs/index-cjs.js.map +1 -0
  28. package/app/api-destined-function/node_modules/glob/dist/cjs/index.d.ts +96 -0
  29. package/app/api-destined-function/node_modules/glob/dist/cjs/index.d.ts.map +1 -0
  30. package/app/api-destined-function/node_modules/glob/dist/cjs/index.js +68 -0
  31. package/app/api-destined-function/node_modules/glob/dist/cjs/index.js.map +1 -0
  32. package/app/api-destined-function/node_modules/glob/dist/cjs/package.json +3 -0
  33. package/app/api-destined-function/node_modules/glob/dist/cjs/pattern.d.ts +77 -0
  34. package/app/api-destined-function/node_modules/glob/dist/cjs/pattern.d.ts.map +1 -0
  35. package/app/api-destined-function/node_modules/glob/dist/cjs/pattern.js +219 -0
  36. package/app/api-destined-function/node_modules/glob/dist/cjs/pattern.js.map +1 -0
  37. package/app/api-destined-function/node_modules/glob/dist/cjs/processor.d.ts +59 -0
  38. package/app/api-destined-function/node_modules/glob/dist/cjs/processor.d.ts.map +1 -0
  39. package/app/api-destined-function/node_modules/glob/dist/cjs/processor.js +309 -0
  40. package/app/api-destined-function/node_modules/glob/dist/cjs/processor.js.map +1 -0
  41. package/app/api-destined-function/node_modules/glob/dist/cjs/walker.d.ts +95 -0
  42. package/app/api-destined-function/node_modules/glob/dist/cjs/walker.d.ts.map +1 -0
  43. package/app/api-destined-function/node_modules/glob/dist/cjs/walker.js +360 -0
  44. package/app/api-destined-function/node_modules/glob/dist/cjs/walker.js.map +1 -0
  45. package/app/api-destined-function/node_modules/glob/dist/mjs/glob.d.ts +328 -0
  46. package/app/api-destined-function/node_modules/glob/dist/mjs/glob.d.ts.map +1 -0
  47. package/app/api-destined-function/node_modules/glob/dist/mjs/glob.js +224 -0
  48. package/app/api-destined-function/node_modules/glob/dist/mjs/glob.js.map +1 -0
  49. package/app/api-destined-function/node_modules/glob/dist/mjs/has-magic.d.ts +14 -0
  50. package/app/api-destined-function/node_modules/glob/dist/mjs/has-magic.d.ts.map +1 -0
  51. package/app/api-destined-function/node_modules/glob/dist/mjs/has-magic.js +23 -0
  52. package/app/api-destined-function/node_modules/glob/dist/mjs/has-magic.js.map +1 -0
  53. package/app/api-destined-function/node_modules/glob/dist/mjs/ignore.d.ts +20 -0
  54. package/app/api-destined-function/node_modules/glob/dist/mjs/ignore.d.ts.map +1 -0
  55. package/app/api-destined-function/node_modules/glob/dist/mjs/ignore.js +99 -0
  56. package/app/api-destined-function/node_modules/glob/dist/mjs/ignore.js.map +1 -0
  57. package/app/api-destined-function/node_modules/glob/dist/mjs/index.d.ts +96 -0
  58. package/app/api-destined-function/node_modules/glob/dist/mjs/index.d.ts.map +1 -0
  59. package/app/api-destined-function/node_modules/glob/dist/mjs/index.js +55 -0
  60. package/app/api-destined-function/node_modules/glob/dist/mjs/index.js.map +1 -0
  61. package/app/api-destined-function/node_modules/glob/dist/mjs/package.json +3 -0
  62. package/app/api-destined-function/node_modules/glob/dist/mjs/pattern.d.ts +77 -0
  63. package/app/api-destined-function/node_modules/glob/dist/mjs/pattern.d.ts.map +1 -0
  64. package/app/api-destined-function/node_modules/glob/dist/mjs/pattern.js +215 -0
  65. package/app/api-destined-function/node_modules/glob/dist/mjs/pattern.js.map +1 -0
  66. package/app/api-destined-function/node_modules/glob/dist/mjs/processor.d.ts +59 -0
  67. package/app/api-destined-function/node_modules/glob/dist/mjs/processor.d.ts.map +1 -0
  68. package/app/api-destined-function/node_modules/glob/dist/mjs/processor.js +302 -0
  69. package/app/api-destined-function/node_modules/glob/dist/mjs/processor.js.map +1 -0
  70. package/app/api-destined-function/node_modules/glob/dist/mjs/walker.d.ts +95 -0
  71. package/app/api-destined-function/node_modules/glob/dist/mjs/walker.d.ts.map +1 -0
  72. package/app/api-destined-function/node_modules/glob/dist/mjs/walker.js +351 -0
  73. package/app/api-destined-function/node_modules/glob/dist/mjs/walker.js.map +1 -0
  74. package/app/api-destined-function/node_modules/glob/package.json +76 -30
  75. package/app/api-destined-function/node_modules/{inflight → lru-cache}/LICENSE +1 -1
  76. package/app/api-destined-function/node_modules/lru-cache/README.md +1117 -0
  77. package/app/api-destined-function/node_modules/lru-cache/index.d.ts +869 -0
  78. package/app/api-destined-function/node_modules/lru-cache/index.js +1227 -0
  79. package/app/api-destined-function/node_modules/lru-cache/index.mjs +1227 -0
  80. package/app/api-destined-function/node_modules/lru-cache/package.json +96 -0
  81. package/app/api-destined-function/node_modules/minimatch/LICENSE +1 -1
  82. package/app/api-destined-function/node_modules/minimatch/README.md +305 -55
  83. package/app/api-destined-function/node_modules/minimatch/dist/cjs/brace-expressions.d.ts +8 -0
  84. package/app/api-destined-function/node_modules/minimatch/dist/cjs/brace-expressions.d.ts.map +1 -0
  85. package/app/api-destined-function/node_modules/minimatch/dist/cjs/brace-expressions.js +152 -0
  86. package/app/api-destined-function/node_modules/minimatch/dist/cjs/brace-expressions.js.map +1 -0
  87. package/app/api-destined-function/node_modules/minimatch/dist/cjs/escape.d.ts +12 -0
  88. package/app/api-destined-function/node_modules/minimatch/dist/cjs/escape.d.ts.map +1 -0
  89. package/app/api-destined-function/node_modules/minimatch/dist/cjs/escape.js +22 -0
  90. package/app/api-destined-function/node_modules/minimatch/dist/cjs/escape.js.map +1 -0
  91. package/app/api-destined-function/node_modules/minimatch/dist/cjs/index-cjs.d.ts +42 -0
  92. package/app/api-destined-function/node_modules/minimatch/dist/cjs/index-cjs.d.ts.map +1 -0
  93. package/app/api-destined-function/node_modules/minimatch/dist/cjs/index-cjs.js +7 -0
  94. package/app/api-destined-function/node_modules/minimatch/dist/cjs/index-cjs.js.map +1 -0
  95. package/app/api-destined-function/node_modules/minimatch/dist/cjs/index.d.ts +92 -0
  96. package/app/api-destined-function/node_modules/minimatch/dist/cjs/index.d.ts.map +1 -0
  97. package/app/api-destined-function/node_modules/minimatch/dist/cjs/index.js +1304 -0
  98. package/app/api-destined-function/node_modules/minimatch/dist/cjs/index.js.map +1 -0
  99. package/app/api-destined-function/node_modules/minimatch/dist/cjs/package.json +3 -0
  100. package/app/api-destined-function/node_modules/minimatch/dist/cjs/unescape.d.ts +17 -0
  101. package/app/api-destined-function/node_modules/minimatch/dist/cjs/unescape.d.ts.map +1 -0
  102. package/app/api-destined-function/node_modules/minimatch/dist/cjs/unescape.js +24 -0
  103. package/app/api-destined-function/node_modules/minimatch/dist/cjs/unescape.js.map +1 -0
  104. package/app/api-destined-function/node_modules/minimatch/dist/mjs/brace-expressions.d.ts +8 -0
  105. package/app/api-destined-function/node_modules/minimatch/dist/mjs/brace-expressions.d.ts.map +1 -0
  106. package/app/api-destined-function/node_modules/minimatch/dist/mjs/brace-expressions.js +148 -0
  107. package/app/api-destined-function/node_modules/minimatch/dist/mjs/brace-expressions.js.map +1 -0
  108. package/app/api-destined-function/node_modules/minimatch/dist/mjs/escape.d.ts +12 -0
  109. package/app/api-destined-function/node_modules/minimatch/dist/mjs/escape.d.ts.map +1 -0
  110. package/app/api-destined-function/node_modules/minimatch/dist/mjs/escape.js +18 -0
  111. package/app/api-destined-function/node_modules/minimatch/dist/mjs/escape.js.map +1 -0
  112. package/app/api-destined-function/node_modules/minimatch/dist/mjs/index.d.ts +92 -0
  113. package/app/api-destined-function/node_modules/minimatch/dist/mjs/index.d.ts.map +1 -0
  114. package/app/api-destined-function/node_modules/minimatch/dist/mjs/index.js +1289 -0
  115. package/app/api-destined-function/node_modules/minimatch/dist/mjs/index.js.map +1 -0
  116. package/app/api-destined-function/node_modules/minimatch/dist/mjs/package.json +3 -0
  117. package/app/api-destined-function/node_modules/minimatch/dist/mjs/unescape.d.ts +17 -0
  118. package/app/api-destined-function/node_modules/minimatch/dist/mjs/unescape.d.ts.map +1 -0
  119. package/app/api-destined-function/node_modules/minimatch/dist/mjs/unescape.js +20 -0
  120. package/app/api-destined-function/node_modules/minimatch/dist/mjs/unescape.js.map +1 -0
  121. package/app/api-destined-function/node_modules/minimatch/package.json +67 -11
  122. package/app/api-destined-function/node_modules/{once → minipass}/LICENSE +1 -1
  123. package/app/api-destined-function/node_modules/minipass/README.md +769 -0
  124. package/app/api-destined-function/node_modules/minipass/index.d.ts +150 -0
  125. package/app/api-destined-function/node_modules/minipass/index.js +702 -0
  126. package/app/api-destined-function/node_modules/minipass/index.mjs +702 -0
  127. package/app/api-destined-function/node_modules/minipass/package.json +76 -0
  128. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/package.json +4 -3
  129. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/bin.d.ts +1 -0
  130. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/bin.d.ts.map +1 -0
  131. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/bin.js +7 -0
  132. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/bin.js.map +1 -1
  133. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/find-made.d.ts +1 -0
  134. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/find-made.d.ts.map +1 -0
  135. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/index-cjs.d.ts +1 -0
  136. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/index-cjs.d.ts.map +1 -0
  137. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/index.d.ts +1 -0
  138. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/index.d.ts.map +1 -0
  139. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/mkdirp-manual.d.ts +1 -0
  140. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/mkdirp-manual.d.ts.map +1 -0
  141. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/mkdirp-native.d.ts +1 -0
  142. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/mkdirp-native.d.ts.map +1 -0
  143. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/opts-arg.d.ts +1 -0
  144. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/opts-arg.d.ts.map +1 -0
  145. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/path-arg.d.ts +1 -0
  146. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/path-arg.d.ts.map +1 -0
  147. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/use-native.d.ts +1 -0
  148. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/use-native.d.ts.map +1 -0
  149. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/find-made.d.ts +1 -0
  150. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/find-made.d.ts.map +1 -0
  151. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/index.d.ts +1 -0
  152. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/index.d.ts.map +1 -0
  153. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/mkdirp-manual.d.ts +1 -0
  154. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/mkdirp-manual.d.ts.map +1 -0
  155. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/mkdirp-native.d.ts +1 -0
  156. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/mkdirp-native.d.ts.map +1 -0
  157. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/opts-arg.d.ts +1 -0
  158. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/opts-arg.d.ts.map +1 -0
  159. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/path-arg.d.ts +1 -0
  160. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/path-arg.d.ts.map +1 -0
  161. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/use-native.d.ts +1 -0
  162. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/use-native.d.ts.map +1 -0
  163. package/app/api-destined-function/node_modules/mkdirp/package.json +4 -3
  164. package/app/api-destined-function/node_modules/path-scurry/LICENSE.md +55 -0
  165. package/app/api-destined-function/node_modules/path-scurry/README.md +559 -0
  166. package/app/api-destined-function/node_modules/path-scurry/dist/cjs/index.d.ts +1055 -0
  167. package/app/api-destined-function/node_modules/path-scurry/dist/cjs/index.d.ts.map +1 -0
  168. package/app/api-destined-function/node_modules/path-scurry/dist/cjs/index.js +1865 -0
  169. package/app/api-destined-function/node_modules/path-scurry/dist/cjs/index.js.map +1 -0
  170. package/app/api-destined-function/node_modules/path-scurry/dist/cjs/package.json +3 -0
  171. package/app/api-destined-function/node_modules/path-scurry/dist/mjs/index.d.ts +1055 -0
  172. package/app/api-destined-function/node_modules/path-scurry/dist/mjs/index.d.ts.map +1 -0
  173. package/app/api-destined-function/node_modules/path-scurry/dist/mjs/index.js +1827 -0
  174. package/app/api-destined-function/node_modules/path-scurry/dist/mjs/index.js.map +1 -0
  175. package/app/api-destined-function/node_modules/path-scurry/dist/mjs/package.json +3 -0
  176. package/app/api-destined-function/node_modules/path-scurry/package.json +87 -0
  177. package/app/api-destined-function/node_modules/rimraf/LICENSE +1 -1
  178. package/app/api-destined-function/node_modules/rimraf/README.md +185 -72
  179. package/app/api-destined-function/node_modules/rimraf/dist/cjs/package.json +84 -0
  180. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/bin.d.ts +8 -0
  181. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/bin.d.ts.map +1 -0
  182. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/bin.js +260 -0
  183. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/bin.js.map +1 -0
  184. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/default-tmp.d.ts +3 -0
  185. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/default-tmp.d.ts.map +1 -0
  186. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/default-tmp.js +61 -0
  187. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/default-tmp.js.map +1 -0
  188. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fix-eperm.d.ts +3 -0
  189. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fix-eperm.d.ts.map +1 -0
  190. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fix-eperm.js +58 -0
  191. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fix-eperm.js.map +1 -0
  192. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fs.d.ts +17 -0
  193. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fs.d.ts.map +1 -0
  194. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fs.js +46 -0
  195. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fs.js.map +1 -0
  196. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/ignore-enoent.d.ts +3 -0
  197. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/ignore-enoent.d.ts.map +1 -0
  198. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/ignore-enoent.js +21 -0
  199. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/ignore-enoent.js.map +1 -0
  200. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index-cjs.d.ts +57 -0
  201. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index-cjs.d.ts.map +1 -0
  202. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index-cjs.js +7 -0
  203. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index-cjs.js.map +1 -0
  204. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index.d.ts +71 -0
  205. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index.d.ts.map +1 -0
  206. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index.js +92 -0
  207. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index.js.map +1 -0
  208. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/opt-arg.d.ts +17 -0
  209. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/opt-arg.d.ts.map +1 -0
  210. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/opt-arg.js +36 -0
  211. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/opt-arg.js.map +1 -0
  212. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/path-arg.d.ts +4 -0
  213. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/path-arg.d.ts.map +1 -0
  214. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/path-arg.js +54 -0
  215. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/path-arg.js.map +1 -0
  216. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/platform.d.ts +3 -0
  217. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/platform.d.ts.map +1 -0
  218. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/platform.js +4 -0
  219. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/platform.js.map +1 -0
  220. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/readdir-or-error.d.ts +5 -0
  221. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/readdir-or-error.d.ts.map +1 -0
  222. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/readdir-or-error.js +19 -0
  223. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/readdir-or-error.js.map +1 -0
  224. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/retry-busy.d.ts +8 -0
  225. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/retry-busy.d.ts.map +1 -0
  226. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/retry-busy.js +68 -0
  227. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/retry-busy.js.map +1 -0
  228. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-manual.d.ts +3 -0
  229. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-manual.d.ts.map +1 -0
  230. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-manual.js +12 -0
  231. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-manual.js.map +1 -0
  232. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-move-remove.d.ts +4 -0
  233. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-move-remove.d.ts.map +1 -0
  234. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-move-remove.js +192 -0
  235. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-move-remove.js.map +1 -0
  236. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-native.d.ts +4 -0
  237. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-native.d.ts.map +1 -0
  238. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-native.js +24 -0
  239. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-native.js.map +1 -0
  240. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-posix.d.ts +4 -0
  241. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-posix.d.ts.map +1 -0
  242. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-posix.js +123 -0
  243. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-posix.js.map +1 -0
  244. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-windows.d.ts +4 -0
  245. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-windows.d.ts.map +1 -0
  246. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-windows.js +182 -0
  247. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-windows.js.map +1 -0
  248. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/use-native.d.ts +4 -0
  249. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/use-native.d.ts.map +1 -0
  250. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/use-native.js +19 -0
  251. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/use-native.js.map +1 -0
  252. package/app/api-destined-function/node_modules/rimraf/dist/mjs/default-tmp.d.ts +3 -0
  253. package/app/api-destined-function/node_modules/rimraf/dist/mjs/default-tmp.d.ts.map +1 -0
  254. package/app/api-destined-function/node_modules/rimraf/dist/mjs/default-tmp.js +55 -0
  255. package/app/api-destined-function/node_modules/rimraf/dist/mjs/default-tmp.js.map +1 -0
  256. package/app/api-destined-function/node_modules/rimraf/dist/mjs/fix-eperm.d.ts +3 -0
  257. package/app/api-destined-function/node_modules/rimraf/dist/mjs/fix-eperm.d.ts.map +1 -0
  258. package/app/api-destined-function/node_modules/rimraf/dist/mjs/fix-eperm.js +53 -0
  259. package/app/api-destined-function/node_modules/rimraf/dist/mjs/fix-eperm.js.map +1 -0
  260. package/app/api-destined-function/node_modules/rimraf/dist/mjs/fs.d.ts +17 -0
  261. package/app/api-destined-function/node_modules/rimraf/dist/mjs/fs.d.ts.map +1 -0
  262. package/app/api-destined-function/node_modules/rimraf/dist/mjs/fs.js +31 -0
  263. package/app/api-destined-function/node_modules/rimraf/dist/mjs/fs.js.map +1 -0
  264. package/app/api-destined-function/node_modules/rimraf/dist/mjs/ignore-enoent.d.ts +3 -0
  265. package/app/api-destined-function/node_modules/rimraf/dist/mjs/ignore-enoent.d.ts.map +1 -0
  266. package/app/api-destined-function/node_modules/rimraf/dist/mjs/ignore-enoent.js +16 -0
  267. package/app/api-destined-function/node_modules/rimraf/dist/mjs/ignore-enoent.js.map +1 -0
  268. package/app/api-destined-function/node_modules/rimraf/dist/mjs/index.d.ts +71 -0
  269. package/app/api-destined-function/node_modules/rimraf/dist/mjs/index.d.ts.map +1 -0
  270. package/app/api-destined-function/node_modules/rimraf/dist/mjs/index.js +84 -0
  271. package/app/api-destined-function/node_modules/rimraf/dist/mjs/index.js.map +1 -0
  272. package/app/api-destined-function/node_modules/rimraf/dist/mjs/opt-arg.d.ts +17 -0
  273. package/app/api-destined-function/node_modules/rimraf/dist/mjs/opt-arg.d.ts.map +1 -0
  274. package/app/api-destined-function/node_modules/rimraf/dist/mjs/opt-arg.js +31 -0
  275. package/app/api-destined-function/node_modules/rimraf/dist/mjs/opt-arg.js.map +1 -0
  276. package/app/api-destined-function/node_modules/rimraf/dist/mjs/package.json +4 -0
  277. package/app/api-destined-function/node_modules/rimraf/dist/mjs/path-arg.d.ts +4 -0
  278. package/app/api-destined-function/node_modules/rimraf/dist/mjs/path-arg.d.ts.map +1 -0
  279. package/app/api-destined-function/node_modules/rimraf/dist/mjs/path-arg.js +49 -0
  280. package/app/api-destined-function/node_modules/rimraf/dist/mjs/path-arg.js.map +1 -0
  281. package/app/api-destined-function/node_modules/rimraf/dist/mjs/platform.d.ts +3 -0
  282. package/app/api-destined-function/node_modules/rimraf/dist/mjs/platform.d.ts.map +1 -0
  283. package/app/api-destined-function/node_modules/rimraf/dist/mjs/platform.js +2 -0
  284. package/app/api-destined-function/node_modules/rimraf/dist/mjs/platform.js.map +1 -0
  285. package/app/api-destined-function/node_modules/rimraf/dist/mjs/readdir-or-error.d.ts +5 -0
  286. package/app/api-destined-function/node_modules/rimraf/dist/mjs/readdir-or-error.d.ts.map +1 -0
  287. package/app/api-destined-function/node_modules/rimraf/dist/mjs/readdir-or-error.js +14 -0
  288. package/app/api-destined-function/node_modules/rimraf/dist/mjs/readdir-or-error.js.map +1 -0
  289. package/app/api-destined-function/node_modules/rimraf/dist/mjs/retry-busy.d.ts +8 -0
  290. package/app/api-destined-function/node_modules/rimraf/dist/mjs/retry-busy.d.ts.map +1 -0
  291. package/app/api-destined-function/node_modules/rimraf/dist/mjs/retry-busy.js +63 -0
  292. package/app/api-destined-function/node_modules/rimraf/dist/mjs/retry-busy.js.map +1 -0
  293. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-manual.d.ts +3 -0
  294. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-manual.d.ts.map +1 -0
  295. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-manual.js +6 -0
  296. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-manual.js.map +1 -0
  297. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-move-remove.d.ts +4 -0
  298. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-move-remove.d.ts.map +1 -0
  299. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-move-remove.js +187 -0
  300. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-move-remove.js.map +1 -0
  301. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-native.d.ts +4 -0
  302. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-native.d.ts.map +1 -0
  303. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-native.js +19 -0
  304. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-native.js.map +1 -0
  305. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-posix.d.ts +4 -0
  306. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-posix.d.ts.map +1 -0
  307. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-posix.js +118 -0
  308. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-posix.js.map +1 -0
  309. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-windows.d.ts +4 -0
  310. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-windows.d.ts.map +1 -0
  311. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-windows.js +177 -0
  312. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-windows.js.map +1 -0
  313. package/app/api-destined-function/node_modules/rimraf/dist/mjs/use-native.d.ts +4 -0
  314. package/app/api-destined-function/node_modules/rimraf/dist/mjs/use-native.d.ts.map +1 -0
  315. package/app/api-destined-function/node_modules/rimraf/dist/mjs/use-native.js +13 -0
  316. package/app/api-destined-function/node_modules/rimraf/dist/mjs/use-native.js.map +1 -0
  317. package/app/api-destined-function/node_modules/rimraf/package.json +67 -15
  318. package/app/api-destined-function/package.json +3 -3
  319. package/dist/src/lib/common/stack.js +1 -1
  320. package/package.json +11 -11
  321. package/src/lib/common/stack.ts +1 -1
  322. package/app/api-destined-function/node_modules/concat-map/.travis.yml +0 -4
  323. package/app/api-destined-function/node_modules/concat-map/LICENSE +0 -18
  324. package/app/api-destined-function/node_modules/concat-map/README.markdown +0 -62
  325. package/app/api-destined-function/node_modules/concat-map/example/map.js +0 -6
  326. package/app/api-destined-function/node_modules/concat-map/index.js +0 -13
  327. package/app/api-destined-function/node_modules/concat-map/package.json +0 -43
  328. package/app/api-destined-function/node_modules/glob/common.js +0 -236
  329. package/app/api-destined-function/node_modules/glob/glob.js +0 -787
  330. package/app/api-destined-function/node_modules/glob/sync.js +0 -483
  331. package/app/api-destined-function/node_modules/inflight/README.md +0 -37
  332. package/app/api-destined-function/node_modules/inflight/inflight.js +0 -54
  333. package/app/api-destined-function/node_modules/inflight/package.json +0 -29
  334. package/app/api-destined-function/node_modules/inherits/LICENSE +0 -16
  335. package/app/api-destined-function/node_modules/inherits/README.md +0 -42
  336. package/app/api-destined-function/node_modules/inherits/inherits.js +0 -9
  337. package/app/api-destined-function/node_modules/inherits/inherits_browser.js +0 -27
  338. package/app/api-destined-function/node_modules/inherits/package.json +0 -29
  339. package/app/api-destined-function/node_modules/minimatch/minimatch.js +0 -952
  340. package/app/api-destined-function/node_modules/once/README.md +0 -79
  341. package/app/api-destined-function/node_modules/once/once.js +0 -42
  342. package/app/api-destined-function/node_modules/once/package.json +0 -33
  343. package/app/api-destined-function/node_modules/path-is-absolute/index.js +0 -20
  344. package/app/api-destined-function/node_modules/path-is-absolute/license +0 -21
  345. package/app/api-destined-function/node_modules/path-is-absolute/package.json +0 -43
  346. package/app/api-destined-function/node_modules/path-is-absolute/readme.md +0 -59
  347. package/app/api-destined-function/node_modules/rimraf/bin.js +0 -68
  348. package/app/api-destined-function/node_modules/rimraf/rimraf.js +0 -360
  349. package/app/api-destined-function/node_modules/wrappy/LICENSE +0 -15
  350. package/app/api-destined-function/node_modules/wrappy/README.md +0 -36
  351. package/app/api-destined-function/node_modules/wrappy/package.json +0 -29
  352. package/app/api-destined-function/node_modules/wrappy/wrappy.js +0 -33
@@ -0,0 +1,96 @@
1
+ {
2
+ "name": "lru-cache",
3
+ "description": "A cache object that deletes the least-recently-used items.",
4
+ "version": "7.18.3",
5
+ "author": "Isaac Z. Schlueter <i@izs.me>",
6
+ "keywords": [
7
+ "mru",
8
+ "lru",
9
+ "cache"
10
+ ],
11
+ "sideEffects": false,
12
+ "scripts": {
13
+ "build": "npm run prepare",
14
+ "pretest": "npm run prepare",
15
+ "presnap": "npm run prepare",
16
+ "prepare": "node ./scripts/transpile-to-esm.js",
17
+ "size": "size-limit",
18
+ "test": "tap",
19
+ "snap": "tap",
20
+ "preversion": "npm test",
21
+ "postversion": "npm publish",
22
+ "prepublishOnly": "git push origin --follow-tags",
23
+ "format": "prettier --write .",
24
+ "typedoc": "typedoc ./index.d.ts"
25
+ },
26
+ "type": "commonjs",
27
+ "main": "./index.js",
28
+ "module": "./index.mjs",
29
+ "types": "./index.d.ts",
30
+ "exports": {
31
+ ".": {
32
+ "import": {
33
+ "types": "./index.d.ts",
34
+ "default": "./index.mjs"
35
+ },
36
+ "require": {
37
+ "types": "./index.d.ts",
38
+ "default": "./index.js"
39
+ }
40
+ },
41
+ "./package.json": "./package.json"
42
+ },
43
+ "repository": "git://github.com/isaacs/node-lru-cache.git",
44
+ "devDependencies": {
45
+ "@size-limit/preset-small-lib": "^7.0.8",
46
+ "@types/node": "^17.0.31",
47
+ "@types/tap": "^15.0.6",
48
+ "benchmark": "^2.1.4",
49
+ "c8": "^7.11.2",
50
+ "clock-mock": "^1.0.6",
51
+ "eslint-config-prettier": "^8.5.0",
52
+ "prettier": "^2.6.2",
53
+ "size-limit": "^7.0.8",
54
+ "tap": "^16.3.4",
55
+ "ts-node": "^10.7.0",
56
+ "tslib": "^2.4.0",
57
+ "typedoc": "^0.23.24",
58
+ "typescript": "^4.6.4"
59
+ },
60
+ "license": "ISC",
61
+ "files": [
62
+ "index.js",
63
+ "index.mjs",
64
+ "index.d.ts"
65
+ ],
66
+ "engines": {
67
+ "node": ">=12"
68
+ },
69
+ "prettier": {
70
+ "semi": false,
71
+ "printWidth": 70,
72
+ "tabWidth": 2,
73
+ "useTabs": false,
74
+ "singleQuote": true,
75
+ "jsxSingleQuote": false,
76
+ "bracketSameLine": true,
77
+ "arrowParens": "avoid",
78
+ "endOfLine": "lf"
79
+ },
80
+ "tap": {
81
+ "nyc-arg": [
82
+ "--include=index.js"
83
+ ],
84
+ "node-arg": [
85
+ "--expose-gc",
86
+ "--require",
87
+ "ts-node/register"
88
+ ],
89
+ "ts": false
90
+ },
91
+ "size-limit": [
92
+ {
93
+ "path": "./index.js"
94
+ }
95
+ ]
96
+ }
@@ -1,6 +1,6 @@
1
1
  The ISC License
2
2
 
3
- Copyright (c) Isaac Z. Schlueter and Contributors
3
+ Copyright (c) 2011-2023 Isaac Z. Schlueter and Contributors
4
4
 
5
5
  Permission to use, copy, modify, and/or distribute this software for any
6
6
  purpose with or without fee is hereby granted, provided that the above
@@ -2,9 +2,6 @@
2
2
 
3
3
  A minimal matching utility.
4
4
 
5
- [![Build Status](https://travis-ci.org/isaacs/minimatch.svg?branch=master)](http://travis-ci.org/isaacs/minimatch)
6
-
7
-
8
5
  This is the matching library used internally by npm.
9
6
 
10
7
  It works by converting glob expressions into JavaScript `RegExp`
@@ -12,101 +9,198 @@ objects.
12
9
 
13
10
  ## Usage
14
11
 
15
- ```javascript
16
- var minimatch = require("minimatch")
12
+ ```js
13
+ // hybrid module, load with require() or import
14
+ import { minimatch } from 'minimatch'
15
+ // or:
16
+ const { minimatch } = require('minimatch')
17
17
 
18
- minimatch("bar.foo", "*.foo") // true!
19
- minimatch("bar.foo", "*.bar") // false!
20
- minimatch("bar.foo", "*.+(bar|foo)", { debug: true }) // true, and noisy!
18
+ // default export also works
19
+ import minimatch from 'minimatch'
20
+ // or:
21
+ const minimatch = require('minimatch')
22
+
23
+ minimatch('bar.foo', '*.foo') // true!
24
+ minimatch('bar.foo', '*.bar') // false!
25
+ minimatch('bar.foo', '*.+(bar|foo)', { debug: true }) // true, and noisy!
21
26
  ```
22
27
 
23
28
  ## Features
24
29
 
25
30
  Supports these glob features:
26
31
 
27
- * Brace Expansion
28
- * Extended glob matching
29
- * "Globstar" `**` matching
32
+ - Brace Expansion
33
+ - Extended glob matching
34
+ - "Globstar" `**` matching
35
+ - [Posix character
36
+ classes](https://www.gnu.org/software/bash/manual/html_node/Pattern-Matching.html),
37
+ like `[[:alpha:]]`, supporting the full range of Unicode
38
+ characters. For example, `[[:alpha:]]` will match against
39
+ `'é'`, though `[a-zA-Z]` will not. Collating symbol and set
40
+ matching is not supported, so `[[=e=]]` will _not_ match `'é'`
41
+ and `[[.ch.]]` will not match `'ch'` in locales where `ch` is
42
+ considered a single character.
30
43
 
31
44
  See:
32
45
 
33
- * `man sh`
34
- * `man bash`
35
- * `man 3 fnmatch`
36
- * `man 5 gitignore`
46
+ - `man sh`
47
+ - `man bash` [Pattern
48
+ Matching](https://www.gnu.org/software/bash/manual/html_node/Pattern-Matching.html)
49
+ - `man 3 fnmatch`
50
+ - `man 5 gitignore`
51
+
52
+ ## Windows
53
+
54
+ **Please only use forward-slashes in glob expressions.**
55
+
56
+ Though windows uses either `/` or `\` as its path separator, only `/`
57
+ characters are used by this glob implementation. You must use
58
+ forward-slashes **only** in glob expressions. Back-slashes in patterns
59
+ will always be interpreted as escape characters, not path separators.
60
+
61
+ Note that `\` or `/` _will_ be interpreted as path separators in paths on
62
+ Windows, and will match against `/` in glob expressions.
63
+
64
+ So just always use `/` in patterns.
65
+
66
+ ### UNC Paths
67
+
68
+ On Windows, UNC paths like `//?/c:/...` or
69
+ `//ComputerName/Share/...` are handled specially.
70
+
71
+ - Patterns starting with a double-slash followed by some
72
+ non-slash characters will preserve their double-slash. As a
73
+ result, a pattern like `//*` will match `//x`, but not `/x`.
74
+ - Patterns staring with `//?/<drive letter>:` will _not_ treat
75
+ the `?` as a wildcard character. Instead, it will be treated
76
+ as a normal string.
77
+ - Patterns starting with `//?/<drive letter>:/...` will match
78
+ file paths starting with `<drive letter>:/...`, and vice versa,
79
+ as if the `//?/` was not present. This behavior only is
80
+ present when the drive letters are a case-insensitive match to
81
+ one another. The remaining portions of the path/pattern are
82
+ compared case sensitively, unless `nocase:true` is set.
83
+
84
+ Note that specifying a UNC path using `\` characters as path
85
+ separators is always allowed in the file path argument, but only
86
+ allowed in the pattern argument when `windowsPathsNoEscape: true`
87
+ is set in the options.
37
88
 
38
89
  ## Minimatch Class
39
90
 
40
91
  Create a minimatch object by instantiating the `minimatch.Minimatch` class.
41
92
 
42
93
  ```javascript
43
- var Minimatch = require("minimatch").Minimatch
94
+ var Minimatch = require('minimatch').Minimatch
44
95
  var mm = new Minimatch(pattern, options)
45
96
  ```
46
97
 
47
98
  ### Properties
48
99
 
49
- * `pattern` The original pattern the minimatch object represents.
50
- * `options` The options supplied to the constructor.
51
- * `set` A 2-dimensional array of regexp or string expressions.
100
+ - `pattern` The original pattern the minimatch object represents.
101
+ - `options` The options supplied to the constructor.
102
+ - `set` A 2-dimensional array of regexp or string expressions.
52
103
  Each row in the
53
- array corresponds to a brace-expanded pattern. Each item in the row
54
- corresponds to a single path-part. For example, the pattern
104
+ array corresponds to a brace-expanded pattern. Each item in the row
105
+ corresponds to a single path-part. For example, the pattern
55
106
  `{a,b/c}/d` would expand to a set of patterns like:
56
107
 
57
108
  [ [ a, d ]
58
109
  , [ b, c, d ] ]
59
110
 
60
- If a portion of the pattern doesn't have any "magic" in it
61
- (that is, it's something like `"foo"` rather than `fo*o?`), then it
62
- will be left as a string rather than converted to a regular
63
- expression.
111
+ If a portion of the pattern doesn't have any "magic" in it
112
+ (that is, it's something like `"foo"` rather than `fo*o?`), then it
113
+ will be left as a string rather than converted to a regular
114
+ expression.
64
115
 
65
- * `regexp` Created by the `makeRe` method. A single regular expression
66
- expressing the entire pattern. This is useful in cases where you wish
116
+ - `regexp` Created by the `makeRe` method. A single regular expression
117
+ expressing the entire pattern. This is useful in cases where you wish
67
118
  to use the pattern somewhat like `fnmatch(3)` with `FNM_PATH` enabled.
68
- * `negate` True if the pattern is negated.
69
- * `comment` True if the pattern is a comment.
70
- * `empty` True if the pattern is `""`.
119
+ - `negate` True if the pattern is negated.
120
+ - `comment` True if the pattern is a comment.
121
+ - `empty` True if the pattern is `""`.
71
122
 
72
123
  ### Methods
73
124
 
74
- * `makeRe` Generate the `regexp` member if necessary, and return it.
125
+ - `makeRe()` Generate the `regexp` member if necessary, and return it.
75
126
  Will return `false` if the pattern is invalid.
76
- * `match(fname)` Return true if the filename matches the pattern, or
127
+ - `match(fname)` Return true if the filename matches the pattern, or
77
128
  false otherwise.
78
- * `matchOne(fileArray, patternArray, partial)` Take a `/`-split
79
- filename, and match it against a single row in the `regExpSet`. This
129
+ - `matchOne(fileArray, patternArray, partial)` Take a `/`-split
130
+ filename, and match it against a single row in the `regExpSet`. This
80
131
  method is mainly for internal use, but is exposed so that it can be
81
132
  used by a glob-walker that needs to avoid excessive filesystem calls.
133
+ - `hasMagic()` Returns true if the parsed pattern contains any
134
+ magic characters. Returns false if all comparator parts are
135
+ string literals. If the `magicalBraces` option is set on the
136
+ constructor, then it will consider brace expansions which are
137
+ not otherwise magical to be magic. If not set, then a pattern
138
+ like `a{b,c}d` will return `false`, because neither `abd` nor
139
+ `acd` contain any special glob characters.
140
+
141
+ This does **not** mean that the pattern string can be used as a
142
+ literal filename, as it may contain magic glob characters that
143
+ are escaped. For example, the pattern `\\*` or `[*]` would not
144
+ be considered to have magic, as the matching portion parses to
145
+ the literal string `'*'` and would match a path named `'*'`,
146
+ not `'\\*'` or `'[*]'`. The `minimatch.unescape()` method may
147
+ be used to remove escape characters.
82
148
 
83
149
  All other methods are internal, and will be called as necessary.
84
150
 
85
151
  ### minimatch(path, pattern, options)
86
152
 
87
- Main export. Tests a path against the pattern using the options.
153
+ Main export. Tests a path against the pattern using the options.
88
154
 
89
155
  ```javascript
90
- var isJS = minimatch(file, "*.js", { matchBase: true })
156
+ var isJS = minimatch(file, '*.js', { matchBase: true })
91
157
  ```
92
158
 
93
159
  ### minimatch.filter(pattern, options)
94
160
 
95
161
  Returns a function that tests its
96
- supplied argument, suitable for use with `Array.filter`. Example:
162
+ supplied argument, suitable for use with `Array.filter`. Example:
97
163
 
98
164
  ```javascript
99
- var javascripts = fileList.filter(minimatch.filter("*.js", {matchBase: true}))
165
+ var javascripts = fileList.filter(minimatch.filter('*.js', { matchBase: true }))
100
166
  ```
101
167
 
168
+ ### minimatch.escape(pattern, options = {})
169
+
170
+ Escape all magic characters in a glob pattern, so that it will
171
+ only ever match literal strings
172
+
173
+ If the `windowsPathsNoEscape` option is used, then characters are
174
+ escaped by wrapping in `[]`, because a magic character wrapped in
175
+ a character class can only be satisfied by that exact character.
176
+
177
+ Slashes (and backslashes in `windowsPathsNoEscape` mode) cannot
178
+ be escaped or unescaped.
179
+
180
+ ### minimatch.unescape(pattern, options = {})
181
+
182
+ Un-escape a glob string that may contain some escaped characters.
183
+
184
+ If the `windowsPathsNoEscape` option is used, then square-brace
185
+ escapes are removed, but not backslash escapes. For example, it
186
+ will turn the string `'[*]'` into `*`, but it will not turn
187
+ `'\\*'` into `'*'`, because `\` is a path separator in
188
+ `windowsPathsNoEscape` mode.
189
+
190
+ When `windowsPathsNoEscape` is not set, then both brace escapes
191
+ and backslash escapes are removed.
192
+
193
+ Slashes (and backslashes in `windowsPathsNoEscape` mode) cannot
194
+ be escaped or unescaped.
195
+
102
196
  ### minimatch.match(list, pattern, options)
103
197
 
104
198
  Match against the list of
105
- files, in the style of fnmatch or glob. If nothing is matched, and
199
+ files, in the style of fnmatch or glob. If nothing is matched, and
106
200
  options.nonull is set, then return a list containing the pattern itself.
107
201
 
108
202
  ```javascript
109
- var javascripts = minimatch.match(fileList, "*.js", {matchBase: true}))
203
+ var javascripts = minimatch.match(fileList, '*.js', { matchBase: true })
110
204
  ```
111
205
 
112
206
  ### minimatch.makeRe(pattern, options)
@@ -145,16 +239,36 @@ Disable "extglob" style patterns like `+(a|b)`.
145
239
 
146
240
  Perform a case-insensitive match.
147
241
 
242
+ ### nocaseMagicOnly
243
+
244
+ When used with `{nocase: true}`, create regular expressions that
245
+ are case-insensitive, but leave string match portions untouched.
246
+ Has no effect when used without `{nocase: true}`
247
+
248
+ Useful when some other form of case-insensitive matching is used,
249
+ or if the original string representation is useful in some other
250
+ way.
251
+
148
252
  ### nonull
149
253
 
150
254
  When a match is not found by `minimatch.match`, return a list containing
151
- the pattern itself if this option is set. When not set, an empty list
255
+ the pattern itself if this option is set. When not set, an empty list
152
256
  is returned if there are no matches.
153
257
 
258
+ ### magicalBraces
259
+
260
+ This only affects the results of the `Minimatch.hasMagic` method.
261
+
262
+ If the pattern contains brace expansions, such as `a{b,c}d`, but
263
+ no other magic characters, then the `Minipass.hasMagic()` method
264
+ will return `false` by default. When this option set, it will
265
+ return `true` for brace expansion as well as other magic glob
266
+ characters.
267
+
154
268
  ### matchBase
155
269
 
156
270
  If set, then patterns without slashes will be matched
157
- against the basename of the path if it contains slashes. For example,
271
+ against the basename of the path if it contains slashes. For example,
158
272
  `a?b` would match the path `/xyz/123/acb`, but not `/xyz/acb/123`.
159
273
 
160
274
  ### nocomment
@@ -171,39 +285,175 @@ Suppress the behavior of treating a leading `!` character as negation.
171
285
  Returns from negate expressions the same as if they were not negated.
172
286
  (Ie, true on a hit, false on a miss.)
173
287
 
288
+ ### partial
289
+
290
+ Compare a partial path to a pattern. As long as the parts of the path that
291
+ are present are not contradicted by the pattern, it will be treated as a
292
+ match. This is useful in applications where you're walking through a
293
+ folder structure, and don't yet have the full path, but want to ensure that
294
+ you do not walk down paths that can never be a match.
295
+
296
+ For example,
297
+
298
+ ```js
299
+ minimatch('/a/b', '/a/*/c/d', { partial: true }) // true, might be /a/b/c/d
300
+ minimatch('/a/b', '/**/d', { partial: true }) // true, might be /a/b/.../d
301
+ minimatch('/x/y/z', '/a/**/z', { partial: true }) // false, because x !== a
302
+ ```
303
+
304
+ ### windowsPathsNoEscape
305
+
306
+ Use `\\` as a path separator _only_, and _never_ as an escape
307
+ character. If set, all `\\` characters are replaced with `/` in
308
+ the pattern. Note that this makes it **impossible** to match
309
+ against paths containing literal glob pattern characters, but
310
+ allows matching with patterns constructed using `path.join()` and
311
+ `path.resolve()` on Windows platforms, mimicking the (buggy!)
312
+ behavior of earlier versions on Windows. Please use with
313
+ caution, and be mindful of [the caveat about Windows
314
+ paths](#windows).
315
+
316
+ For legacy reasons, this is also set if
317
+ `options.allowWindowsEscape` is set to the exact value `false`.
318
+
319
+ ### windowsNoMagicRoot
320
+
321
+ When a pattern starts with a UNC path or drive letter, and in
322
+ `nocase:true` mode, do not convert the root portions of the
323
+ pattern into a case-insensitive regular expression, and instead
324
+ leave them as strings.
325
+
326
+ This is the default when the platform is `win32` and
327
+ `nocase:true` is set.
328
+
329
+ ### preserveMultipleSlashes
330
+
331
+ By default, multiple `/` characters (other than the leading `//`
332
+ in a UNC path, see "UNC Paths" above) are treated as a single
333
+ `/`.
334
+
335
+ That is, a pattern like `a///b` will match the file path `a/b`.
336
+
337
+ Set `preserveMultipleSlashes: true` to suppress this behavior.
338
+
339
+ ### optimizationLevel
340
+
341
+ A number indicating the level of optimization that should be done
342
+ to the pattern prior to parsing and using it for matches.
343
+
344
+ Globstar parts `**` are always converted to `*` when `noglobstar`
345
+ is set, and multiple adjascent `**` parts are converted into a
346
+ single `**` (ie, `a/**/**/b` will be treated as `a/**/b`, as this
347
+ is equivalent in all cases).
348
+
349
+ - `0` - Make no further changes. In this mode, `.` and `..` are
350
+ maintained in the pattern, meaning that they must also appear
351
+ in the same position in the test path string. Eg, a pattern
352
+ like `a/*/../c` will match the string `a/b/../c` but not the
353
+ string `a/c`.
354
+ - `1` - (default) Remove cases where a double-dot `..` follows a
355
+ pattern portion that is not `**`, `.`, `..`, or empty `''`. For
356
+ example, the pattern `./a/b/../*` is converted to `./a/*`, and
357
+ so it will match the path string `./a/c`, but not the path
358
+ string `./a/b/../c`. Dots and empty path portions in the
359
+ pattern are preserved.
360
+ - `2` (or higher) - Much more aggressive optimizations, suitable
361
+ for use with file-walking cases:
362
+
363
+ - Remove cases where a double-dot `..` follows a pattern
364
+ portion that is not `**`, `.`, or empty `''`. Remove empty
365
+ and `.` portions of the pattern, where safe to do so (ie,
366
+ anywhere other than the last position, the first position, or
367
+ the second position in a pattern starting with `/`, as this
368
+ may indicate a UNC path on Windows).
369
+ - Convert patterns containing `<pre>/**/../<p>/<rest>` into the
370
+ equivalent `<pre>/{..,**}/<p>/<rest>`, where `<p>` is a
371
+ a pattern portion other than `.`, `..`, `**`, or empty
372
+ `''`.
373
+ - Dedupe patterns where a `**` portion is present in one and
374
+ omitted in another, and it is not the final path portion, and
375
+ they are otherwise equivalent. So `{a/**/b,a/b}` becomes
376
+ `a/**/b`, because `**` matches against an empty path portion.
377
+ - Dedupe patterns where a `*` portion is present in one, and a
378
+ non-dot pattern other than `**`, `.`, `..`, or `''` is in the
379
+ same position in the other. So `a/{*,x}/b` becomes `a/*/b`,
380
+ because `*` can match against `x`.
381
+
382
+ While these optimizations improve the performance of
383
+ file-walking use cases such as [glob](http://npm.im/glob) (ie,
384
+ the reason this module exists), there are cases where it will
385
+ fail to match a literal string that would have been matched in
386
+ optimization level 1 or 0.
387
+
388
+ Specifically, while the `Minimatch.match()` method will
389
+ optimize the file path string in the same ways, resulting in
390
+ the same matches, it will fail when tested with the regular
391
+ expression provided by `Minimatch.makeRe()`, unless the path
392
+ string is first processed with
393
+ `minimatch.levelTwoFileOptimize()` or similar.
394
+
395
+ ### platform
396
+
397
+ When set to `win32`, this will trigger all windows-specific
398
+ behaviors (special handling for UNC paths, and treating `\` as
399
+ separators in file paths for comparison.)
400
+
401
+ Defaults to the value of `process.platform`.
174
402
 
175
403
  ## Comparisons to other fnmatch/glob implementations
176
404
 
177
- While strict compliance with the existing standards is a worthwhile
178
- goal, some discrepancies exist between minimatch and other
179
- implementations, and are intentional.
405
+ While strict compliance with the existing standards is a
406
+ worthwhile goal, some discrepancies exist between minimatch and
407
+ other implementations. Some are intentional, and some are
408
+ unavoidable.
180
409
 
181
- If the pattern starts with a `!` character, then it is negated. Set the
410
+ If the pattern starts with a `!` character, then it is negated. Set the
182
411
  `nonegate` flag to suppress this behavior, and treat leading `!`
183
- characters normally. This is perhaps relevant if you wish to start the
184
- pattern with a negative extglob pattern like `!(a|B)`. Multiple `!`
412
+ characters normally. This is perhaps relevant if you wish to start the
413
+ pattern with a negative extglob pattern like `!(a|B)`. Multiple `!`
185
414
  characters at the start of a pattern will negate the pattern multiple
186
415
  times.
187
416
 
188
417
  If a pattern starts with `#`, then it is treated as a comment, and
189
- will not match anything. Use `\#` to match a literal `#` at the
418
+ will not match anything. Use `\#` to match a literal `#` at the
190
419
  start of a line, or set the `nocomment` flag to suppress this behavior.
191
420
 
192
421
  The double-star character `**` is supported by default, unless the
193
- `noglobstar` flag is set. This is supported in the manner of bsdglob
422
+ `noglobstar` flag is set. This is supported in the manner of bsdglob
194
423
  and bash 4.1, where `**` only has special significance if it is the only
195
- thing in a path part. That is, `a/**/b` will match `a/x/y/b`, but
424
+ thing in a path part. That is, `a/**/b` will match `a/x/y/b`, but
196
425
  `a/**b` will not.
197
426
 
198
427
  If an escaped pattern has no matches, and the `nonull` flag is set,
199
428
  then minimatch.match returns the pattern as-provided, rather than
200
- interpreting the character escapes. For example,
429
+ interpreting the character escapes. For example,
201
430
  `minimatch.match([], "\\*a\\?")` will return `"\\*a\\?"` rather than
202
- `"*a?"`. This is akin to setting the `nullglob` option in bash, except
431
+ `"*a?"`. This is akin to setting the `nullglob` option in bash, except
203
432
  that it does not resolve escaped pattern characters.
204
433
 
205
434
  If brace expansion is not disabled, then it is performed before any
206
- other interpretation of the glob pattern. Thus, a pattern like
435
+ other interpretation of the glob pattern. Thus, a pattern like
207
436
  `+(a|{b),c)}`, which would not be valid in bash or zsh, is expanded
208
437
  **first** into the set of `+(a|b)` and `+(a|c)`, and those patterns are
209
- checked for validity. Since those two are valid, matching proceeds.
438
+ checked for validity. Since those two are valid, matching proceeds.
439
+
440
+ Negated extglob patterns are handled as closely as possible to
441
+ Bash semantics, but there are some cases with negative extglobs
442
+ which are exceedingly difficult to express in a JavaScript
443
+ regular expression. In particular the negated pattern
444
+ `<start>!(<pattern>*|)*` will in bash match anything that does
445
+ not start with `<start><pattern>`. However,
446
+ `<start>!(<pattern>*)*` _will_ match paths starting with
447
+ `<start><pattern>`, because the empty string can match against
448
+ the negated portion. In this library, `<start>!(<pattern>*|)*`
449
+ will _not_ match any pattern starting with `<start>`, due to a
450
+ difference in precisely which patterns are considered "greedy" in
451
+ Regular Expressions vs bash path expansion. This may be fixable,
452
+ but not without incurring some complexity and performance costs,
453
+ and the trade-off seems to not be worth pursuing.
454
+
455
+ Note that `fnmatch(3)` in libc is an extremely naive string comparison
456
+ matcher, which does not do anything special for slashes. This library is
457
+ designed to be used in glob searching and file walkers, and so it does do
458
+ special things with `/`. Thus, `foo*` will not match `foo/bar` in this
459
+ library, even though it would in `fnmatch(3)`.
@@ -0,0 +1,8 @@
1
+ export type ParseClassResult = [
2
+ src: string,
3
+ uFlag: boolean,
4
+ consumed: number,
5
+ hasMagic: boolean
6
+ ];
7
+ export declare const parseClass: (glob: string, position: number) => ParseClassResult;
8
+ //# sourceMappingURL=brace-expressions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"brace-expressions.d.ts","sourceRoot":"","sources":["../../src/brace-expressions.ts"],"names":[],"mappings":"AA+BA,MAAM,MAAM,gBAAgB,GAAG;IAC7B,GAAG,EAAE,MAAM;IACX,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,MAAM;IAChB,QAAQ,EAAE,OAAO;CAClB,CAAA;AAQD,eAAO,MAAM,UAAU,SACf,MAAM,YACF,MAAM,qBA8HjB,CAAA"}