@noodleseed/one 0.4.0 → 0.5.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 (369) hide show
  1. package/dist/agents.d.ts +5 -2
  2. package/dist/agents.d.ts.map +1 -1
  3. package/dist/agents.js +103 -11
  4. package/dist/agents.js.map +1 -1
  5. package/dist/commands/author-loop.d.ts.map +1 -1
  6. package/dist/commands/author-loop.js +23 -1
  7. package/dist/commands/author-loop.js.map +1 -1
  8. package/dist/commands/shared.d.ts.map +1 -1
  9. package/dist/commands/shared.js +2 -1
  10. package/dist/commands/shared.js.map +1 -1
  11. package/dist/config.d.ts +1 -0
  12. package/dist/config.d.ts.map +1 -1
  13. package/dist/config.js.map +1 -1
  14. package/dist/deploy.d.ts.map +1 -1
  15. package/dist/deploy.js +15 -3
  16. package/dist/deploy.js.map +1 -1
  17. package/dist/react-widget-build.d.ts +4 -0
  18. package/dist/react-widget-build.d.ts.map +1 -0
  19. package/dist/react-widget-build.js +176 -0
  20. package/dist/react-widget-build.js.map +1 -0
  21. package/dist/skills-update.d.ts +43 -0
  22. package/dist/skills-update.d.ts.map +1 -0
  23. package/dist/skills-update.js +191 -0
  24. package/dist/skills-update.js.map +1 -0
  25. package/dist/tunnel.d.ts +42 -0
  26. package/dist/tunnel.d.ts.map +1 -0
  27. package/dist/tunnel.js +60 -0
  28. package/dist/tunnel.js.map +1 -0
  29. package/dist/update.d.ts +1 -0
  30. package/dist/update.d.ts.map +1 -1
  31. package/dist/update.js +23 -11
  32. package/dist/update.js.map +1 -1
  33. package/node_modules/@noodle-borg/agent-kit/dist/curated/command-groups.d.ts +10 -0
  34. package/node_modules/@noodle-borg/agent-kit/dist/curated/command-groups.d.ts.map +1 -0
  35. package/node_modules/@noodle-borg/agent-kit/dist/curated/command-groups.js +151 -0
  36. package/node_modules/@noodle-borg/agent-kit/dist/curated/command-groups.js.map +1 -0
  37. package/node_modules/@noodle-borg/agent-kit/dist/curated/error-fixes.d.ts +2 -0
  38. package/node_modules/@noodle-borg/agent-kit/dist/curated/error-fixes.d.ts.map +1 -0
  39. package/node_modules/@noodle-borg/agent-kit/dist/curated/error-fixes.js +49 -0
  40. package/node_modules/@noodle-borg/agent-kit/dist/curated/error-fixes.js.map +1 -0
  41. package/node_modules/@noodle-borg/agent-kit/dist/generated/surface.d.ts +7 -0
  42. package/node_modules/@noodle-borg/agent-kit/dist/generated/surface.d.ts.map +1 -0
  43. package/node_modules/@noodle-borg/agent-kit/dist/generated/surface.js +108 -0
  44. package/node_modules/@noodle-borg/agent-kit/dist/generated/surface.js.map +1 -0
  45. package/node_modules/@noodle-borg/agent-kit/dist/index.d.ts +29 -1
  46. package/node_modules/@noodle-borg/agent-kit/dist/index.d.ts.map +1 -1
  47. package/node_modules/@noodle-borg/agent-kit/dist/index.js +87 -114
  48. package/node_modules/@noodle-borg/agent-kit/dist/index.js.map +1 -1
  49. package/node_modules/@noodle-borg/agent-kit/dist/skill-content.d.ts +17 -0
  50. package/node_modules/@noodle-borg/agent-kit/dist/skill-content.d.ts.map +1 -0
  51. package/node_modules/@noodle-borg/agent-kit/dist/skill-content.js +360 -0
  52. package/node_modules/@noodle-borg/agent-kit/dist/skill-content.js.map +1 -0
  53. package/node_modules/@noodle-borg/agent-kit/package.json +4 -2
  54. package/node_modules/@noodle-borg/authoring/dist/connectors.d.ts +2 -2
  55. package/node_modules/@noodle-borg/authoring/dist/connectors.d.ts.map +1 -1
  56. package/node_modules/@noodle-borg/authoring/dist/connectors.js +4 -2
  57. package/node_modules/@noodle-borg/authoring/dist/connectors.js.map +1 -1
  58. package/node_modules/@noodle-borg/authoring/dist/customer-auth.d.ts +2 -2
  59. package/node_modules/@noodle-borg/authoring/dist/customer-auth.d.ts.map +1 -1
  60. package/node_modules/@noodle-borg/authoring/dist/customer-auth.js +6 -3
  61. package/node_modules/@noodle-borg/authoring/dist/customer-auth.js.map +1 -1
  62. package/node_modules/@noodle-borg/authoring/dist/react.d.ts.map +1 -1
  63. package/node_modules/@noodle-borg/authoring/dist/react.js +148 -9
  64. package/node_modules/@noodle-borg/authoring/dist/react.js.map +1 -1
  65. package/node_modules/@noodle-borg/authoring/package.json +3 -1
  66. package/node_modules/@noodle-borg/compiler/dist/manifest/schema.d.ts +4 -3
  67. package/node_modules/@noodle-borg/compiler/dist/manifest/schema.d.ts.map +1 -1
  68. package/node_modules/@noodle-borg/compiler/dist/manifest/schema.js +20 -9
  69. package/node_modules/@noodle-borg/compiler/dist/manifest/schema.js.map +1 -1
  70. package/node_modules/@noodle-borg/compiler/dist/widget-emit.js +2 -0
  71. package/node_modules/@noodle-borg/compiler/dist/widget-emit.js.map +1 -1
  72. package/node_modules/@noodle-borg/connector-defs/dist/auth-variables.d.ts +3 -0
  73. package/node_modules/@noodle-borg/connector-defs/dist/auth-variables.d.ts.map +1 -0
  74. package/node_modules/@noodle-borg/connector-defs/dist/auth-variables.js +21 -0
  75. package/node_modules/@noodle-borg/connector-defs/dist/auth-variables.js.map +1 -0
  76. package/node_modules/@noodle-borg/connector-defs/dist/compile.d.ts.map +1 -1
  77. package/node_modules/@noodle-borg/connector-defs/dist/compile.js +5 -0
  78. package/node_modules/@noodle-borg/connector-defs/dist/compile.js.map +1 -1
  79. package/node_modules/@noodle-borg/connector-defs/dist/schema.d.ts.map +1 -1
  80. package/node_modules/@noodle-borg/connector-defs/dist/schema.js +11 -2
  81. package/node_modules/@noodle-borg/connector-defs/dist/schema.js.map +1 -1
  82. package/node_modules/@noodle-borg/connector-defs/dist/variables.d.ts +1 -0
  83. package/node_modules/@noodle-borg/connector-defs/dist/variables.d.ts.map +1 -1
  84. package/node_modules/@noodle-borg/connector-defs/dist/variables.js +7 -0
  85. package/node_modules/@noodle-borg/connector-defs/dist/variables.js.map +1 -1
  86. package/node_modules/@noodle-borg/protocol/dist/widget/bootstrap.d.ts.map +1 -1
  87. package/node_modules/@noodle-borg/protocol/dist/widget/bootstrap.js +14 -0
  88. package/node_modules/@noodle-borg/protocol/dist/widget/bootstrap.js.map +1 -1
  89. package/node_modules/@noodle-borg/protocol/dist/widget/react-bridge-bootstrap.d.ts +3 -0
  90. package/node_modules/@noodle-borg/protocol/dist/widget/react-bridge-bootstrap.d.ts.map +1 -0
  91. package/node_modules/@noodle-borg/protocol/dist/widget/react-bridge-bootstrap.js +30 -0
  92. package/node_modules/@noodle-borg/protocol/dist/widget/react-bridge-bootstrap.js.map +1 -0
  93. package/node_modules/@noodle-borg/service/dist/credential-broker.d.ts.map +1 -1
  94. package/node_modules/@noodle-borg/service/dist/credential-broker.js +27 -6
  95. package/node_modules/@noodle-borg/service/dist/credential-broker.js.map +1 -1
  96. package/node_modules/@noodle-borg/service/dist/managed-config-expressions.d.ts +6 -0
  97. package/node_modules/@noodle-borg/service/dist/managed-config-expressions.d.ts.map +1 -0
  98. package/node_modules/@noodle-borg/service/dist/managed-config-expressions.js +80 -0
  99. package/node_modules/@noodle-borg/service/dist/managed-config-expressions.js.map +1 -0
  100. package/node_modules/@noodle-borg/service/dist/registry.d.ts.map +1 -1
  101. package/node_modules/@noodle-borg/service/dist/registry.js +5 -1
  102. package/node_modules/@noodle-borg/service/dist/registry.js.map +1 -1
  103. package/node_modules/@noodle-borg/service/dist/serve.d.ts.map +1 -1
  104. package/node_modules/@noodle-borg/service/dist/serve.js +5 -1
  105. package/node_modules/@noodle-borg/service/dist/serve.js.map +1 -1
  106. package/node_modules/@oxc-project/types/LICENSE +22 -0
  107. package/node_modules/@oxc-project/types/README.md +3 -0
  108. package/node_modules/@oxc-project/types/package.json +26 -0
  109. package/node_modules/@oxc-project/types/types.d.ts +1912 -0
  110. package/node_modules/@rolldown/binding-linux-x64-gnu/README.md +3 -0
  111. package/node_modules/@rolldown/binding-linux-x64-gnu/package.json +40 -0
  112. package/node_modules/@rolldown/binding-linux-x64-gnu/rolldown-binding.linux-x64-gnu.node +0 -0
  113. package/node_modules/@rolldown/pluginutils/LICENSE +21 -0
  114. package/node_modules/@rolldown/pluginutils/README.md +145 -0
  115. package/node_modules/@rolldown/pluginutils/dist/filter/index.d.mts +194 -0
  116. package/node_modules/@rolldown/pluginutils/dist/filter/index.mjs +2 -0
  117. package/node_modules/@rolldown/pluginutils/dist/filter-B_mD-HGz.mjs +323 -0
  118. package/node_modules/@rolldown/pluginutils/dist/index.d.mts +2 -0
  119. package/node_modules/@rolldown/pluginutils/dist/index.mjs +2 -0
  120. package/node_modules/@rolldown/pluginutils/package.json +40 -0
  121. package/node_modules/@vitejs/plugin-react/LICENSE +21 -0
  122. package/node_modules/@vitejs/plugin-react/README.md +169 -0
  123. package/node_modules/@vitejs/plugin-react/dist/index.d.ts +48 -0
  124. package/node_modules/@vitejs/plugin-react/dist/index.js +200 -0
  125. package/node_modules/@vitejs/plugin-react/dist/refresh-runtime.js +663 -0
  126. package/node_modules/@vitejs/plugin-react/package.json +87 -0
  127. package/node_modules/@vitejs/plugin-react/types/optionalTypes.d.ts +12 -0
  128. package/node_modules/@vitejs/plugin-react/types/preamble.d.ts +1 -0
  129. package/node_modules/detect-libc/LICENSE +201 -0
  130. package/node_modules/detect-libc/README.md +163 -0
  131. package/node_modules/detect-libc/index.d.ts +14 -0
  132. package/node_modules/detect-libc/lib/detect-libc.js +313 -0
  133. package/node_modules/detect-libc/lib/elf.js +39 -0
  134. package/node_modules/detect-libc/lib/filesystem.js +51 -0
  135. package/node_modules/detect-libc/lib/process.js +24 -0
  136. package/node_modules/detect-libc/package.json +44 -0
  137. package/node_modules/fdir/LICENSE +7 -0
  138. package/node_modules/fdir/README.md +91 -0
  139. package/node_modules/fdir/dist/index.cjs +588 -0
  140. package/node_modules/fdir/dist/index.d.cts +155 -0
  141. package/node_modules/fdir/dist/index.d.mts +155 -0
  142. package/node_modules/fdir/dist/index.mjs +570 -0
  143. package/node_modules/fdir/package.json +103 -0
  144. package/node_modules/lightningcss/LICENSE +373 -0
  145. package/node_modules/lightningcss/README.md +105 -0
  146. package/node_modules/lightningcss/node/ast.d.ts +9892 -0
  147. package/node_modules/lightningcss/node/ast.js.flow +10539 -0
  148. package/node_modules/lightningcss/node/browserslistToTargets.js +48 -0
  149. package/node_modules/lightningcss/node/composeVisitors.js +450 -0
  150. package/node_modules/lightningcss/node/flags.js +28 -0
  151. package/node_modules/lightningcss/node/index.d.ts +494 -0
  152. package/node_modules/lightningcss/node/index.js +59 -0
  153. package/node_modules/lightningcss/node/index.js.flow +843 -0
  154. package/node_modules/lightningcss/node/index.mjs +4 -0
  155. package/node_modules/lightningcss/node/targets.d.ts +40 -0
  156. package/node_modules/lightningcss/node/targets.js.flow +39 -0
  157. package/node_modules/lightningcss/package.json +110 -0
  158. package/node_modules/lightningcss-linux-x64-gnu/LICENSE +373 -0
  159. package/node_modules/lightningcss-linux-x64-gnu/README.md +1 -0
  160. package/node_modules/lightningcss-linux-x64-gnu/lightningcss.linux-x64-gnu.node +0 -0
  161. package/node_modules/lightningcss-linux-x64-gnu/package.json +37 -0
  162. package/node_modules/nanoid/.claude/settings.local.json +14 -0
  163. package/node_modules/nanoid/LICENSE +20 -0
  164. package/node_modules/nanoid/README.md +39 -0
  165. package/node_modules/nanoid/async/index.browser.cjs +69 -0
  166. package/node_modules/nanoid/async/index.browser.js +34 -0
  167. package/node_modules/nanoid/async/index.cjs +71 -0
  168. package/node_modules/nanoid/async/index.d.ts +56 -0
  169. package/node_modules/nanoid/async/index.js +35 -0
  170. package/node_modules/nanoid/async/index.native.js +26 -0
  171. package/node_modules/nanoid/async/package.json +12 -0
  172. package/node_modules/nanoid/bin/nanoid.cjs +55 -0
  173. package/node_modules/nanoid/index.browser.cjs +72 -0
  174. package/node_modules/nanoid/index.browser.js +34 -0
  175. package/node_modules/nanoid/index.cjs +86 -0
  176. package/node_modules/nanoid/index.d.cts +91 -0
  177. package/node_modules/nanoid/index.d.ts +91 -0
  178. package/node_modules/nanoid/index.js +46 -0
  179. package/node_modules/nanoid/nanoid.js +1 -0
  180. package/node_modules/nanoid/non-secure/index.cjs +34 -0
  181. package/node_modules/nanoid/non-secure/index.d.ts +33 -0
  182. package/node_modules/nanoid/non-secure/index.js +21 -0
  183. package/node_modules/nanoid/non-secure/package.json +6 -0
  184. package/node_modules/nanoid/package.json +89 -0
  185. package/node_modules/nanoid/url-alphabet/index.cjs +7 -0
  186. package/node_modules/nanoid/url-alphabet/index.js +3 -0
  187. package/node_modules/nanoid/url-alphabet/package.json +6 -0
  188. package/node_modules/picocolors/LICENSE +15 -0
  189. package/node_modules/picocolors/README.md +21 -0
  190. package/node_modules/picocolors/package.json +25 -0
  191. package/node_modules/picocolors/picocolors.browser.js +4 -0
  192. package/node_modules/picocolors/picocolors.d.ts +5 -0
  193. package/node_modules/picocolors/picocolors.js +75 -0
  194. package/node_modules/picocolors/types.d.ts +51 -0
  195. package/node_modules/picomatch/LICENSE +21 -0
  196. package/node_modules/picomatch/README.md +749 -0
  197. package/node_modules/picomatch/index.js +17 -0
  198. package/node_modules/picomatch/lib/constants.js +184 -0
  199. package/node_modules/picomatch/lib/parse.js +1386 -0
  200. package/node_modules/picomatch/lib/picomatch.js +349 -0
  201. package/node_modules/picomatch/lib/scan.js +391 -0
  202. package/node_modules/picomatch/lib/utils.js +72 -0
  203. package/node_modules/picomatch/package.json +82 -0
  204. package/node_modules/picomatch/posix.js +3 -0
  205. package/node_modules/postcss/LICENSE +20 -0
  206. package/node_modules/postcss/README.md +28 -0
  207. package/node_modules/postcss/lib/at-rule.d.ts +139 -0
  208. package/node_modules/postcss/lib/at-rule.js +25 -0
  209. package/node_modules/postcss/lib/comment.d.ts +67 -0
  210. package/node_modules/postcss/lib/comment.js +13 -0
  211. package/node_modules/postcss/lib/container.d.ts +478 -0
  212. package/node_modules/postcss/lib/container.js +447 -0
  213. package/node_modules/postcss/lib/css-syntax-error.d.ts +247 -0
  214. package/node_modules/postcss/lib/css-syntax-error.js +133 -0
  215. package/node_modules/postcss/lib/declaration.d.ts +150 -0
  216. package/node_modules/postcss/lib/declaration.js +24 -0
  217. package/node_modules/postcss/lib/document.d.ts +68 -0
  218. package/node_modules/postcss/lib/document.js +33 -0
  219. package/node_modules/postcss/lib/fromJSON.d.ts +9 -0
  220. package/node_modules/postcss/lib/fromJSON.js +54 -0
  221. package/node_modules/postcss/lib/input.d.ts +226 -0
  222. package/node_modules/postcss/lib/input.js +273 -0
  223. package/node_modules/postcss/lib/lazy-result.d.ts +189 -0
  224. package/node_modules/postcss/lib/lazy-result.js +563 -0
  225. package/node_modules/postcss/lib/list.d.ts +60 -0
  226. package/node_modules/postcss/lib/list.js +58 -0
  227. package/node_modules/postcss/lib/map-generator.js +376 -0
  228. package/node_modules/postcss/lib/no-work-result.d.ts +45 -0
  229. package/node_modules/postcss/lib/no-work-result.js +137 -0
  230. package/node_modules/postcss/lib/node.d.ts +555 -0
  231. package/node_modules/postcss/lib/node.js +449 -0
  232. package/node_modules/postcss/lib/parse.d.ts +9 -0
  233. package/node_modules/postcss/lib/parse.js +42 -0
  234. package/node_modules/postcss/lib/parser.js +618 -0
  235. package/node_modules/postcss/lib/postcss.d.mts +66 -0
  236. package/node_modules/postcss/lib/postcss.d.ts +461 -0
  237. package/node_modules/postcss/lib/postcss.js +101 -0
  238. package/node_modules/postcss/lib/postcss.mjs +30 -0
  239. package/node_modules/postcss/lib/previous-map.d.ts +80 -0
  240. package/node_modules/postcss/lib/previous-map.js +161 -0
  241. package/node_modules/postcss/lib/processor.d.ts +114 -0
  242. package/node_modules/postcss/lib/processor.js +67 -0
  243. package/node_modules/postcss/lib/result.d.ts +204 -0
  244. package/node_modules/postcss/lib/result.js +42 -0
  245. package/node_modules/postcss/lib/root.d.ts +86 -0
  246. package/node_modules/postcss/lib/root.js +61 -0
  247. package/node_modules/postcss/lib/rule.d.ts +126 -0
  248. package/node_modules/postcss/lib/rule.js +27 -0
  249. package/node_modules/postcss/lib/stringifier.d.ts +45 -0
  250. package/node_modules/postcss/lib/stringifier.js +374 -0
  251. package/node_modules/postcss/lib/stringify.d.ts +9 -0
  252. package/node_modules/postcss/lib/stringify.js +11 -0
  253. package/node_modules/postcss/lib/symbols.js +5 -0
  254. package/node_modules/postcss/lib/terminal-highlight.js +70 -0
  255. package/node_modules/postcss/lib/tokenize.js +270 -0
  256. package/node_modules/postcss/lib/warn-once.js +13 -0
  257. package/node_modules/postcss/lib/warning.d.ts +146 -0
  258. package/node_modules/postcss/lib/warning.js +37 -0
  259. package/node_modules/postcss/package.json +88 -0
  260. package/node_modules/rolldown/LICENSE +25 -0
  261. package/node_modules/rolldown/README.md +11 -0
  262. package/node_modules/rolldown/bin/cli.mjs +2 -0
  263. package/node_modules/rolldown/dist/cli.d.mts +1 -0
  264. package/node_modules/rolldown/dist/cli.mjs +1202 -0
  265. package/node_modules/rolldown/dist/config.d.mts +14 -0
  266. package/node_modules/rolldown/dist/config.mjs +4 -0
  267. package/node_modules/rolldown/dist/experimental-index.d.mts +280 -0
  268. package/node_modules/rolldown/dist/experimental-index.mjs +330 -0
  269. package/node_modules/rolldown/dist/experimental-runtime-types.d.ts +107 -0
  270. package/node_modules/rolldown/dist/filter-index.d.mts +195 -0
  271. package/node_modules/rolldown/dist/filter-index.mjs +380 -0
  272. package/node_modules/rolldown/dist/get-log-filter.d.mts +3 -0
  273. package/node_modules/rolldown/dist/get-log-filter.mjs +68 -0
  274. package/node_modules/rolldown/dist/index.d.mts +4 -0
  275. package/node_modules/rolldown/dist/index.mjs +50 -0
  276. package/node_modules/rolldown/dist/parallel-plugin-worker.d.mts +1 -0
  277. package/node_modules/rolldown/dist/parallel-plugin-worker.mjs +28 -0
  278. package/node_modules/rolldown/dist/parallel-plugin.d.mts +13 -0
  279. package/node_modules/rolldown/dist/parallel-plugin.mjs +6 -0
  280. package/node_modules/rolldown/dist/parse-ast-index.d.mts +32 -0
  281. package/node_modules/rolldown/dist/parse-ast-index.mjs +60 -0
  282. package/node_modules/rolldown/dist/plugins-index.d.mts +33 -0
  283. package/node_modules/rolldown/dist/plugins-index.mjs +40 -0
  284. package/node_modules/rolldown/dist/shared/binding-B1q9aYT-.d.mts +1947 -0
  285. package/node_modules/rolldown/dist/shared/binding-Dh6LYCIB.mjs +589 -0
  286. package/node_modules/rolldown/dist/shared/bindingify-input-options-CzVhGygm.mjs +2240 -0
  287. package/node_modules/rolldown/dist/shared/constructors-688OwP2q.mjs +65 -0
  288. package/node_modules/rolldown/dist/shared/constructors-awZ1VNvg.d.mts +36 -0
  289. package/node_modules/rolldown/dist/shared/define-config-Demdg3_4.mjs +6 -0
  290. package/node_modules/rolldown/dist/shared/define-config-sxBscJ3M.d.mts +3901 -0
  291. package/node_modules/rolldown/dist/shared/error-B68YLzl3.mjs +85 -0
  292. package/node_modules/rolldown/dist/shared/get-log-filter-BpNVNJ5-.d.mts +35 -0
  293. package/node_modules/rolldown/dist/shared/load-config-BvPPEM7l.mjs +120 -0
  294. package/node_modules/rolldown/dist/shared/logging-BSNejiLS.d.mts +50 -0
  295. package/node_modules/rolldown/dist/shared/logs-aMKUxRpj.mjs +180 -0
  296. package/node_modules/rolldown/dist/shared/misc-CoQm4NHO.mjs +21 -0
  297. package/node_modules/rolldown/dist/shared/normalize-string-or-regex-BpXHYeN4.mjs +68 -0
  298. package/node_modules/rolldown/dist/shared/parse-CTgsjpo8.mjs +74 -0
  299. package/node_modules/rolldown/dist/shared/prompt-B1Yc1NPt.mjs +847 -0
  300. package/node_modules/rolldown/dist/shared/resolve-tsconfig-BkhP9bkX.mjs +124 -0
  301. package/node_modules/rolldown/dist/shared/rolldown-Brph2NSU.mjs +40 -0
  302. package/node_modules/rolldown/dist/shared/rolldown-build-DR0wzp0V.mjs +3264 -0
  303. package/node_modules/rolldown/dist/shared/transform-CEmFsvJW.d.mts +149 -0
  304. package/node_modules/rolldown/dist/shared/watch-FrHSqg24.mjs +374 -0
  305. package/node_modules/rolldown/dist/utils-index.d.mts +376 -0
  306. package/node_modules/rolldown/dist/utils-index.mjs +2414 -0
  307. package/node_modules/rolldown/package.json +153 -0
  308. package/node_modules/source-map-js/LICENSE +28 -0
  309. package/node_modules/source-map-js/README.md +765 -0
  310. package/node_modules/source-map-js/lib/array-set.js +121 -0
  311. package/node_modules/source-map-js/lib/base64-vlq.js +140 -0
  312. package/node_modules/source-map-js/lib/base64.js +67 -0
  313. package/node_modules/source-map-js/lib/binary-search.js +111 -0
  314. package/node_modules/source-map-js/lib/mapping-list.js +79 -0
  315. package/node_modules/source-map-js/lib/quick-sort.js +132 -0
  316. package/node_modules/source-map-js/lib/source-map-consumer.d.ts +1 -0
  317. package/node_modules/source-map-js/lib/source-map-consumer.js +1188 -0
  318. package/node_modules/source-map-js/lib/source-map-generator.d.ts +1 -0
  319. package/node_modules/source-map-js/lib/source-map-generator.js +444 -0
  320. package/node_modules/source-map-js/lib/source-node.d.ts +1 -0
  321. package/node_modules/source-map-js/lib/source-node.js +413 -0
  322. package/node_modules/source-map-js/lib/util.js +594 -0
  323. package/node_modules/source-map-js/package.json +71 -0
  324. package/node_modules/source-map-js/source-map.d.ts +104 -0
  325. package/node_modules/source-map-js/source-map.js +8 -0
  326. package/node_modules/tinyglobby/LICENSE +21 -0
  327. package/node_modules/tinyglobby/README.md +25 -0
  328. package/node_modules/tinyglobby/dist/index.cjs +335 -0
  329. package/node_modules/tinyglobby/dist/index.d.cts +148 -0
  330. package/node_modules/tinyglobby/dist/index.d.mts +148 -0
  331. package/node_modules/tinyglobby/dist/index.mjs +307 -0
  332. package/node_modules/tinyglobby/package.json +70 -0
  333. package/node_modules/vite/LICENSE.md +2287 -0
  334. package/node_modules/vite/README.md +20 -0
  335. package/node_modules/vite/bin/openChrome.js +68 -0
  336. package/node_modules/vite/bin/vite.js +79 -0
  337. package/node_modules/vite/client.d.ts +285 -0
  338. package/node_modules/vite/dist/client/client.mjs +1269 -0
  339. package/node_modules/vite/dist/client/env.mjs +18 -0
  340. package/node_modules/vite/dist/node/chunks/build.js +5371 -0
  341. package/node_modules/vite/dist/node/chunks/dist.js +6784 -0
  342. package/node_modules/vite/dist/node/chunks/lib.js +371 -0
  343. package/node_modules/vite/dist/node/chunks/logger.js +364 -0
  344. package/node_modules/vite/dist/node/chunks/moduleRunnerTransport.d.ts +96 -0
  345. package/node_modules/vite/dist/node/chunks/node.js +35770 -0
  346. package/node_modules/vite/dist/node/chunks/postcss-import.js +467 -0
  347. package/node_modules/vite/dist/node/cli.js +836 -0
  348. package/node_modules/vite/dist/node/index.d.ts +4010 -0
  349. package/node_modules/vite/dist/node/index.js +3 -0
  350. package/node_modules/vite/dist/node/internal.d.ts +2 -0
  351. package/node_modules/vite/dist/node/internal.js +2 -0
  352. package/node_modules/vite/dist/node/module-runner.d.ts +314 -0
  353. package/node_modules/vite/dist/node/module-runner.js +1274 -0
  354. package/node_modules/vite/misc/false.js +1 -0
  355. package/node_modules/vite/misc/true.js +1 -0
  356. package/node_modules/vite/package.json +194 -0
  357. package/node_modules/vite/types/customEvent.d.ts +79 -0
  358. package/node_modules/vite/types/hmrPayload.d.ts +80 -0
  359. package/node_modules/vite/types/hot.d.ts +39 -0
  360. package/node_modules/vite/types/import-meta.d.ts +5 -0
  361. package/node_modules/vite/types/importGlob.d.ts +131 -0
  362. package/node_modules/vite/types/importMeta.d.ts +30 -0
  363. package/node_modules/vite/types/internal/cssPreprocessorOptions.d.ts +44 -0
  364. package/node_modules/vite/types/internal/esbuildOptions.d.ts +28 -0
  365. package/node_modules/vite/types/internal/lightningcssOptions.d.ts +18 -0
  366. package/node_modules/vite/types/internal/rollupTypeCompat.d.ts +24 -0
  367. package/node_modules/vite/types/internal/terserOptions.d.ts +11 -0
  368. package/node_modules/vite/types/metadata.d.ts +47 -0
  369. package/package.json +22 -2
@@ -0,0 +1,349 @@
1
+ 'use strict';
2
+
3
+ const scan = require('./scan');
4
+ const parse = require('./parse');
5
+ const utils = require('./utils');
6
+ const constants = require('./constants');
7
+ const isObject = val => val && typeof val === 'object' && !Array.isArray(val);
8
+
9
+ /**
10
+ * Creates a matcher function from one or more glob patterns. The
11
+ * returned function takes a string to match as its first argument,
12
+ * and returns true if the string is a match. The returned matcher
13
+ * function also takes a boolean as the second argument that, when true,
14
+ * returns an object with additional information.
15
+ *
16
+ * ```js
17
+ * const picomatch = require('picomatch');
18
+ * // picomatch(glob[, options]);
19
+ *
20
+ * const isMatch = picomatch('*.!(*a)');
21
+ * console.log(isMatch('a.a')); //=> false
22
+ * console.log(isMatch('a.b')); //=> true
23
+ * ```
24
+ * @name picomatch
25
+ * @param {String|Array} `globs` One or more glob patterns.
26
+ * @param {Object=} `options`
27
+ * @return {Function=} Returns a matcher function.
28
+ * @api public
29
+ */
30
+
31
+ const picomatch = (glob, options, returnState = false) => {
32
+ if (Array.isArray(glob)) {
33
+ const fns = glob.map(input => picomatch(input, options, returnState));
34
+ const arrayMatcher = str => {
35
+ for (const isMatch of fns) {
36
+ const state = isMatch(str);
37
+ if (state) return state;
38
+ }
39
+ return false;
40
+ };
41
+ return arrayMatcher;
42
+ }
43
+
44
+ const isState = isObject(glob) && glob.tokens && glob.input;
45
+
46
+ if (glob === '' || (typeof glob !== 'string' && !isState)) {
47
+ throw new TypeError('Expected pattern to be a non-empty string');
48
+ }
49
+
50
+ const opts = options || {};
51
+ const posix = opts.windows;
52
+ const regex = isState
53
+ ? picomatch.compileRe(glob, options)
54
+ : picomatch.makeRe(glob, options, false, true);
55
+
56
+ const state = regex.state;
57
+ delete regex.state;
58
+
59
+ let isIgnored = () => false;
60
+ if (opts.ignore) {
61
+ const ignoreOpts = { ...options, ignore: null, onMatch: null, onResult: null };
62
+ isIgnored = picomatch(opts.ignore, ignoreOpts, returnState);
63
+ }
64
+
65
+ const matcher = (input, returnObject = false) => {
66
+ const { isMatch, match, output } = picomatch.test(input, regex, options, { glob, posix });
67
+ const result = { glob, state, regex, posix, input, output, match, isMatch };
68
+
69
+ if (typeof opts.onResult === 'function') {
70
+ opts.onResult(result);
71
+ }
72
+
73
+ if (isMatch === false) {
74
+ result.isMatch = false;
75
+ return returnObject ? result : false;
76
+ }
77
+
78
+ if (isIgnored(input)) {
79
+ if (typeof opts.onIgnore === 'function') {
80
+ opts.onIgnore(result);
81
+ }
82
+ result.isMatch = false;
83
+ return returnObject ? result : false;
84
+ }
85
+
86
+ if (typeof opts.onMatch === 'function') {
87
+ opts.onMatch(result);
88
+ }
89
+ return returnObject ? result : true;
90
+ };
91
+
92
+ if (returnState) {
93
+ matcher.state = state;
94
+ }
95
+
96
+ return matcher;
97
+ };
98
+
99
+ /**
100
+ * Test `input` with the given `regex`. This is used by the main
101
+ * `picomatch()` function to test the input string.
102
+ *
103
+ * ```js
104
+ * const picomatch = require('picomatch');
105
+ * // picomatch.test(input, regex[, options]);
106
+ *
107
+ * console.log(picomatch.test('foo/bar', /^(?:([^/]*?)\/([^/]*?))$/));
108
+ * // { isMatch: true, match: [ 'foo/', 'foo', 'bar' ], output: 'foo/bar' }
109
+ * ```
110
+ * @param {String} `input` String to test.
111
+ * @param {RegExp} `regex`
112
+ * @return {Object} Returns an object with matching info.
113
+ * @api public
114
+ */
115
+
116
+ picomatch.test = (input, regex, options, { glob, posix } = {}) => {
117
+ if (typeof input !== 'string') {
118
+ throw new TypeError('Expected input to be a string');
119
+ }
120
+
121
+ if (input === '') {
122
+ return { isMatch: false, output: '' };
123
+ }
124
+
125
+ const opts = options || {};
126
+ const format = opts.format || (posix ? utils.toPosixSlashes : null);
127
+ let match = input === glob;
128
+ let output = (match && format) ? format(input) : input;
129
+
130
+ if (match === false) {
131
+ output = format ? format(input) : input;
132
+ match = output === glob;
133
+ }
134
+
135
+ if (match === false || opts.capture === true) {
136
+ if (opts.matchBase === true || opts.basename === true) {
137
+ match = picomatch.matchBase(input, regex, options, posix);
138
+ } else {
139
+ match = regex.exec(output);
140
+ }
141
+ }
142
+
143
+ return { isMatch: Boolean(match), match, output };
144
+ };
145
+
146
+ /**
147
+ * Match the basename of a filepath.
148
+ *
149
+ * ```js
150
+ * const picomatch = require('picomatch');
151
+ * // picomatch.matchBase(input, glob[, options]);
152
+ * console.log(picomatch.matchBase('foo/bar.js', '*.js'); // true
153
+ * ```
154
+ * @param {String} `input` String to test.
155
+ * @param {RegExp|String} `glob` Glob pattern or regex created by [.makeRe](#makeRe).
156
+ * @return {Boolean}
157
+ * @api public
158
+ */
159
+
160
+ picomatch.matchBase = (input, glob, options) => {
161
+ const regex = glob instanceof RegExp ? glob : picomatch.makeRe(glob, options);
162
+ return regex.test(utils.basename(input));
163
+ };
164
+
165
+ /**
166
+ * Returns true if **any** of the given glob `patterns` match the specified `string`.
167
+ *
168
+ * ```js
169
+ * const picomatch = require('picomatch');
170
+ * // picomatch.isMatch(string, patterns[, options]);
171
+ *
172
+ * console.log(picomatch.isMatch('a.a', ['b.*', '*.a'])); //=> true
173
+ * console.log(picomatch.isMatch('a.a', 'b.*')); //=> false
174
+ * ```
175
+ * @param {String|Array} str The string to test.
176
+ * @param {String|Array} patterns One or more glob patterns to use for matching.
177
+ * @param {Object} [options] See available [options](#options).
178
+ * @return {Boolean} Returns true if any patterns match `str`
179
+ * @api public
180
+ */
181
+
182
+ picomatch.isMatch = (str, patterns, options) => picomatch(patterns, options)(str);
183
+
184
+ /**
185
+ * Parse a glob pattern to create the source string for a regular
186
+ * expression.
187
+ *
188
+ * ```js
189
+ * const picomatch = require('picomatch');
190
+ * const result = picomatch.parse(pattern[, options]);
191
+ * ```
192
+ * @param {String} `pattern`
193
+ * @param {Object} `options`
194
+ * @return {Object} Returns an object with useful properties and output to be used as a regex source string.
195
+ * @api public
196
+ */
197
+
198
+ picomatch.parse = (pattern, options) => {
199
+ if (Array.isArray(pattern)) return pattern.map(p => picomatch.parse(p, options));
200
+ return parse(pattern, { ...options, fastpaths: false });
201
+ };
202
+
203
+ /**
204
+ * Scan a glob pattern to separate the pattern into segments.
205
+ *
206
+ * ```js
207
+ * const picomatch = require('picomatch');
208
+ * // picomatch.scan(input[, options]);
209
+ *
210
+ * const result = picomatch.scan('!./foo/*.js');
211
+ * console.log(result);
212
+ * { prefix: '!./',
213
+ * input: '!./foo/*.js',
214
+ * start: 3,
215
+ * base: 'foo',
216
+ * glob: '*.js',
217
+ * isBrace: false,
218
+ * isBracket: false,
219
+ * isGlob: true,
220
+ * isExtglob: false,
221
+ * isGlobstar: false,
222
+ * negated: true }
223
+ * ```
224
+ * @param {String} `input` Glob pattern to scan.
225
+ * @param {Object} `options`
226
+ * @return {Object} Returns an object with
227
+ * @api public
228
+ */
229
+
230
+ picomatch.scan = (input, options) => scan(input, options);
231
+
232
+ /**
233
+ * Compile a regular expression from the `state` object returned by the
234
+ * [parse()](#parse) method.
235
+ *
236
+ * ```js
237
+ * const picomatch = require('picomatch');
238
+ * const state = picomatch.parse('*.js');
239
+ * // picomatch.compileRe(state[, options]);
240
+ *
241
+ * console.log(picomatch.compileRe(state));
242
+ * //=> /^(?:(?!\.)(?=.)[^/]*?\.js)$/
243
+ * ```
244
+ * @param {Object} `state`
245
+ * @param {Object} `options`
246
+ * @param {Boolean} `returnOutput` Intended for implementors, this argument allows you to return the raw output from the parser.
247
+ * @param {Boolean} `returnState` Adds the state to a `state` property on the returned regex. Useful for implementors and debugging.
248
+ * @return {RegExp}
249
+ * @api public
250
+ */
251
+
252
+ picomatch.compileRe = (state, options, returnOutput = false, returnState = false) => {
253
+ if (returnOutput === true) {
254
+ return state.output;
255
+ }
256
+
257
+ const opts = options || {};
258
+ const prepend = opts.contains ? '' : '^';
259
+ const append = opts.contains ? '' : '$';
260
+
261
+ let source = `${prepend}(?:${state.output})${append}`;
262
+ if (state && state.negated === true) {
263
+ source = `^(?!${source}).*$`;
264
+ }
265
+
266
+ const regex = picomatch.toRegex(source, options);
267
+ if (returnState === true) {
268
+ regex.state = state;
269
+ }
270
+
271
+ return regex;
272
+ };
273
+
274
+ /**
275
+ * Create a regular expression from a parsed glob pattern.
276
+ *
277
+ * ```js
278
+ * const picomatch = require('picomatch');
279
+ * // picomatch.makeRe(state[, options]);
280
+ *
281
+ * const result = picomatch.makeRe('*.js');
282
+ * console.log(result);
283
+ * //=> /^(?:(?!\.)(?=.)[^/]*?\.js)$/
284
+ * ```
285
+ * @param {String} `state` The object returned from the `.parse` method.
286
+ * @param {Object} `options`
287
+ * @param {Boolean} `returnOutput` Implementors may use this argument to return the compiled output, instead of a regular expression. This is not exposed on the options to prevent end-users from mutating the result.
288
+ * @param {Boolean} `returnState` Implementors may use this argument to return the state from the parsed glob with the returned regular expression.
289
+ * @return {RegExp} Returns a regex created from the given pattern.
290
+ * @api public
291
+ */
292
+
293
+ picomatch.makeRe = (input, options = {}, returnOutput = false, returnState = false) => {
294
+ if (!input || typeof input !== 'string') {
295
+ throw new TypeError('Expected a non-empty string');
296
+ }
297
+
298
+ let parsed = { negated: false, fastpaths: true };
299
+
300
+ if (options.fastpaths !== false && (input[0] === '.' || input[0] === '*')) {
301
+ parsed.output = parse.fastpaths(input, options);
302
+ }
303
+
304
+ if (!parsed.output) {
305
+ parsed = parse(input, options);
306
+ }
307
+
308
+ return picomatch.compileRe(parsed, options, returnOutput, returnState);
309
+ };
310
+
311
+ /**
312
+ * Create a regular expression from the given regex source string.
313
+ *
314
+ * ```js
315
+ * const picomatch = require('picomatch');
316
+ * // picomatch.toRegex(source[, options]);
317
+ *
318
+ * const { output } = picomatch.parse('*.js');
319
+ * console.log(picomatch.toRegex(output));
320
+ * //=> /^(?:(?!\.)(?=.)[^/]*?\.js)$/
321
+ * ```
322
+ * @param {String} `source` Regular expression source string.
323
+ * @param {Object} `options`
324
+ * @return {RegExp}
325
+ * @api public
326
+ */
327
+
328
+ picomatch.toRegex = (source, options) => {
329
+ try {
330
+ const opts = options || {};
331
+ return new RegExp(source, opts.flags || (opts.nocase ? 'i' : ''));
332
+ } catch (err) {
333
+ if (options && options.debug === true) throw err;
334
+ return /$^/;
335
+ }
336
+ };
337
+
338
+ /**
339
+ * Picomatch constants.
340
+ * @return {Object}
341
+ */
342
+
343
+ picomatch.constants = constants;
344
+
345
+ /**
346
+ * Expose "picomatch"
347
+ */
348
+
349
+ module.exports = picomatch;