@aws/nx-plugin 1.0.0-rc.4 → 1.0.0-rc.6

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 (390) hide show
  1. package/LICENSE-THIRD-PARTY +1989 -503
  2. package/executors.json +9 -0
  3. package/package.json +8 -4
  4. package/sdk/license.d.ts +8 -0
  5. package/sdk/license.js +13 -0
  6. package/sdk/license.js.map +1 -0
  7. package/src/connection/agent-runtime-config.d.ts +1 -1
  8. package/src/connection/agent-runtime-config.js.map +1 -1
  9. package/src/connection/agent-serve-local.d.ts +2 -2
  10. package/src/connection/generator.d.ts +4 -4
  11. package/src/connection/generator.js +47 -47
  12. package/src/connection/generator.js.map +1 -1
  13. package/src/connection/serve-local.d.ts +1 -1
  14. package/src/connection/serve-local.js +1 -1
  15. package/src/connection/serve-local.js.map +1 -1
  16. package/src/infra/app/__snapshots__/generator.spec.ts.snap +17 -28
  17. package/src/infra/app/generator.d.ts +3 -3
  18. package/src/infra/app/generator.js +10 -10
  19. package/src/infra/app/generator.js.map +1 -1
  20. package/src/license/__snapshots__/config.spec.ts.snap +23 -0
  21. package/src/license/config-types.d.ts +18 -1
  22. package/src/license/config-types.js +4 -0
  23. package/src/license/config-types.js.map +1 -1
  24. package/src/license/config.d.ts +65 -7
  25. package/src/license/config.js +315 -7
  26. package/src/license/config.js.map +1 -1
  27. package/src/license/dependency-check/check.d.ts +16 -0
  28. package/src/license/dependency-check/check.js +111 -0
  29. package/src/license/dependency-check/check.js.map +1 -0
  30. package/src/license/dependency-check/collectors/collector.d.ts +21 -0
  31. package/src/license/dependency-check/collectors/collector.js +76 -0
  32. package/src/license/dependency-check/collectors/collector.js.map +1 -0
  33. package/src/license/dependency-check/collectors/npm-collector.d.ts +10 -0
  34. package/src/license/dependency-check/collectors/npm-collector.js +75 -0
  35. package/src/license/dependency-check/collectors/npm-collector.js.map +1 -0
  36. package/src/license/dependency-check/collectors/python-collector.d.ts +23 -0
  37. package/src/license/dependency-check/collectors/python-collector.js +121 -0
  38. package/src/license/dependency-check/collectors/python-collector.js.map +1 -0
  39. package/src/license/dependency-check/evaluator.d.ts +9 -0
  40. package/src/license/dependency-check/evaluator.js +122 -0
  41. package/src/license/dependency-check/evaluator.js.map +1 -0
  42. package/src/license/dependency-check/executor-schema.json +6 -0
  43. package/src/license/dependency-check/executor.d.ts +9 -0
  44. package/src/license/dependency-check/executor.js +43 -0
  45. package/src/license/dependency-check/executor.js.map +1 -0
  46. package/src/license/dependency-check/pre-approved.d.ts +6 -0
  47. package/src/license/dependency-check/pre-approved.js +1280 -0
  48. package/src/license/dependency-check/pre-approved.js.map +1 -0
  49. package/src/license/dependency-check/types.d.ts +45 -0
  50. package/src/license/dependency-check/types.js +7 -0
  51. package/src/license/dependency-check/types.js.map +1 -0
  52. package/src/license/generator.d.ts +3 -3
  53. package/src/license/generator.js +113 -14
  54. package/src/license/generator.js.map +1 -1
  55. package/src/license/index.d.ts +8 -0
  56. package/src/license/index.js +13 -0
  57. package/src/license/index.js.map +1 -0
  58. package/src/license/known-exceptions.d.ts +7 -0
  59. package/src/license/known-exceptions.js +33 -0
  60. package/src/license/known-exceptions.js.map +1 -0
  61. package/src/license/schema.d.ts +5 -0
  62. package/src/license/schema.json +6 -0
  63. package/src/license/sync/generator.d.ts +2 -2
  64. package/src/license/sync/generator.js +15 -15
  65. package/src/license/sync/generator.js.map +1 -1
  66. package/src/license/sync/project-file-sync.d.ts +3 -3
  67. package/src/license/sync/project-file-sync.js.map +1 -1
  68. package/src/mcp-server/generator-info.d.ts +5 -1
  69. package/src/mcp-server/generator-info.js +7 -7
  70. package/src/mcp-server/generator-info.js.map +1 -1
  71. package/src/mcp-server/guide-pipeline.d.ts +1 -1
  72. package/src/mcp-server/guide-pipeline.js +2 -2
  73. package/src/mcp-server/guide-pipeline.js.map +1 -1
  74. package/src/mcp-server/mdx-ast.js +4 -0
  75. package/src/mcp-server/mdx-ast.js.map +1 -1
  76. package/src/mcp-server/server.js +3 -3
  77. package/src/mcp-server/server.js.map +1 -1
  78. package/src/mcp-server/tools/create-workspace-command.d.ts +1 -1
  79. package/src/mcp-server/tools/create-workspace-command.js +2 -2
  80. package/src/mcp-server/tools/create-workspace-command.js.map +1 -1
  81. package/src/mcp-server/tools/general-guidance.d.ts +2 -2
  82. package/src/mcp-server/tools/general-guidance.js +2 -2
  83. package/src/mcp-server/tools/general-guidance.js.map +1 -1
  84. package/src/mcp-server/tools/generator-guide.d.ts +2 -2
  85. package/src/mcp-server/tools/generator-guide.js.map +1 -1
  86. package/src/mcp-server/tools/list-generators.d.ts +2 -2
  87. package/src/mcp-server/tools/list-generators.js +1 -1
  88. package/src/mcp-server/tools/list-generators.js.map +1 -1
  89. package/src/open-api/ts-client/__snapshots__/generator.reserved-keywords.spec.ts.snap +1 -1
  90. package/src/open-api/ts-client/generator.d.ts +3 -3
  91. package/src/open-api/ts-client/generator.js +2 -2
  92. package/src/open-api/ts-client/generator.js.map +1 -1
  93. package/src/open-api/ts-hooks/generator.d.ts +3 -3
  94. package/src/open-api/ts-hooks/generator.js +2 -2
  95. package/src/open-api/ts-hooks/generator.js.map +1 -1
  96. package/src/open-api/ts-hooks/generator.spec.tsx +14 -14
  97. package/src/open-api/ts-metadata/generator.d.ts +3 -3
  98. package/src/open-api/ts-metadata/generator.js +1 -1
  99. package/src/open-api/ts-metadata/generator.js.map +1 -1
  100. package/src/open-api/utils/codegen-data/languages.d.ts +5 -1
  101. package/src/open-api/utils/codegen-data/languages.js +4 -4
  102. package/src/open-api/utils/codegen-data/languages.js.map +1 -1
  103. package/src/open-api/utils/codegen-data.d.ts +6 -2
  104. package/src/open-api/utils/codegen-data.js +6 -6
  105. package/src/open-api/utils/codegen-data.js.map +1 -1
  106. package/src/open-api/utils/normalise.d.ts +5 -1
  107. package/src/open-api/utils/normalise.js +5 -5
  108. package/src/open-api/utils/normalise.js.map +1 -1
  109. package/src/open-api/utils/parse.d.ts +2 -2
  110. package/src/open-api/utils/parse.js +4 -0
  111. package/src/open-api/utils/parse.js.map +1 -1
  112. package/src/open-api/utils/refs.d.ts +1 -1
  113. package/src/preset/__snapshots__/generator.spec.ts.snap +59 -15
  114. package/src/preset/generator.d.ts +3 -3
  115. package/src/preset/generator.js +16 -13
  116. package/src/preset/generator.js.map +1 -1
  117. package/src/preset/schema.d.ts +2 -1
  118. package/src/py/agent/a2a-connection/generator.d.ts +3 -3
  119. package/src/py/agent/a2a-connection/generator.js +4 -4
  120. package/src/py/agent/a2a-connection/generator.js.map +1 -1
  121. package/src/py/agent/generator.d.ts +3 -3
  122. package/src/py/agent/generator.js +19 -15
  123. package/src/py/agent/generator.js.map +1 -1
  124. package/src/py/agent/mcp-connection/generator.d.ts +3 -3
  125. package/src/py/agent/mcp-connection/generator.js +4 -4
  126. package/src/py/agent/mcp-connection/generator.js.map +1 -1
  127. package/src/py/agent/react-connection/generator.d.ts +3 -3
  128. package/src/py/agent/react-connection/generator.js +4 -4
  129. package/src/py/agent/react-connection/generator.js.map +1 -1
  130. package/src/py/agent/react-connection/serve-local.d.ts +2 -2
  131. package/src/py/agent/react-connection/serve-local.js.map +1 -1
  132. package/src/py/api/generator.d.ts +3 -3
  133. package/src/py/api/generator.js.map +1 -1
  134. package/src/py/fast-api/generator.d.ts +3 -3
  135. package/src/py/fast-api/generator.js +12 -12
  136. package/src/py/fast-api/generator.js.map +1 -1
  137. package/src/py/fast-api/react/generator.d.ts +3 -3
  138. package/src/py/fast-api/react/generator.js +2 -2
  139. package/src/py/fast-api/react/generator.js.map +1 -1
  140. package/src/py/fast-api/react/open-api.d.ts +1 -1
  141. package/src/py/fast-api/react/open-api.js +1 -1
  142. package/src/py/fast-api/react/open-api.js.map +1 -1
  143. package/src/py/lambda-function/generator.d.ts +3 -3
  144. package/src/py/lambda-function/generator.js +9 -9
  145. package/src/py/lambda-function/generator.js.map +1 -1
  146. package/src/py/mcp-server/generator.d.ts +3 -3
  147. package/src/py/mcp-server/generator.js +14 -11
  148. package/src/py/mcp-server/generator.js.map +1 -1
  149. package/src/py/project/generator.d.ts +3 -3
  150. package/src/py/project/generator.js +14 -7
  151. package/src/py/project/generator.js.map +1 -1
  152. package/src/smithy/project/generator.d.ts +3 -3
  153. package/src/smithy/project/generator.js +5 -5
  154. package/src/smithy/project/generator.js.map +1 -1
  155. package/src/smithy/react-connection/generator.d.ts +3 -3
  156. package/src/smithy/react-connection/generator.js +3 -3
  157. package/src/smithy/react-connection/generator.js.map +1 -1
  158. package/src/smithy/ts/api/__snapshots__/generator.spec.ts.snap +8 -34
  159. package/src/smithy/ts/api/generator.d.ts +3 -3
  160. package/src/smithy/ts/api/generator.js +9 -11
  161. package/src/smithy/ts/api/generator.js.map +1 -1
  162. package/src/terraform/project/generator.d.ts +3 -3
  163. package/src/terraform/project/generator.js +6 -6
  164. package/src/terraform/project/generator.js.map +1 -1
  165. package/src/trpc/backend/generator.d.ts +3 -3
  166. package/src/trpc/backend/generator.js +10 -10
  167. package/src/trpc/backend/generator.js.map +1 -1
  168. package/src/trpc/backend/schema.d.ts +2 -2
  169. package/src/trpc/react/generator.d.ts +3 -3
  170. package/src/trpc/react/generator.js +5 -5
  171. package/src/trpc/react/generator.js.map +1 -1
  172. package/src/ts/agent/__snapshots__/generator.spec.ts.snap +4 -2
  173. package/src/ts/agent/a2a-connection/generator.d.ts +3 -3
  174. package/src/ts/agent/a2a-connection/generator.js +5 -5
  175. package/src/ts/agent/a2a-connection/generator.js.map +1 -1
  176. package/src/ts/agent/generator.d.ts +3 -3
  177. package/src/ts/agent/generator.js +10 -10
  178. package/src/ts/agent/generator.js.map +1 -1
  179. package/src/ts/agent/mcp-connection/__snapshots__/generator.spec.ts.snap +4 -2
  180. package/src/ts/agent/mcp-connection/generator.d.ts +3 -3
  181. package/src/ts/agent/mcp-connection/generator.js +5 -5
  182. package/src/ts/agent/mcp-connection/generator.js.map +1 -1
  183. package/src/ts/agent/react-connection/generator.d.ts +3 -3
  184. package/src/ts/agent/react-connection/generator.js +9 -9
  185. package/src/ts/agent/react-connection/generator.js.map +1 -1
  186. package/src/ts/agent/react-connection/serve-local.d.ts +2 -2
  187. package/src/ts/api/generator.d.ts +3 -3
  188. package/src/ts/api/generator.js +4 -4
  189. package/src/ts/api/generator.js.map +1 -1
  190. package/src/ts/api/schema.d.ts +2 -1
  191. package/src/ts/astro-docs/__snapshots__/generator.spec.ts.snap +1 -2
  192. package/src/ts/astro-docs/generator.d.ts +3 -3
  193. package/src/ts/astro-docs/generator.js +4 -4
  194. package/src/ts/astro-docs/generator.js.map +1 -1
  195. package/src/ts/docs/generator.d.ts +3 -3
  196. package/src/ts/docs/generator.js.map +1 -1
  197. package/src/ts/dynamodb/agent-connection/generator.d.ts +3 -3
  198. package/src/ts/dynamodb/agent-connection/generator.js +2 -2
  199. package/src/ts/dynamodb/agent-connection/generator.js.map +1 -1
  200. package/src/ts/dynamodb/generator.d.ts +3 -3
  201. package/src/ts/dynamodb/generator.js +11 -13
  202. package/src/ts/dynamodb/generator.js.map +1 -1
  203. package/src/ts/dynamodb/mcp-server-connection/generator.d.ts +3 -3
  204. package/src/ts/dynamodb/mcp-server-connection/generator.js +2 -2
  205. package/src/ts/dynamodb/mcp-server-connection/generator.js.map +1 -1
  206. package/src/ts/dynamodb/smithy-connection/generator.d.ts +3 -3
  207. package/src/ts/dynamodb/smithy-connection/generator.js +2 -2
  208. package/src/ts/dynamodb/smithy-connection/generator.js.map +1 -1
  209. package/src/ts/dynamodb/trpc-connection/generator.d.ts +3 -3
  210. package/src/ts/dynamodb/trpc-connection/generator.js +2 -2
  211. package/src/ts/dynamodb/trpc-connection/generator.js.map +1 -1
  212. package/src/ts/lambda-function/generator.d.ts +3 -3
  213. package/src/ts/lambda-function/generator.js +8 -8
  214. package/src/ts/lambda-function/generator.js.map +1 -1
  215. package/src/ts/lib/__snapshots__/generator.spec.ts.snap +23 -56
  216. package/src/ts/lib/__snapshots__/vitest.spec.ts.snap +24 -0
  217. package/src/ts/lib/biome.d.ts +7 -0
  218. package/src/ts/lib/biome.js +55 -0
  219. package/src/ts/lib/biome.js.map +1 -0
  220. package/src/ts/lib/generator.d.ts +3 -3
  221. package/src/ts/lib/generator.js +7 -13
  222. package/src/ts/lib/generator.js.map +1 -1
  223. package/src/ts/lib/grit/vitest-pass-with-no-tests.grit +1 -1
  224. package/src/ts/lib/ts-project-utils.d.ts +2 -2
  225. package/src/ts/lib/ts-project-utils.js +8 -2
  226. package/src/ts/lib/ts-project-utils.js.map +1 -1
  227. package/src/ts/lib/vitest.d.ts +2 -2
  228. package/src/ts/lib/vitest.js +1 -1
  229. package/src/ts/lib/vitest.js.map +1 -1
  230. package/src/ts/mcp-server/generator.d.ts +3 -3
  231. package/src/ts/mcp-server/generator.js +12 -9
  232. package/src/ts/mcp-server/generator.js.map +1 -1
  233. package/src/ts/nx-generator/__snapshots__/generator.spec.ts.snap +19 -14
  234. package/src/ts/nx-generator/generator.d.ts +2 -2
  235. package/src/ts/nx-generator/generator.js +6 -6
  236. package/src/ts/nx-generator/generator.js.map +1 -1
  237. package/src/ts/nx-plugin/generator.d.ts +3 -3
  238. package/src/ts/nx-plugin/generator.js +3 -3
  239. package/src/ts/nx-plugin/generator.js.map +1 -1
  240. package/src/ts/nx-plugin/utils.d.ts +1 -1
  241. package/src/ts/nx-plugin/utils.js +1 -1
  242. package/src/ts/nx-plugin/utils.js.map +1 -1
  243. package/src/ts/rdb/__snapshots__/generator.spec.ts.snap +22 -38
  244. package/src/ts/rdb/agent-connection/generator.d.ts +3 -3
  245. package/src/ts/rdb/agent-connection/generator.js +4 -4
  246. package/src/ts/rdb/agent-connection/generator.js.map +1 -1
  247. package/src/ts/rdb/files/scripts/{docker-pull.ts.template → pull-image.ts.template} +1 -1
  248. package/src/ts/rdb/files/scripts/{docker-start.ts.template → start-container.ts.template} +23 -23
  249. package/src/ts/rdb/generator.d.ts +3 -3
  250. package/src/ts/rdb/generator.js +20 -22
  251. package/src/ts/rdb/generator.js.map +1 -1
  252. package/src/ts/rdb/mcp-server-connection/generator.d.ts +3 -3
  253. package/src/ts/rdb/mcp-server-connection/generator.js +4 -4
  254. package/src/ts/rdb/mcp-server-connection/generator.js.map +1 -1
  255. package/src/ts/rdb/smithy-connection/generator.d.ts +3 -3
  256. package/src/ts/rdb/smithy-connection/generator.js +4 -4
  257. package/src/ts/rdb/smithy-connection/generator.js.map +1 -1
  258. package/src/ts/rdb/trpc-connection/generator.d.ts +3 -3
  259. package/src/ts/rdb/trpc-connection/generator.js +3 -3
  260. package/src/ts/rdb/trpc-connection/generator.js.map +1 -1
  261. package/src/ts/rdb/utils.d.ts +1 -1
  262. package/src/ts/react-website/agui/generator.d.ts +1 -1
  263. package/src/ts/react-website/agui/generator.js +4 -4
  264. package/src/ts/react-website/agui/generator.js.map +1 -1
  265. package/src/ts/react-website/app/__snapshots__/generator.spec.ts.snap +166 -305
  266. package/src/ts/react-website/app/generator.d.ts +3 -3
  267. package/src/ts/react-website/app/generator.js +13 -13
  268. package/src/ts/react-website/app/generator.js.map +1 -1
  269. package/src/ts/react-website/cognito-auth/generator.d.ts +3 -3
  270. package/src/ts/react-website/cognito-auth/generator.js +10 -10
  271. package/src/ts/react-website/cognito-auth/generator.js.map +1 -1
  272. package/src/ts/react-website/cognito-auth/grit/cloudscape-auth-menu.grit +5 -5
  273. package/src/ts/react-website/cognito-auth/grit/cognito-auth-wrapper.grit +1 -1
  274. package/src/ts/react-website/cognito-auth/utils.d.ts +1 -1
  275. package/src/ts/react-website/cognito-auth/utils.js +1 -1
  276. package/src/ts/react-website/cognito-auth/utils.js.map +1 -1
  277. package/src/ts/react-website/runtime-config/generator.d.ts +3 -3
  278. package/src/ts/react-website/runtime-config/generator.js +4 -4
  279. package/src/ts/react-website/runtime-config/generator.js.map +1 -1
  280. package/src/ts/sync/generator.d.ts +3 -3
  281. package/src/ts/sync/generator.js +2 -2
  282. package/src/ts/sync/generator.js.map +1 -1
  283. package/src/ts/website/app/generator.d.ts +3 -3
  284. package/src/ts/website/app/generator.js +1 -1
  285. package/src/ts/website/app/generator.js.map +1 -1
  286. package/src/ts/website/auth/generator.d.ts +3 -3
  287. package/src/ts/website/auth/generator.js +1 -1
  288. package/src/ts/website/auth/generator.js.map +1 -1
  289. package/src/utils/agent-connection/agent-connection.d.ts +1 -1
  290. package/src/utils/agent-connection/agent-connection.js +8 -8
  291. package/src/utils/agent-connection/agent-connection.js.map +1 -1
  292. package/src/utils/agent-core-constructs/agent-core-constructs.d.ts +3 -3
  293. package/src/utils/agent-core-constructs/agent-core-constructs.js +1 -1
  294. package/src/utils/agent-core-constructs/agent-core-constructs.js.map +1 -1
  295. package/src/utils/api-constructs/api-constructs.d.ts +2 -2
  296. package/src/utils/api-constructs/api-constructs.js +1 -1
  297. package/src/utils/api-constructs/api-constructs.js.map +1 -1
  298. package/src/utils/api-constructs/open-api-metadata.d.ts +2 -2
  299. package/src/utils/api-constructs/open-api-metadata.js.map +1 -1
  300. package/src/utils/ast/website.d.ts +5 -1
  301. package/src/utils/ast/website.js +2 -2
  302. package/src/utils/ast/website.js.map +1 -1
  303. package/src/utils/ast.d.ts +29 -1
  304. package/src/utils/ast.js +66 -4
  305. package/src/utils/ast.js.map +1 -1
  306. package/src/utils/bundle/bundle.d.ts +1 -1
  307. package/src/utils/bundle/bundle.js +2 -2
  308. package/src/utils/bundle/bundle.js.map +1 -1
  309. package/src/utils/config/index.d.ts +5 -5
  310. package/src/utils/config/utils.d.ts +13 -3
  311. package/src/utils/config/utils.js +37 -5
  312. package/src/utils/config/utils.js.map +1 -1
  313. package/src/utils/connection/open-api/react.d.ts +1 -1
  314. package/src/utils/connection/open-api/react.js +4 -4
  315. package/src/utils/connection/open-api/react.js.map +1 -1
  316. package/src/utils/containers.d.ts +1 -1
  317. package/src/utils/dynamodb-constructs/dynamodb-constructs.d.ts +2 -2
  318. package/src/utils/dynamodb-constructs/dynamodb-constructs.js +1 -1
  319. package/src/utils/dynamodb-constructs/dynamodb-constructs.js.map +1 -1
  320. package/src/utils/format.d.ts +45 -2
  321. package/src/utils/format.js +91 -50
  322. package/src/utils/format.js.map +1 -1
  323. package/src/utils/fs.d.ts +1 -1
  324. package/src/utils/fs.js.map +1 -1
  325. package/src/utils/function-constructs/function-constructs.d.ts +2 -2
  326. package/src/utils/function-constructs/function-constructs.js +1 -1
  327. package/src/utils/function-constructs/function-constructs.js.map +1 -1
  328. package/src/utils/generators.d.ts +4 -0
  329. package/src/utils/generators.js +4 -4
  330. package/src/utils/generators.js.map +1 -1
  331. package/src/utils/git.d.ts +1 -1
  332. package/src/utils/git.js.map +1 -1
  333. package/src/utils/iac.d.ts +1 -1
  334. package/src/utils/iac.js.map +1 -1
  335. package/src/utils/identity-constructs/identity-constructs.d.ts +2 -2
  336. package/src/utils/identity-constructs/identity-constructs.js +1 -1
  337. package/src/utils/identity-constructs/identity-constructs.js.map +1 -1
  338. package/src/utils/js.d.ts +4 -0
  339. package/src/utils/js.js +4 -4
  340. package/src/utils/js.js.map +1 -1
  341. package/src/utils/mcp.d.ts +1 -1
  342. package/src/utils/mcp.js.map +1 -1
  343. package/src/utils/metrics.d.ts +2 -2
  344. package/src/utils/metrics.js.map +1 -1
  345. package/src/utils/npm-scope.d.ts +1 -1
  346. package/src/utils/npm-scope.js.map +1 -1
  347. package/src/utils/nx.d.ts +2 -2
  348. package/src/utils/nx.js +2 -2
  349. package/src/utils/nx.js.map +1 -1
  350. package/src/utils/nxlv-python.d.ts +1 -1
  351. package/src/utils/paths.d.ts +1 -1
  352. package/src/utils/pnpm-workspace.d.ts +1 -1
  353. package/src/utils/pnpm-workspace.js.map +1 -1
  354. package/src/utils/port.d.ts +1 -1
  355. package/src/utils/port.js.map +1 -1
  356. package/src/utils/py.d.ts +2 -2
  357. package/src/utils/py.js +1 -1
  358. package/src/utils/py.js.map +1 -1
  359. package/src/utils/rdb-constructs/files/terraform/app/dbs/__nameKebabCase__/__nameKebabCase__.tf.template +4 -4
  360. package/src/utils/rdb-constructs/rdb-constructs.d.ts +4 -4
  361. package/src/utils/rdb-constructs/rdb-constructs.js +1 -1
  362. package/src/utils/rdb-constructs/rdb-constructs.js.map +1 -1
  363. package/src/utils/shared-constructs.d.ts +2 -2
  364. package/src/utils/shared-constructs.js +7 -7
  365. package/src/utils/shared-constructs.js.map +1 -1
  366. package/src/utils/shared-infra-config.d.ts +1 -1
  367. package/src/utils/shared-infra-config.js +1 -1
  368. package/src/utils/shared-infra-config.js.map +1 -1
  369. package/src/utils/shared-scripts.d.ts +1 -1
  370. package/src/utils/shared-scripts.js +2 -2
  371. package/src/utils/shared-scripts.js.map +1 -1
  372. package/src/utils/shared-shadcn.d.ts +1 -1
  373. package/src/utils/shared-shadcn.js +1 -13
  374. package/src/utils/shared-shadcn.js.map +1 -1
  375. package/src/utils/test.d.ts +5 -1
  376. package/src/utils/test.js +9 -5
  377. package/src/utils/test.js.map +1 -1
  378. package/src/utils/toml.d.ts +1 -1
  379. package/src/utils/toml.js +4 -0
  380. package/src/utils/toml.js.map +1 -1
  381. package/src/utils/versions.d.ts +3 -7
  382. package/src/utils/versions.js +2 -6
  383. package/src/utils/versions.js.map +1 -1
  384. package/src/utils/website-constructs/website-constructs.d.ts +2 -2
  385. package/src/utils/website-constructs/website-constructs.js +1 -1
  386. package/src/utils/website-constructs/website-constructs.js.map +1 -1
  387. package/src/ts/lib/eslint.d.ts +0 -14
  388. package/src/ts/lib/eslint.js +0 -90
  389. package/src/ts/lib/eslint.js.map +0 -1
  390. package/src/ts/lib/grit/eslint-dependency-checks-warn.grit +0 -1
@@ -3417,12 +3417,12 @@ SOFTWARE.
3417
3417
 
3418
3418
  ---
3419
3419
 
3420
- The following software may be included in this product: @esbuild/darwin-arm64 (0.28.0)
3420
+ The following software may be included in this product: @esbuild/linux-x64 (0.28.0)
3421
3421
  This software contains the following license and notice below:
3422
3422
 
3423
3423
  MIT License
3424
3424
 
3425
- Copyright (c) The maintainers of @esbuild/darwin-arm64 <https://github.com/evanw/esbuild#readme>
3425
+ Copyright (c) The maintainers of @esbuild/linux-x64 <https://github.com/evanw/esbuild#readme>
3426
3426
 
3427
3427
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
3428
3428
  associated documentation files (the "Software"), to deal in the Software without restriction, including
@@ -3596,36 +3596,12 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
3596
3596
 
3597
3597
  ---
3598
3598
 
3599
- The following software may be included in this product: @getgrit/gritql-darwin-arm64 (0.0.3)
3599
+ The following software may be included in this product: @getgrit/gritql-linux-x64-gnu (0.0.3)
3600
3600
  This software contains the following license and notice below:
3601
3601
 
3602
3602
  MIT License
3603
3603
 
3604
- Copyright (c) The maintainers of @getgrit/gritql-darwin-arm64 <https://github.com/biomejs/gritql#readme>
3605
-
3606
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
3607
- associated documentation files (the "Software"), to deal in the Software without restriction, including
3608
- without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3609
- copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
3610
- following conditions:
3611
-
3612
- The above copyright notice and this permission notice shall be included in all copies or substantial
3613
- portions of the Software.
3614
-
3615
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
3616
- LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
3617
- EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3618
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
3619
- USE OR OTHER DEALINGS IN THE SOFTWARE.
3620
-
3621
- ---
3622
-
3623
- The following software may be included in this product: @getgrit/gritql-darwin-universal (0.0.3)
3624
- This software contains the following license and notice below:
3625
-
3626
- MIT License
3627
-
3628
- Copyright (c) The maintainers of @getgrit/gritql-darwin-universal <https://github.com/biomejs/gritql#readme>
3604
+ Copyright (c) The maintainers of @getgrit/gritql-linux-x64-gnu <https://github.com/biomejs/gritql#readme>
3629
3605
 
3630
3606
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
3631
3607
  associated documentation files (the "Software"), to deal in the Software without restriction, including
@@ -5424,12 +5400,12 @@ SOFTWARE.
5424
5400
 
5425
5401
  ---
5426
5402
 
5427
- The following software may be included in this product: @oxc-resolver/binding-darwin-arm64 (11.19.1)
5403
+ The following software may be included in this product: @oxc-resolver/binding-linux-x64-gnu (11.19.1)
5428
5404
  This software contains the following license and notice below:
5429
5405
 
5430
5406
  MIT License
5431
5407
 
5432
- Copyright (c) The maintainers of @oxc-resolver/binding-darwin-arm64 <https://oxc.rs>
5408
+ Copyright (c) The maintainers of @oxc-resolver/binding-linux-x64-gnu <https://oxc.rs>
5433
5409
 
5434
5410
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
5435
5411
  associated documentation files (the "Software"), to deal in the Software without restriction, including
@@ -5733,12 +5709,12 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
5733
5709
 
5734
5710
  ---
5735
5711
 
5736
- The following software may be included in this product: @rolldown/binding-darwin-arm64 (1.0.0-rc.15)
5712
+ The following software may be included in this product: @rolldown/binding-linux-x64-gnu (1.0.0-rc.15)
5737
5713
  This software contains the following license and notice below:
5738
5714
 
5739
5715
  MIT License
5740
5716
 
5741
- Copyright (c) The maintainers of @rolldown/binding-darwin-arm64 <https://rolldown.rs/>
5717
+ Copyright (c) The maintainers of @rolldown/binding-linux-x64-gnu <https://rolldown.rs/>
5742
5718
 
5743
5719
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
5744
5720
  associated documentation files (the "Software"), to deal in the Software without restriction, including
@@ -5757,12 +5733,12 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
5757
5733
 
5758
5734
  ---
5759
5735
 
5760
- The following software may be included in this product: @rolldown/binding-darwin-arm64 (1.0.2)
5736
+ The following software may be included in this product: @rolldown/binding-linux-x64-gnu (1.0.2)
5761
5737
  This software contains the following license and notice below:
5762
5738
 
5763
5739
  MIT License
5764
5740
 
5765
- Copyright (c) The maintainers of @rolldown/binding-darwin-arm64 <https://rolldown.rs/>
5741
+ Copyright (c) The maintainers of @rolldown/binding-linux-x64-gnu <https://rolldown.rs/>
5766
5742
 
5767
5743
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
5768
5744
  associated documentation files (the "Software"), to deal in the Software without restriction, including
@@ -6049,7 +6025,7 @@ THE SOFTWARE.
6049
6025
 
6050
6026
  ---
6051
6027
 
6052
- The following software may be included in this product: @rollup/rollup-darwin-arm64 (4.50.1)
6028
+ The following software may be included in this product: @rollup/rollup-linux-x64-gnu (4.50.1)
6053
6029
  This software contains the following license and notice below:
6054
6030
 
6055
6031
  MIT License
@@ -6101,7 +6077,7 @@ SOFTWARE.
6101
6077
 
6102
6078
  ---
6103
6079
 
6104
- The following software may be included in this product: @rspack/binding-darwin-arm64 (1.6.8)
6080
+ The following software may be included in this product: @rspack/binding-linux-x64-gnu (1.6.8)
6105
6081
  This software contains the following license and notice below:
6106
6082
 
6107
6083
  MIT License
@@ -9004,6 +8980,33 @@ OTHER DEALINGS IN THE SOFTWARE.
9004
8980
 
9005
8981
  ---
9006
8982
 
8983
+ The following software may be included in this product: array-find-index (1.0.2)
8984
+ This software contains the following license and notice below:
8985
+
8986
+ The MIT License (MIT)
8987
+
8988
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
8989
+
8990
+ Permission is hereby granted, free of charge, to any person obtaining a copy
8991
+ of this software and associated documentation files (the "Software"), to deal
8992
+ in the Software without restriction, including without limitation the rights
8993
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8994
+ copies of the Software, and to permit persons to whom the Software is
8995
+ furnished to do so, subject to the following conditions:
8996
+
8997
+ The above copyright notice and this permission notice shall be included in
8998
+ all copies or substantial portions of the Software.
8999
+
9000
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
9001
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
9002
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
9003
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
9004
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
9005
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
9006
+ THE SOFTWARE.
9007
+
9008
+ ---
9009
+
9007
9010
  The following software may be included in this product: array-flatten (1.1.1)
9008
9011
  This software contains the following license and notice below:
9009
9012
 
@@ -14580,34 +14583,6 @@ OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHE
14580
14583
 
14581
14584
  ---
14582
14585
 
14583
- The following software may be included in this product: fsevents (2.3.3)
14584
- This software contains the following license and notice below:
14585
-
14586
- MIT License
14587
- -----------
14588
-
14589
- Copyright (C) 2010-2020 by Philipp Dunkel, Ben Noordhuis, Elan Shankar, Paul Miller
14590
-
14591
- Permission is hereby granted, free of charge, to any person obtaining a copy
14592
- of this software and associated documentation files (the "Software"), to deal
14593
- in the Software without restriction, including without limitation the rights
14594
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14595
- copies of the Software, and to permit persons to whom the Software is
14596
- furnished to do so, subject to the following conditions:
14597
-
14598
- The above copyright notice and this permission notice shall be included in
14599
- all copies or substantial portions of the Software.
14600
-
14601
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14602
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14603
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
14604
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
14605
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
14606
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
14607
- THE SOFTWARE.
14608
-
14609
- ---
14610
-
14611
14586
  The following software may be included in this product: function-bind (1.1.2)
14612
14587
  This software contains the following license and notice below:
14613
14588
 
@@ -16485,33 +16460,6 @@ SOFTWARE.
16485
16460
 
16486
16461
  ---
16487
16462
 
16488
- The following software may be included in this product: jiti (2.5.1)
16489
- This software contains the following license and notice below:
16490
-
16491
- MIT License
16492
-
16493
- Copyright (c) Pooya Parsa <pooya@pi0.io>
16494
-
16495
- Permission is hereby granted, free of charge, to any person obtaining a copy
16496
- of this software and associated documentation files (the "Software"), to deal
16497
- in the Software without restriction, including without limitation the rights
16498
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
16499
- copies of the Software, and to permit persons to whom the Software is
16500
- furnished to do so, subject to the following conditions:
16501
-
16502
- The above copyright notice and this permission notice shall be included in all
16503
- copies or substantial portions of the Software.
16504
-
16505
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16506
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16507
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16508
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16509
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
16510
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
16511
- SOFTWARE.
16512
-
16513
- ---
16514
-
16515
16463
  The following software may be included in this product: jiti (2.6.1)
16516
16464
  This software contains the following license and notice below:
16517
16465
 
@@ -16859,6 +16807,37 @@ distributed under the terms of the MIT license above.
16859
16807
 
16860
16808
  ---
16861
16809
 
16810
+ The following software may be included in this product: json-parse-even-better-errors (3.0.2)
16811
+ This software contains the following license and notice below:
16812
+
16813
+ Copyright 2017 Kat Marchán
16814
+ Copyright npm, Inc.
16815
+
16816
+ Permission is hereby granted, free of charge, to any person obtaining a
16817
+ copy of this software and associated documentation files (the "Software"),
16818
+ to deal in the Software without restriction, including without limitation
16819
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
16820
+ and/or sell copies of the Software, and to permit persons to whom the
16821
+ Software is furnished to do so, subject to the following conditions:
16822
+
16823
+ The above copyright notice and this permission notice shall be included in
16824
+ all copies or substantial portions of the Software.
16825
+
16826
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16827
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16828
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16829
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16830
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
16831
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
16832
+ DEALINGS IN THE SOFTWARE.
16833
+
16834
+ ---
16835
+
16836
+ This library is a fork of 'better-json-errors' by Kat Marchán, extended and
16837
+ distributed under the terms of the MIT license above.
16838
+
16839
+ ---
16840
+
16862
16841
  The following software may be included in this product: json-schema-traverse (0.4.1)
16863
16842
  This software contains the following license and notice below:
16864
16843
 
@@ -17565,6 +17544,59 @@ terms above.
17565
17544
 
17566
17545
  ---
17567
17546
 
17547
+ The following software may be included in this product: lodash.clonedeep (4.5.0)
17548
+ This software contains the following license and notice below:
17549
+
17550
+ Copyright jQuery Foundation and other contributors <https://jquery.org/>
17551
+
17552
+ Based on Underscore.js, copyright Jeremy Ashkenas,
17553
+ DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
17554
+
17555
+ This software consists of voluntary contributions made by many
17556
+ individuals. For exact contribution history, see the revision history
17557
+ available at https://github.com/lodash/lodash
17558
+
17559
+ The following license applies to all parts of this software except as
17560
+ documented below:
17561
+
17562
+ ====
17563
+
17564
+ Permission is hereby granted, free of charge, to any person obtaining
17565
+ a copy of this software and associated documentation files (the
17566
+ "Software"), to deal in the Software without restriction, including
17567
+ without limitation the rights to use, copy, modify, merge, publish,
17568
+ distribute, sublicense, and/or sell copies of the Software, and to
17569
+ permit persons to whom the Software is furnished to do so, subject to
17570
+ the following conditions:
17571
+
17572
+ The above copyright notice and this permission notice shall be
17573
+ included in all copies or substantial portions of the Software.
17574
+
17575
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17576
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17577
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17578
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
17579
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
17580
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
17581
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
17582
+
17583
+ ====
17584
+
17585
+ Copyright and related rights for sample code are waived via CC0. Sample
17586
+ code is defined as all source code displayed within the prose of the
17587
+ documentation.
17588
+
17589
+ CC0: http://creativecommons.org/publicdomain/zero/1.0/
17590
+
17591
+ ====
17592
+
17593
+ Files located in the node_modules and vendor directories are externally
17594
+ maintained libraries used by this software which have their own
17595
+ licenses; we recommend you read them, as their terms may differ from the
17596
+ terms above.
17597
+
17598
+ ---
17599
+
17568
17600
  The following software may be included in this product: lodash.clonedeepwith (4.5.0)
17569
17601
  This software contains the following license and notice below:
17570
17602
 
@@ -22245,19 +22277,6 @@ OTHER DEALINGS IN THE SOFTWARE.
22245
22277
 
22246
22278
  ---
22247
22279
 
22248
- The following software may be included in this product: prettier (3.8.3)
22249
- This software contains the following license and notice below:
22250
-
22251
- Copyright © James Long and contributors
22252
-
22253
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
22254
-
22255
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
22256
-
22257
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22258
-
22259
- ---
22260
-
22261
22280
  The following software may be included in this product: process (0.11.10)
22262
22281
  This software contains the following license and notice below:
22263
22282
 
@@ -25079,6 +25098,103 @@ SOFTWARE.
25079
25098
 
25080
25099
  ---
25081
25100
 
25101
+ The following software may be included in this product: spdx-compare (1.0.0)
25102
+ This software contains the following license and notice below:
25103
+
25104
+ The MIT License
25105
+
25106
+ Copyright (c) 2015 Kyle E. Mitchell
25107
+
25108
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
25109
+
25110
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
25111
+
25112
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25113
+
25114
+ ---
25115
+
25116
+ The following software may be included in this product: spdx-expression-parse (3.0.1)
25117
+ This software contains the following license and notice below:
25118
+
25119
+ The MIT License
25120
+
25121
+ Copyright (c) 2015 Kyle E. Mitchell & other authors listed in AUTHORS
25122
+
25123
+ Permission is hereby granted, free of charge, to any person obtaining
25124
+ a copy of this software and associated documentation files (the
25125
+ "Software"), to deal in the Software without restriction, including
25126
+ without limitation the rights to use, copy, modify, merge, publish,
25127
+ distribute, sublicense, and/or sell copies of the Software, and to
25128
+ permit persons to whom the Software is furnished to do so, subject to
25129
+ the following conditions:
25130
+
25131
+ The above copyright notice and this permission notice shall be included
25132
+ in all copies or substantial portions of the Software.
25133
+
25134
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
25135
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
25136
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
25137
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
25138
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
25139
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
25140
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25141
+
25142
+ ---
25143
+
25144
+ The following software may be included in this product: spdx-satisfies (5.0.1)
25145
+ This software contains the following license and notice below:
25146
+
25147
+ The MIT License
25148
+
25149
+ Copyright (c) spdx-satisfies.js contributors
25150
+
25151
+ Permission is hereby granted, free of charge, to any person obtaining a
25152
+ copy of this software and associated documentation files (the "Software"),
25153
+ to deal in the Software without restriction, including without limitation
25154
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
25155
+ and/or sell copies of the Software, and to permit persons to whom the
25156
+ Software is furnished to do so, subject to the following conditions:
25157
+
25158
+ The above copyright notice and this permission notice shall be included
25159
+ in all copies or substantial portions of the Software.
25160
+
25161
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25162
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25163
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
25164
+ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
25165
+ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
25166
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
25167
+ OTHER DEALINGS IN THE SOFTWARE.
25168
+
25169
+ ---
25170
+
25171
+ The following software may be included in this product: spdx-satisfies (6.0.0)
25172
+ This software contains the following license and notice below:
25173
+
25174
+ The MIT License
25175
+
25176
+ Copyright (c) spdx-satisfies.js contributors
25177
+
25178
+ Permission is hereby granted, free of charge, to any person obtaining a
25179
+ copy of this software and associated documentation files (the "Software"),
25180
+ to deal in the Software without restriction, including without limitation
25181
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
25182
+ and/or sell copies of the Software, and to permit persons to whom the
25183
+ Software is furnished to do so, subject to the following conditions:
25184
+
25185
+ The above copyright notice and this permission notice shall be included
25186
+ in all copies or substantial portions of the Software.
25187
+
25188
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25189
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25190
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
25191
+ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
25192
+ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
25193
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
25194
+ OTHER DEALINGS IN THE SOFTWARE.
25195
+
25196
+ ---
25197
+
25082
25198
  The following software may be included in this product: sshpk (1.18.0)
25083
25199
  This software contains the following license and notice below:
25084
25200
 
@@ -26310,6 +26426,33 @@ SOFTWARE.
26310
26426
 
26311
26427
  ---
26312
26428
 
26429
+ The following software may be included in this product: treeify (1.1.0)
26430
+ This software contains the following license and notice below:
26431
+
26432
+ The MIT License (MIT)
26433
+
26434
+ Copyright (c) 2012-2018 Luke Plaster <notatestuser@gmail.com>
26435
+
26436
+ Permission is hereby granted, free of charge, to any person obtaining a copy
26437
+ of this software and associated documentation files (the "Software"), to deal
26438
+ in the Software without restriction, including without limitation the rights
26439
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26440
+ copies of the Software, and to permit persons to whom the Software is
26441
+ furnished to do so, subject to the following conditions:
26442
+
26443
+ The above copyright notice and this permission notice shall be included in all
26444
+ copies or substantial portions of the Software.
26445
+
26446
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26447
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26448
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
26449
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26450
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26451
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26452
+ SOFTWARE.
26453
+
26454
+ ---
26455
+
26313
26456
  The following software may be included in this product: trough (2.2.0)
26314
26457
  This software contains the following license and notice below:
26315
26458
 
@@ -33208,116 +33351,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
33208
33351
 
33209
33352
  ---
33210
33353
 
33211
- The following software may be included in this product: @csstools/color-helpers (6.0.2)
33212
- This software contains the following license and notice below:
33213
-
33214
- MIT No Attribution (MIT-0)
33215
-
33216
- Copyright © CSSTools Contributors
33217
-
33218
- Permission is hereby granted, free of charge, to any person obtaining a copy of
33219
- this software and associated documentation files (the “Software”), to deal in
33220
- the Software without restriction, including without limitation the rights to
33221
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
33222
- of the Software, and to permit persons to whom the Software is furnished to do
33223
- so.
33224
-
33225
- THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33226
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33227
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
33228
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33229
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
33230
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
33231
- SOFTWARE.
33232
-
33233
- ---
33234
-
33235
- The following software may be included in this product: @csstools/css-syntax-patches-for-csstree (1.1.3)
33236
- This software contains the following license and notice below:
33237
-
33238
- MIT No Attribution (MIT-0)
33239
-
33240
- Copyright © CSSTools Contributors
33241
-
33242
- Permission is hereby granted, free of charge, to any person obtaining a copy of
33243
- this software and associated documentation files (the “Software”), to deal in
33244
- the Software without restriction, including without limitation the rights to
33245
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
33246
- of the Software, and to permit persons to whom the Software is furnished to do
33247
- so.
33248
-
33249
- THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33250
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33251
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
33252
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33253
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
33254
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
33255
- SOFTWARE.
33256
-
33257
- ---
33258
-
33259
- The following software may be included in this product: @cypress/request (3.0.10)
33260
- This software contains the following license and notice below:
33261
-
33262
- Apache License
33263
-
33264
- Version 2.0, January 2004
33265
-
33266
- http://www.apache.org/licenses/
33267
-
33268
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
33269
-
33270
- 1. Definitions.
33271
-
33272
- "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
33273
-
33274
- "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
33275
-
33276
- "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
33277
-
33278
- "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
33279
-
33280
- "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
33281
-
33282
- "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
33283
-
33284
- "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
33285
-
33286
- "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
33287
-
33288
- "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
33289
-
33290
- "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
33291
-
33292
- 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
33293
-
33294
- 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
33295
-
33296
- 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
33297
-
33298
- You must give any other recipients of the Work or Derivative Works a copy of this License; and
33299
-
33300
- You must cause any modified files to carry prominent notices stating that You changed the files; and
33301
-
33302
- You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
33303
-
33304
- If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
33305
-
33306
- 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
33307
-
33308
- 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
33309
-
33310
- 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
33311
-
33312
- 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
33313
-
33314
- 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
33315
-
33316
- END OF TERMS AND CONDITIONS
33317
-
33318
- ---
33319
-
33320
- The following software may be included in this product: @eslint/config-array (0.21.2)
33354
+ The following software may be included in this product: @biomejs/js-api (4.0.0)
33321
33355
  This software contains the following license and notice below:
33322
33356
 
33323
33357
  Apache License
@@ -33508,13 +33542,13 @@ APPENDIX: How to apply the Apache License to your work.
33508
33542
  same "printed page" as the copyright notice for easier
33509
33543
  identification within third-party archives.
33510
33544
 
33511
- Copyright [yyyy] [name of copyright owner]
33545
+ Copyright (c) 2023 Biome Developers and Contributors.
33512
33546
 
33513
33547
  Licensed under the Apache License, Version 2.0 (the "License");
33514
33548
  you may not use this file except in compliance with the License.
33515
33549
  You may obtain a copy of the License at
33516
33550
 
33517
- http://www.apache.org/licenses/LICENSE-2.0
33551
+ http://www.apache.org/licenses/LICENSE-2.0
33518
33552
 
33519
33553
  Unless required by applicable law or agreed to in writing, software
33520
33554
  distributed under the License is distributed on an "AS IS" BASIS,
@@ -33524,7 +33558,116 @@ limitations under the License.
33524
33558
 
33525
33559
  ---
33526
33560
 
33527
- The following software may be included in this product: @eslint/config-helpers (0.4.2)
33561
+ The following software may be included in this product: @csstools/color-helpers (6.0.2)
33562
+ This software contains the following license and notice below:
33563
+
33564
+ MIT No Attribution (MIT-0)
33565
+
33566
+ Copyright © CSSTools Contributors
33567
+
33568
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
33569
+ this software and associated documentation files (the “Software”), to deal in
33570
+ the Software without restriction, including without limitation the rights to
33571
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
33572
+ of the Software, and to permit persons to whom the Software is furnished to do
33573
+ so.
33574
+
33575
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33576
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33577
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
33578
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33579
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
33580
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
33581
+ SOFTWARE.
33582
+
33583
+ ---
33584
+
33585
+ The following software may be included in this product: @csstools/css-syntax-patches-for-csstree (1.1.3)
33586
+ This software contains the following license and notice below:
33587
+
33588
+ MIT No Attribution (MIT-0)
33589
+
33590
+ Copyright © CSSTools Contributors
33591
+
33592
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
33593
+ this software and associated documentation files (the “Software”), to deal in
33594
+ the Software without restriction, including without limitation the rights to
33595
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
33596
+ of the Software, and to permit persons to whom the Software is furnished to do
33597
+ so.
33598
+
33599
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33600
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33601
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
33602
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33603
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
33604
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
33605
+ SOFTWARE.
33606
+
33607
+ ---
33608
+
33609
+ The following software may be included in this product: @cypress/request (3.0.10)
33610
+ This software contains the following license and notice below:
33611
+
33612
+ Apache License
33613
+
33614
+ Version 2.0, January 2004
33615
+
33616
+ http://www.apache.org/licenses/
33617
+
33618
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
33619
+
33620
+ 1. Definitions.
33621
+
33622
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
33623
+
33624
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
33625
+
33626
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
33627
+
33628
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
33629
+
33630
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
33631
+
33632
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
33633
+
33634
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
33635
+
33636
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
33637
+
33638
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
33639
+
33640
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
33641
+
33642
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
33643
+
33644
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
33645
+
33646
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
33647
+
33648
+ You must give any other recipients of the Work or Derivative Works a copy of this License; and
33649
+
33650
+ You must cause any modified files to carry prominent notices stating that You changed the files; and
33651
+
33652
+ You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
33653
+
33654
+ If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
33655
+
33656
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
33657
+
33658
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
33659
+
33660
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
33661
+
33662
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
33663
+
33664
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
33665
+
33666
+ END OF TERMS AND CONDITIONS
33667
+
33668
+ ---
33669
+
33670
+ The following software may be included in this product: @eslint/config-array (0.21.2)
33528
33671
  This software contains the following license and notice below:
33529
33672
 
33530
33673
  Apache License
@@ -33731,7 +33874,7 @@ limitations under the License.
33731
33874
 
33732
33875
  ---
33733
33876
 
33734
- The following software may be included in this product: @eslint/core (0.17.0)
33877
+ The following software may be included in this product: @eslint/config-helpers (0.4.2)
33735
33878
  This software contains the following license and notice below:
33736
33879
 
33737
33880
  Apache License
@@ -33938,7 +34081,7 @@ limitations under the License.
33938
34081
 
33939
34082
  ---
33940
34083
 
33941
- The following software may be included in this product: @eslint/object-schema (2.1.7)
34084
+ The following software may be included in this product: @eslint/core (0.17.0)
33942
34085
  This software contains the following license and notice below:
33943
34086
 
33944
34087
  Apache License
@@ -34145,7 +34288,7 @@ limitations under the License.
34145
34288
 
34146
34289
  ---
34147
34290
 
34148
- The following software may be included in this product: @eslint/plugin-kit (0.4.1)
34291
+ The following software may be included in this product: @eslint/object-schema (2.1.7)
34149
34292
  This software contains the following license and notice below:
34150
34293
 
34151
34294
  Apache License
@@ -34352,7 +34495,214 @@ limitations under the License.
34352
34495
 
34353
34496
  ---
34354
34497
 
34355
- The following software may be included in this product: @humanfs/core (0.19.1)
34498
+ The following software may be included in this product: @eslint/plugin-kit (0.4.1)
34499
+ This software contains the following license and notice below:
34500
+
34501
+ Apache License
34502
+ Version 2.0, January 2004
34503
+ http://www.apache.org/licenses/
34504
+
34505
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
34506
+
34507
+ 1. Definitions.
34508
+
34509
+ "License" shall mean the terms and conditions for use, reproduction,
34510
+ and distribution as defined by Sections 1 through 9 of this document.
34511
+
34512
+ "Licensor" shall mean the copyright owner or entity authorized by
34513
+ the copyright owner that is granting the License.
34514
+
34515
+ "Legal Entity" shall mean the union of the acting entity and all
34516
+ other entities that control, are controlled by, or are under common
34517
+ control with that entity. For the purposes of this definition,
34518
+ "control" means (i) the power, direct or indirect, to cause the
34519
+ direction or management of such entity, whether by contract or
34520
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
34521
+ outstanding shares, or (iii) beneficial ownership of such entity.
34522
+
34523
+ "You" (or "Your") shall mean an individual or Legal Entity
34524
+ exercising permissions granted by this License.
34525
+
34526
+ "Source" form shall mean the preferred form for making modifications,
34527
+ including but not limited to software source code, documentation
34528
+ source, and configuration files.
34529
+
34530
+ "Object" form shall mean any form resulting from mechanical
34531
+ transformation or translation of a Source form, including but
34532
+ not limited to compiled object code, generated documentation,
34533
+ and conversions to other media types.
34534
+
34535
+ "Work" shall mean the work of authorship, whether in Source or
34536
+ Object form, made available under the License, as indicated by a
34537
+ copyright notice that is included in or attached to the work
34538
+ (an example is provided in the Appendix below).
34539
+
34540
+ "Derivative Works" shall mean any work, whether in Source or Object
34541
+ form, that is based on (or derived from) the Work and for which the
34542
+ editorial revisions, annotations, elaborations, or other modifications
34543
+ represent, as a whole, an original work of authorship. For the purposes
34544
+ of this License, Derivative Works shall not include works that remain
34545
+ separable from, or merely link (or bind by name) to the interfaces of,
34546
+ the Work and Derivative Works thereof.
34547
+
34548
+ "Contribution" shall mean any work of authorship, including
34549
+ the original version of the Work and any modifications or additions
34550
+ to that Work or Derivative Works thereof, that is intentionally
34551
+ submitted to Licensor for inclusion in the Work by the copyright owner
34552
+ or by an individual or Legal Entity authorized to submit on behalf of
34553
+ the copyright owner. For the purposes of this definition, "submitted"
34554
+ means any form of electronic, verbal, or written communication sent
34555
+ to the Licensor or its representatives, including but not limited to
34556
+ communication on electronic mailing lists, source code control systems,
34557
+ and issue tracking systems that are managed by, or on behalf of, the
34558
+ Licensor for the purpose of discussing and improving the Work, but
34559
+ excluding communication that is conspicuously marked or otherwise
34560
+ designated in writing by the copyright owner as "Not a Contribution."
34561
+
34562
+ "Contributor" shall mean Licensor and any individual or Legal Entity
34563
+ on behalf of whom a Contribution has been received by Licensor and
34564
+ subsequently incorporated within the Work.
34565
+
34566
+ 2. Grant of Copyright License. Subject to the terms and conditions of
34567
+ this License, each Contributor hereby grants to You a perpetual,
34568
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
34569
+ copyright license to reproduce, prepare Derivative Works of,
34570
+ publicly display, publicly perform, sublicense, and distribute the
34571
+ Work and such Derivative Works in Source or Object form.
34572
+
34573
+ 3. Grant of Patent License. Subject to the terms and conditions of
34574
+ this License, each Contributor hereby grants to You a perpetual,
34575
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
34576
+ (except as stated in this section) patent license to make, have made,
34577
+ use, offer to sell, sell, import, and otherwise transfer the Work,
34578
+ where such license applies only to those patent claims licensable
34579
+ by such Contributor that are necessarily infringed by their
34580
+ Contribution(s) alone or by combination of their Contribution(s)
34581
+ with the Work to which such Contribution(s) was submitted. If You
34582
+ institute patent litigation against any entity (including a
34583
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
34584
+ or a Contribution incorporated within the Work constitutes direct
34585
+ or contributory patent infringement, then any patent licenses
34586
+ granted to You under this License for that Work shall terminate
34587
+ as of the date such litigation is filed.
34588
+
34589
+ 4. Redistribution. You may reproduce and distribute copies of the
34590
+ Work or Derivative Works thereof in any medium, with or without
34591
+ modifications, and in Source or Object form, provided that You
34592
+ meet the following conditions:
34593
+
34594
+ (a) You must give any other recipients of the Work or
34595
+ Derivative Works a copy of this License; and
34596
+
34597
+ (b) You must cause any modified files to carry prominent notices
34598
+ stating that You changed the files; and
34599
+
34600
+ (c) You must retain, in the Source form of any Derivative Works
34601
+ that You distribute, all copyright, patent, trademark, and
34602
+ attribution notices from the Source form of the Work,
34603
+ excluding those notices that do not pertain to any part of
34604
+ the Derivative Works; and
34605
+
34606
+ (d) If the Work includes a "NOTICE" text file as part of its
34607
+ distribution, then any Derivative Works that You distribute must
34608
+ include a readable copy of the attribution notices contained
34609
+ within such NOTICE file, excluding those notices that do not
34610
+ pertain to any part of the Derivative Works, in at least one
34611
+ of the following places: within a NOTICE text file distributed
34612
+ as part of the Derivative Works; within the Source form or
34613
+ documentation, if provided along with the Derivative Works; or,
34614
+ within a display generated by the Derivative Works, if and
34615
+ wherever such third-party notices normally appear. The contents
34616
+ of the NOTICE file are for informational purposes only and
34617
+ do not modify the License. You may add Your own attribution
34618
+ notices within Derivative Works that You distribute, alongside
34619
+ or as an addendum to the NOTICE text from the Work, provided
34620
+ that such additional attribution notices cannot be construed
34621
+ as modifying the License.
34622
+
34623
+ You may add Your own copyright statement to Your modifications and
34624
+ may provide additional or different license terms and conditions
34625
+ for use, reproduction, or distribution of Your modifications, or
34626
+ for any such Derivative Works as a whole, provided Your use,
34627
+ reproduction, and distribution of the Work otherwise complies with
34628
+ the conditions stated in this License.
34629
+
34630
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
34631
+ any Contribution intentionally submitted for inclusion in the Work
34632
+ by You to the Licensor shall be under the terms and conditions of
34633
+ this License, without any additional terms or conditions.
34634
+ Notwithstanding the above, nothing herein shall supersede or modify
34635
+ the terms of any separate license agreement you may have executed
34636
+ with Licensor regarding such Contributions.
34637
+
34638
+ 6. Trademarks. This License does not grant permission to use the trade
34639
+ names, trademarks, service marks, or product names of the Licensor,
34640
+ except as required for reasonable and customary use in describing the
34641
+ origin of the Work and reproducing the content of the NOTICE file.
34642
+
34643
+ 7. Disclaimer of Warranty. Unless required by applicable law or
34644
+ agreed to in writing, Licensor provides the Work (and each
34645
+ Contributor provides its Contributions) on an "AS IS" BASIS,
34646
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
34647
+ implied, including, without limitation, any warranties or conditions
34648
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
34649
+ PARTICULAR PURPOSE. You are solely responsible for determining the
34650
+ appropriateness of using or redistributing the Work and assume any
34651
+ risks associated with Your exercise of permissions under this License.
34652
+
34653
+ 8. Limitation of Liability. In no event and under no legal theory,
34654
+ whether in tort (including negligence), contract, or otherwise,
34655
+ unless required by applicable law (such as deliberate and grossly
34656
+ negligent acts) or agreed to in writing, shall any Contributor be
34657
+ liable to You for damages, including any direct, indirect, special,
34658
+ incidental, or consequential damages of any character arising as a
34659
+ result of this License or out of the use or inability to use the
34660
+ Work (including but not limited to damages for loss of goodwill,
34661
+ work stoppage, computer failure or malfunction, or any and all
34662
+ other commercial damages or losses), even if such Contributor
34663
+ has been advised of the possibility of such damages.
34664
+
34665
+ 9. Accepting Warranty or Additional Liability. While redistributing
34666
+ the Work or Derivative Works thereof, You may choose to offer,
34667
+ and charge a fee for, acceptance of support, warranty, indemnity,
34668
+ or other liability obligations and/or rights consistent with this
34669
+ License. However, in accepting such obligations, You may act only
34670
+ on Your own behalf and on Your sole responsibility, not on behalf
34671
+ of any other Contributor, and only if You agree to indemnify,
34672
+ defend, and hold each Contributor harmless for any liability
34673
+ incurred by, or claims asserted against, such Contributor by reason
34674
+ of your accepting any such warranty or additional liability.
34675
+
34676
+ END OF TERMS AND CONDITIONS
34677
+
34678
+ APPENDIX: How to apply the Apache License to your work.
34679
+
34680
+ To apply the Apache License to your work, attach the following
34681
+ boilerplate notice, with the fields enclosed by brackets "[]"
34682
+ replaced with your own identifying information. (Don't include
34683
+ the brackets!) The text should be enclosed in the appropriate
34684
+ comment syntax for the file format. We also recommend that a
34685
+ file or class name and description of purpose be included on the
34686
+ same "printed page" as the copyright notice for easier
34687
+ identification within third-party archives.
34688
+
34689
+ Copyright [yyyy] [name of copyright owner]
34690
+
34691
+ Licensed under the Apache License, Version 2.0 (the "License");
34692
+ you may not use this file except in compliance with the License.
34693
+ You may obtain a copy of the License at
34694
+
34695
+ http://www.apache.org/licenses/LICENSE-2.0
34696
+
34697
+ Unless required by applicable law or agreed to in writing, software
34698
+ distributed under the License is distributed on an "AS IS" BASIS,
34699
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
34700
+ See the License for the specific language governing permissions and
34701
+ limitations under the License.
34702
+
34703
+ ---
34704
+
34705
+ The following software may be included in this product: @humanfs/core (0.19.1)
34356
34706
  This software contains the following license and notice below:
34357
34707
 
34358
34708
  Apache License
@@ -38016,7 +38366,214 @@ END OF TERMS AND CONDITIONS
38016
38366
  APPENDIX: How to apply the Apache License to your work.
38017
38367
 
38018
38368
  To apply the Apache License to your work, attach the following
38019
- boilerplate notice, with the fields enclosed by brackets "[]"
38369
+ boilerplate notice, with the fields enclosed by brackets "[]"
38370
+ replaced with your own identifying information. (Don't include
38371
+ the brackets!) The text should be enclosed in the appropriate
38372
+ comment syntax for the file format. We also recommend that a
38373
+ file or class name and description of purpose be included on the
38374
+ same "printed page" as the copyright notice for easier
38375
+ identification within third-party archives.
38376
+
38377
+ Copyright [yyyy] [name of copyright owner]
38378
+
38379
+ Licensed under the Apache License, Version 2.0 (the "License");
38380
+ you may not use this file except in compliance with the License.
38381
+ You may obtain a copy of the License at
38382
+
38383
+ http://www.apache.org/licenses/LICENSE-2.0
38384
+
38385
+ Unless required by applicable law or agreed to in writing, software
38386
+ distributed under the License is distributed on an "AS IS" BASIS,
38387
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
38388
+ See the License for the specific language governing permissions and
38389
+ limitations under the License.
38390
+
38391
+ ---
38392
+
38393
+ The following software may be included in this product: eslint-visitor-keys (3.4.3)
38394
+ This software contains the following license and notice below:
38395
+
38396
+ Apache License
38397
+ Version 2.0, January 2004
38398
+ http://www.apache.org/licenses/
38399
+
38400
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
38401
+
38402
+ 1. Definitions.
38403
+
38404
+ "License" shall mean the terms and conditions for use, reproduction,
38405
+ and distribution as defined by Sections 1 through 9 of this document.
38406
+
38407
+ "Licensor" shall mean the copyright owner or entity authorized by
38408
+ the copyright owner that is granting the License.
38409
+
38410
+ "Legal Entity" shall mean the union of the acting entity and all
38411
+ other entities that control, are controlled by, or are under common
38412
+ control with that entity. For the purposes of this definition,
38413
+ "control" means (i) the power, direct or indirect, to cause the
38414
+ direction or management of such entity, whether by contract or
38415
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
38416
+ outstanding shares, or (iii) beneficial ownership of such entity.
38417
+
38418
+ "You" (or "Your") shall mean an individual or Legal Entity
38419
+ exercising permissions granted by this License.
38420
+
38421
+ "Source" form shall mean the preferred form for making modifications,
38422
+ including but not limited to software source code, documentation
38423
+ source, and configuration files.
38424
+
38425
+ "Object" form shall mean any form resulting from mechanical
38426
+ transformation or translation of a Source form, including but
38427
+ not limited to compiled object code, generated documentation,
38428
+ and conversions to other media types.
38429
+
38430
+ "Work" shall mean the work of authorship, whether in Source or
38431
+ Object form, made available under the License, as indicated by a
38432
+ copyright notice that is included in or attached to the work
38433
+ (an example is provided in the Appendix below).
38434
+
38435
+ "Derivative Works" shall mean any work, whether in Source or Object
38436
+ form, that is based on (or derived from) the Work and for which the
38437
+ editorial revisions, annotations, elaborations, or other modifications
38438
+ represent, as a whole, an original work of authorship. For the purposes
38439
+ of this License, Derivative Works shall not include works that remain
38440
+ separable from, or merely link (or bind by name) to the interfaces of,
38441
+ the Work and Derivative Works thereof.
38442
+
38443
+ "Contribution" shall mean any work of authorship, including
38444
+ the original version of the Work and any modifications or additions
38445
+ to that Work or Derivative Works thereof, that is intentionally
38446
+ submitted to Licensor for inclusion in the Work by the copyright owner
38447
+ or by an individual or Legal Entity authorized to submit on behalf of
38448
+ the copyright owner. For the purposes of this definition, "submitted"
38449
+ means any form of electronic, verbal, or written communication sent
38450
+ to the Licensor or its representatives, including but not limited to
38451
+ communication on electronic mailing lists, source code control systems,
38452
+ and issue tracking systems that are managed by, or on behalf of, the
38453
+ Licensor for the purpose of discussing and improving the Work, but
38454
+ excluding communication that is conspicuously marked or otherwise
38455
+ designated in writing by the copyright owner as "Not a Contribution."
38456
+
38457
+ "Contributor" shall mean Licensor and any individual or Legal Entity
38458
+ on behalf of whom a Contribution has been received by Licensor and
38459
+ subsequently incorporated within the Work.
38460
+
38461
+ 2. Grant of Copyright License. Subject to the terms and conditions of
38462
+ this License, each Contributor hereby grants to You a perpetual,
38463
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
38464
+ copyright license to reproduce, prepare Derivative Works of,
38465
+ publicly display, publicly perform, sublicense, and distribute the
38466
+ Work and such Derivative Works in Source or Object form.
38467
+
38468
+ 3. Grant of Patent License. Subject to the terms and conditions of
38469
+ this License, each Contributor hereby grants to You a perpetual,
38470
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
38471
+ (except as stated in this section) patent license to make, have made,
38472
+ use, offer to sell, sell, import, and otherwise transfer the Work,
38473
+ where such license applies only to those patent claims licensable
38474
+ by such Contributor that are necessarily infringed by their
38475
+ Contribution(s) alone or by combination of their Contribution(s)
38476
+ with the Work to which such Contribution(s) was submitted. If You
38477
+ institute patent litigation against any entity (including a
38478
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
38479
+ or a Contribution incorporated within the Work constitutes direct
38480
+ or contributory patent infringement, then any patent licenses
38481
+ granted to You under this License for that Work shall terminate
38482
+ as of the date such litigation is filed.
38483
+
38484
+ 4. Redistribution. You may reproduce and distribute copies of the
38485
+ Work or Derivative Works thereof in any medium, with or without
38486
+ modifications, and in Source or Object form, provided that You
38487
+ meet the following conditions:
38488
+
38489
+ (a) You must give any other recipients of the Work or
38490
+ Derivative Works a copy of this License; and
38491
+
38492
+ (b) You must cause any modified files to carry prominent notices
38493
+ stating that You changed the files; and
38494
+
38495
+ (c) You must retain, in the Source form of any Derivative Works
38496
+ that You distribute, all copyright, patent, trademark, and
38497
+ attribution notices from the Source form of the Work,
38498
+ excluding those notices that do not pertain to any part of
38499
+ the Derivative Works; and
38500
+
38501
+ (d) If the Work includes a "NOTICE" text file as part of its
38502
+ distribution, then any Derivative Works that You distribute must
38503
+ include a readable copy of the attribution notices contained
38504
+ within such NOTICE file, excluding those notices that do not
38505
+ pertain to any part of the Derivative Works, in at least one
38506
+ of the following places: within a NOTICE text file distributed
38507
+ as part of the Derivative Works; within the Source form or
38508
+ documentation, if provided along with the Derivative Works; or,
38509
+ within a display generated by the Derivative Works, if and
38510
+ wherever such third-party notices normally appear. The contents
38511
+ of the NOTICE file are for informational purposes only and
38512
+ do not modify the License. You may add Your own attribution
38513
+ notices within Derivative Works that You distribute, alongside
38514
+ or as an addendum to the NOTICE text from the Work, provided
38515
+ that such additional attribution notices cannot be construed
38516
+ as modifying the License.
38517
+
38518
+ You may add Your own copyright statement to Your modifications and
38519
+ may provide additional or different license terms and conditions
38520
+ for use, reproduction, or distribution of Your modifications, or
38521
+ for any such Derivative Works as a whole, provided Your use,
38522
+ reproduction, and distribution of the Work otherwise complies with
38523
+ the conditions stated in this License.
38524
+
38525
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
38526
+ any Contribution intentionally submitted for inclusion in the Work
38527
+ by You to the Licensor shall be under the terms and conditions of
38528
+ this License, without any additional terms or conditions.
38529
+ Notwithstanding the above, nothing herein shall supersede or modify
38530
+ the terms of any separate license agreement you may have executed
38531
+ with Licensor regarding such Contributions.
38532
+
38533
+ 6. Trademarks. This License does not grant permission to use the trade
38534
+ names, trademarks, service marks, or product names of the Licensor,
38535
+ except as required for reasonable and customary use in describing the
38536
+ origin of the Work and reproducing the content of the NOTICE file.
38537
+
38538
+ 7. Disclaimer of Warranty. Unless required by applicable law or
38539
+ agreed to in writing, Licensor provides the Work (and each
38540
+ Contributor provides its Contributions) on an "AS IS" BASIS,
38541
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
38542
+ implied, including, without limitation, any warranties or conditions
38543
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
38544
+ PARTICULAR PURPOSE. You are solely responsible for determining the
38545
+ appropriateness of using or redistributing the Work and assume any
38546
+ risks associated with Your exercise of permissions under this License.
38547
+
38548
+ 8. Limitation of Liability. In no event and under no legal theory,
38549
+ whether in tort (including negligence), contract, or otherwise,
38550
+ unless required by applicable law (such as deliberate and grossly
38551
+ negligent acts) or agreed to in writing, shall any Contributor be
38552
+ liable to You for damages, including any direct, indirect, special,
38553
+ incidental, or consequential damages of any character arising as a
38554
+ result of this License or out of the use or inability to use the
38555
+ Work (including but not limited to damages for loss of goodwill,
38556
+ work stoppage, computer failure or malfunction, or any and all
38557
+ other commercial damages or losses), even if such Contributor
38558
+ has been advised of the possibility of such damages.
38559
+
38560
+ 9. Accepting Warranty or Additional Liability. While redistributing
38561
+ the Work or Derivative Works thereof, You may choose to offer,
38562
+ and charge a fee for, acceptance of support, warranty, indemnity,
38563
+ or other liability obligations and/or rights consistent with this
38564
+ License. However, in accepting such obligations, You may act only
38565
+ on Your own behalf and on Your sole responsibility, not on behalf
38566
+ of any other Contributor, and only if You agree to indemnify,
38567
+ defend, and hold each Contributor harmless for any liability
38568
+ incurred by, or claims asserted against, such Contributor by reason
38569
+ of your accepting any such warranty or additional liability.
38570
+
38571
+ END OF TERMS AND CONDITIONS
38572
+
38573
+ APPENDIX: How to apply the Apache License to your work.
38574
+
38575
+ To apply the Apache License to your work, attach the following
38576
+ boilerplate notice, with the fields enclosed by brackets "{}"
38020
38577
  replaced with your own identifying information. (Don't include
38021
38578
  the brackets!) The text should be enclosed in the appropriate
38022
38579
  comment syntax for the file format. We also recommend that a
@@ -38024,7 +38581,7 @@ APPENDIX: How to apply the Apache License to your work.
38024
38581
  same "printed page" as the copyright notice for easier
38025
38582
  identification within third-party archives.
38026
38583
 
38027
- Copyright [yyyy] [name of copyright owner]
38584
+ Copyright contributors
38028
38585
 
38029
38586
  Licensed under the Apache License, Version 2.0 (the "License");
38030
38587
  you may not use this file except in compliance with the License.
@@ -38040,7 +38597,7 @@ limitations under the License.
38040
38597
 
38041
38598
  ---
38042
38599
 
38043
- The following software may be included in this product: eslint-visitor-keys (3.4.3)
38600
+ The following software may be included in this product: eslint-visitor-keys (4.2.1)
38044
38601
  This software contains the following license and notice below:
38045
38602
 
38046
38603
  Apache License
@@ -38247,7 +38804,265 @@ limitations under the License.
38247
38804
 
38248
38805
  ---
38249
38806
 
38250
- The following software may be included in this product: eslint-visitor-keys (4.2.1)
38807
+ The following software may be included in this product: expect-type (1.3.0)
38808
+ This software contains the following license and notice below:
38809
+
38810
+ Copyright 2024 Misha Kaletsky
38811
+
38812
+ Licensed under the Apache License, Version 2.0 (the "License");
38813
+ you may not use this file except in compliance with the License.
38814
+ You may obtain a copy of the License at
38815
+
38816
+ http://www.apache.org/licenses/LICENSE-2.0
38817
+
38818
+ Unless required by applicable law or agreed to in writing, software
38819
+ distributed under the License is distributed on an "AS IS" BASIS,
38820
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
38821
+ See the License for the specific language governing permissions and
38822
+ limitations under the License.
38823
+
38824
+
38825
+ Apache License
38826
+ Version 2.0, January 2004
38827
+ http://www.apache.org/licenses/
38828
+
38829
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
38830
+
38831
+ 1. Definitions.
38832
+
38833
+ "License" shall mean the terms and conditions for use, reproduction,
38834
+ and distribution as defined by Sections 1 through 9 of this document.
38835
+
38836
+ "Licensor" shall mean the copyright owner or entity authorized by
38837
+ the copyright owner that is granting the License.
38838
+
38839
+ "Legal Entity" shall mean the union of the acting entity and all
38840
+ other entities that control, are controlled by, or are under common
38841
+ control with that entity. For the purposes of this definition,
38842
+ "control" means (i) the power, direct or indirect, to cause the
38843
+ direction or management of such entity, whether by contract or
38844
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
38845
+ outstanding shares, or (iii) beneficial ownership of such entity.
38846
+
38847
+ "You" (or "Your") shall mean an individual or Legal Entity
38848
+ exercising permissions granted by this License.
38849
+
38850
+ "Source" form shall mean the preferred form for making modifications,
38851
+ including but not limited to software source code, documentation
38852
+ source, and configuration files.
38853
+
38854
+ "Object" form shall mean any form resulting from mechanical
38855
+ transformation or translation of a Source form, including but
38856
+ not limited to compiled object code, generated documentation,
38857
+ and conversions to other media types.
38858
+
38859
+ "Work" shall mean the work of authorship, whether in Source or
38860
+ Object form, made available under the License, as indicated by a
38861
+ copyright notice that is included in or attached to the work
38862
+ (an example is provided in the Appendix below).
38863
+
38864
+ "Derivative Works" shall mean any work, whether in Source or Object
38865
+ form, that is based on (or derived from) the Work and for which the
38866
+ editorial revisions, annotations, elaborations, or other modifications
38867
+ represent, as a whole, an original work of authorship. For the purposes
38868
+ of this License, Derivative Works shall not include works that remain
38869
+ separable from, or merely link (or bind by name) to the interfaces of,
38870
+ the Work and Derivative Works thereof.
38871
+
38872
+ "Contribution" shall mean any work of authorship, including
38873
+ the original version of the Work and any modifications or additions
38874
+ to that Work or Derivative Works thereof, that is intentionally
38875
+ submitted to Licensor for inclusion in the Work by the copyright owner
38876
+ or by an individual or Legal Entity authorized to submit on behalf of
38877
+ the copyright owner. For the purposes of this definition, "submitted"
38878
+ means any form of electronic, verbal, or written communication sent
38879
+ to the Licensor or its representatives, including but not limited to
38880
+ communication on electronic mailing lists, source code control systems,
38881
+ and issue tracking systems that are managed by, or on behalf of, the
38882
+ Licensor for the purpose of discussing and improving the Work, but
38883
+ excluding communication that is conspicuously marked or otherwise
38884
+ designated in writing by the copyright owner as "Not a Contribution."
38885
+
38886
+ "Contributor" shall mean Licensor and any individual or Legal Entity
38887
+ on behalf of whom a Contribution has been received by Licensor and
38888
+ subsequently incorporated within the Work.
38889
+
38890
+ 2. Grant of Copyright License. Subject to the terms and conditions of
38891
+ this License, each Contributor hereby grants to You a perpetual,
38892
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
38893
+ copyright license to reproduce, prepare Derivative Works of,
38894
+ publicly display, publicly perform, sublicense, and distribute the
38895
+ Work and such Derivative Works in Source or Object form.
38896
+
38897
+ 3. Grant of Patent License. Subject to the terms and conditions of
38898
+ this License, each Contributor hereby grants to You a perpetual,
38899
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
38900
+ (except as stated in this section) patent license to make, have made,
38901
+ use, offer to sell, sell, import, and otherwise transfer the Work,
38902
+ where such license applies only to those patent claims licensable
38903
+ by such Contributor that are necessarily infringed by their
38904
+ Contribution(s) alone or by combination of their Contribution(s)
38905
+ with the Work to which such Contribution(s) was submitted. If You
38906
+ institute patent litigation against any entity (including a
38907
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
38908
+ or a Contribution incorporated within the Work constitutes direct
38909
+ or contributory patent infringement, then any patent licenses
38910
+ granted to You under this License for that Work shall terminate
38911
+ as of the date such litigation is filed.
38912
+
38913
+ 4. Redistribution. You may reproduce and distribute copies of the
38914
+ Work or Derivative Works thereof in any medium, with or without
38915
+ modifications, and in Source or Object form, provided that You
38916
+ meet the following conditions:
38917
+
38918
+ (a) You must give any other recipients of the Work or
38919
+ Derivative Works a copy of this License; and
38920
+
38921
+ (b) You must cause any modified files to carry prominent notices
38922
+ stating that You changed the files; and
38923
+
38924
+ (c) You must retain, in the Source form of any Derivative Works
38925
+ that You distribute, all copyright, patent, trademark, and
38926
+ attribution notices from the Source form of the Work,
38927
+ excluding those notices that do not pertain to any part of
38928
+ the Derivative Works; and
38929
+
38930
+ (d) If the Work includes a "NOTICE" text file as part of its
38931
+ distribution, then any Derivative Works that You distribute must
38932
+ include a readable copy of the attribution notices contained
38933
+ within such NOTICE file, excluding those notices that do not
38934
+ pertain to any part of the Derivative Works, in at least one
38935
+ of the following places: within a NOTICE text file distributed
38936
+ as part of the Derivative Works; within the Source form or
38937
+ documentation, if provided along with the Derivative Works; or,
38938
+ within a display generated by the Derivative Works, if and
38939
+ wherever such third-party notices normally appear. The contents
38940
+ of the NOTICE file are for informational purposes only and
38941
+ do not modify the License. You may add Your own attribution
38942
+ notices within Derivative Works that You distribute, alongside
38943
+ or as an addendum to the NOTICE text from the Work, provided
38944
+ that such additional attribution notices cannot be construed
38945
+ as modifying the License.
38946
+
38947
+ You may add Your own copyright statement to Your modifications and
38948
+ may provide additional or different license terms and conditions
38949
+ for use, reproduction, or distribution of Your modifications, or
38950
+ for any such Derivative Works as a whole, provided Your use,
38951
+ reproduction, and distribution of the Work otherwise complies with
38952
+ the conditions stated in this License.
38953
+
38954
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
38955
+ any Contribution intentionally submitted for inclusion in the Work
38956
+ by You to the Licensor shall be under the terms and conditions of
38957
+ this License, without any additional terms or conditions.
38958
+ Notwithstanding the above, nothing herein shall supersede or modify
38959
+ the terms of any separate license agreement you may have executed
38960
+ with Licensor regarding such Contributions.
38961
+
38962
+ 6. Trademarks. This License does not grant permission to use the trade
38963
+ names, trademarks, service marks, or product names of the Licensor,
38964
+ except as required for reasonable and customary use in describing the
38965
+ origin of the Work and reproducing the content of the NOTICE file.
38966
+
38967
+ 7. Disclaimer of Warranty. Unless required by applicable law or
38968
+ agreed to in writing, Licensor provides the Work (and each
38969
+ Contributor provides its Contributions) on an "AS IS" BASIS,
38970
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
38971
+ implied, including, without limitation, any warranties or conditions
38972
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
38973
+ PARTICULAR PURPOSE. You are solely responsible for determining the
38974
+ appropriateness of using or redistributing the Work and assume any
38975
+ risks associated with Your exercise of permissions under this License.
38976
+
38977
+ 8. Limitation of Liability. In no event and under no legal theory,
38978
+ whether in tort (including negligence), contract, or otherwise,
38979
+ unless required by applicable law (such as deliberate and grossly
38980
+ negligent acts) or agreed to in writing, shall any Contributor be
38981
+ liable to You for damages, including any direct, indirect, special,
38982
+ incidental, or consequential damages of any character arising as a
38983
+ result of this License or out of the use or inability to use the
38984
+ Work (including but not limited to damages for loss of goodwill,
38985
+ work stoppage, computer failure or malfunction, or any and all
38986
+ other commercial damages or losses), even if such Contributor
38987
+ has been advised of the possibility of such damages.
38988
+
38989
+ 9. Accepting Warranty or Additional Liability. While redistributing
38990
+ the Work or Derivative Works thereof, You may choose to offer,
38991
+ and charge a fee for, acceptance of support, warranty, indemnity,
38992
+ or other liability obligations and/or rights consistent with this
38993
+ License. However, in accepting such obligations, You may act only
38994
+ on Your own behalf and on Your sole responsibility, not on behalf
38995
+ of any other Contributor, and only if You agree to indemnify,
38996
+ defend, and hold each Contributor harmless for any liability
38997
+ incurred by, or claims asserted against, such Contributor by reason
38998
+ of your accepting any such warranty or additional liability.
38999
+
39000
+ END OF TERMS AND CONDITIONS
39001
+
39002
+ ---
39003
+
39004
+ The following software may be included in this product: forever-agent (0.6.1)
39005
+ This software contains the following license and notice below:
39006
+
39007
+ Apache License
39008
+
39009
+ Version 2.0, January 2004
39010
+
39011
+ http://www.apache.org/licenses/
39012
+
39013
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
39014
+
39015
+ 1. Definitions.
39016
+
39017
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
39018
+
39019
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
39020
+
39021
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
39022
+
39023
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
39024
+
39025
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
39026
+
39027
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
39028
+
39029
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
39030
+
39031
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
39032
+
39033
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
39034
+
39035
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
39036
+
39037
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
39038
+
39039
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
39040
+
39041
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
39042
+
39043
+ You must give any other recipients of the Work or Derivative Works a copy of this License; and
39044
+
39045
+ You must cause any modified files to carry prominent notices stating that You changed the files; and
39046
+
39047
+ You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
39048
+
39049
+ If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
39050
+
39051
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
39052
+
39053
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
39054
+
39055
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
39056
+
39057
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
39058
+
39059
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
39060
+
39061
+ END OF TERMS AND CONDITIONS
39062
+
39063
+ ---
39064
+
39065
+ The following software may be included in this product: fuse.js (7.3.0)
38251
39066
  This software contains the following license and notice below:
38252
39067
 
38253
39068
  Apache License
@@ -38438,7 +39253,7 @@ APPENDIX: How to apply the Apache License to your work.
38438
39253
  same "printed page" as the copyright notice for easier
38439
39254
  identification within third-party archives.
38440
39255
 
38441
- Copyright contributors
39256
+ Copyright 2017 Kirollos Risk
38442
39257
 
38443
39258
  Licensed under the Apache License, Version 2.0 (the "License");
38444
39259
  you may not use this file except in compliance with the License.
@@ -38454,25 +39269,29 @@ limitations under the License.
38454
39269
 
38455
39270
  ---
38456
39271
 
38457
- The following software may be included in this product: expect-type (1.3.0)
39272
+ The following software may be included in this product: log4js (6.9.1)
38458
39273
  This software contains the following license and notice below:
38459
39274
 
38460
- Copyright 2024 Misha Kaletsky
39275
+ Copyright 2015 Gareth Jones (with contributions from many other people)
38461
39276
 
38462
- Licensed under the Apache License, Version 2.0 (the "License");
38463
- you may not use this file except in compliance with the License.
38464
- You may obtain a copy of the License at
39277
+ Licensed under the Apache License, Version 2.0 (the "License");
39278
+ you may not use this file except in compliance with the License.
39279
+ You may obtain a copy of the License at
38465
39280
 
38466
- http://www.apache.org/licenses/LICENSE-2.0
39281
+ http://www.apache.org/licenses/LICENSE-2.0
38467
39282
 
38468
- Unless required by applicable law or agreed to in writing, software
38469
- distributed under the License is distributed on an "AS IS" BASIS,
38470
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
38471
- See the License for the specific language governing permissions and
38472
- limitations under the License.
39283
+ Unless required by applicable law or agreed to in writing, software
39284
+ distributed under the License is distributed on an "AS IS" BASIS,
39285
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
39286
+ See the License for the specific language governing permissions and
39287
+ limitations under the License.
38473
39288
 
39289
+ ---
38474
39290
 
38475
- Apache License
39291
+ The following software may be included in this product: readdir-glob (1.1.3)
39292
+ This software contains the following license and notice below:
39293
+
39294
+ Apache License
38476
39295
  Version 2.0, January 2004
38477
39296
  http://www.apache.org/licenses/
38478
39297
 
@@ -38649,70 +39468,34 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
38649
39468
 
38650
39469
  END OF TERMS AND CONDITIONS
38651
39470
 
38652
- ---
38653
-
38654
- The following software may be included in this product: forever-agent (0.6.1)
38655
- This software contains the following license and notice below:
38656
-
38657
- Apache License
38658
-
38659
- Version 2.0, January 2004
38660
-
38661
- http://www.apache.org/licenses/
38662
-
38663
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
38664
-
38665
- 1. Definitions.
38666
-
38667
- "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
38668
-
38669
- "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
38670
-
38671
- "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
38672
-
38673
- "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
38674
-
38675
- "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
38676
-
38677
- "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
38678
-
38679
- "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
38680
-
38681
- "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
38682
-
38683
- "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
38684
-
38685
- "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
38686
-
38687
- 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
38688
-
38689
- 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
38690
-
38691
- 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
38692
-
38693
- You must give any other recipients of the Work or Derivative Works a copy of this License; and
38694
-
38695
- You must cause any modified files to carry prominent notices stating that You changed the files; and
38696
-
38697
- You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
38698
-
38699
- If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
38700
-
38701
- 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
39471
+ APPENDIX: How to apply the Apache License to your work.
38702
39472
 
38703
- 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
39473
+ To apply the Apache License to your work, attach the following
39474
+ boilerplate notice, with the fields enclosed by brackets "[]"
39475
+ replaced with your own identifying information. (Don't include
39476
+ the brackets!) The text should be enclosed in the appropriate
39477
+ comment syntax for the file format. We also recommend that a
39478
+ file or class name and description of purpose be included on the
39479
+ same "printed page" as the copyright notice for easier
39480
+ identification within third-party archives.
38704
39481
 
38705
- 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
39482
+ Copyright 2020 Yann Armelin
38706
39483
 
38707
- 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
39484
+ Licensed under the Apache License, Version 2.0 (the "License");
39485
+ you may not use this file except in compliance with the License.
39486
+ You may obtain a copy of the License at
38708
39487
 
38709
- 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
39488
+ http://www.apache.org/licenses/LICENSE-2.0
38710
39489
 
38711
- END OF TERMS AND CONDITIONS
39490
+ Unless required by applicable law or agreed to in writing, software
39491
+ distributed under the License is distributed on an "AS IS" BASIS,
39492
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
39493
+ See the License for the specific language governing permissions and
39494
+ limitations under the License.
38712
39495
 
38713
39496
  ---
38714
39497
 
38715
- The following software may be included in this product: fuse.js (7.3.0)
39498
+ The following software may be included in this product: spdx-correct (3.2.0)
38716
39499
  This software contains the following license and notice below:
38717
39500
 
38718
39501
  Apache License
@@ -38895,7 +39678,7 @@ END OF TERMS AND CONDITIONS
38895
39678
  APPENDIX: How to apply the Apache License to your work.
38896
39679
 
38897
39680
  To apply the Apache License to your work, attach the following
38898
- boilerplate notice, with the fields enclosed by brackets "{}"
39681
+ boilerplate notice, with the fields enclosed by brackets "[]"
38899
39682
  replaced with your own identifying information. (Don't include
38900
39683
  the brackets!) The text should be enclosed in the appropriate
38901
39684
  comment syntax for the file format. We also recommend that a
@@ -38903,7 +39686,7 @@ APPENDIX: How to apply the Apache License to your work.
38903
39686
  same "printed page" as the copyright notice for easier
38904
39687
  identification within third-party archives.
38905
39688
 
38906
- Copyright 2017 Kirollos Risk
39689
+ Copyright [yyyy] [name of copyright owner]
38907
39690
 
38908
39691
  Licensed under the Apache License, Version 2.0 (the "License");
38909
39692
  you may not use this file except in compliance with the License.
@@ -38919,26 +39702,7 @@ limitations under the License.
38919
39702
 
38920
39703
  ---
38921
39704
 
38922
- The following software may be included in this product: log4js (6.9.1)
38923
- This software contains the following license and notice below:
38924
-
38925
- Copyright 2015 Gareth Jones (with contributions from many other people)
38926
-
38927
- Licensed under the Apache License, Version 2.0 (the "License");
38928
- you may not use this file except in compliance with the License.
38929
- You may obtain a copy of the License at
38930
-
38931
- http://www.apache.org/licenses/LICENSE-2.0
38932
-
38933
- Unless required by applicable law or agreed to in writing, software
38934
- distributed under the License is distributed on an "AS IS" BASIS,
38935
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
38936
- See the License for the specific language governing permissions and
38937
- limitations under the License.
38938
-
38939
- ---
38940
-
38941
- The following software may be included in this product: readdir-glob (1.1.3)
39705
+ The following software may be included in this product: text-decoder (1.2.3)
38942
39706
  This software contains the following license and notice below:
38943
39707
 
38944
39708
  Apache License
@@ -39129,7 +39893,7 @@ APPENDIX: How to apply the Apache License to your work.
39129
39893
  same "printed page" as the copyright notice for easier
39130
39894
  identification within third-party archives.
39131
39895
 
39132
- Copyright 2020 Yann Armelin
39896
+ Copyright [yyyy] [name of copyright owner]
39133
39897
 
39134
39898
  Licensed under the Apache License, Version 2.0 (the "License");
39135
39899
  you may not use this file except in compliance with the License.
@@ -39145,7 +39909,190 @@ limitations under the License.
39145
39909
 
39146
39910
  ---
39147
39911
 
39148
- The following software may be included in this product: text-decoder (1.2.3)
39912
+ The following software may be included in this product: tunnel-agent (0.6.0)
39913
+ This software contains the following license and notice below:
39914
+
39915
+ Apache License
39916
+
39917
+ Version 2.0, January 2004
39918
+
39919
+ http://www.apache.org/licenses/
39920
+
39921
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
39922
+
39923
+ 1. Definitions.
39924
+
39925
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
39926
+
39927
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
39928
+
39929
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
39930
+
39931
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
39932
+
39933
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
39934
+
39935
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
39936
+
39937
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
39938
+
39939
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
39940
+
39941
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
39942
+
39943
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
39944
+
39945
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
39946
+
39947
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
39948
+
39949
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
39950
+
39951
+ You must give any other recipients of the Work or Derivative Works a copy of this License; and
39952
+
39953
+ You must cause any modified files to carry prominent notices stating that You changed the files; and
39954
+
39955
+ You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
39956
+
39957
+ If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
39958
+
39959
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
39960
+
39961
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
39962
+
39963
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
39964
+
39965
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
39966
+
39967
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
39968
+
39969
+ END OF TERMS AND CONDITIONS
39970
+
39971
+ ---
39972
+
39973
+ The following software may be included in this product: typescript (5.9.3)
39974
+ This software contains the following license and notice below:
39975
+
39976
+ Apache License
39977
+
39978
+ Version 2.0, January 2004
39979
+
39980
+ http://www.apache.org/licenses/
39981
+
39982
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
39983
+
39984
+ 1. Definitions.
39985
+
39986
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
39987
+
39988
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
39989
+
39990
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
39991
+
39992
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
39993
+
39994
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
39995
+
39996
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
39997
+
39998
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
39999
+
40000
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
40001
+
40002
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
40003
+
40004
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
40005
+
40006
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
40007
+
40008
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
40009
+
40010
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
40011
+
40012
+ You must give any other recipients of the Work or Derivative Works a copy of this License; and
40013
+
40014
+ You must cause any modified files to carry prominent notices stating that You changed the files; and
40015
+
40016
+ You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
40017
+
40018
+ If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
40019
+
40020
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
40021
+
40022
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
40023
+
40024
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
40025
+
40026
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
40027
+
40028
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
40029
+
40030
+ END OF TERMS AND CONDITIONS
40031
+
40032
+ ---
40033
+
40034
+ The following software may be included in this product: typescript (6.0.3)
40035
+ This software contains the following license and notice below:
40036
+
40037
+ Apache License
40038
+
40039
+ Version 2.0, January 2004
40040
+
40041
+ http://www.apache.org/licenses/
40042
+
40043
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
40044
+
40045
+ 1. Definitions.
40046
+
40047
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
40048
+
40049
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
40050
+
40051
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
40052
+
40053
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
40054
+
40055
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
40056
+
40057
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
40058
+
40059
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
40060
+
40061
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
40062
+
40063
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
40064
+
40065
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
40066
+
40067
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
40068
+
40069
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
40070
+
40071
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
40072
+
40073
+ You must give any other recipients of the Work or Derivative Works a copy of this License; and
40074
+
40075
+ You must cause any modified files to carry prominent notices stating that You changed the files; and
40076
+
40077
+ You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
40078
+
40079
+ If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
40080
+
40081
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
40082
+
40083
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
40084
+
40085
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
40086
+
40087
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
40088
+
40089
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
40090
+
40091
+ END OF TERMS AND CONDITIONS
40092
+
40093
+ ---
40094
+
40095
+ The following software may be included in this product: validate-npm-package-license (3.0.4)
39149
40096
  This software contains the following license and notice below:
39150
40097
 
39151
40098
  Apache License
@@ -39352,189 +40299,6 @@ limitations under the License.
39352
40299
 
39353
40300
  ---
39354
40301
 
39355
- The following software may be included in this product: tunnel-agent (0.6.0)
39356
- This software contains the following license and notice below:
39357
-
39358
- Apache License
39359
-
39360
- Version 2.0, January 2004
39361
-
39362
- http://www.apache.org/licenses/
39363
-
39364
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
39365
-
39366
- 1. Definitions.
39367
-
39368
- "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
39369
-
39370
- "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
39371
-
39372
- "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
39373
-
39374
- "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
39375
-
39376
- "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
39377
-
39378
- "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
39379
-
39380
- "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
39381
-
39382
- "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
39383
-
39384
- "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
39385
-
39386
- "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
39387
-
39388
- 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
39389
-
39390
- 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
39391
-
39392
- 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
39393
-
39394
- You must give any other recipients of the Work or Derivative Works a copy of this License; and
39395
-
39396
- You must cause any modified files to carry prominent notices stating that You changed the files; and
39397
-
39398
- You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
39399
-
39400
- If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
39401
-
39402
- 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
39403
-
39404
- 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
39405
-
39406
- 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
39407
-
39408
- 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
39409
-
39410
- 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
39411
-
39412
- END OF TERMS AND CONDITIONS
39413
-
39414
- ---
39415
-
39416
- The following software may be included in this product: typescript (5.9.3)
39417
- This software contains the following license and notice below:
39418
-
39419
- Apache License
39420
-
39421
- Version 2.0, January 2004
39422
-
39423
- http://www.apache.org/licenses/
39424
-
39425
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
39426
-
39427
- 1. Definitions.
39428
-
39429
- "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
39430
-
39431
- "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
39432
-
39433
- "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
39434
-
39435
- "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
39436
-
39437
- "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
39438
-
39439
- "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
39440
-
39441
- "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
39442
-
39443
- "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
39444
-
39445
- "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
39446
-
39447
- "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
39448
-
39449
- 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
39450
-
39451
- 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
39452
-
39453
- 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
39454
-
39455
- You must give any other recipients of the Work or Derivative Works a copy of this License; and
39456
-
39457
- You must cause any modified files to carry prominent notices stating that You changed the files; and
39458
-
39459
- You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
39460
-
39461
- If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
39462
-
39463
- 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
39464
-
39465
- 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
39466
-
39467
- 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
39468
-
39469
- 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
39470
-
39471
- 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
39472
-
39473
- END OF TERMS AND CONDITIONS
39474
-
39475
- ---
39476
-
39477
- The following software may be included in this product: typescript (6.0.3)
39478
- This software contains the following license and notice below:
39479
-
39480
- Apache License
39481
-
39482
- Version 2.0, January 2004
39483
-
39484
- http://www.apache.org/licenses/
39485
-
39486
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
39487
-
39488
- 1. Definitions.
39489
-
39490
- "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
39491
-
39492
- "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
39493
-
39494
- "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
39495
-
39496
- "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
39497
-
39498
- "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
39499
-
39500
- "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
39501
-
39502
- "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
39503
-
39504
- "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
39505
-
39506
- "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
39507
-
39508
- "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
39509
-
39510
- 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
39511
-
39512
- 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
39513
-
39514
- 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
39515
-
39516
- You must give any other recipients of the Work or Derivative Works a copy of this License; and
39517
-
39518
- You must cause any modified files to carry prominent notices stating that You changed the files; and
39519
-
39520
- You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
39521
-
39522
- If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
39523
-
39524
- 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
39525
-
39526
- 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
39527
-
39528
- 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
39529
-
39530
- 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
39531
-
39532
- 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
39533
-
39534
- END OF TERMS AND CONDITIONS
39535
-
39536
- ---
39537
-
39538
40302
  The following software may be included in this product: xml-name-validator (5.0.0)
39539
40303
  This software contains the following license and notice below:
39540
40304
 
@@ -39756,6 +40520,32 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
39756
40520
 
39757
40521
  ---
39758
40522
 
40523
+ The following software may be included in this product: @npmcli/fs (3.1.1)
40524
+ This software contains the following license and notice below:
40525
+
40526
+ <!-- This file is automatically added by @npmcli/template-oss. Do not edit. -->
40527
+
40528
+ ISC License
40529
+
40530
+ Copyright npm, Inc.
40531
+
40532
+ Permission to use, copy, modify, and/or distribute this
40533
+ software for any purpose with or without fee is hereby
40534
+ granted, provided that the above copyright notice and this
40535
+ permission notice appear in all copies.
40536
+
40537
+ THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL
40538
+ WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
40539
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO
40540
+ EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT,
40541
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
40542
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
40543
+ WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
40544
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
40545
+ USE OR PERFORMANCE OF THIS SOFTWARE.
40546
+
40547
+ ---
40548
+
39759
40549
  The following software may be included in this product: @trysound/sax (0.2.0)
39760
40550
  This software contains the following license and notice below:
39761
40551
 
@@ -39777,6 +40567,58 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
39777
40567
 
39778
40568
  ---
39779
40569
 
40570
+ The following software may be included in this product: abbrev (2.0.0)
40571
+ This software contains the following license and notice below:
40572
+
40573
+ This software is dual-licensed under the ISC and MIT licenses.
40574
+ You may use this software under EITHER of the following licenses.
40575
+
40576
+ ----------
40577
+
40578
+ The ISC License
40579
+
40580
+ Copyright (c) Isaac Z. Schlueter and Contributors
40581
+
40582
+ Permission to use, copy, modify, and/or distribute this software for any
40583
+ purpose with or without fee is hereby granted, provided that the above
40584
+ copyright notice and this permission notice appear in all copies.
40585
+
40586
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
40587
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
40588
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
40589
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
40590
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
40591
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
40592
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
40593
+
40594
+ ----------
40595
+
40596
+ Copyright Isaac Z. Schlueter and Contributors
40597
+ All rights reserved.
40598
+
40599
+ Permission is hereby granted, free of charge, to any person
40600
+ obtaining a copy of this software and associated documentation
40601
+ files (the "Software"), to deal in the Software without
40602
+ restriction, including without limitation the rights to use,
40603
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
40604
+ copies of the Software, and to permit persons to whom the
40605
+ Software is furnished to do so, subject to the following
40606
+ conditions:
40607
+
40608
+ The above copyright notice and this permission notice shall be
40609
+ included in all copies or substantial portions of the Software.
40610
+
40611
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
40612
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
40613
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
40614
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
40615
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
40616
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
40617
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
40618
+ OTHER DEALINGS IN THE SOFTWARE.
40619
+
40620
+ ---
40621
+
39780
40622
  The following software may be included in this product: at-least-node (1.0.0)
39781
40623
  This software contains the following license and notice below:
39782
40624
 
@@ -40126,6 +40968,25 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
40126
40968
 
40127
40969
  ---
40128
40970
 
40971
+ The following software may be included in this product: hosted-git-info (6.1.3)
40972
+ This software contains the following license and notice below:
40973
+
40974
+ Copyright (c) 2015, Rebecca Turner
40975
+
40976
+ Permission to use, copy, modify, and/or distribute this software for any
40977
+ purpose with or without fee is hereby granted, provided that the above
40978
+ copyright notice and this permission notice appear in all copies.
40979
+
40980
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
40981
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
40982
+ FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
40983
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
40984
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
40985
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
40986
+ PERFORMANCE OF THIS SOFTWARE.
40987
+
40988
+ ---
40989
+
40129
40990
  The following software may be included in this product: icss-utils (5.1.0)
40130
40991
  This software contains the following license and notice below:
40131
40992
 
@@ -40474,6 +41335,48 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
40474
41335
 
40475
41336
  ---
40476
41337
 
41338
+ The following software may be included in this product: nopt (7.2.1)
41339
+ This software contains the following license and notice below:
41340
+
41341
+ The ISC License
41342
+
41343
+ Copyright (c) Isaac Z. Schlueter and Contributors
41344
+
41345
+ Permission to use, copy, modify, and/or distribute this software for any
41346
+ purpose with or without fee is hereby granted, provided that the above
41347
+ copyright notice and this permission notice appear in all copies.
41348
+
41349
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
41350
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
41351
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
41352
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
41353
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
41354
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
41355
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
41356
+
41357
+ ---
41358
+
41359
+ The following software may be included in this product: npm-normalize-package-bin (3.0.1)
41360
+ This software contains the following license and notice below:
41361
+
41362
+ The ISC License
41363
+
41364
+ Copyright (c) npm, Inc.
41365
+
41366
+ Permission to use, copy, modify, and/or distribute this software for any
41367
+ purpose with or without fee is hereby granted, provided that the above
41368
+ copyright notice and this permission notice appear in all copies.
41369
+
41370
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
41371
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
41372
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
41373
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
41374
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
41375
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
41376
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
41377
+
41378
+ ---
41379
+
40477
41380
  The following software may be included in this product: once (1.4.0)
40478
41381
  This software contains the following license and notice below:
40479
41382
 
@@ -40553,6 +41456,48 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE
40553
41456
 
40554
41457
  ---
40555
41458
 
41459
+ The following software may be included in this product: read-installed-packages (2.0.1)
41460
+ This software contains the following license and notice below:
41461
+
41462
+ The ISC License
41463
+
41464
+ Copyright (c) Isaac Z. Schlueter, Dmitry Semigradsky
41465
+
41466
+ Permission to use, copy, modify, and/or distribute this software for any
41467
+ purpose with or without fee is hereby granted, provided that the above
41468
+ copyright notice and this permission notice appear in all copies.
41469
+
41470
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
41471
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
41472
+ FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
41473
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
41474
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
41475
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
41476
+ PERFORMANCE OF THIS SOFTWARE.
41477
+
41478
+ ---
41479
+
41480
+ The following software may be included in this product: read-package-json (6.0.4)
41481
+ This software contains the following license and notice below:
41482
+
41483
+ The ISC License
41484
+
41485
+ Copyright (c) Isaac Z. Schlueter
41486
+
41487
+ Permission to use, copy, modify, and/or distribute this software for any
41488
+ purpose with or without fee is hereby granted, provided that the above
41489
+ copyright notice and this permission notice appear in all copies.
41490
+
41491
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
41492
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
41493
+ FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
41494
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
41495
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
41496
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
41497
+ PERFORMANCE OF THIS SOFTWARE.
41498
+
41499
+ ---
41500
+
40556
41501
  The following software may be included in this product: saxes (6.0.0)
40557
41502
  This software contains the following license and notice below:
40558
41503
 
@@ -40735,6 +41680,27 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
40735
41680
 
40736
41681
  ---
40737
41682
 
41683
+ The following software may be included in this product: slide (1.1.6)
41684
+ This software contains the following license and notice below:
41685
+
41686
+ The ISC License
41687
+
41688
+ Copyright (c) Isaac Z. Schlueter
41689
+
41690
+ Permission to use, copy, modify, and/or distribute this software for any
41691
+ purpose with or without fee is hereby granted, provided that the above
41692
+ copyright notice and this permission notice appear in all copies.
41693
+
41694
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
41695
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
41696
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
41697
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
41698
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
41699
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
41700
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
41701
+
41702
+ ---
41703
+
40738
41704
  The following software may be included in this product: split2 (4.2.0)
40739
41705
  This software contains the following license and notice below:
40740
41706
 
@@ -40978,7 +41944,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
40978
41944
 
40979
41945
  ---
40980
41946
 
40981
- The following software may be included in this product: @swc/core-darwin-arm64 (1.15.40)
41947
+ The following software may be included in this product: @swc/core-linux-x64-gnu (1.15.40)
40982
41948
  This software contains the following license and notice below:
40983
41949
 
40984
41950
  Apache License
@@ -41502,6 +42468,35 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
41502
42468
 
41503
42469
  ---
41504
42470
 
42471
+ The following software may be included in this product: license-checker-rseidelsohn (4.4.2)
42472
+ This software contains the following license and notice below:
42473
+
42474
+ Copyright 2012 Yahoo Inc.
42475
+
42476
+ Redistribution and use in source and binary forms, with or without
42477
+ modification, are permitted provided that the following conditions are met:
42478
+ * Redistributions of source code must retain the above copyright
42479
+ notice, this list of conditions and the following disclaimer.
42480
+ * Redistributions in binary form must reproduce the above copyright
42481
+ notice, this list of conditions and the following disclaimer in the
42482
+ documentation and/or other materials provided with the distribution.
42483
+ * Neither the name of the Yahoo! Inc. nor the
42484
+ names of its contributors may be used to endorse or promote products
42485
+ derived from this software without specific prior written permission.
42486
+
42487
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
42488
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
42489
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
42490
+ DISCLAIMED. IN NO EVENT SHALL YAHOO! INC. BE LIABLE FOR ANY
42491
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
42492
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
42493
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
42494
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
42495
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
42496
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
42497
+
42498
+ ---
42499
+
41505
42500
  The following software may be included in this product: qs (6.13.0)
41506
42501
  This software contains the following license and notice below:
41507
42502
 
@@ -42274,6 +43269,27 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
42274
43269
 
42275
43270
  ---
42276
43271
 
43272
+ The following software may be included in this product: normalize-package-data (5.0.0)
43273
+ This software contains the following license and notice below:
43274
+
43275
+ This package contains code originally written by Isaac Z. Schlueter.
43276
+ Used with permission.
43277
+
43278
+ Copyright (c) Meryn Stol ("Author")
43279
+ All rights reserved.
43280
+
43281
+ The BSD License
43282
+
43283
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
43284
+
43285
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
43286
+
43287
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
43288
+
43289
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
43290
+
43291
+ ---
43292
+
42277
43293
  The following software may be included in this product: nth-check (2.1.1)
42278
43294
  This software contains the following license and notice below:
42279
43295
 
@@ -44211,7 +45227,7 @@ defined by the Mozilla Public License, v. 2.0.
44211
45227
 
44212
45228
  ---
44213
45229
 
44214
- The following software may be included in this product: lightningcss-darwin-arm64 (1.32.0)
45230
+ The following software may be included in this product: lightningcss-linux-x64-gnu (1.32.0)
44215
45231
  This software contains the following license and notice below:
44216
45232
 
44217
45233
  Mozilla Public License Version 2.0
@@ -45335,6 +46351,134 @@ For more information, please see
45335
46351
 
45336
46352
  ---
45337
46353
 
46354
+ The following software may be included in this product: spdx-license-ids (3.0.23)
46355
+ This software was created by Shinnosuke Watanabe
46356
+ This software contains the following license and notice below:
46357
+
46358
+ Creative Commons Legal Code
46359
+
46360
+ CC0 1.0 Universal
46361
+
46362
+ CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
46363
+ LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
46364
+ ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
46365
+ INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
46366
+ REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
46367
+ PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
46368
+ THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
46369
+ HEREUNDER.
46370
+
46371
+ Statement of Purpose
46372
+
46373
+ The laws of most jurisdictions throughout the world automatically confer
46374
+ exclusive Copyright and Related Rights (defined below) upon the creator
46375
+ and subsequent owner(s) (each and all, an "owner") of an original work of
46376
+ authorship and/or a database (each, a "Work").
46377
+
46378
+ Certain owners wish to permanently relinquish those rights to a Work for
46379
+ the purpose of contributing to a commons of creative, cultural and
46380
+ scientific works ("Commons") that the public can reliably and without fear
46381
+ of later claims of infringement build upon, modify, incorporate in other
46382
+ works, reuse and redistribute as freely as possible in any form whatsoever
46383
+ and for any purposes, including without limitation commercial purposes.
46384
+ These owners may contribute to the Commons to promote the ideal of a free
46385
+ culture and the further production of creative, cultural and scientific
46386
+ works, or to gain reputation or greater distribution for their Work in
46387
+ part through the use and efforts of others.
46388
+
46389
+ For these and/or other purposes and motivations, and without any
46390
+ expectation of additional consideration or compensation, the person
46391
+ associating CC0 with a Work (the "Affirmer"), to the extent that he or she
46392
+ is an owner of Copyright and Related Rights in the Work, voluntarily
46393
+ elects to apply CC0 to the Work and publicly distribute the Work under its
46394
+ terms, with knowledge of his or her Copyright and Related Rights in the
46395
+ Work and the meaning and intended legal effect of CC0 on those rights.
46396
+
46397
+ 1. Copyright and Related Rights. A Work made available under CC0 may be
46398
+ protected by copyright and related or neighboring rights ("Copyright and
46399
+ Related Rights"). Copyright and Related Rights include, but are not
46400
+ limited to, the following:
46401
+
46402
+ i. the right to reproduce, adapt, distribute, perform, display,
46403
+ communicate, and translate a Work;
46404
+ ii. moral rights retained by the original author(s) and/or performer(s);
46405
+ iii. publicity and privacy rights pertaining to a person's image or
46406
+ likeness depicted in a Work;
46407
+ iv. rights protecting against unfair competition in regards to a Work,
46408
+ subject to the limitations in paragraph 4(a), below;
46409
+ v. rights protecting the extraction, dissemination, use and reuse of data
46410
+ in a Work;
46411
+ vi. database rights (such as those arising under Directive 96/9/EC of the
46412
+ European Parliament and of the Council of 11 March 1996 on the legal
46413
+ protection of databases, and under any national implementation
46414
+ thereof, including any amended or successor version of such
46415
+ directive); and
46416
+ vii. other similar, equivalent or corresponding rights throughout the
46417
+ world based on applicable law or treaty, and any national
46418
+ implementations thereof.
46419
+
46420
+ 2. Waiver. To the greatest extent permitted by, but not in contravention
46421
+ of, applicable law, Affirmer hereby overtly, fully, permanently,
46422
+ irrevocably and unconditionally waives, abandons, and surrenders all of
46423
+ Affirmer's Copyright and Related Rights and associated claims and causes
46424
+ of action, whether now known or unknown (including existing as well as
46425
+ future claims and causes of action), in the Work (i) in all territories
46426
+ worldwide, (ii) for the maximum duration provided by applicable law or
46427
+ treaty (including future time extensions), (iii) in any current or future
46428
+ medium and for any number of copies, and (iv) for any purpose whatsoever,
46429
+ including without limitation commercial, advertising or promotional
46430
+ purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
46431
+ member of the public at large and to the detriment of Affirmer's heirs and
46432
+ successors, fully intending that such Waiver shall not be subject to
46433
+ revocation, rescission, cancellation, termination, or any other legal or
46434
+ equitable action to disrupt the quiet enjoyment of the Work by the public
46435
+ as contemplated by Affirmer's express Statement of Purpose.
46436
+
46437
+ 3. Public License Fallback. Should any part of the Waiver for any reason
46438
+ be judged legally invalid or ineffective under applicable law, then the
46439
+ Waiver shall be preserved to the maximum extent permitted taking into
46440
+ account Affirmer's express Statement of Purpose. In addition, to the
46441
+ extent the Waiver is so judged Affirmer hereby grants to each affected
46442
+ person a royalty-free, non transferable, non sublicensable, non exclusive,
46443
+ irrevocable and unconditional license to exercise Affirmer's Copyright and
46444
+ Related Rights in the Work (i) in all territories worldwide, (ii) for the
46445
+ maximum duration provided by applicable law or treaty (including future
46446
+ time extensions), (iii) in any current or future medium and for any number
46447
+ of copies, and (iv) for any purpose whatsoever, including without
46448
+ limitation commercial, advertising or promotional purposes (the
46449
+ "License"). The License shall be deemed effective as of the date CC0 was
46450
+ applied by Affirmer to the Work. Should any part of the License for any
46451
+ reason be judged legally invalid or ineffective under applicable law, such
46452
+ partial invalidity or ineffectiveness shall not invalidate the remainder
46453
+ of the License, and in such case Affirmer hereby affirms that he or she
46454
+ will not (i) exercise any of his or her remaining Copyright and Related
46455
+ Rights in the Work or (ii) assert any associated claims and causes of
46456
+ action with respect to the Work, in either case contrary to Affirmer's
46457
+ express Statement of Purpose.
46458
+
46459
+ 4. Limitations and Disclaimers.
46460
+
46461
+ a. No trademark or patent rights held by Affirmer are waived, abandoned,
46462
+ surrendered, licensed or otherwise affected by this document.
46463
+ b. Affirmer offers the Work as-is and makes no representations or
46464
+ warranties of any kind concerning the Work, express, implied,
46465
+ statutory or otherwise, including without limitation warranties of
46466
+ title, merchantability, fitness for a particular purpose, non
46467
+ infringement, or the absence of latent or other defects, accuracy, or
46468
+ the present or absence of errors, whether or not discoverable, all to
46469
+ the greatest extent permissible under applicable law.
46470
+ c. Affirmer disclaims responsibility for clearing rights of other persons
46471
+ that may apply to the Work or any use thereof, including without
46472
+ limitation any person's Copyright and Related Rights in the Work.
46473
+ Further, Affirmer disclaims responsibility for obtaining any necessary
46474
+ consents, permissions or other rights required for any use of the
46475
+ Work.
46476
+ d. Affirmer understands and acknowledges that Creative Commons is not a
46477
+ party to this document and has no duty or obligation with respect to
46478
+ this CC0 or use of the Work.
46479
+
46480
+ ---
46481
+
45338
46482
  The following software may be included in this product: string-hash (1.1.3)
45339
46483
  This software was created by The Dark Sky Company
45340
46484
  This software contains the following license and notice below:
@@ -45556,6 +46700,348 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
45556
46700
 
45557
46701
  ---
45558
46702
 
46703
+ The following software may be included in this product: spdx-exceptions (2.5.0)
46704
+ This software contains the following license and notice below:
46705
+
46706
+ Copyright (c) The Linux Foundation
46707
+
46708
+ Creative Commons Legal Code
46709
+
46710
+ Attribution 3.0 Unported
46711
+
46712
+ CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
46713
+ LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
46714
+ ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
46715
+ INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
46716
+ REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
46717
+ DAMAGES RESULTING FROM ITS USE.
46718
+
46719
+ License
46720
+
46721
+ THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
46722
+ COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
46723
+ COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
46724
+ AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
46725
+
46726
+ BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
46727
+ TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY
46728
+ BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS
46729
+ CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
46730
+ CONDITIONS.
46731
+
46732
+ 1. Definitions
46733
+
46734
+ a. "Adaptation" means a work based upon the Work, or upon the Work and
46735
+ other pre-existing works, such as a translation, adaptation,
46736
+ derivative work, arrangement of music or other alterations of a
46737
+ literary or artistic work, or phonogram or performance and includes
46738
+ cinematographic adaptations or any other form in which the Work may be
46739
+ recast, transformed, or adapted including in any form recognizably
46740
+ derived from the original, except that a work that constitutes a
46741
+ Collection will not be considered an Adaptation for the purpose of
46742
+ this License. For the avoidance of doubt, where the Work is a musical
46743
+ work, performance or phonogram, the synchronization of the Work in
46744
+ timed-relation with a moving image ("synching") will be considered an
46745
+ Adaptation for the purpose of this License.
46746
+ b. "Collection" means a collection of literary or artistic works, such as
46747
+ encyclopedias and anthologies, or performances, phonograms or
46748
+ broadcasts, or other works or subject matter other than works listed
46749
+ in Section 1(f) below, which, by reason of the selection and
46750
+ arrangement of their contents, constitute intellectual creations, in
46751
+ which the Work is included in its entirety in unmodified form along
46752
+ with one or more other contributions, each constituting separate and
46753
+ independent works in themselves, which together are assembled into a
46754
+ collective whole. A work that constitutes a Collection will not be
46755
+ considered an Adaptation (as defined above) for the purposes of this
46756
+ License.
46757
+ c. "Distribute" means to make available to the public the original and
46758
+ copies of the Work or Adaptation, as appropriate, through sale or
46759
+ other transfer of ownership.
46760
+ d. "Licensor" means the individual, individuals, entity or entities that
46761
+ offer(s) the Work under the terms of this License.
46762
+ e. "Original Author" means, in the case of a literary or artistic work,
46763
+ the individual, individuals, entity or entities who created the Work
46764
+ or if no individual or entity can be identified, the publisher; and in
46765
+ addition (i) in the case of a performance the actors, singers,
46766
+ musicians, dancers, and other persons who act, sing, deliver, declaim,
46767
+ play in, interpret or otherwise perform literary or artistic works or
46768
+ expressions of folklore; (ii) in the case of a phonogram the producer
46769
+ being the person or legal entity who first fixes the sounds of a
46770
+ performance or other sounds; and, (iii) in the case of broadcasts, the
46771
+ organization that transmits the broadcast.
46772
+ f. "Work" means the literary and/or artistic work offered under the terms
46773
+ of this License including without limitation any production in the
46774
+ literary, scientific and artistic domain, whatever may be the mode or
46775
+ form of its expression including digital form, such as a book,
46776
+ pamphlet and other writing; a lecture, address, sermon or other work
46777
+ of the same nature; a dramatic or dramatico-musical work; a
46778
+ choreographic work or entertainment in dumb show; a musical
46779
+ composition with or without words; a cinematographic work to which are
46780
+ assimilated works expressed by a process analogous to cinematography;
46781
+ a work of drawing, painting, architecture, sculpture, engraving or
46782
+ lithography; a photographic work to which are assimilated works
46783
+ expressed by a process analogous to photography; a work of applied
46784
+ art; an illustration, map, plan, sketch or three-dimensional work
46785
+ relative to geography, topography, architecture or science; a
46786
+ performance; a broadcast; a phonogram; a compilation of data to the
46787
+ extent it is protected as a copyrightable work; or a work performed by
46788
+ a variety or circus performer to the extent it is not otherwise
46789
+ considered a literary or artistic work.
46790
+ g. "You" means an individual or entity exercising rights under this
46791
+ License who has not previously violated the terms of this License with
46792
+ respect to the Work, or who has received express permission from the
46793
+ Licensor to exercise rights under this License despite a previous
46794
+ violation.
46795
+ h. "Publicly Perform" means to perform public recitations of the Work and
46796
+ to communicate to the public those public recitations, by any means or
46797
+ process, including by wire or wireless means or public digital
46798
+ performances; to make available to the public Works in such a way that
46799
+ members of the public may access these Works from a place and at a
46800
+ place individually chosen by them; to perform the Work to the public
46801
+ by any means or process and the communication to the public of the
46802
+ performances of the Work, including by public digital performance; to
46803
+ broadcast and rebroadcast the Work by any means including signs,
46804
+ sounds or images.
46805
+ i. "Reproduce" means to make copies of the Work by any means including
46806
+ without limitation by sound or visual recordings and the right of
46807
+ fixation and reproducing fixations of the Work, including storage of a
46808
+ protected performance or phonogram in digital form or other electronic
46809
+ medium.
46810
+
46811
+ 2. Fair Dealing Rights. Nothing in this License is intended to reduce,
46812
+ limit, or restrict any uses free from copyright or rights arising from
46813
+ limitations or exceptions that are provided for in connection with the
46814
+ copyright protection under copyright law or other applicable laws.
46815
+
46816
+ 3. License Grant. Subject to the terms and conditions of this License,
46817
+ Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
46818
+ perpetual (for the duration of the applicable copyright) license to
46819
+ exercise the rights in the Work as stated below:
46820
+
46821
+ a. to Reproduce the Work, to incorporate the Work into one or more
46822
+ Collections, and to Reproduce the Work as incorporated in the
46823
+ Collections;
46824
+ b. to create and Reproduce Adaptations provided that any such Adaptation,
46825
+ including any translation in any medium, takes reasonable steps to
46826
+ clearly label, demarcate or otherwise identify that changes were made
46827
+ to the original Work. For example, a translation could be marked "The
46828
+ original work was translated from English to Spanish," or a
46829
+ modification could indicate "The original work has been modified.";
46830
+ c. to Distribute and Publicly Perform the Work including as incorporated
46831
+ in Collections; and,
46832
+ d. to Distribute and Publicly Perform Adaptations.
46833
+ e. For the avoidance of doubt:
46834
+
46835
+ i. Non-waivable Compulsory License Schemes. In those jurisdictions in
46836
+ which the right to collect royalties through any statutory or
46837
+ compulsory licensing scheme cannot be waived, the Licensor
46838
+ reserves the exclusive right to collect such royalties for any
46839
+ exercise by You of the rights granted under this License;
46840
+ ii. Waivable Compulsory License Schemes. In those jurisdictions in
46841
+ which the right to collect royalties through any statutory or
46842
+ compulsory licensing scheme can be waived, the Licensor waives the
46843
+ exclusive right to collect such royalties for any exercise by You
46844
+ of the rights granted under this License; and,
46845
+ iii. Voluntary License Schemes. The Licensor waives the right to
46846
+ collect royalties, whether individually or, in the event that the
46847
+ Licensor is a member of a collecting society that administers
46848
+ voluntary licensing schemes, via that society, from any exercise
46849
+ by You of the rights granted under this License.
46850
+
46851
+ The above rights may be exercised in all media and formats whether now
46852
+ known or hereafter devised. The above rights include the right to make
46853
+ such modifications as are technically necessary to exercise the rights in
46854
+ other media and formats. Subject to Section 8(f), all rights not expressly
46855
+ granted by Licensor are hereby reserved.
46856
+
46857
+ 4. Restrictions. The license granted in Section 3 above is expressly made
46858
+ subject to and limited by the following restrictions:
46859
+
46860
+ a. You may Distribute or Publicly Perform the Work only under the terms
46861
+ of this License. You must include a copy of, or the Uniform Resource
46862
+ Identifier (URI) for, this License with every copy of the Work You
46863
+ Distribute or Publicly Perform. You may not offer or impose any terms
46864
+ on the Work that restrict the terms of this License or the ability of
46865
+ the recipient of the Work to exercise the rights granted to that
46866
+ recipient under the terms of the License. You may not sublicense the
46867
+ Work. You must keep intact all notices that refer to this License and
46868
+ to the disclaimer of warranties with every copy of the Work You
46869
+ Distribute or Publicly Perform. When You Distribute or Publicly
46870
+ Perform the Work, You may not impose any effective technological
46871
+ measures on the Work that restrict the ability of a recipient of the
46872
+ Work from You to exercise the rights granted to that recipient under
46873
+ the terms of the License. This Section 4(a) applies to the Work as
46874
+ incorporated in a Collection, but this does not require the Collection
46875
+ apart from the Work itself to be made subject to the terms of this
46876
+ License. If You create a Collection, upon notice from any Licensor You
46877
+ must, to the extent practicable, remove from the Collection any credit
46878
+ as required by Section 4(b), as requested. If You create an
46879
+ Adaptation, upon notice from any Licensor You must, to the extent
46880
+ practicable, remove from the Adaptation any credit as required by
46881
+ Section 4(b), as requested.
46882
+ b. If You Distribute, or Publicly Perform the Work or any Adaptations or
46883
+ Collections, You must, unless a request has been made pursuant to
46884
+ Section 4(a), keep intact all copyright notices for the Work and
46885
+ provide, reasonable to the medium or means You are utilizing: (i) the
46886
+ name of the Original Author (or pseudonym, if applicable) if supplied,
46887
+ and/or if the Original Author and/or Licensor designate another party
46888
+ or parties (e.g., a sponsor institute, publishing entity, journal) for
46889
+ attribution ("Attribution Parties") in Licensor's copyright notice,
46890
+ terms of service or by other reasonable means, the name of such party
46891
+ or parties; (ii) the title of the Work if supplied; (iii) to the
46892
+ extent reasonably practicable, the URI, if any, that Licensor
46893
+ specifies to be associated with the Work, unless such URI does not
46894
+ refer to the copyright notice or licensing information for the Work;
46895
+ and (iv) , consistent with Section 3(b), in the case of an Adaptation,
46896
+ a credit identifying the use of the Work in the Adaptation (e.g.,
46897
+ "French translation of the Work by Original Author," or "Screenplay
46898
+ based on original Work by Original Author"). The credit required by
46899
+ this Section 4 (b) may be implemented in any reasonable manner;
46900
+ provided, however, that in the case of a Adaptation or Collection, at
46901
+ a minimum such credit will appear, if a credit for all contributing
46902
+ authors of the Adaptation or Collection appears, then as part of these
46903
+ credits and in a manner at least as prominent as the credits for the
46904
+ other contributing authors. For the avoidance of doubt, You may only
46905
+ use the credit required by this Section for the purpose of attribution
46906
+ in the manner set out above and, by exercising Your rights under this
46907
+ License, You may not implicitly or explicitly assert or imply any
46908
+ connection with, sponsorship or endorsement by the Original Author,
46909
+ Licensor and/or Attribution Parties, as appropriate, of You or Your
46910
+ use of the Work, without the separate, express prior written
46911
+ permission of the Original Author, Licensor and/or Attribution
46912
+ Parties.
46913
+ c. Except as otherwise agreed in writing by the Licensor or as may be
46914
+ otherwise permitted by applicable law, if You Reproduce, Distribute or
46915
+ Publicly Perform the Work either by itself or as part of any
46916
+ Adaptations or Collections, You must not distort, mutilate, modify or
46917
+ take other derogatory action in relation to the Work which would be
46918
+ prejudicial to the Original Author's honor or reputation. Licensor
46919
+ agrees that in those jurisdictions (e.g. Japan), in which any exercise
46920
+ of the right granted in Section 3(b) of this License (the right to
46921
+ make Adaptations) would be deemed to be a distortion, mutilation,
46922
+ modification or other derogatory action prejudicial to the Original
46923
+ Author's honor and reputation, the Licensor will waive or not assert,
46924
+ as appropriate, this Section, to the fullest extent permitted by the
46925
+ applicable national law, to enable You to reasonably exercise Your
46926
+ right under Section 3(b) of this License (right to make Adaptations)
46927
+ but not otherwise.
46928
+
46929
+ 5. Representations, Warranties and Disclaimer
46930
+
46931
+ UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
46932
+ OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
46933
+ KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
46934
+ INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
46935
+ FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
46936
+ LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
46937
+ WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION
46938
+ OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
46939
+
46940
+ 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
46941
+ LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
46942
+ ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
46943
+ ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
46944
+ BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
46945
+
46946
+ 7. Termination
46947
+
46948
+ a. This License and the rights granted hereunder will terminate
46949
+ automatically upon any breach by You of the terms of this License.
46950
+ Individuals or entities who have received Adaptations or Collections
46951
+ from You under this License, however, will not have their licenses
46952
+ terminated provided such individuals or entities remain in full
46953
+ compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will
46954
+ survive any termination of this License.
46955
+ b. Subject to the above terms and conditions, the license granted here is
46956
+ perpetual (for the duration of the applicable copyright in the Work).
46957
+ Notwithstanding the above, Licensor reserves the right to release the
46958
+ Work under different license terms or to stop distributing the Work at
46959
+ any time; provided, however that any such election will not serve to
46960
+ withdraw this License (or any other license that has been, or is
46961
+ required to be, granted under the terms of this License), and this
46962
+ License will continue in full force and effect unless terminated as
46963
+ stated above.
46964
+
46965
+ 8. Miscellaneous
46966
+
46967
+ a. Each time You Distribute or Publicly Perform the Work or a Collection,
46968
+ the Licensor offers to the recipient a license to the Work on the same
46969
+ terms and conditions as the license granted to You under this License.
46970
+ b. Each time You Distribute or Publicly Perform an Adaptation, Licensor
46971
+ offers to the recipient a license to the original Work on the same
46972
+ terms and conditions as the license granted to You under this License.
46973
+ c. If any provision of this License is invalid or unenforceable under
46974
+ applicable law, it shall not affect the validity or enforceability of
46975
+ the remainder of the terms of this License, and without further action
46976
+ by the parties to this agreement, such provision shall be reformed to
46977
+ the minimum extent necessary to make such provision valid and
46978
+ enforceable.
46979
+ d. No term or provision of this License shall be deemed waived and no
46980
+ breach consented to unless such waiver or consent shall be in writing
46981
+ and signed by the party to be charged with such waiver or consent.
46982
+ e. This License constitutes the entire agreement between the parties with
46983
+ respect to the Work licensed here. There are no understandings,
46984
+ agreements or representations with respect to the Work not specified
46985
+ here. Licensor shall not be bound by any additional provisions that
46986
+ may appear in any communication from You. This License may not be
46987
+ modified without the mutual written agreement of the Licensor and You.
46988
+ f. The rights granted under, and the subject matter referenced, in this
46989
+ License were drafted utilizing the terminology of the Berne Convention
46990
+ for the Protection of Literary and Artistic Works (as amended on
46991
+ September 28, 1979), the Rome Convention of 1961, the WIPO Copyright
46992
+ Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996
46993
+ and the Universal Copyright Convention (as revised on July 24, 1971).
46994
+ These rights and subject matter take effect in the relevant
46995
+ jurisdiction in which the License terms are sought to be enforced
46996
+ according to the corresponding provisions of the implementation of
46997
+ those treaty provisions in the applicable national law. If the
46998
+ standard suite of rights granted under applicable copyright law
46999
+ includes additional rights not granted under this License, such
47000
+ additional rights are deemed to be included in the License; this
47001
+ License is not intended to restrict the license of any rights under
47002
+ applicable law.
47003
+
47004
+
47005
+ Creative Commons Notice
47006
+
47007
+ Creative Commons is not a party to this License, and makes no warranty
47008
+ whatsoever in connection with the Work. Creative Commons will not be
47009
+ liable to You or any party on any legal theory for any damages
47010
+ whatsoever, including without limitation any general, special,
47011
+ incidental or consequential damages arising in connection to this
47012
+ license. Notwithstanding the foregoing two (2) sentences, if Creative
47013
+ Commons has expressly identified itself as the Licensor hereunder, it
47014
+ shall have all rights and obligations of Licensor.
47015
+
47016
+ Except for the limited purpose of indicating to the public that the
47017
+ Work is licensed under the CCPL, Creative Commons does not authorize
47018
+ the use by either party of the trademark "Creative Commons" or any
47019
+ related trademark or logo of Creative Commons without the prior
47020
+ written consent of Creative Commons. Any permitted use will be in
47021
+ compliance with Creative Commons' then-current trademark usage
47022
+ guidelines, as may be published on its website or otherwise made
47023
+ available upon request from time to time. For the avoidance of doubt,
47024
+ this trademark restriction does not form part of this License.
47025
+
47026
+ Creative Commons may be contacted at https://creativecommons.org/.
47027
+
47028
+ ---
47029
+
47030
+ The following software may be included in this product: spdx-ranges (2.1.1)
47031
+ This software contains the following license and notice below:
47032
+
47033
+ The MIT License
47034
+
47035
+ Copyright (c) 2015 Kyle E. Mitchell
47036
+
47037
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
47038
+
47039
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
47040
+
47041
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
47042
+
47043
+ ---
47044
+
45559
47045
  The following software may be included in this product: truncate-utf8-bytes (1.0.2)
45560
47046
  This software was created by Carl Xiong
45561
47047
  This software contains the following license and notice below: