create-nuclo 0.1.1

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 (534) hide show
  1. package/README.md +60 -0
  2. package/package.json +35 -0
  3. package/src/create-nuclo.mjs +193 -0
  4. package/templates/basic/README.md +16 -0
  5. package/templates/basic/_gitignore +5 -0
  6. package/templates/basic/index.html +26 -0
  7. package/templates/basic/node_modules/.package-lock.json +348 -0
  8. package/templates/basic/node_modules/.vite/deps/_metadata.json +15 -0
  9. package/templates/basic/node_modules/.vite/deps/nuclo.js +1665 -0
  10. package/templates/basic/node_modules/.vite/deps/nuclo.js.map +1 -0
  11. package/templates/basic/node_modules/.vite/deps/package.json +3 -0
  12. package/templates/basic/node_modules/@oxc-project/types/LICENSE +22 -0
  13. package/templates/basic/node_modules/@oxc-project/types/README.md +3 -0
  14. package/templates/basic/node_modules/@oxc-project/types/package.json +26 -0
  15. package/templates/basic/node_modules/@oxc-project/types/types.d.ts +1912 -0
  16. package/templates/basic/node_modules/@rolldown/binding-darwin-arm64/README.md +3 -0
  17. package/templates/basic/node_modules/@rolldown/binding-darwin-arm64/package.json +37 -0
  18. package/templates/basic/node_modules/@rolldown/binding-darwin-arm64/rolldown-binding.darwin-arm64.node +0 -0
  19. package/templates/basic/node_modules/@rolldown/pluginutils/LICENSE +21 -0
  20. package/templates/basic/node_modules/@rolldown/pluginutils/README.md +145 -0
  21. package/templates/basic/node_modules/@rolldown/pluginutils/dist/filter/index.d.mts +194 -0
  22. package/templates/basic/node_modules/@rolldown/pluginutils/dist/filter/index.mjs +2 -0
  23. package/templates/basic/node_modules/@rolldown/pluginutils/dist/filter-B_mD-HGz.mjs +323 -0
  24. package/templates/basic/node_modules/@rolldown/pluginutils/dist/index.d.mts +2 -0
  25. package/templates/basic/node_modules/@rolldown/pluginutils/dist/index.mjs +2 -0
  26. package/templates/basic/node_modules/@rolldown/pluginutils/package.json +40 -0
  27. package/templates/basic/node_modules/detect-libc/LICENSE +201 -0
  28. package/templates/basic/node_modules/detect-libc/README.md +163 -0
  29. package/templates/basic/node_modules/detect-libc/index.d.ts +14 -0
  30. package/templates/basic/node_modules/detect-libc/lib/detect-libc.js +313 -0
  31. package/templates/basic/node_modules/detect-libc/lib/elf.js +39 -0
  32. package/templates/basic/node_modules/detect-libc/lib/filesystem.js +51 -0
  33. package/templates/basic/node_modules/detect-libc/lib/process.js +24 -0
  34. package/templates/basic/node_modules/detect-libc/package.json +44 -0
  35. package/templates/basic/node_modules/fdir/LICENSE +7 -0
  36. package/templates/basic/node_modules/fdir/README.md +91 -0
  37. package/templates/basic/node_modules/fdir/dist/index.cjs +588 -0
  38. package/templates/basic/node_modules/fdir/dist/index.d.cts +155 -0
  39. package/templates/basic/node_modules/fdir/dist/index.d.mts +155 -0
  40. package/templates/basic/node_modules/fdir/dist/index.mjs +570 -0
  41. package/templates/basic/node_modules/fdir/package.json +103 -0
  42. package/templates/basic/node_modules/lightningcss/LICENSE +373 -0
  43. package/templates/basic/node_modules/lightningcss/README.md +105 -0
  44. package/templates/basic/node_modules/lightningcss/node/ast.d.ts +9892 -0
  45. package/templates/basic/node_modules/lightningcss/node/ast.js.flow +10539 -0
  46. package/templates/basic/node_modules/lightningcss/node/browserslistToTargets.js +48 -0
  47. package/templates/basic/node_modules/lightningcss/node/composeVisitors.js +450 -0
  48. package/templates/basic/node_modules/lightningcss/node/flags.js +28 -0
  49. package/templates/basic/node_modules/lightningcss/node/index.d.ts +494 -0
  50. package/templates/basic/node_modules/lightningcss/node/index.js +59 -0
  51. package/templates/basic/node_modules/lightningcss/node/index.js.flow +843 -0
  52. package/templates/basic/node_modules/lightningcss/node/index.mjs +4 -0
  53. package/templates/basic/node_modules/lightningcss/node/targets.d.ts +40 -0
  54. package/templates/basic/node_modules/lightningcss/node/targets.js.flow +39 -0
  55. package/templates/basic/node_modules/lightningcss/package.json +110 -0
  56. package/templates/basic/node_modules/lightningcss-darwin-arm64/LICENSE +373 -0
  57. package/templates/basic/node_modules/lightningcss-darwin-arm64/README.md +1 -0
  58. package/templates/basic/node_modules/lightningcss-darwin-arm64/lightningcss.darwin-arm64.node +0 -0
  59. package/templates/basic/node_modules/lightningcss-darwin-arm64/package.json +34 -0
  60. package/templates/basic/node_modules/nanoid/LICENSE +20 -0
  61. package/templates/basic/node_modules/nanoid/README.md +36 -0
  62. package/templates/basic/node_modules/nanoid/async/index.browser.cjs +42 -0
  63. package/templates/basic/node_modules/nanoid/async/index.browser.js +42 -0
  64. package/templates/basic/node_modules/nanoid/async/index.cjs +44 -0
  65. package/templates/basic/node_modules/nanoid/async/index.d.ts +56 -0
  66. package/templates/basic/node_modules/nanoid/async/index.js +44 -0
  67. package/templates/basic/node_modules/nanoid/async/index.native.js +35 -0
  68. package/templates/basic/node_modules/nanoid/async/package.json +12 -0
  69. package/templates/basic/node_modules/nanoid/bin/nanoid.cjs +55 -0
  70. package/templates/basic/node_modules/nanoid/index.browser.cjs +44 -0
  71. package/templates/basic/node_modules/nanoid/index.browser.js +44 -0
  72. package/templates/basic/node_modules/nanoid/index.cjs +57 -0
  73. package/templates/basic/node_modules/nanoid/index.d.cts +91 -0
  74. package/templates/basic/node_modules/nanoid/index.d.ts +91 -0
  75. package/templates/basic/node_modules/nanoid/index.js +62 -0
  76. package/templates/basic/node_modules/nanoid/nanoid.js +1 -0
  77. package/templates/basic/node_modules/nanoid/non-secure/index.cjs +24 -0
  78. package/templates/basic/node_modules/nanoid/non-secure/index.d.ts +33 -0
  79. package/templates/basic/node_modules/nanoid/non-secure/index.js +24 -0
  80. package/templates/basic/node_modules/nanoid/non-secure/package.json +6 -0
  81. package/templates/basic/node_modules/nanoid/package.json +89 -0
  82. package/templates/basic/node_modules/nanoid/url-alphabet/index.cjs +4 -0
  83. package/templates/basic/node_modules/nanoid/url-alphabet/index.js +4 -0
  84. package/templates/basic/node_modules/nanoid/url-alphabet/package.json +6 -0
  85. package/templates/basic/node_modules/nuclo/LICENSE.md +45 -0
  86. package/templates/basic/node_modules/nuclo/README.md +727 -0
  87. package/templates/basic/node_modules/nuclo/dist/bootstrap.d.ts +5 -0
  88. package/templates/basic/node_modules/nuclo/dist/bootstrap.d.ts.map +1 -0
  89. package/templates/basic/node_modules/nuclo/dist/element/attributes.d.ts +3 -0
  90. package/templates/basic/node_modules/nuclo/dist/element/attributes.d.ts.map +1 -0
  91. package/templates/basic/node_modules/nuclo/dist/element/class-name.d.ts +6 -0
  92. package/templates/basic/node_modules/nuclo/dist/element/class-name.d.ts.map +1 -0
  93. package/templates/basic/node_modules/nuclo/dist/element/events.d.ts +35 -0
  94. package/templates/basic/node_modules/nuclo/dist/element/events.d.ts.map +1 -0
  95. package/templates/basic/node_modules/nuclo/dist/element/factory.d.ts +32 -0
  96. package/templates/basic/node_modules/nuclo/dist/element/factory.d.ts.map +1 -0
  97. package/templates/basic/node_modules/nuclo/dist/element/inline-style.d.ts +9 -0
  98. package/templates/basic/node_modules/nuclo/dist/element/inline-style.d.ts.map +1 -0
  99. package/templates/basic/node_modules/nuclo/dist/element/modifiers.d.ts +11 -0
  100. package/templates/basic/node_modules/nuclo/dist/element/modifiers.d.ts.map +1 -0
  101. package/templates/basic/node_modules/nuclo/dist/element/tags.d.ts +5 -0
  102. package/templates/basic/node_modules/nuclo/dist/element/tags.d.ts.map +1 -0
  103. package/templates/basic/node_modules/nuclo/dist/hydration.d.ts +73 -0
  104. package/templates/basic/node_modules/nuclo/dist/hydration.d.ts.map +1 -0
  105. package/templates/basic/node_modules/nuclo/dist/index.d.ts +17 -0
  106. package/templates/basic/node_modules/nuclo/dist/index.d.ts.map +1 -0
  107. package/templates/basic/node_modules/nuclo/dist/list/index.d.ts +7 -0
  108. package/templates/basic/node_modules/nuclo/dist/list/index.d.ts.map +1 -0
  109. package/templates/basic/node_modules/nuclo/dist/list/runtime.d.ts +6 -0
  110. package/templates/basic/node_modules/nuclo/dist/list/runtime.d.ts.map +1 -0
  111. package/templates/basic/node_modules/nuclo/dist/list/types.d.ts +18 -0
  112. package/templates/basic/node_modules/nuclo/dist/list/types.d.ts.map +1 -0
  113. package/templates/basic/node_modules/nuclo/dist/nuclo.cjs +2 -0
  114. package/templates/basic/node_modules/nuclo/dist/nuclo.cjs.map +1 -0
  115. package/templates/basic/node_modules/nuclo/dist/nuclo.mjs +2 -0
  116. package/templates/basic/node_modules/nuclo/dist/nuclo.mjs.map +1 -0
  117. package/templates/basic/node_modules/nuclo/dist/nuclo.umd.js +2 -0
  118. package/templates/basic/node_modules/nuclo/dist/nuclo.umd.js.map +1 -0
  119. package/templates/basic/node_modules/nuclo/dist/polyfill/Document.d.ts +19 -0
  120. package/templates/basic/node_modules/nuclo/dist/polyfill/Document.d.ts.map +1 -0
  121. package/templates/basic/node_modules/nuclo/dist/polyfill/Element.d.ts +48 -0
  122. package/templates/basic/node_modules/nuclo/dist/polyfill/Element.d.ts.map +1 -0
  123. package/templates/basic/node_modules/nuclo/dist/polyfill/Event.d.ts +43 -0
  124. package/templates/basic/node_modules/nuclo/dist/polyfill/Event.d.ts.map +1 -0
  125. package/templates/basic/node_modules/nuclo/dist/polyfill/Node.d.ts +13 -0
  126. package/templates/basic/node_modules/nuclo/dist/polyfill/Node.d.ts.map +1 -0
  127. package/templates/basic/node_modules/nuclo/dist/polyfill/Text.d.ts +11 -0
  128. package/templates/basic/node_modules/nuclo/dist/polyfill/Text.d.ts.map +1 -0
  129. package/templates/basic/node_modules/nuclo/dist/polyfill/index.d.ts +24 -0
  130. package/templates/basic/node_modules/nuclo/dist/polyfill/index.d.ts.map +1 -0
  131. package/templates/basic/node_modules/nuclo/dist/polyfill/nuclo.polyfill.cjs +2 -0
  132. package/templates/basic/node_modules/nuclo/dist/polyfill/nuclo.polyfill.cjs.map +1 -0
  133. package/templates/basic/node_modules/nuclo/dist/polyfill/nuclo.polyfill.mjs +2 -0
  134. package/templates/basic/node_modules/nuclo/dist/polyfill/nuclo.polyfill.mjs.map +1 -0
  135. package/templates/basic/node_modules/nuclo/dist/render.d.ts +33 -0
  136. package/templates/basic/node_modules/nuclo/dist/render.d.ts.map +1 -0
  137. package/templates/basic/node_modules/nuclo/dist/shared/conditions.d.ts +4 -0
  138. package/templates/basic/node_modules/nuclo/dist/shared/conditions.d.ts.map +1 -0
  139. package/templates/basic/node_modules/nuclo/dist/shared/dom.d.ts +69 -0
  140. package/templates/basic/node_modules/nuclo/dist/shared/dom.d.ts.map +1 -0
  141. package/templates/basic/node_modules/nuclo/dist/shared/environment.d.ts +5 -0
  142. package/templates/basic/node_modules/nuclo/dist/shared/environment.d.ts.map +1 -0
  143. package/templates/basic/node_modules/nuclo/dist/shared/errors.d.ts +2 -0
  144. package/templates/basic/node_modules/nuclo/dist/shared/errors.d.ts.map +1 -0
  145. package/templates/basic/node_modules/nuclo/dist/shared/renderables.d.ts +4 -0
  146. package/templates/basic/node_modules/nuclo/dist/shared/renderables.d.ts.map +1 -0
  147. package/templates/basic/node_modules/nuclo/dist/shared/strings.d.ts +19 -0
  148. package/templates/basic/node_modules/nuclo/dist/shared/strings.d.ts.map +1 -0
  149. package/templates/basic/node_modules/nuclo/dist/shared/type-guards.d.ts +16 -0
  150. package/templates/basic/node_modules/nuclo/dist/shared/type-guards.d.ts.map +1 -0
  151. package/templates/basic/node_modules/nuclo/dist/ssr/index.d.ts +19 -0
  152. package/templates/basic/node_modules/nuclo/dist/ssr/index.d.ts.map +1 -0
  153. package/templates/basic/node_modules/nuclo/dist/ssr/nuclo.ssr.cjs +2 -0
  154. package/templates/basic/node_modules/nuclo/dist/ssr/nuclo.ssr.cjs.map +1 -0
  155. package/templates/basic/node_modules/nuclo/dist/ssr/nuclo.ssr.mjs +2 -0
  156. package/templates/basic/node_modules/nuclo/dist/ssr/nuclo.ssr.mjs.map +1 -0
  157. package/templates/basic/node_modules/nuclo/dist/ssr/render-to-string.d.ts +41 -0
  158. package/templates/basic/node_modules/nuclo/dist/ssr/render-to-string.d.ts.map +1 -0
  159. package/templates/basic/node_modules/nuclo/dist/style/css.d.ts +19 -0
  160. package/templates/basic/node_modules/nuclo/dist/style/css.d.ts.map +1 -0
  161. package/templates/basic/node_modules/nuclo/dist/style/engine.d.ts +34 -0
  162. package/templates/basic/node_modules/nuclo/dist/style/engine.d.ts.map +1 -0
  163. package/templates/basic/node_modules/nuclo/dist/style/index.d.ts +3 -0
  164. package/templates/basic/node_modules/nuclo/dist/style/index.d.ts.map +1 -0
  165. package/templates/basic/node_modules/nuclo/dist/update/conditional.d.ts +3 -0
  166. package/templates/basic/node_modules/nuclo/dist/update/conditional.d.ts.map +1 -0
  167. package/templates/basic/node_modules/nuclo/dist/update/reactive-attributes.d.ts +45 -0
  168. package/templates/basic/node_modules/nuclo/dist/update/reactive-attributes.d.ts.map +1 -0
  169. package/templates/basic/node_modules/nuclo/dist/update/reactive-text.d.ts +38 -0
  170. package/templates/basic/node_modules/nuclo/dist/update/reactive-text.d.ts.map +1 -0
  171. package/templates/basic/node_modules/nuclo/dist/update/registry.d.ts +97 -0
  172. package/templates/basic/node_modules/nuclo/dist/update/registry.d.ts.map +1 -0
  173. package/templates/basic/node_modules/nuclo/dist/update/scope.d.ts +7 -0
  174. package/templates/basic/node_modules/nuclo/dist/update/scope.d.ts.map +1 -0
  175. package/templates/basic/node_modules/nuclo/dist/update/update.d.ts +4 -0
  176. package/templates/basic/node_modules/nuclo/dist/update/update.d.ts.map +1 -0
  177. package/templates/basic/node_modules/nuclo/dist/when/builder.d.ts +16 -0
  178. package/templates/basic/node_modules/nuclo/dist/when/builder.d.ts.map +1 -0
  179. package/templates/basic/node_modules/nuclo/dist/when/index.d.ts +44 -0
  180. package/templates/basic/node_modules/nuclo/dist/when/index.d.ts.map +1 -0
  181. package/templates/basic/node_modules/nuclo/dist/when/runtime.d.ts +59 -0
  182. package/templates/basic/node_modules/nuclo/dist/when/runtime.d.ts.map +1 -0
  183. package/templates/basic/node_modules/nuclo/package.json +88 -0
  184. package/templates/basic/node_modules/nuclo/types/core/base.d.ts +113 -0
  185. package/templates/basic/node_modules/nuclo/types/features/list.d.ts +38 -0
  186. package/templates/basic/node_modules/nuclo/types/features/on.d.ts +59 -0
  187. package/templates/basic/node_modules/nuclo/types/features/render.d.ts +49 -0
  188. package/templates/basic/node_modules/nuclo/types/features/scope.d.ts +6 -0
  189. package/templates/basic/node_modules/nuclo/types/features/style.d.ts +77 -0
  190. package/templates/basic/node_modules/nuclo/types/features/update.d.ts +6 -0
  191. package/templates/basic/node_modules/nuclo/types/features/when.d.ts +18 -0
  192. package/templates/basic/node_modules/nuclo/types/html/tags.d.ts +119 -0
  193. package/templates/basic/node_modules/nuclo/types/index.d.ts +137 -0
  194. package/templates/basic/node_modules/nuclo/types/polyfill.d.ts +131 -0
  195. package/templates/basic/node_modules/nuclo/types/ssr.d.ts +45 -0
  196. package/templates/basic/node_modules/nuclo/types/style.d.ts +404 -0
  197. package/templates/basic/node_modules/nuclo/types/svg/base.d.ts +118 -0
  198. package/templates/basic/node_modules/nuclo/types/svg/tags.d.ts +68 -0
  199. package/templates/basic/node_modules/picocolors/LICENSE +15 -0
  200. package/templates/basic/node_modules/picocolors/README.md +21 -0
  201. package/templates/basic/node_modules/picocolors/package.json +25 -0
  202. package/templates/basic/node_modules/picocolors/picocolors.browser.js +4 -0
  203. package/templates/basic/node_modules/picocolors/picocolors.d.ts +5 -0
  204. package/templates/basic/node_modules/picocolors/picocolors.js +75 -0
  205. package/templates/basic/node_modules/picocolors/types.d.ts +51 -0
  206. package/templates/basic/node_modules/picomatch/LICENSE +21 -0
  207. package/templates/basic/node_modules/picomatch/README.md +743 -0
  208. package/templates/basic/node_modules/picomatch/index.js +17 -0
  209. package/templates/basic/node_modules/picomatch/lib/constants.js +184 -0
  210. package/templates/basic/node_modules/picomatch/lib/parse.js +1416 -0
  211. package/templates/basic/node_modules/picomatch/lib/picomatch.js +361 -0
  212. package/templates/basic/node_modules/picomatch/lib/scan.js +391 -0
  213. package/templates/basic/node_modules/picomatch/lib/utils.js +72 -0
  214. package/templates/basic/node_modules/picomatch/package.json +83 -0
  215. package/templates/basic/node_modules/picomatch/posix.js +3 -0
  216. package/templates/basic/node_modules/postcss/LICENSE +20 -0
  217. package/templates/basic/node_modules/postcss/README.md +25 -0
  218. package/templates/basic/node_modules/postcss/lib/at-rule.d.ts +139 -0
  219. package/templates/basic/node_modules/postcss/lib/at-rule.js +25 -0
  220. package/templates/basic/node_modules/postcss/lib/comment.d.ts +67 -0
  221. package/templates/basic/node_modules/postcss/lib/comment.js +13 -0
  222. package/templates/basic/node_modules/postcss/lib/container.d.ts +478 -0
  223. package/templates/basic/node_modules/postcss/lib/container.js +447 -0
  224. package/templates/basic/node_modules/postcss/lib/css-syntax-error.d.ts +247 -0
  225. package/templates/basic/node_modules/postcss/lib/css-syntax-error.js +133 -0
  226. package/templates/basic/node_modules/postcss/lib/declaration.d.ts +150 -0
  227. package/templates/basic/node_modules/postcss/lib/declaration.js +24 -0
  228. package/templates/basic/node_modules/postcss/lib/document.d.ts +68 -0
  229. package/templates/basic/node_modules/postcss/lib/document.js +33 -0
  230. package/templates/basic/node_modules/postcss/lib/fromJSON.d.ts +9 -0
  231. package/templates/basic/node_modules/postcss/lib/fromJSON.js +68 -0
  232. package/templates/basic/node_modules/postcss/lib/input.d.ts +226 -0
  233. package/templates/basic/node_modules/postcss/lib/input.js +276 -0
  234. package/templates/basic/node_modules/postcss/lib/lazy-result.d.ts +189 -0
  235. package/templates/basic/node_modules/postcss/lib/lazy-result.js +563 -0
  236. package/templates/basic/node_modules/postcss/lib/list.d.ts +60 -0
  237. package/templates/basic/node_modules/postcss/lib/list.js +58 -0
  238. package/templates/basic/node_modules/postcss/lib/map-generator.js +376 -0
  239. package/templates/basic/node_modules/postcss/lib/no-work-result.d.ts +45 -0
  240. package/templates/basic/node_modules/postcss/lib/no-work-result.js +137 -0
  241. package/templates/basic/node_modules/postcss/lib/node.d.ts +555 -0
  242. package/templates/basic/node_modules/postcss/lib/node.js +456 -0
  243. package/templates/basic/node_modules/postcss/lib/parse.d.ts +9 -0
  244. package/templates/basic/node_modules/postcss/lib/parse.js +42 -0
  245. package/templates/basic/node_modules/postcss/lib/parser.js +618 -0
  246. package/templates/basic/node_modules/postcss/lib/postcss.d.mts +66 -0
  247. package/templates/basic/node_modules/postcss/lib/postcss.d.ts +461 -0
  248. package/templates/basic/node_modules/postcss/lib/postcss.js +101 -0
  249. package/templates/basic/node_modules/postcss/lib/postcss.mjs +30 -0
  250. package/templates/basic/node_modules/postcss/lib/previous-map.d.ts +80 -0
  251. package/templates/basic/node_modules/postcss/lib/previous-map.js +161 -0
  252. package/templates/basic/node_modules/postcss/lib/processor.d.ts +114 -0
  253. package/templates/basic/node_modules/postcss/lib/processor.js +67 -0
  254. package/templates/basic/node_modules/postcss/lib/result.d.ts +204 -0
  255. package/templates/basic/node_modules/postcss/lib/result.js +42 -0
  256. package/templates/basic/node_modules/postcss/lib/root.d.ts +86 -0
  257. package/templates/basic/node_modules/postcss/lib/root.js +61 -0
  258. package/templates/basic/node_modules/postcss/lib/rule.d.ts +126 -0
  259. package/templates/basic/node_modules/postcss/lib/rule.js +27 -0
  260. package/templates/basic/node_modules/postcss/lib/stringifier.d.ts +45 -0
  261. package/templates/basic/node_modules/postcss/lib/stringifier.js +374 -0
  262. package/templates/basic/node_modules/postcss/lib/stringify.d.ts +9 -0
  263. package/templates/basic/node_modules/postcss/lib/stringify.js +11 -0
  264. package/templates/basic/node_modules/postcss/lib/symbols.js +5 -0
  265. package/templates/basic/node_modules/postcss/lib/terminal-highlight.js +70 -0
  266. package/templates/basic/node_modules/postcss/lib/tokenize.js +270 -0
  267. package/templates/basic/node_modules/postcss/lib/warn-once.js +13 -0
  268. package/templates/basic/node_modules/postcss/lib/warning.d.ts +146 -0
  269. package/templates/basic/node_modules/postcss/lib/warning.js +37 -0
  270. package/templates/basic/node_modules/postcss/package.json +88 -0
  271. package/templates/basic/node_modules/rolldown/LICENSE +25 -0
  272. package/templates/basic/node_modules/rolldown/README.md +11 -0
  273. package/templates/basic/node_modules/rolldown/bin/cli.mjs +2 -0
  274. package/templates/basic/node_modules/rolldown/dist/cli.d.mts +1 -0
  275. package/templates/basic/node_modules/rolldown/dist/cli.mjs +1202 -0
  276. package/templates/basic/node_modules/rolldown/dist/config.d.mts +14 -0
  277. package/templates/basic/node_modules/rolldown/dist/config.mjs +4 -0
  278. package/templates/basic/node_modules/rolldown/dist/experimental-index.d.mts +280 -0
  279. package/templates/basic/node_modules/rolldown/dist/experimental-index.mjs +331 -0
  280. package/templates/basic/node_modules/rolldown/dist/experimental-runtime-types.d.ts +107 -0
  281. package/templates/basic/node_modules/rolldown/dist/filter-index.d.mts +195 -0
  282. package/templates/basic/node_modules/rolldown/dist/filter-index.mjs +380 -0
  283. package/templates/basic/node_modules/rolldown/dist/get-log-filter.d.mts +3 -0
  284. package/templates/basic/node_modules/rolldown/dist/get-log-filter.mjs +68 -0
  285. package/templates/basic/node_modules/rolldown/dist/index.d.mts +4 -0
  286. package/templates/basic/node_modules/rolldown/dist/index.mjs +50 -0
  287. package/templates/basic/node_modules/rolldown/dist/parallel-plugin-worker.d.mts +1 -0
  288. package/templates/basic/node_modules/rolldown/dist/parallel-plugin-worker.mjs +29 -0
  289. package/templates/basic/node_modules/rolldown/dist/parallel-plugin.d.mts +13 -0
  290. package/templates/basic/node_modules/rolldown/dist/parallel-plugin.mjs +6 -0
  291. package/templates/basic/node_modules/rolldown/dist/parse-ast-index.d.mts +32 -0
  292. package/templates/basic/node_modules/rolldown/dist/parse-ast-index.mjs +60 -0
  293. package/templates/basic/node_modules/rolldown/dist/plugins-index.d.mts +33 -0
  294. package/templates/basic/node_modules/rolldown/dist/plugins-index.mjs +40 -0
  295. package/templates/basic/node_modules/rolldown/dist/shared/binding-B1q9aYT-.d.mts +1947 -0
  296. package/templates/basic/node_modules/rolldown/dist/shared/binding-BmkJW3Wy.mjs +588 -0
  297. package/templates/basic/node_modules/rolldown/dist/shared/bindingify-input-options-BsDhfYrS.mjs +2240 -0
  298. package/templates/basic/node_modules/rolldown/dist/shared/constructors-2i1T9YcF.d.mts +36 -0
  299. package/templates/basic/node_modules/rolldown/dist/shared/constructors-CE6zZSUt.mjs +65 -0
  300. package/templates/basic/node_modules/rolldown/dist/shared/define-config-BBz954-q.d.mts +3901 -0
  301. package/templates/basic/node_modules/rolldown/dist/shared/define-config-Demdg3_4.mjs +6 -0
  302. package/templates/basic/node_modules/rolldown/dist/shared/error-BlQ0-ek7.mjs +85 -0
  303. package/templates/basic/node_modules/rolldown/dist/shared/get-log-filter-BpNVNJ5-.d.mts +35 -0
  304. package/templates/basic/node_modules/rolldown/dist/shared/load-config-FRmAU9xl.mjs +120 -0
  305. package/templates/basic/node_modules/rolldown/dist/shared/logging-BSNejiLS.d.mts +50 -0
  306. package/templates/basic/node_modules/rolldown/dist/shared/logs-aMKUxRpj.mjs +180 -0
  307. package/templates/basic/node_modules/rolldown/dist/shared/misc-CoQm4NHO.mjs +21 -0
  308. package/templates/basic/node_modules/rolldown/dist/shared/normalize-string-or-regex-BYkbbGqQ.mjs +68 -0
  309. package/templates/basic/node_modules/rolldown/dist/shared/parse-DVMnkavl.mjs +74 -0
  310. package/templates/basic/node_modules/rolldown/dist/shared/prompt-B1Yc1NPt.mjs +847 -0
  311. package/templates/basic/node_modules/rolldown/dist/shared/resolve-tsconfig-CdIAR1Eb.mjs +124 -0
  312. package/templates/basic/node_modules/rolldown/dist/shared/rolldown-build-aV0QeeTW.mjs +3264 -0
  313. package/templates/basic/node_modules/rolldown/dist/shared/rolldown-tbHvKzVl.mjs +40 -0
  314. package/templates/basic/node_modules/rolldown/dist/shared/transform-CEmFsvJW.d.mts +149 -0
  315. package/templates/basic/node_modules/rolldown/dist/shared/watch-DIhJ-T1s.mjs +374 -0
  316. package/templates/basic/node_modules/rolldown/dist/utils-index.d.mts +376 -0
  317. package/templates/basic/node_modules/rolldown/dist/utils-index.mjs +2414 -0
  318. package/templates/basic/node_modules/rolldown/package.json +153 -0
  319. package/templates/basic/node_modules/source-map-js/LICENSE +28 -0
  320. package/templates/basic/node_modules/source-map-js/README.md +765 -0
  321. package/templates/basic/node_modules/source-map-js/lib/array-set.js +121 -0
  322. package/templates/basic/node_modules/source-map-js/lib/base64-vlq.js +140 -0
  323. package/templates/basic/node_modules/source-map-js/lib/base64.js +67 -0
  324. package/templates/basic/node_modules/source-map-js/lib/binary-search.js +111 -0
  325. package/templates/basic/node_modules/source-map-js/lib/mapping-list.js +79 -0
  326. package/templates/basic/node_modules/source-map-js/lib/quick-sort.js +132 -0
  327. package/templates/basic/node_modules/source-map-js/lib/source-map-consumer.d.ts +1 -0
  328. package/templates/basic/node_modules/source-map-js/lib/source-map-consumer.js +1188 -0
  329. package/templates/basic/node_modules/source-map-js/lib/source-map-generator.d.ts +1 -0
  330. package/templates/basic/node_modules/source-map-js/lib/source-map-generator.js +444 -0
  331. package/templates/basic/node_modules/source-map-js/lib/source-node.d.ts +1 -0
  332. package/templates/basic/node_modules/source-map-js/lib/source-node.js +413 -0
  333. package/templates/basic/node_modules/source-map-js/lib/util.js +594 -0
  334. package/templates/basic/node_modules/source-map-js/package.json +71 -0
  335. package/templates/basic/node_modules/source-map-js/source-map.d.ts +104 -0
  336. package/templates/basic/node_modules/source-map-js/source-map.js +8 -0
  337. package/templates/basic/node_modules/tinyglobby/LICENSE +21 -0
  338. package/templates/basic/node_modules/tinyglobby/README.md +25 -0
  339. package/templates/basic/node_modules/tinyglobby/dist/index.cjs +335 -0
  340. package/templates/basic/node_modules/tinyglobby/dist/index.d.cts +148 -0
  341. package/templates/basic/node_modules/tinyglobby/dist/index.d.mts +148 -0
  342. package/templates/basic/node_modules/tinyglobby/dist/index.mjs +307 -0
  343. package/templates/basic/node_modules/tinyglobby/package.json +70 -0
  344. package/templates/basic/node_modules/typescript/LICENSE.txt +55 -0
  345. package/templates/basic/node_modules/typescript/README.md +50 -0
  346. package/templates/basic/node_modules/typescript/SECURITY.md +39 -0
  347. package/templates/basic/node_modules/typescript/ThirdPartyNoticeText.txt +193 -0
  348. package/templates/basic/node_modules/typescript/bin/tsc +2 -0
  349. package/templates/basic/node_modules/typescript/bin/tsserver +2 -0
  350. package/templates/basic/node_modules/typescript/lib/_tsc.js +134465 -0
  351. package/templates/basic/node_modules/typescript/lib/_tsserver.js +659 -0
  352. package/templates/basic/node_modules/typescript/lib/_typingsInstaller.js +222 -0
  353. package/templates/basic/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +2129 -0
  354. package/templates/basic/node_modules/typescript/lib/de/diagnosticMessages.generated.json +2125 -0
  355. package/templates/basic/node_modules/typescript/lib/es/diagnosticMessages.generated.json +2129 -0
  356. package/templates/basic/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +2129 -0
  357. package/templates/basic/node_modules/typescript/lib/it/diagnosticMessages.generated.json +2125 -0
  358. package/templates/basic/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +2129 -0
  359. package/templates/basic/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +2129 -0
  360. package/templates/basic/node_modules/typescript/lib/lib.d.ts +20 -0
  361. package/templates/basic/node_modules/typescript/lib/lib.decorators.d.ts +382 -0
  362. package/templates/basic/node_modules/typescript/lib/lib.decorators.legacy.d.ts +20 -0
  363. package/templates/basic/node_modules/typescript/lib/lib.dom.asynciterable.d.ts +18 -0
  364. package/templates/basic/node_modules/typescript/lib/lib.dom.d.ts +45125 -0
  365. package/templates/basic/node_modules/typescript/lib/lib.dom.iterable.d.ts +18 -0
  366. package/templates/basic/node_modules/typescript/lib/lib.es2015.collection.d.ts +150 -0
  367. package/templates/basic/node_modules/typescript/lib/lib.es2015.core.d.ts +595 -0
  368. package/templates/basic/node_modules/typescript/lib/lib.es2015.d.ts +26 -0
  369. package/templates/basic/node_modules/typescript/lib/lib.es2015.generator.d.ts +75 -0
  370. package/templates/basic/node_modules/typescript/lib/lib.es2015.iterable.d.ts +603 -0
  371. package/templates/basic/node_modules/typescript/lib/lib.es2015.promise.d.ts +79 -0
  372. package/templates/basic/node_modules/typescript/lib/lib.es2015.proxy.d.ts +126 -0
  373. package/templates/basic/node_modules/typescript/lib/lib.es2015.reflect.d.ts +142 -0
  374. package/templates/basic/node_modules/typescript/lib/lib.es2015.symbol.d.ts +44 -0
  375. package/templates/basic/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts +324 -0
  376. package/templates/basic/node_modules/typescript/lib/lib.es2016.array.include.d.ts +114 -0
  377. package/templates/basic/node_modules/typescript/lib/lib.es2016.d.ts +19 -0
  378. package/templates/basic/node_modules/typescript/lib/lib.es2016.full.d.ts +21 -0
  379. package/templates/basic/node_modules/typescript/lib/lib.es2016.intl.d.ts +29 -0
  380. package/templates/basic/node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts +19 -0
  381. package/templates/basic/node_modules/typescript/lib/lib.es2017.d.ts +24 -0
  382. package/templates/basic/node_modules/typescript/lib/lib.es2017.date.d.ts +29 -0
  383. package/templates/basic/node_modules/typescript/lib/lib.es2017.full.d.ts +21 -0
  384. package/templates/basic/node_modules/typescript/lib/lib.es2017.intl.d.ts +42 -0
  385. package/templates/basic/node_modules/typescript/lib/lib.es2017.object.d.ts +47 -0
  386. package/templates/basic/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts +133 -0
  387. package/templates/basic/node_modules/typescript/lib/lib.es2017.string.d.ts +43 -0
  388. package/templates/basic/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts +51 -0
  389. package/templates/basic/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts +75 -0
  390. package/templates/basic/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts +51 -0
  391. package/templates/basic/node_modules/typescript/lib/lib.es2018.d.ts +22 -0
  392. package/templates/basic/node_modules/typescript/lib/lib.es2018.full.d.ts +22 -0
  393. package/templates/basic/node_modules/typescript/lib/lib.es2018.intl.d.ts +81 -0
  394. package/templates/basic/node_modules/typescript/lib/lib.es2018.promise.d.ts +28 -0
  395. package/templates/basic/node_modules/typescript/lib/lib.es2018.regexp.d.ts +35 -0
  396. package/templates/basic/node_modules/typescript/lib/lib.es2019.array.d.ts +77 -0
  397. package/templates/basic/node_modules/typescript/lib/lib.es2019.d.ts +22 -0
  398. package/templates/basic/node_modules/typescript/lib/lib.es2019.full.d.ts +22 -0
  399. package/templates/basic/node_modules/typescript/lib/lib.es2019.intl.d.ts +21 -0
  400. package/templates/basic/node_modules/typescript/lib/lib.es2019.object.d.ts +31 -0
  401. package/templates/basic/node_modules/typescript/lib/lib.es2019.string.d.ts +35 -0
  402. package/templates/basic/node_modules/typescript/lib/lib.es2019.symbol.d.ts +22 -0
  403. package/templates/basic/node_modules/typescript/lib/lib.es2020.bigint.d.ts +763 -0
  404. package/templates/basic/node_modules/typescript/lib/lib.es2020.d.ts +25 -0
  405. package/templates/basic/node_modules/typescript/lib/lib.es2020.date.d.ts +40 -0
  406. package/templates/basic/node_modules/typescript/lib/lib.es2020.full.d.ts +22 -0
  407. package/templates/basic/node_modules/typescript/lib/lib.es2020.intl.d.ts +472 -0
  408. package/templates/basic/node_modules/typescript/lib/lib.es2020.number.d.ts +26 -0
  409. package/templates/basic/node_modules/typescript/lib/lib.es2020.promise.d.ts +45 -0
  410. package/templates/basic/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts +97 -0
  411. package/templates/basic/node_modules/typescript/lib/lib.es2020.string.d.ts +42 -0
  412. package/templates/basic/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts +39 -0
  413. package/templates/basic/node_modules/typescript/lib/lib.es2021.d.ts +21 -0
  414. package/templates/basic/node_modules/typescript/lib/lib.es2021.full.d.ts +22 -0
  415. package/templates/basic/node_modules/typescript/lib/lib.es2021.intl.d.ts +164 -0
  416. package/templates/basic/node_modules/typescript/lib/lib.es2021.promise.d.ts +46 -0
  417. package/templates/basic/node_modules/typescript/lib/lib.es2021.string.d.ts +31 -0
  418. package/templates/basic/node_modules/typescript/lib/lib.es2021.weakref.d.ts +76 -0
  419. package/templates/basic/node_modules/typescript/lib/lib.es2022.array.d.ts +119 -0
  420. package/templates/basic/node_modules/typescript/lib/lib.es2022.d.ts +23 -0
  421. package/templates/basic/node_modules/typescript/lib/lib.es2022.error.d.ts +73 -0
  422. package/templates/basic/node_modules/typescript/lib/lib.es2022.full.d.ts +22 -0
  423. package/templates/basic/node_modules/typescript/lib/lib.es2022.intl.d.ts +143 -0
  424. package/templates/basic/node_modules/typescript/lib/lib.es2022.object.d.ts +24 -0
  425. package/templates/basic/node_modules/typescript/lib/lib.es2022.regexp.d.ts +37 -0
  426. package/templates/basic/node_modules/typescript/lib/lib.es2022.string.d.ts +23 -0
  427. package/templates/basic/node_modules/typescript/lib/lib.es2023.array.d.ts +922 -0
  428. package/templates/basic/node_modules/typescript/lib/lib.es2023.collection.d.ts +19 -0
  429. package/templates/basic/node_modules/typescript/lib/lib.es2023.d.ts +20 -0
  430. package/templates/basic/node_modules/typescript/lib/lib.es2023.full.d.ts +22 -0
  431. package/templates/basic/node_modules/typescript/lib/lib.es2023.intl.d.ts +62 -0
  432. package/templates/basic/node_modules/typescript/lib/lib.es2024.arraybuffer.d.ts +63 -0
  433. package/templates/basic/node_modules/typescript/lib/lib.es2024.collection.d.ts +27 -0
  434. package/templates/basic/node_modules/typescript/lib/lib.es2024.d.ts +24 -0
  435. package/templates/basic/node_modules/typescript/lib/lib.es2024.full.d.ts +22 -0
  436. package/templates/basic/node_modules/typescript/lib/lib.es2024.object.d.ts +27 -0
  437. package/templates/basic/node_modules/typescript/lib/lib.es2024.promise.d.ts +33 -0
  438. package/templates/basic/node_modules/typescript/lib/lib.es2024.regexp.d.ts +23 -0
  439. package/templates/basic/node_modules/typescript/lib/lib.es2024.sharedmemory.d.ts +66 -0
  440. package/templates/basic/node_modules/typescript/lib/lib.es2024.string.d.ts +27 -0
  441. package/templates/basic/node_modules/typescript/lib/lib.es2025.collection.d.ts +94 -0
  442. package/templates/basic/node_modules/typescript/lib/lib.es2025.d.ts +23 -0
  443. package/templates/basic/node_modules/typescript/lib/lib.es2025.float16.d.ts +443 -0
  444. package/templates/basic/node_modules/typescript/lib/lib.es2025.full.d.ts +22 -0
  445. package/templates/basic/node_modules/typescript/lib/lib.es2025.intl.d.ts +200 -0
  446. package/templates/basic/node_modules/typescript/lib/lib.es2025.iterator.d.ts +146 -0
  447. package/templates/basic/node_modules/typescript/lib/lib.es2025.promise.d.ts +32 -0
  448. package/templates/basic/node_modules/typescript/lib/lib.es2025.regexp.d.ts +30 -0
  449. package/templates/basic/node_modules/typescript/lib/lib.es5.d.ts +4599 -0
  450. package/templates/basic/node_modules/typescript/lib/lib.es6.d.ts +21 -0
  451. package/templates/basic/node_modules/typescript/lib/lib.esnext.array.d.ts +33 -0
  452. package/templates/basic/node_modules/typescript/lib/lib.esnext.collection.d.ts +47 -0
  453. package/templates/basic/node_modules/typescript/lib/lib.esnext.d.ts +27 -0
  454. package/templates/basic/node_modules/typescript/lib/lib.esnext.date.d.ts +21 -0
  455. package/templates/basic/node_modules/typescript/lib/lib.esnext.decorators.d.ts +26 -0
  456. package/templates/basic/node_modules/typescript/lib/lib.esnext.disposable.d.ts +191 -0
  457. package/templates/basic/node_modules/typescript/lib/lib.esnext.error.d.ts +22 -0
  458. package/templates/basic/node_modules/typescript/lib/lib.esnext.full.d.ts +22 -0
  459. package/templates/basic/node_modules/typescript/lib/lib.esnext.intl.d.ts +107 -0
  460. package/templates/basic/node_modules/typescript/lib/lib.esnext.sharedmemory.d.ts +23 -0
  461. package/templates/basic/node_modules/typescript/lib/lib.esnext.temporal.d.ts +485 -0
  462. package/templates/basic/node_modules/typescript/lib/lib.esnext.typedarrays.d.ts +90 -0
  463. package/templates/basic/node_modules/typescript/lib/lib.scripthost.d.ts +320 -0
  464. package/templates/basic/node_modules/typescript/lib/lib.webworker.asynciterable.d.ts +18 -0
  465. package/templates/basic/node_modules/typescript/lib/lib.webworker.d.ts +15606 -0
  466. package/templates/basic/node_modules/typescript/lib/lib.webworker.importscripts.d.ts +21 -0
  467. package/templates/basic/node_modules/typescript/lib/lib.webworker.iterable.d.ts +18 -0
  468. package/templates/basic/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +2129 -0
  469. package/templates/basic/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +2129 -0
  470. package/templates/basic/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +2125 -0
  471. package/templates/basic/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +2129 -0
  472. package/templates/basic/node_modules/typescript/lib/tsc.js +8 -0
  473. package/templates/basic/node_modules/typescript/lib/tsserver.js +8 -0
  474. package/templates/basic/node_modules/typescript/lib/tsserverlibrary.d.ts +17 -0
  475. package/templates/basic/node_modules/typescript/lib/tsserverlibrary.js +21 -0
  476. package/templates/basic/node_modules/typescript/lib/typesMap.json +497 -0
  477. package/templates/basic/node_modules/typescript/lib/typescript.d.ts +11448 -0
  478. package/templates/basic/node_modules/typescript/lib/typescript.js +201039 -0
  479. package/templates/basic/node_modules/typescript/lib/typingsInstaller.js +8 -0
  480. package/templates/basic/node_modules/typescript/lib/watchGuard.js +53 -0
  481. package/templates/basic/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +2129 -0
  482. package/templates/basic/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +2125 -0
  483. package/templates/basic/node_modules/typescript/package.json +118 -0
  484. package/templates/basic/node_modules/vite/LICENSE.md +2287 -0
  485. package/templates/basic/node_modules/vite/README.md +20 -0
  486. package/templates/basic/node_modules/vite/bin/openChrome.js +68 -0
  487. package/templates/basic/node_modules/vite/bin/vite.js +79 -0
  488. package/templates/basic/node_modules/vite/client.d.ts +285 -0
  489. package/templates/basic/node_modules/vite/dist/client/client.mjs +1269 -0
  490. package/templates/basic/node_modules/vite/dist/client/env.mjs +18 -0
  491. package/templates/basic/node_modules/vite/dist/node/chunks/build.js +5371 -0
  492. package/templates/basic/node_modules/vite/dist/node/chunks/dist.js +6784 -0
  493. package/templates/basic/node_modules/vite/dist/node/chunks/lib.js +371 -0
  494. package/templates/basic/node_modules/vite/dist/node/chunks/logger.js +364 -0
  495. package/templates/basic/node_modules/vite/dist/node/chunks/moduleRunnerTransport.d.ts +96 -0
  496. package/templates/basic/node_modules/vite/dist/node/chunks/node.js +35836 -0
  497. package/templates/basic/node_modules/vite/dist/node/chunks/postcss-import.js +467 -0
  498. package/templates/basic/node_modules/vite/dist/node/cli.js +836 -0
  499. package/templates/basic/node_modules/vite/dist/node/index.d.ts +4011 -0
  500. package/templates/basic/node_modules/vite/dist/node/index.js +3 -0
  501. package/templates/basic/node_modules/vite/dist/node/internal.d.ts +2 -0
  502. package/templates/basic/node_modules/vite/dist/node/internal.js +2 -0
  503. package/templates/basic/node_modules/vite/dist/node/module-runner.d.ts +314 -0
  504. package/templates/basic/node_modules/vite/dist/node/module-runner.js +1274 -0
  505. package/templates/basic/node_modules/vite/misc/false.js +1 -0
  506. package/templates/basic/node_modules/vite/misc/true.js +1 -0
  507. package/templates/basic/node_modules/vite/package.json +194 -0
  508. package/templates/basic/node_modules/vite/types/customEvent.d.ts +79 -0
  509. package/templates/basic/node_modules/vite/types/hmrPayload.d.ts +80 -0
  510. package/templates/basic/node_modules/vite/types/hot.d.ts +39 -0
  511. package/templates/basic/node_modules/vite/types/import-meta.d.ts +5 -0
  512. package/templates/basic/node_modules/vite/types/importGlob.d.ts +131 -0
  513. package/templates/basic/node_modules/vite/types/importMeta.d.ts +30 -0
  514. package/templates/basic/node_modules/vite/types/internal/cssPreprocessorOptions.d.ts +44 -0
  515. package/templates/basic/node_modules/vite/types/internal/esbuildOptions.d.ts +28 -0
  516. package/templates/basic/node_modules/vite/types/internal/lightningcssOptions.d.ts +18 -0
  517. package/templates/basic/node_modules/vite/types/internal/rollupTypeCompat.d.ts +24 -0
  518. package/templates/basic/node_modules/vite/types/internal/terserOptions.d.ts +11 -0
  519. package/templates/basic/node_modules/vite/types/metadata.d.ts +47 -0
  520. package/templates/basic/package-lock.json +926 -0
  521. package/templates/basic/package.json +18 -0
  522. package/templates/basic/public/apple-touch-icon.png +0 -0
  523. package/templates/basic/public/favicon-16x16.png +0 -0
  524. package/templates/basic/public/favicon-32x32.png +0 -0
  525. package/templates/basic/public/favicon.ico +0 -0
  526. package/templates/basic/public/icon-192.png +0 -0
  527. package/templates/basic/public/icon-512.png +0 -0
  528. package/templates/basic/public/nuclo-logo.svg +24 -0
  529. package/templates/basic/public/site.webmanifest +23 -0
  530. package/templates/basic/src/app.ts +37 -0
  531. package/templates/basic/src/main.ts +5 -0
  532. package/templates/basic/src/styles.ts +85 -0
  533. package/templates/basic/tsconfig.json +23 -0
  534. package/templates/basic/vite.config.ts +3 -0
@@ -0,0 +1,1416 @@
1
+ 'use strict';
2
+
3
+ const constants = require('./constants');
4
+ const utils = require('./utils');
5
+
6
+ /**
7
+ * Constants
8
+ */
9
+
10
+ const {
11
+ MAX_LENGTH,
12
+ POSIX_REGEX_SOURCE,
13
+ REGEX_NON_SPECIAL_CHARS,
14
+ REGEX_SPECIAL_CHARS_BACKREF,
15
+ REPLACEMENTS
16
+ } = constants;
17
+
18
+ /**
19
+ * Helpers
20
+ */
21
+
22
+ const expandRange = (args, options) => {
23
+ if (typeof options.expandRange === 'function') {
24
+ return options.expandRange(...args, options);
25
+ }
26
+
27
+ args.sort();
28
+ const value = `[${args.join('-')}]`;
29
+
30
+ try {
31
+ /* eslint-disable-next-line no-new */
32
+ new RegExp(value);
33
+ } catch (ex) {
34
+ return args.map(v => utils.escapeRegex(v)).join('..');
35
+ }
36
+
37
+ return value;
38
+ };
39
+
40
+ /**
41
+ * Create the message for a syntax error
42
+ */
43
+
44
+ const syntaxError = (type, char) => {
45
+ return `Missing ${type}: "${char}" - use "\\\\${char}" to match literal characters`;
46
+ };
47
+
48
+ const splitTopLevel = input => {
49
+ const parts = [];
50
+ let bracket = 0;
51
+ let paren = 0;
52
+ let quote = 0;
53
+ let value = '';
54
+ let escaped = false;
55
+
56
+ for (const ch of input) {
57
+ if (escaped === true) {
58
+ value += ch;
59
+ escaped = false;
60
+ continue;
61
+ }
62
+
63
+ if (ch === '\\') {
64
+ value += ch;
65
+ escaped = true;
66
+ continue;
67
+ }
68
+
69
+ if (ch === '"') {
70
+ quote = quote === 1 ? 0 : 1;
71
+ value += ch;
72
+ continue;
73
+ }
74
+
75
+ if (quote === 0) {
76
+ if (ch === '[') {
77
+ bracket++;
78
+ } else if (ch === ']' && bracket > 0) {
79
+ bracket--;
80
+ } else if (bracket === 0) {
81
+ if (ch === '(') {
82
+ paren++;
83
+ } else if (ch === ')' && paren > 0) {
84
+ paren--;
85
+ } else if (ch === '|' && paren === 0) {
86
+ parts.push(value);
87
+ value = '';
88
+ continue;
89
+ }
90
+ }
91
+ }
92
+
93
+ value += ch;
94
+ }
95
+
96
+ parts.push(value);
97
+ return parts;
98
+ };
99
+
100
+ const isPlainBranch = branch => {
101
+ let escaped = false;
102
+
103
+ for (const ch of branch) {
104
+ if (escaped === true) {
105
+ escaped = false;
106
+ continue;
107
+ }
108
+
109
+ if (ch === '\\') {
110
+ escaped = true;
111
+ continue;
112
+ }
113
+
114
+ if (/[?*+@!()[\]{}]/.test(ch)) {
115
+ return false;
116
+ }
117
+ }
118
+
119
+ return true;
120
+ };
121
+
122
+ const normalizeSimpleBranch = branch => {
123
+ let value = branch.trim();
124
+ let changed = true;
125
+
126
+ while (changed === true) {
127
+ changed = false;
128
+
129
+ if (/^@\([^\\()[\]{}|]+\)$/.test(value)) {
130
+ value = value.slice(2, -1);
131
+ changed = true;
132
+ }
133
+ }
134
+
135
+ if (!isPlainBranch(value)) {
136
+ return;
137
+ }
138
+
139
+ return value.replace(/\\(.)/g, '$1');
140
+ };
141
+
142
+ const hasRepeatedCharPrefixOverlap = branches => {
143
+ const values = branches.map(normalizeSimpleBranch).filter(Boolean);
144
+
145
+ for (let i = 0; i < values.length; i++) {
146
+ for (let j = i + 1; j < values.length; j++) {
147
+ const a = values[i];
148
+ const b = values[j];
149
+ const char = a[0];
150
+
151
+ if (!char || a !== char.repeat(a.length) || b !== char.repeat(b.length)) {
152
+ continue;
153
+ }
154
+
155
+ if (a === b || a.startsWith(b) || b.startsWith(a)) {
156
+ return true;
157
+ }
158
+ }
159
+ }
160
+
161
+ return false;
162
+ };
163
+
164
+ const parseRepeatedExtglob = (pattern, requireEnd = true) => {
165
+ if ((pattern[0] !== '+' && pattern[0] !== '*') || pattern[1] !== '(') {
166
+ return;
167
+ }
168
+
169
+ let bracket = 0;
170
+ let paren = 0;
171
+ let quote = 0;
172
+ let escaped = false;
173
+
174
+ for (let i = 1; i < pattern.length; i++) {
175
+ const ch = pattern[i];
176
+
177
+ if (escaped === true) {
178
+ escaped = false;
179
+ continue;
180
+ }
181
+
182
+ if (ch === '\\') {
183
+ escaped = true;
184
+ continue;
185
+ }
186
+
187
+ if (ch === '"') {
188
+ quote = quote === 1 ? 0 : 1;
189
+ continue;
190
+ }
191
+
192
+ if (quote === 1) {
193
+ continue;
194
+ }
195
+
196
+ if (ch === '[') {
197
+ bracket++;
198
+ continue;
199
+ }
200
+
201
+ if (ch === ']' && bracket > 0) {
202
+ bracket--;
203
+ continue;
204
+ }
205
+
206
+ if (bracket > 0) {
207
+ continue;
208
+ }
209
+
210
+ if (ch === '(') {
211
+ paren++;
212
+ continue;
213
+ }
214
+
215
+ if (ch === ')') {
216
+ paren--;
217
+
218
+ if (paren === 0) {
219
+ if (requireEnd === true && i !== pattern.length - 1) {
220
+ return;
221
+ }
222
+
223
+ return {
224
+ type: pattern[0],
225
+ body: pattern.slice(2, i),
226
+ end: i
227
+ };
228
+ }
229
+ }
230
+ }
231
+ };
232
+
233
+ const buildCharClassStar = chars => {
234
+ const source = chars.length === 1
235
+ ? utils.escapeRegex(chars[0])
236
+ : `[${chars.map(ch => utils.escapeRegex(ch)).join('')}]`;
237
+
238
+ return `${source}*`;
239
+ };
240
+
241
+ const getStarExtglobSequenceChars = pattern => {
242
+ let index = 0;
243
+ const chars = [];
244
+
245
+ while (index < pattern.length) {
246
+ const match = parseRepeatedExtglob(pattern.slice(index), false);
247
+
248
+ if (!match || match.type !== '*') {
249
+ return;
250
+ }
251
+
252
+ const branches = splitTopLevel(match.body).map(branch => branch.trim());
253
+ if (branches.length !== 1) {
254
+ return;
255
+ }
256
+
257
+ const branch = normalizeSimpleBranch(branches[0]);
258
+ if (!branch || branch.length !== 1) {
259
+ return;
260
+ }
261
+
262
+ chars.push(branch);
263
+ index += match.end + 1;
264
+ }
265
+
266
+ if (chars.length < 1) {
267
+ return;
268
+ }
269
+
270
+ return chars;
271
+ };
272
+
273
+ const repeatedExtglobRecursion = pattern => {
274
+ let depth = 0;
275
+ let value = pattern.trim();
276
+ let match = parseRepeatedExtglob(value);
277
+
278
+ while (match) {
279
+ depth++;
280
+ value = match.body.trim();
281
+ match = parseRepeatedExtglob(value);
282
+ }
283
+
284
+ return depth;
285
+ };
286
+
287
+ const analyzeRepeatedExtglob = (body, options) => {
288
+ if (options.maxExtglobRecursion === false) {
289
+ return { risky: false };
290
+ }
291
+
292
+ const max =
293
+ typeof options.maxExtglobRecursion === 'number'
294
+ ? options.maxExtglobRecursion
295
+ : constants.DEFAULT_MAX_EXTGLOB_RECURSION;
296
+
297
+ const branches = splitTopLevel(body).map(branch => branch.trim());
298
+
299
+ if (branches.length > 1) {
300
+ if (
301
+ branches.some(branch => branch === '') ||
302
+ branches.some(branch => /^[*?]+$/.test(branch)) ||
303
+ hasRepeatedCharPrefixOverlap(branches)
304
+ ) {
305
+ return { risky: true };
306
+ }
307
+ }
308
+
309
+ // A repeated extglob is "risky" (prone to catastrophic backtracking) when a
310
+ // branch is itself a `*(...)` sequence, since that nests an unbounded quantifier
311
+ // inside the outer `+(...)`/`*(...)`. When *every* branch reduces to single
312
+ // characters we can emit one flat, ReDoS-safe character class that preserves the
313
+ // meaning of ALL branches (e.g. `+(*(a)|*(b))` -> `[ab]*`), rather than dropping
314
+ // every branch but the first.
315
+ const safeChars = [];
316
+ let sawStarSequence = false;
317
+ let combinable = true;
318
+
319
+ for (const branch of branches) {
320
+ const chars = getStarExtglobSequenceChars(branch);
321
+ if (chars) {
322
+ sawStarSequence = true;
323
+ safeChars.push(...chars);
324
+ continue;
325
+ }
326
+
327
+ const literal = normalizeSimpleBranch(branch);
328
+ if (literal && literal.length === 1) {
329
+ safeChars.push(literal);
330
+ continue;
331
+ }
332
+
333
+ combinable = false;
334
+
335
+ if (repeatedExtglobRecursion(branch) > max) {
336
+ return { risky: true };
337
+ }
338
+ }
339
+
340
+ if (sawStarSequence) {
341
+ return combinable
342
+ ? { risky: true, safeOutput: buildCharClassStar([...new Set(safeChars)]) }
343
+ : { risky: true };
344
+ }
345
+
346
+ return { risky: false };
347
+ };
348
+
349
+ /**
350
+ * Parse the given input string.
351
+ * @param {String} input
352
+ * @param {Object} options
353
+ * @return {Object}
354
+ */
355
+
356
+ const parse = (input, options) => {
357
+ if (typeof input !== 'string') {
358
+ throw new TypeError('Expected a string');
359
+ }
360
+
361
+ input = REPLACEMENTS[input] || input;
362
+
363
+ const opts = { ...options };
364
+ const max = typeof opts.maxLength === 'number' ? Math.min(MAX_LENGTH, opts.maxLength) : MAX_LENGTH;
365
+
366
+ let len = input.length;
367
+ if (len > max) {
368
+ throw new SyntaxError(`Input length: ${len}, exceeds maximum allowed length: ${max}`);
369
+ }
370
+
371
+ const bos = { type: 'bos', value: '', output: opts.prepend || '' };
372
+ const tokens = [bos];
373
+
374
+ const capture = opts.capture ? '' : '?:';
375
+
376
+ // create constants based on platform, for windows or posix
377
+ const PLATFORM_CHARS = constants.globChars(opts.windows);
378
+ const EXTGLOB_CHARS = constants.extglobChars(PLATFORM_CHARS);
379
+
380
+ const {
381
+ DOT_LITERAL,
382
+ PLUS_LITERAL,
383
+ SLASH_LITERAL,
384
+ ONE_CHAR,
385
+ DOTS_SLASH,
386
+ NO_DOT,
387
+ NO_DOT_SLASH,
388
+ NO_DOTS_SLASH,
389
+ QMARK,
390
+ QMARK_NO_DOT,
391
+ STAR,
392
+ START_ANCHOR
393
+ } = PLATFORM_CHARS;
394
+
395
+ const globstar = opts => {
396
+ return `(${capture}(?:(?!${START_ANCHOR}${opts.dot ? DOTS_SLASH : DOT_LITERAL}).)*?)`;
397
+ };
398
+
399
+ const nodot = opts.dot ? '' : NO_DOT;
400
+ const qmarkNoDot = opts.dot ? QMARK : QMARK_NO_DOT;
401
+ let star = opts.bash === true ? globstar(opts) : STAR;
402
+
403
+ if (opts.capture) {
404
+ star = `(${star})`;
405
+ }
406
+
407
+ // minimatch options support
408
+ if (typeof opts.noext === 'boolean') {
409
+ opts.noextglob = opts.noext;
410
+ }
411
+
412
+ const state = {
413
+ input,
414
+ index: -1,
415
+ start: 0,
416
+ dot: opts.dot === true,
417
+ consumed: '',
418
+ output: '',
419
+ prefix: '',
420
+ backtrack: false,
421
+ negated: false,
422
+ brackets: 0,
423
+ braces: 0,
424
+ parens: 0,
425
+ quotes: 0,
426
+ globstar: false,
427
+ tokens
428
+ };
429
+
430
+ input = utils.removePrefix(input, state);
431
+ len = input.length;
432
+
433
+ const extglobs = [];
434
+ const braces = [];
435
+ const stack = [];
436
+ let prev = bos;
437
+ let value;
438
+
439
+ /**
440
+ * Tokenizing helpers
441
+ */
442
+
443
+ const eos = () => state.index === len - 1;
444
+ const peek = state.peek = (n = 1) => input[state.index + n];
445
+ const advance = state.advance = () => input[++state.index] || '';
446
+ const remaining = () => input.slice(state.index + 1);
447
+ const consume = (value = '', num = 0) => {
448
+ state.consumed += value;
449
+ state.index += num;
450
+ };
451
+
452
+ const append = token => {
453
+ state.output += token.output != null ? token.output : token.value;
454
+ consume(token.value);
455
+ };
456
+
457
+ const negate = () => {
458
+ let count = 1;
459
+
460
+ while (peek() === '!' && (peek(2) !== '(' || peek(3) === '?')) {
461
+ advance();
462
+ state.start++;
463
+ count++;
464
+ }
465
+
466
+ if (count % 2 === 0) {
467
+ return false;
468
+ }
469
+
470
+ state.negated = true;
471
+ state.start++;
472
+ return true;
473
+ };
474
+
475
+ const increment = type => {
476
+ state[type]++;
477
+ stack.push(type);
478
+ };
479
+
480
+ const decrement = type => {
481
+ state[type]--;
482
+ stack.pop();
483
+ };
484
+
485
+ /**
486
+ * Push tokens onto the tokens array. This helper speeds up
487
+ * tokenizing by 1) helping us avoid backtracking as much as possible,
488
+ * and 2) helping us avoid creating extra tokens when consecutive
489
+ * characters are plain text. This improves performance and simplifies
490
+ * lookbehinds.
491
+ */
492
+
493
+ const push = tok => {
494
+ if (prev.type === 'globstar') {
495
+ const isBrace = state.braces > 0 && (tok.type === 'comma' || tok.type === 'brace');
496
+ const isExtglob = tok.extglob === true || (extglobs.length && (tok.type === 'pipe' || tok.type === 'paren'));
497
+
498
+ if (tok.type !== 'slash' && tok.type !== 'paren' && !isBrace && !isExtglob) {
499
+ state.output = state.output.slice(0, -prev.output.length);
500
+ prev.type = 'star';
501
+ prev.value = '*';
502
+ prev.output = star;
503
+ state.output += prev.output;
504
+ }
505
+ }
506
+
507
+ if (extglobs.length && tok.type !== 'paren') {
508
+ extglobs[extglobs.length - 1].inner += tok.value;
509
+ }
510
+
511
+ if (tok.value || tok.output) append(tok);
512
+ if (prev && prev.type === 'text' && tok.type === 'text') {
513
+ prev.output = (prev.output || prev.value) + tok.value;
514
+ prev.value += tok.value;
515
+ return;
516
+ }
517
+
518
+ tok.prev = prev;
519
+ tokens.push(tok);
520
+ prev = tok;
521
+ };
522
+
523
+ const extglobOpen = (type, value) => {
524
+ const token = { ...EXTGLOB_CHARS[value], conditions: 1, inner: '' };
525
+
526
+ token.prev = prev;
527
+ token.parens = state.parens;
528
+ token.output = state.output;
529
+ token.startIndex = state.index;
530
+ token.tokensIndex = tokens.length;
531
+ const output = (opts.capture ? '(' : '') + token.open;
532
+
533
+ increment('parens');
534
+ push({ type, value, output: state.output ? '' : ONE_CHAR });
535
+ push({ type: 'paren', extglob: true, value: advance(), output });
536
+ extglobs.push(token);
537
+ };
538
+
539
+ const extglobClose = token => {
540
+ const literal = input.slice(token.startIndex, state.index + 1);
541
+ const body = input.slice(token.startIndex + 2, state.index);
542
+ const analysis = analyzeRepeatedExtglob(body, opts);
543
+
544
+ if ((token.type === 'plus' || token.type === 'star') && analysis.risky) {
545
+ const safeOutput = analysis.safeOutput
546
+ ? (token.output ? '' : ONE_CHAR) + (opts.capture ? `(${analysis.safeOutput})` : analysis.safeOutput)
547
+ : undefined;
548
+ const open = tokens[token.tokensIndex];
549
+
550
+ open.type = 'text';
551
+ open.value = literal;
552
+ open.output = safeOutput || utils.escapeRegex(literal);
553
+
554
+ for (let i = token.tokensIndex + 1; i < tokens.length; i++) {
555
+ tokens[i].value = '';
556
+ tokens[i].output = '';
557
+ delete tokens[i].suffix;
558
+ }
559
+
560
+ state.output = token.output + open.output;
561
+ state.backtrack = true;
562
+
563
+ push({ type: 'paren', extglob: true, value, output: '' });
564
+ decrement('parens');
565
+ return;
566
+ }
567
+
568
+ let output = token.close + (opts.capture ? ')' : '');
569
+ let rest;
570
+
571
+ if (token.type === 'negate') {
572
+ let extglobStar = star;
573
+
574
+ if (token.inner && token.inner.length > 1 && token.inner.includes('/')) {
575
+ extglobStar = globstar(opts);
576
+ }
577
+
578
+ if (extglobStar !== star || eos() || /^\)+$/.test(remaining())) {
579
+ output = token.close = `)$))${extglobStar}`;
580
+ }
581
+
582
+ if (token.inner.includes('*') && (rest = remaining()) && /^\.[^\\/.]+$/.test(rest)) {
583
+ // Any non-magical string (`.ts`) or even nested expression (`.{ts,tsx}`) can follow after the closing parenthesis.
584
+ // In this case, we need to parse the string and use it in the output of the original pattern.
585
+ // Suitable patterns: `/!(*.d).ts`, `/!(*.d).{ts,tsx}`, `**/!(*-dbg).@(js)`.
586
+ //
587
+ // Disabling the `fastpaths` option due to a problem with parsing strings as `.ts` in the pattern like `**/!(*.d).ts`.
588
+ const expression = parse(rest, { ...options, fastpaths: false }).output;
589
+
590
+ output = token.close = `)${expression})${extglobStar})`;
591
+ }
592
+
593
+ if (token.prev.type === 'bos') {
594
+ state.negatedExtglob = true;
595
+ }
596
+ }
597
+
598
+ push({ type: 'paren', extglob: true, value, output });
599
+ decrement('parens');
600
+ };
601
+
602
+ /**
603
+ * Fast paths
604
+ */
605
+
606
+ if (opts.fastpaths !== false && !/(^[*!]|[/()[\]{}"])/.test(input)) {
607
+ let backslashes = false;
608
+
609
+ let output = input.replace(REGEX_SPECIAL_CHARS_BACKREF, (m, esc, chars, first, rest, index) => {
610
+ if (first === '\\') {
611
+ backslashes = true;
612
+ return m;
613
+ }
614
+
615
+ if (first === '?') {
616
+ if (esc) {
617
+ return esc + first + (rest ? QMARK.repeat(rest.length) : '');
618
+ }
619
+ if (index === 0) {
620
+ return qmarkNoDot + (rest ? QMARK.repeat(rest.length) : '');
621
+ }
622
+ return QMARK.repeat(chars.length);
623
+ }
624
+
625
+ if (first === '.') {
626
+ return DOT_LITERAL.repeat(chars.length);
627
+ }
628
+
629
+ if (first === '*') {
630
+ if (esc) {
631
+ return esc + first + (rest ? star : '');
632
+ }
633
+ return star;
634
+ }
635
+ return esc ? m : `\\${m}`;
636
+ });
637
+
638
+ if (backslashes === true) {
639
+ if (opts.unescape === true) {
640
+ output = output.replace(/\\/g, '');
641
+ } else {
642
+ output = output.replace(/\\+/g, m => {
643
+ return m.length % 2 === 0 ? '\\\\' : (m ? '\\' : '');
644
+ });
645
+ }
646
+ }
647
+
648
+ if (output === input && opts.contains === true) {
649
+ state.output = input;
650
+ return state;
651
+ }
652
+
653
+ state.output = utils.wrapOutput(output, state, options);
654
+ return state;
655
+ }
656
+
657
+ /**
658
+ * Tokenize input until we reach end-of-string
659
+ */
660
+
661
+ while (!eos()) {
662
+ value = advance();
663
+
664
+ if (value === '\u0000') {
665
+ continue;
666
+ }
667
+
668
+ /**
669
+ * Escaped characters
670
+ */
671
+
672
+ if (value === '\\') {
673
+ const next = peek();
674
+
675
+ if (next === '/' && opts.bash !== true) {
676
+ continue;
677
+ }
678
+
679
+ if (next === '.' || next === ';') {
680
+ continue;
681
+ }
682
+
683
+ if (!next) {
684
+ value += '\\';
685
+ push({ type: 'text', value });
686
+ continue;
687
+ }
688
+
689
+ // collapse slashes to reduce potential for exploits
690
+ const match = /^\\+/.exec(remaining());
691
+ let slashes = 0;
692
+
693
+ if (match && match[0].length > 2) {
694
+ slashes = match[0].length;
695
+ state.index += slashes;
696
+ if (slashes % 2 !== 0) {
697
+ value += '\\';
698
+ }
699
+ }
700
+
701
+ if (opts.unescape === true) {
702
+ value = advance();
703
+ } else {
704
+ value += advance();
705
+ }
706
+
707
+ if (state.brackets === 0) {
708
+ push({ type: 'text', value });
709
+ continue;
710
+ }
711
+ }
712
+
713
+ /**
714
+ * If we're inside a regex character class, continue
715
+ * until we reach the closing bracket.
716
+ */
717
+
718
+ if (state.brackets > 0 && (value !== ']' || prev.value === '[' || prev.value === '[^')) {
719
+ if (opts.posix !== false && value === ':') {
720
+ const inner = prev.value.slice(1);
721
+ if (inner.includes('[')) {
722
+ prev.posix = true;
723
+
724
+ if (inner.includes(':')) {
725
+ const idx = prev.value.lastIndexOf('[');
726
+ const pre = prev.value.slice(0, idx);
727
+ const rest = prev.value.slice(idx + 2);
728
+ const posix = POSIX_REGEX_SOURCE[rest];
729
+ if (posix) {
730
+ prev.value = pre + posix;
731
+ state.backtrack = true;
732
+ advance();
733
+
734
+ if (!bos.output && tokens.indexOf(prev) === 1) {
735
+ bos.output = ONE_CHAR;
736
+ }
737
+ continue;
738
+ }
739
+ }
740
+ }
741
+ }
742
+
743
+ if ((value === '[' && peek() !== ':') || (value === '-' && peek() === ']')) {
744
+ value = `\\${value}`;
745
+ }
746
+
747
+ if (value === ']' && (prev.value === '[' || prev.value === '[^')) {
748
+ value = `\\${value}`;
749
+ }
750
+
751
+ if (opts.posix === true && value === '!' && prev.value === '[') {
752
+ value = '^';
753
+ }
754
+
755
+ prev.value += value;
756
+ append({ value });
757
+ continue;
758
+ }
759
+
760
+ /**
761
+ * If we're inside a quoted string, continue
762
+ * until we reach the closing double quote.
763
+ */
764
+
765
+ if (state.quotes === 1 && value !== '"') {
766
+ value = utils.escapeRegex(value);
767
+ prev.value += value;
768
+ append({ value });
769
+ continue;
770
+ }
771
+
772
+ /**
773
+ * Double quotes
774
+ */
775
+
776
+ if (value === '"') {
777
+ state.quotes = state.quotes === 1 ? 0 : 1;
778
+ if (opts.keepQuotes === true) {
779
+ push({ type: 'text', value });
780
+ }
781
+ continue;
782
+ }
783
+
784
+ /**
785
+ * Parentheses
786
+ */
787
+
788
+ if (value === '(') {
789
+ increment('parens');
790
+ push({ type: 'paren', value });
791
+ continue;
792
+ }
793
+
794
+ if (value === ')') {
795
+ if (state.parens === 0 && opts.strictBrackets === true) {
796
+ throw new SyntaxError(syntaxError('opening', '('));
797
+ }
798
+
799
+ const extglob = extglobs[extglobs.length - 1];
800
+ if (extglob && state.parens === extglob.parens + 1) {
801
+ extglobClose(extglobs.pop());
802
+ continue;
803
+ }
804
+
805
+ push({ type: 'paren', value, output: state.parens ? ')' : '\\)' });
806
+ decrement('parens');
807
+ continue;
808
+ }
809
+
810
+ /**
811
+ * Square brackets
812
+ */
813
+
814
+ if (value === '[') {
815
+ if (opts.nobracket === true || !remaining().includes(']')) {
816
+ if (opts.nobracket !== true && opts.strictBrackets === true) {
817
+ throw new SyntaxError(syntaxError('closing', ']'));
818
+ }
819
+
820
+ value = `\\${value}`;
821
+ } else {
822
+ increment('brackets');
823
+ }
824
+
825
+ push({ type: 'bracket', value });
826
+ continue;
827
+ }
828
+
829
+ if (value === ']') {
830
+ if (opts.nobracket === true || (prev && prev.type === 'bracket' && prev.value.length === 1)) {
831
+ push({ type: 'text', value, output: `\\${value}` });
832
+ continue;
833
+ }
834
+
835
+ if (state.brackets === 0) {
836
+ if (opts.strictBrackets === true) {
837
+ throw new SyntaxError(syntaxError('opening', '['));
838
+ }
839
+
840
+ push({ type: 'text', value, output: `\\${value}` });
841
+ continue;
842
+ }
843
+
844
+ decrement('brackets');
845
+
846
+ const prevValue = prev.value.slice(1);
847
+ if (prev.posix !== true && prevValue[0] === '^' && !prevValue.includes('/')) {
848
+ value = `/${value}`;
849
+ }
850
+
851
+ prev.value += value;
852
+ append({ value });
853
+
854
+ // when literal brackets are explicitly disabled
855
+ // assume we should match with a regex character class
856
+ if (opts.literalBrackets === false || utils.hasRegexChars(prevValue)) {
857
+ continue;
858
+ }
859
+
860
+ const escaped = utils.escapeRegex(prev.value);
861
+ state.output = state.output.slice(0, -prev.value.length);
862
+
863
+ // when literal brackets are explicitly enabled
864
+ // assume we should escape the brackets to match literal characters
865
+ if (opts.literalBrackets === true) {
866
+ state.output += escaped;
867
+ prev.value = escaped;
868
+ continue;
869
+ }
870
+
871
+ // when the user specifies nothing, try to match both
872
+ prev.value = `(${capture}${escaped}|${prev.value})`;
873
+ state.output += prev.value;
874
+ continue;
875
+ }
876
+
877
+ /**
878
+ * Braces
879
+ */
880
+
881
+ if (value === '{' && opts.nobrace !== true) {
882
+ increment('braces');
883
+
884
+ const open = {
885
+ type: 'brace',
886
+ value,
887
+ output: '(',
888
+ outputIndex: state.output.length,
889
+ tokensIndex: state.tokens.length
890
+ };
891
+
892
+ braces.push(open);
893
+ push(open);
894
+ continue;
895
+ }
896
+
897
+ if (value === '}') {
898
+ const brace = braces[braces.length - 1];
899
+
900
+ if (opts.nobrace === true || !brace) {
901
+ push({ type: 'text', value, output: value });
902
+ continue;
903
+ }
904
+
905
+ let output = ')';
906
+
907
+ if (brace.dots === true) {
908
+ const arr = tokens.slice();
909
+ const range = [];
910
+
911
+ for (let i = arr.length - 1; i >= 0; i--) {
912
+ tokens.pop();
913
+ if (arr[i].type === 'brace') {
914
+ break;
915
+ }
916
+ if (arr[i].type !== 'dots') {
917
+ range.unshift(arr[i].value);
918
+ }
919
+ }
920
+
921
+ output = expandRange(range, opts);
922
+ state.backtrack = true;
923
+ }
924
+
925
+ if (brace.comma !== true && brace.dots !== true) {
926
+ const out = state.output.slice(0, brace.outputIndex);
927
+ const toks = state.tokens.slice(brace.tokensIndex);
928
+ brace.value = brace.output = '\\{';
929
+ value = output = '\\}';
930
+ state.output = out;
931
+ for (const t of toks) {
932
+ state.output += (t.output || t.value);
933
+ }
934
+ }
935
+
936
+ push({ type: 'brace', value, output });
937
+ decrement('braces');
938
+ braces.pop();
939
+ continue;
940
+ }
941
+
942
+ /**
943
+ * Pipes
944
+ */
945
+
946
+ if (value === '|') {
947
+ if (extglobs.length > 0) {
948
+ extglobs[extglobs.length - 1].conditions++;
949
+ }
950
+ push({ type: 'text', value });
951
+ continue;
952
+ }
953
+
954
+ /**
955
+ * Commas
956
+ */
957
+
958
+ if (value === ',') {
959
+ let output = value;
960
+
961
+ const brace = braces[braces.length - 1];
962
+ if (brace && stack[stack.length - 1] === 'braces') {
963
+ brace.comma = true;
964
+ output = '|';
965
+ }
966
+
967
+ push({ type: 'comma', value, output });
968
+ continue;
969
+ }
970
+
971
+ /**
972
+ * Slashes
973
+ */
974
+
975
+ if (value === '/') {
976
+ // if the beginning of the glob is "./", advance the start
977
+ // to the current index, and don't add the "./" characters
978
+ // to the state. This greatly simplifies lookbehinds when
979
+ // checking for BOS characters like "!" and "." (not "./")
980
+ if (prev.type === 'dot' && state.index === state.start + 1) {
981
+ state.start = state.index + 1;
982
+ state.consumed = '';
983
+ state.output = '';
984
+ tokens.pop();
985
+ prev = bos; // reset "prev" to the first token
986
+ continue;
987
+ }
988
+
989
+ push({ type: 'slash', value, output: SLASH_LITERAL });
990
+ continue;
991
+ }
992
+
993
+ /**
994
+ * Dots
995
+ */
996
+
997
+ if (value === '.') {
998
+ if (state.braces > 0 && prev.type === 'dot') {
999
+ if (prev.value === '.') prev.output = DOT_LITERAL;
1000
+ const brace = braces[braces.length - 1];
1001
+ prev.type = 'dots';
1002
+ prev.output += value;
1003
+ prev.value += value;
1004
+ brace.dots = true;
1005
+ continue;
1006
+ }
1007
+
1008
+ if ((state.braces + state.parens) === 0 && prev.type !== 'bos' && prev.type !== 'slash') {
1009
+ push({ type: 'text', value, output: DOT_LITERAL });
1010
+ continue;
1011
+ }
1012
+
1013
+ push({ type: 'dot', value, output: DOT_LITERAL });
1014
+ continue;
1015
+ }
1016
+
1017
+ /**
1018
+ * Question marks
1019
+ */
1020
+
1021
+ if (value === '?') {
1022
+ const isGroup = prev && prev.value === '(';
1023
+ if (!isGroup && opts.noextglob !== true && peek() === '(' && peek(2) !== '?') {
1024
+ extglobOpen('qmark', value);
1025
+ continue;
1026
+ }
1027
+
1028
+ if (prev && prev.type === 'paren') {
1029
+ const next = peek();
1030
+ let output = value;
1031
+
1032
+ if ((prev.value === '(' && !/[!=<:]/.test(next)) || (next === '<' && !/<([!=]|\w+>)/.test(remaining()))) {
1033
+ output = `\\${value}`;
1034
+ }
1035
+
1036
+ push({ type: 'text', value, output });
1037
+ continue;
1038
+ }
1039
+
1040
+ if (opts.dot !== true && (prev.type === 'slash' || prev.type === 'bos')) {
1041
+ push({ type: 'qmark', value, output: QMARK_NO_DOT });
1042
+ continue;
1043
+ }
1044
+
1045
+ push({ type: 'qmark', value, output: QMARK });
1046
+ continue;
1047
+ }
1048
+
1049
+ /**
1050
+ * Exclamation
1051
+ */
1052
+
1053
+ if (value === '!') {
1054
+ if (opts.noextglob !== true && peek() === '(') {
1055
+ if (peek(2) !== '?' || !/[!=<:]/.test(peek(3))) {
1056
+ extglobOpen('negate', value);
1057
+ continue;
1058
+ }
1059
+ }
1060
+
1061
+ if (opts.nonegate !== true && state.index === 0) {
1062
+ negate();
1063
+ continue;
1064
+ }
1065
+ }
1066
+
1067
+ /**
1068
+ * Plus
1069
+ */
1070
+
1071
+ if (value === '+') {
1072
+ if (opts.noextglob !== true && peek() === '(' && peek(2) !== '?') {
1073
+ extglobOpen('plus', value);
1074
+ continue;
1075
+ }
1076
+
1077
+ if ((prev && prev.value === '(') || opts.regex === false) {
1078
+ push({ type: 'plus', value, output: PLUS_LITERAL });
1079
+ continue;
1080
+ }
1081
+
1082
+ if ((prev && (prev.type === 'bracket' || prev.type === 'paren' || prev.type === 'brace')) || state.parens > 0) {
1083
+ push({ type: 'plus', value });
1084
+ continue;
1085
+ }
1086
+
1087
+ push({ type: 'plus', value: PLUS_LITERAL });
1088
+ continue;
1089
+ }
1090
+
1091
+ /**
1092
+ * Plain text
1093
+ */
1094
+
1095
+ if (value === '@') {
1096
+ if (opts.noextglob !== true && peek() === '(' && peek(2) !== '?') {
1097
+ push({ type: 'at', extglob: true, value, output: '' });
1098
+ continue;
1099
+ }
1100
+
1101
+ push({ type: 'text', value });
1102
+ continue;
1103
+ }
1104
+
1105
+ /**
1106
+ * Plain text
1107
+ */
1108
+
1109
+ if (value !== '*') {
1110
+ if (value === '$' || value === '^') {
1111
+ value = `\\${value}`;
1112
+ }
1113
+
1114
+ const match = REGEX_NON_SPECIAL_CHARS.exec(remaining());
1115
+ if (match) {
1116
+ value += match[0];
1117
+ state.index += match[0].length;
1118
+ }
1119
+
1120
+ push({ type: 'text', value });
1121
+ continue;
1122
+ }
1123
+
1124
+ /**
1125
+ * Stars
1126
+ */
1127
+
1128
+ if (prev && (prev.type === 'globstar' || prev.star === true)) {
1129
+ prev.type = 'star';
1130
+ prev.star = true;
1131
+ prev.value += value;
1132
+ prev.output = star;
1133
+ state.backtrack = true;
1134
+ state.globstar = true;
1135
+ consume(value);
1136
+ continue;
1137
+ }
1138
+
1139
+ let rest = remaining();
1140
+ if (opts.noextglob !== true && /^\([^?]/.test(rest)) {
1141
+ extglobOpen('star', value);
1142
+ continue;
1143
+ }
1144
+
1145
+ if (prev.type === 'star') {
1146
+ if (opts.noglobstar === true) {
1147
+ consume(value);
1148
+ continue;
1149
+ }
1150
+
1151
+ const prior = prev.prev;
1152
+ const before = prior.prev;
1153
+ const isStart = prior.type === 'slash' || prior.type === 'bos';
1154
+ const afterStar = before && (before.type === 'star' || before.type === 'globstar');
1155
+
1156
+ if (opts.bash === true && (!isStart || (rest[0] && rest[0] !== '/'))) {
1157
+ push({ type: 'star', value, output: '' });
1158
+ continue;
1159
+ }
1160
+
1161
+ const isBrace = state.braces > 0 && (prior.type === 'comma' || prior.type === 'brace');
1162
+ const isExtglob = extglobs.length && (prior.type === 'pipe' || prior.type === 'paren');
1163
+ if (!isStart && prior.type !== 'paren' && !isBrace && !isExtglob) {
1164
+ push({ type: 'star', value, output: '' });
1165
+ continue;
1166
+ }
1167
+
1168
+ // strip consecutive `/**/`
1169
+ while (rest.slice(0, 3) === '/**') {
1170
+ const after = input[state.index + 4];
1171
+ if (after && after !== '/') {
1172
+ break;
1173
+ }
1174
+ rest = rest.slice(3);
1175
+ consume('/**', 3);
1176
+ }
1177
+
1178
+ if (prior.type === 'bos' && eos()) {
1179
+ prev.type = 'globstar';
1180
+ prev.value += value;
1181
+ prev.output = globstar(opts);
1182
+ state.output = prev.output;
1183
+ state.globstar = true;
1184
+ consume(value);
1185
+ continue;
1186
+ }
1187
+
1188
+ if (prior.type === 'slash' && prior.prev.type !== 'bos' && !afterStar && eos()) {
1189
+ state.output = state.output.slice(0, -(prior.output + prev.output).length);
1190
+ prior.output = `(?:${prior.output}`;
1191
+
1192
+ prev.type = 'globstar';
1193
+ prev.output = globstar(opts) + (opts.strictSlashes ? ')' : '|$)');
1194
+ prev.value += value;
1195
+ state.globstar = true;
1196
+ state.output += prior.output + prev.output;
1197
+ consume(value);
1198
+ continue;
1199
+ }
1200
+
1201
+ if (prior.type === 'slash' && prior.prev.type !== 'bos' && rest[0] === '/') {
1202
+ const end = rest[1] !== void 0 ? '|$' : '';
1203
+
1204
+ state.output = state.output.slice(0, -(prior.output + prev.output).length);
1205
+ prior.output = `(?:${prior.output}`;
1206
+
1207
+ prev.type = 'globstar';
1208
+ prev.output = `${globstar(opts)}${SLASH_LITERAL}|${SLASH_LITERAL}${end})`;
1209
+ prev.value += value;
1210
+
1211
+ state.output += prior.output + prev.output;
1212
+ state.globstar = true;
1213
+
1214
+ consume(value + advance());
1215
+
1216
+ push({ type: 'slash', value: '/', output: '' });
1217
+ continue;
1218
+ }
1219
+
1220
+ if (prior.type === 'bos' && rest[0] === '/') {
1221
+ prev.type = 'globstar';
1222
+ prev.value += value;
1223
+ prev.output = `(?:^|${SLASH_LITERAL}|${globstar(opts)}${SLASH_LITERAL})`;
1224
+ state.output = prev.output;
1225
+ state.globstar = true;
1226
+ consume(value + advance());
1227
+ push({ type: 'slash', value: '/', output: '' });
1228
+ continue;
1229
+ }
1230
+
1231
+ // remove single star from output
1232
+ state.output = state.output.slice(0, -prev.output.length);
1233
+
1234
+ // reset previous token to globstar
1235
+ prev.type = 'globstar';
1236
+ prev.output = globstar(opts);
1237
+ prev.value += value;
1238
+
1239
+ // reset output with globstar
1240
+ state.output += prev.output;
1241
+ state.globstar = true;
1242
+ consume(value);
1243
+ continue;
1244
+ }
1245
+
1246
+ const token = { type: 'star', value, output: star };
1247
+
1248
+ if (opts.bash === true) {
1249
+ token.output = '.*?';
1250
+ if (prev.type === 'bos' || prev.type === 'slash') {
1251
+ token.output = nodot + token.output;
1252
+ }
1253
+ push(token);
1254
+ continue;
1255
+ }
1256
+
1257
+ if (prev && (prev.type === 'bracket' || prev.type === 'paren') && opts.regex === true) {
1258
+ token.output = value;
1259
+ push(token);
1260
+ continue;
1261
+ }
1262
+
1263
+ if (state.index === state.start || prev.type === 'slash' || prev.type === 'dot') {
1264
+ if (prev.type === 'dot') {
1265
+ state.output += NO_DOT_SLASH;
1266
+ prev.output += NO_DOT_SLASH;
1267
+
1268
+ } else if (opts.dot === true) {
1269
+ state.output += NO_DOTS_SLASH;
1270
+ prev.output += NO_DOTS_SLASH;
1271
+
1272
+ } else {
1273
+ state.output += nodot;
1274
+ prev.output += nodot;
1275
+ }
1276
+
1277
+ if (peek() !== '*') {
1278
+ state.output += ONE_CHAR;
1279
+ prev.output += ONE_CHAR;
1280
+ }
1281
+ }
1282
+
1283
+ push(token);
1284
+ }
1285
+
1286
+ while (state.brackets > 0) {
1287
+ if (opts.strictBrackets === true) throw new SyntaxError(syntaxError('closing', ']'));
1288
+ state.output = utils.escapeLast(state.output, '[');
1289
+ decrement('brackets');
1290
+ }
1291
+
1292
+ while (state.parens > 0) {
1293
+ if (opts.strictBrackets === true) throw new SyntaxError(syntaxError('closing', ')'));
1294
+ state.output = utils.escapeLast(state.output, '(');
1295
+ decrement('parens');
1296
+ }
1297
+
1298
+ while (state.braces > 0) {
1299
+ if (opts.strictBrackets === true) throw new SyntaxError(syntaxError('closing', '}'));
1300
+ state.output = utils.escapeLast(state.output, '{');
1301
+ decrement('braces');
1302
+ }
1303
+
1304
+ if (opts.strictSlashes !== true && (prev.type === 'star' || prev.type === 'bracket')) {
1305
+ push({ type: 'maybe_slash', value: '', output: `${SLASH_LITERAL}?` });
1306
+ }
1307
+
1308
+ // rebuild the output if we had to backtrack at any point
1309
+ if (state.backtrack === true) {
1310
+ state.output = '';
1311
+
1312
+ for (const token of state.tokens) {
1313
+ state.output += token.output != null ? token.output : token.value;
1314
+
1315
+ if (token.suffix) {
1316
+ state.output += token.suffix;
1317
+ }
1318
+ }
1319
+ }
1320
+
1321
+ return state;
1322
+ };
1323
+
1324
+ /**
1325
+ * Fast paths for creating regular expressions for common glob patterns.
1326
+ * This can significantly speed up processing and has very little downside
1327
+ * impact when none of the fast paths match.
1328
+ */
1329
+
1330
+ parse.fastpaths = (input, options) => {
1331
+ const opts = { ...options };
1332
+ const max = typeof opts.maxLength === 'number' ? Math.min(MAX_LENGTH, opts.maxLength) : MAX_LENGTH;
1333
+ const len = input.length;
1334
+ if (len > max) {
1335
+ throw new SyntaxError(`Input length: ${len}, exceeds maximum allowed length: ${max}`);
1336
+ }
1337
+
1338
+ input = REPLACEMENTS[input] || input;
1339
+
1340
+ // create constants based on platform, for windows or posix
1341
+ const {
1342
+ DOT_LITERAL,
1343
+ SLASH_LITERAL,
1344
+ ONE_CHAR,
1345
+ DOTS_SLASH,
1346
+ NO_DOT,
1347
+ NO_DOTS,
1348
+ NO_DOTS_SLASH,
1349
+ STAR,
1350
+ START_ANCHOR
1351
+ } = constants.globChars(opts.windows);
1352
+
1353
+ const nodot = opts.dot ? NO_DOTS : NO_DOT;
1354
+ const slashDot = opts.dot ? NO_DOTS_SLASH : NO_DOT;
1355
+ const capture = opts.capture ? '' : '?:';
1356
+ const state = { negated: false, prefix: '' };
1357
+ let star = opts.bash === true ? '.*?' : STAR;
1358
+
1359
+ if (opts.capture) {
1360
+ star = `(${star})`;
1361
+ }
1362
+
1363
+ const globstar = opts => {
1364
+ if (opts.noglobstar === true) return star;
1365
+ return `(${capture}(?:(?!${START_ANCHOR}${opts.dot ? DOTS_SLASH : DOT_LITERAL}).)*?)`;
1366
+ };
1367
+
1368
+ const create = str => {
1369
+ switch (str) {
1370
+ case '*':
1371
+ return `${nodot}${ONE_CHAR}${star}`;
1372
+
1373
+ case '.*':
1374
+ return `${DOT_LITERAL}${ONE_CHAR}${star}`;
1375
+
1376
+ case '*.*':
1377
+ return `${nodot}${star}${DOT_LITERAL}${ONE_CHAR}${star}`;
1378
+
1379
+ case '*/*':
1380
+ return `${nodot}${star}${SLASH_LITERAL}${ONE_CHAR}${slashDot}${star}`;
1381
+
1382
+ case '**':
1383
+ return nodot + globstar(opts);
1384
+
1385
+ case '**/*':
1386
+ return `(?:${nodot}${globstar(opts)}${SLASH_LITERAL})?${slashDot}${ONE_CHAR}${star}`;
1387
+
1388
+ case '**/*.*':
1389
+ return `(?:${nodot}${globstar(opts)}${SLASH_LITERAL})?${slashDot}${star}${DOT_LITERAL}${ONE_CHAR}${star}`;
1390
+
1391
+ case '**/.*':
1392
+ return `(?:${nodot}${globstar(opts)}${SLASH_LITERAL})?${DOT_LITERAL}${ONE_CHAR}${star}`;
1393
+
1394
+ default: {
1395
+ const match = /^(.*?)\.(\w+)$/.exec(str);
1396
+ if (!match) return;
1397
+
1398
+ const source = create(match[1]);
1399
+ if (!source) return;
1400
+
1401
+ return source + DOT_LITERAL + match[2];
1402
+ }
1403
+ }
1404
+ };
1405
+
1406
+ const output = utils.removePrefix(input, state);
1407
+ let source = create(output);
1408
+
1409
+ if (source && opts.strictSlashes !== true) {
1410
+ source += `${SLASH_LITERAL}?`;
1411
+ }
1412
+
1413
+ return source;
1414
+ };
1415
+
1416
+ module.exports = parse;