token-goat 2.6.31 → 2.6.32

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 (34) hide show
  1. package/README.md +1 -1
  2. package/SECURITY.md +67 -3
  3. package/dist/{token-goat-chunk-VYC34TBW.mjs → token-goat-chunk-3KW5C2KQ.mjs} +1 -1
  4. package/dist/{token-goat-chunk-4WGVGN6W.mjs → token-goat-chunk-3UOG7PSZ.mjs} +12 -3
  5. package/dist/{token-goat-chunk-Q4N6SQWR.mjs → token-goat-chunk-4M7PSAO3.mjs} +8 -8
  6. package/dist/{token-goat-chunk-X7PIWZMB.mjs → token-goat-chunk-5EXIMDHA.mjs} +3 -227
  7. package/dist/{token-goat-chunk-PWD5XZ6C.mjs → token-goat-chunk-DFBD2FFU.mjs} +276 -90
  8. package/dist/{token-goat-chunk-56C3XUQY.mjs → token-goat-chunk-DNEPSN3P.mjs} +4 -4
  9. package/dist/{token-goat-chunk-N2S7UAVU.mjs → token-goat-chunk-GWZJ5SI2.mjs} +12 -2
  10. package/dist/{token-goat-chunk-P7I6LS5H.mjs → token-goat-chunk-N53GXI2Z.mjs} +39 -22
  11. package/dist/{token-goat-chunk-OIBTYBVR.mjs → token-goat-chunk-O7TGKV5I.mjs} +4 -4
  12. package/dist/{token-goat-chunk-XEJBPPD7.mjs → token-goat-chunk-RD6O3PJU.mjs} +150 -89
  13. package/dist/{token-goat-chunk-J6JTYE2B.mjs → token-goat-chunk-TBCLQTPG.mjs} +7 -7
  14. package/dist/{token-goat-chunk-QL2743EW.mjs → token-goat-chunk-W3MX4LQV.mjs} +6 -6
  15. package/dist/{token-goat-chunk-HPY7XE77.mjs → token-goat-chunk-X5OPORR4.mjs} +28 -8
  16. package/dist/{token-goat-chunk-DCGBS2YZ.mjs → token-goat-chunk-YWYITDOS.mjs} +4 -4
  17. package/dist/{token-goat-hook-chunk-YHRJMMEF.mjs → token-goat-hook-chunk-6NF4WM2U.mjs} +151 -90
  18. package/dist/token-goat-hook-chunk-ANFXTEQO.mjs +23 -0
  19. package/dist/{token-goat-hook-chunk-NIVRFAJ4.mjs → token-goat-hook-chunk-DHW6SRHR.mjs} +3 -227
  20. package/dist/{token-goat-hook-chunk-2K7FV2ME.mjs → token-goat-hook-chunk-DJZGX27J.mjs} +275 -89
  21. package/dist/{token-goat-hook-chunk-KNVHTGEX.mjs → token-goat-hook-chunk-J2ZK2FYW.mjs} +1 -1
  22. package/dist/{token-goat-hook-chunk-7WC2H3EW.mjs → token-goat-hook-chunk-K33JMLL7.mjs} +12 -3
  23. package/dist/{token-goat-hook-chunk-JT5RMRIY.mjs → token-goat-hook-chunk-LFYT4DLB.mjs} +4 -4
  24. package/dist/{token-goat-hook-chunk-5AQYD2SZ.mjs → token-goat-hook-chunk-PCP4W65Z.mjs} +4 -4
  25. package/dist/{token-goat-hook-chunk-66W63A4Y.mjs → token-goat-hook-chunk-Q5URQRIF.mjs} +39 -22
  26. package/dist/{token-goat-hook-chunk-K6HLYRRI.mjs → token-goat-hook-chunk-TBJ5PUPQ.mjs} +6 -6
  27. package/dist/{token-goat-hook-chunk-FKZ5RBT4.mjs → token-goat-hook-chunk-TKXOXN4J.mjs} +8 -8
  28. package/dist/{token-goat-hook-chunk-3OJELLK5.mjs → token-goat-hook-chunk-UXD3B4OY.mjs} +4 -4
  29. package/dist/{token-goat-hook-chunk-JVJUBWKT.mjs → token-goat-hook-chunk-VHZECEQD.mjs} +12 -2
  30. package/dist/{token-goat-hook-chunk-SJM4BUZQ.mjs → token-goat-hook-chunk-WBTHUYJP.mjs} +28 -8
  31. package/dist/token-goat-hook.mjs +7 -7
  32. package/dist/token-goat.core.mjs +7 -7
  33. package/package.json +12 -4
  34. package/dist/token-goat-hook-chunk-ULGSXGZK.mjs +0 -23
package/README.md CHANGED
@@ -637,7 +637,7 @@ token-goat pdf-extract manual.pdf --pages 12-15 --layout --head 120
637
637
  | `token-goat hot [--limit N]` | Cross-session file frequency table: read and edit counts tallied from all stored sessions, ranked by total activity. Shows which files dominate your token spend across your entire history. `--project <dir>` filters to one project; `--json` for structured output. |
638
638
  | `token-goat note set/get/unset/list/clear` | Persistent per-project notes stored as key-value pairs. Token-goat injects them at session start and after compaction so they survive conversation rollover. Use to pin decisions, constraints, or reminders that would otherwise vanish after compaction. `note list --json` for machine-readable output; `note clear` removes everything at once. |
639
639
  | `token-goat project list` | Show all project roots indexed by token-goat with their file counts. Roots on the blocklist appear tagged `[excluded]`. `--json` for structured output. |
640
- | `token-goat project exclude <path>` | Add a project root to the blocklist so the worker never indexes it. Writes the resolved absolute path to `[worker] blocked_roots` in `config.toml`; idempotent. Remove the entry from the config to re-enable indexing. |
640
+ | `token-goat project exclude <path>` | Add a project root to the blocklist so the worker never indexes it. Writes the resolved absolute path to `[worker] blocked_roots` in `config.toml`; idempotent. It also removes anything already indexed under that path and says how many files went, so excluding a directory means its contents stop being readable through `symbol` rather than merely stopping future indexing. Remove the entry from the config to re-enable indexing, then run `token-goat index` to bring the contents back. |
641
641
  | `token-goat project prune [--dry-run]` | Remove blocked/excluded roots that no longer exist on disk. `--dry-run` previews removals without touching the config file. Useful after deleting or moving projects. |
642
642
  | `token-goat install` | Wire up hooks (and, with the harness flags below, other AI tool integrations). No `--dry-run` or `--verify` flag — run `token-goat doctor` after install to audit the result. |
643
643
  | `token-goat doctor` | Confirm everything is wired correctly. Surfaces install state, cold-import timing, cache hit rates, compaction-budget telemetry, opt-in flag status, and canonical-root sanity. A **Security** section reports the posture in one place: whether offline mode is on, whether injection scanning is on, whether the Google Drive integration is enabled, whether fetching runs against an allow list or a deny list, whether MCP reads are confined to the project root, and whether the data directory is readable by other local users. It only warns when a protection that ships on has been switched off, so a default install stays quiet. It read-only audits `~/.copilot/mcp-config.json` for globally configured Chrome DevTools or Playwright `npx` launchers, recommending project scope or removal when inactive; it never prints server configuration or secrets. On Windows, it also reports duplicate Chrome DevTools/Playwright MCP launchers and orphaned Node processes without terminating anything. Pass `--context` to show the **Context footprint** section: a fill bar with severity (ok / warn / high / URGENT), per-component breakdown (skills catalog, loaded skill bodies, CLAUDE.md+MEMORY.md, conversation estimate), session-to-session growth trend with sessions-to-URGENT projection, and tiered compaction recommendations (Tier 0–4) naming the exact commands to run. Auto-shown when fill > 40 % or any loaded skill > 2 K tokens lacks a compact. `--json` emits the check results (one entry per check, with `ok`/`warn`/`fail` status) as JSON instead of text. |
package/SECURITY.md CHANGED
@@ -41,18 +41,31 @@ The following are not treated as security issues unless paired with a working pr
41
41
 
42
42
  ## Dependency advisories
43
43
 
44
- `npm audit --omit=dev` on the published package is not empty, and pretending otherwise would waste your review time. Every runtime advisory that remains traces to one of three packages. All three are already at their latest published version, so there is no forward patch to take: the only version npm offers as a "fix" is an older major that drops features Token-Goat uses.
44
+ `npm audit` gives three different answers for Token-Goat depending on what you scan, and the gap between them is the first thing to understand. All three numbers below are reproducible with the commands shown.
45
+
46
+ | What you scan | Command | Result |
47
+ | --- | --- | --- |
48
+ | this repository | `npm audit` | clean, development dependencies included |
49
+ | an install without optional packages | `npm install --omit=optional token-goat` then `npm audit --omit=dev --omit=optional` | clean, 46 packages |
50
+ | a default install | `npm install token-goat` then `npm audit --omit=dev` | the optional packages in the table below |
51
+
52
+ The repository is clean because [`package.json`](package.json) carries an `overrides` block that pins five transitive packages to patched versions. **npm applies `overrides` only in the root project**, so those pins do not travel to anyone who installs Token-Goat as a dependency. We are saying so plainly rather than letting a clean repository scan stand in for a clean install: if your scanner reads this repository or its lockfile it will report nothing, and that is not the whole picture.
53
+
54
+ Without the overrides a consumer resolves `protobufjs` at 6.x, which carries more advisories than the 7.x line the repository would otherwise use. Every one of those paths is optional.
45
55
 
46
56
  | Package | Advisories it carries | Where it loads | Why the advisory does not reach you through Token-Goat |
47
57
  | --- | --- | --- | --- |
48
58
  | `@xenova/transformers` | [`protobufjs`](https://github.com/advisories/GHSA-xq3m-2v4x-88gg) (critical), `onnx-proto`, `onnxruntime-web`, and its own pinned `sharp` | optional; loaded only when semantic search builds or queries embeddings | not mitigated, so it is the one to weigh. Skip it with `npm install --omit=optional`, or leave `indexing.embeddings_enabled` off, and the code never loads |
49
59
  | `exceljs` | [`uuid`](https://github.com/advisories/GHSA-w5hq-g745-h8pq) | optional; loaded only when an `xlsx-*` command opens a workbook | the advisory is a missing bounds check on a caller-supplied `buf` argument; ExcelJS never passes one |
50
- | `html-to-text` | [`deepmerge-ts`](https://github.com/advisories/GHSA-ggr8-5vv4-36mx) | required, and bundled into `dist/token-goat.mjs`; runs when a fetched page is converted to text | the advisory is stack exhaustion while merging a recursive object graph. The only object merged is the fixed options literal in `extractCleanText`; page content is never merged |
51
60
 
52
- `npm install --omit=optional` gives you an install without the first two. The `xlsx-*` commands then say ExcelJS is not installed rather than failing oddly, and `semantic` keeps working on keyword search alone: it is the embedding half that goes away, not the command.
61
+ `npm install --omit=optional` gives you an install without either of these, and `npm audit` reports it clean. Every command still starts; the ones that need a package you skipped say so. The `xlsx-*` commands report that ExcelJS is not installed rather than failing oddly, `zip-list`/`zip-read` do the same for fflate, and `semantic` keeps working on keyword search alone: it is the embedding half that goes away, not the command.
62
+
63
+ `html-to-text` used to appear in that table, carrying [`deepmerge-ts`](https://github.com/advisories/GHSA-ggr8-5vv4-36mx). It is now a development dependency instead. esbuild inlines it into `dist/token-goat.mjs` at build time and nothing in the published bundle imports it, so it was a runtime dependency in name only: moving it removes `html-to-text`, `deepmerge-ts`, `htmlparser2`, `selderee`, and `dom-serializer` from an installed copy while the HTML-to-text output stays byte-for-byte identical. That is what takes the no-optional install to zero, and it is better than the alternative we had considered, rolling `html-to-text` back to 9.x: that version pins `htmlparser2` two majors lower, and `htmlparser2` is what parses fetched pages, so it would have traded an advisory in an options merger for an older parser on the one path that handles untrusted input.
53
64
 
54
65
  Direct dependencies with a forward patch are kept current rather than pinned: `sharp` and `puppeteer-core` were both moved across a major version to clear their advisories.
55
66
 
67
+ For a scanner that ingests a bill of materials rather than a lockfile, `npm run sbom` writes CycloneDX 1.5 to stdout.
68
+
56
69
  ## Verifying what you installed
57
70
 
58
71
  Every published version is built and pushed by one workflow, [`.github/workflows/publish.yml`](.github/workflows/publish.yml), which runs only when a GitHub release is published (or manually, and then only from `main`). It publishes with npm provenance, so npm holds a signed attestation tying the tarball to the commit and workflow run that produced it. Nothing is ever published from a laptop.
@@ -70,3 +83,54 @@ Every action used by that workflow, and by CI, is pinned to a full commit SHA ra
70
83
  ## License
71
84
 
72
85
  Token-Goat is source-available under the PolyForm Noncommercial License 1.0.0. Submitting a security report does not grant the reporter any license to Token-Goat's code beyond what PolyForm Noncommercial already permits. See LICENSE for the full terms.
86
+
87
+
88
+ ## Dependency licenses
89
+
90
+ Every production dependency is permissively licensed, but a scan does not read it that way on its
91
+ own. Counted from `package-lock.json`, which lists the packages for every platform rather than only
92
+ the ones this machine installed, 22 entries need a human answer: 7 declare a license a scanner
93
+ cannot resolve, and 15 carry a copyleft term. All 22 arrive through optional dependencies. Install
94
+ with `npm install --omit=optional token-goat` and not one of them is present.
95
+
96
+ **Declarations a scanner cannot resolve.** Both are upstream mistakes, and both are the same
97
+ mistake this project made in its own manifest and fixed. `SEE LICENSE IN <file>` is npm's form for
98
+ a license that is not on the SPDX list, and `MIT OR Apache` is not a valid expression because the
99
+ identifier is `Apache-2.0`. For the second, `npm sbom` emits no `licenses` field at all rather than
100
+ an unresolvable one.
101
+
102
+ | Package | Declares | Actually grants | Reached through |
103
+ | --- | --- | --- | --- |
104
+ | `flatbuffers` | `SEE LICENSE IN LICENSE.txt` | Apache-2.0, in its own `LICENSE.txt` | `@xenova/transformers` |
105
+ | `sqlite-vec` and its 5 platform packages | `MIT OR Apache` | MIT or Apache-2.0, your choice | direct optional dependency |
106
+
107
+ **Copyleft terms.** Two families, and neither puts a copyleft obligation on Token-Goat's own code.
108
+
109
+ | Package | Declares | Why it is not a problem |
110
+ | --- | --- | --- |
111
+ | `@img/sharp-libvips-<platform>` (10 packages) | `LGPL-3.0-or-later` | libvips, shipped as a prebuilt shared library and used unmodified. LGPL asks that the library stay replaceable, and it is: it is a separate package that `sharp` loads at runtime. |
112
+ | `@img/sharp-<platform>` (4 packages) | `Apache-2.0 AND LGPL-3.0-or-later` | the Apache half is `sharp` itself, the LGPL half is the same libvips |
113
+ | `jszip` | `(MIT OR GPL-3.0-or-later)` | a choice between the two, and the MIT half is taken |
114
+
115
+ `sharp` and `jszip` are both optional: `sharp` powers image shrinking, `jszip` arrives through
116
+ `exceljs` for the `xlsx-*` commands.
117
+
118
+ **Three packages with no license at all used to be here.** `buffers@0.1.1` and `chainsaw@0.1.0`
119
+ shipped with neither a `license` field nor a license file, and `traverse@0.3.9` had the file but
120
+ not the field. No grant at all is worse for a review than a copyleft grant, because there is
121
+ nothing to apply policy to. They arrived through `exceljs`, which depends on `unzipper`, which
122
+ depended on `binary`, which depended on all three. `unzipper` dropped `binary` in 0.11, so an
123
+ override to `^0.12.5` removes the sub-chain, and the deprecated `fstream` with it. Token-goat reads
124
+ workbooks through `wb.xlsx.readFile()`, which goes through `jszip`; `unzipper` is only reachable
125
+ through the streaming reader in `exceljs`, which this code never calls.
126
+
127
+ Reproduce the whole picture:
128
+
129
+ ```bash
130
+ npm run sbom
131
+ ```
132
+
133
+ Like the advisory disclosure above, this is checked by a test rather than by review: see
134
+ [tests/guards/dependency_licenses.test.ts](tests/guards/dependency_licenses.test.ts). Any
135
+ production package that a scanner cannot resolve, or that carries a copyleft term, has to be named
136
+ here or that test fails.
@@ -2,7 +2,7 @@ import { createRequire as __cjsRequire } from 'node:module';
2
2
  const require = __cjsRequire(import.meta.url);
3
3
  import {
4
4
  init_define_import_meta_env
5
- } from "./token-goat-chunk-4WGVGN6W.mjs";
5
+ } from "./token-goat-chunk-3UOG7PSZ.mjs";
6
6
 
7
7
  // src/reset.ts
8
8
  init_define_import_meta_env();
@@ -12,11 +12,20 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
12
12
  if (typeof require !== "undefined") return require.apply(this, arguments);
13
13
  throw Error('Dynamic require of "' + x + '" is not supported');
14
14
  });
15
- var __esm = (fn, res) => function __init() {
16
- return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
15
+ var __esm = (fn, res, err) => function __init() {
16
+ if (err) throw err[0];
17
+ try {
18
+ return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
19
+ } catch (e) {
20
+ throw err = [e], e;
21
+ }
17
22
  };
18
23
  var __commonJS = (cb, mod) => function __require2() {
19
- return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
24
+ try {
25
+ return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
26
+ } catch (e) {
27
+ throw mod = 0, e;
28
+ }
20
29
  };
21
30
  var __export = (target, all) => {
22
31
  for (var name in all)
@@ -3,7 +3,7 @@ const require = __cjsRequire(import.meta.url);
3
3
  import {
4
4
  __export,
5
5
  init_define_import_meta_env
6
- } from "./token-goat-chunk-4WGVGN6W.mjs";
6
+ } from "./token-goat-chunk-3UOG7PSZ.mjs";
7
7
 
8
8
  // node_modules/zod/index.js
9
9
  init_define_import_meta_env();
@@ -590,7 +590,7 @@ function $constructor(name, initializer3, params) {
590
590
  Object.defineProperty(_, "name", { value: name });
591
591
  return _;
592
592
  }
593
- var $brand = Symbol("zod_brand");
593
+ var $brand = /* @__PURE__ */ Symbol("zod_brand");
594
594
  var $ZodAsyncError = class extends Error {
595
595
  constructor() {
596
596
  super(`Encountered Promise during synchronous parse. Use .parseAsync() instead.`);
@@ -10407,8 +10407,8 @@ function yo_default() {
10407
10407
  // node_modules/zod/v4/core/registries.js
10408
10408
  init_define_import_meta_env();
10409
10409
  var _a2;
10410
- var $output = Symbol("ZodOutput");
10411
- var $input = Symbol("ZodInput");
10410
+ var $output = /* @__PURE__ */ Symbol("ZodOutput");
10411
+ var $input = /* @__PURE__ */ Symbol("ZodInput");
10412
10412
  var $ZodRegistry = class {
10413
10413
  constructor() {
10414
10414
  this._map = /* @__PURE__ */ new WeakMap();
@@ -11446,7 +11446,7 @@ function _stringbool(Classes, _params) {
11446
11446
  type: "pipe",
11447
11447
  in: stringSchema,
11448
11448
  out: booleanSchema,
11449
- transform: (input, payload) => {
11449
+ transform: ((input, payload) => {
11450
11450
  let data = input;
11451
11451
  if (params.case !== "sensitive")
11452
11452
  data = data.toLowerCase();
@@ -11465,14 +11465,14 @@ function _stringbool(Classes, _params) {
11465
11465
  });
11466
11466
  return {};
11467
11467
  }
11468
- },
11469
- reverseTransform: (input, _payload) => {
11468
+ }),
11469
+ reverseTransform: ((input, _payload) => {
11470
11470
  if (input === true) {
11471
11471
  return truthyArray[0] || "true";
11472
11472
  } else {
11473
11473
  return falsyArray[0] || "false";
11474
11474
  }
11475
- },
11475
+ }),
11476
11476
  error: params.error
11477
11477
  });
11478
11478
  return codec2;
@@ -2,17 +2,17 @@ import { createRequire as __cjsRequire } from 'node:module';
2
2
  const require = __cjsRequire(import.meta.url);
3
3
  import {
4
4
  registerReset
5
- } from "./token-goat-chunk-VYC34TBW.mjs";
5
+ } from "./token-goat-chunk-3KW5C2KQ.mjs";
6
6
  import {
7
7
  init_define_import_meta_env
8
- } from "./token-goat-chunk-4WGVGN6W.mjs";
8
+ } from "./token-goat-chunk-3UOG7PSZ.mjs";
9
9
 
10
10
  // src/version.ts
11
11
  init_define_import_meta_env();
12
12
  import { createRequire } from "node:module";
13
13
  function resolveVersion() {
14
14
  if (true) {
15
- return "2.6.31";
15
+ return "2.6.32";
16
16
  }
17
17
  const require2 = createRequire(import.meta.url);
18
18
  const pkg = require2("../package.json");
@@ -5075,237 +5075,13 @@ export {
5075
5075
  /*! Bundled license information:
5076
5076
 
5077
5077
  smol-toml/dist/date.js:
5078
- (*!
5079
- * Copyright (c) Squirrel Chat et al., All rights reserved.
5080
- * SPDX-License-Identifier: BSD-3-Clause
5081
- *
5082
- * Redistribution and use in source and binary forms, with or without
5083
- * modification, are permitted provided that the following conditions are met:
5084
- *
5085
- * 1. Redistributions of source code must retain the above copyright notice, this
5086
- * list of conditions and the following disclaimer.
5087
- * 2. Redistributions in binary form must reproduce the above copyright notice,
5088
- * this list of conditions and the following disclaimer in the
5089
- * documentation and/or other materials provided with the distribution.
5090
- * 3. Neither the name of the copyright holder nor the names of its contributors
5091
- * may be used to endorse or promote products derived from this software without
5092
- * specific prior written permission.
5093
- *
5094
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
5095
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
5096
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
5097
- * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
5098
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
5099
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
5100
- * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
5101
- * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
5102
- * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
5103
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5104
- *)
5105
-
5106
5078
  smol-toml/dist/error.js:
5107
- (*!
5108
- * Copyright (c) Squirrel Chat et al., All rights reserved.
5109
- * SPDX-License-Identifier: BSD-3-Clause
5110
- *
5111
- * Redistribution and use in source and binary forms, with or without
5112
- * modification, are permitted provided that the following conditions are met:
5113
- *
5114
- * 1. Redistributions of source code must retain the above copyright notice, this
5115
- * list of conditions and the following disclaimer.
5116
- * 2. Redistributions in binary form must reproduce the above copyright notice,
5117
- * this list of conditions and the following disclaimer in the
5118
- * documentation and/or other materials provided with the distribution.
5119
- * 3. Neither the name of the copyright holder nor the names of its contributors
5120
- * may be used to endorse or promote products derived from this software without
5121
- * specific prior written permission.
5122
- *
5123
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
5124
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
5125
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
5126
- * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
5127
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
5128
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
5129
- * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
5130
- * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
5131
- * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
5132
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5133
- *)
5134
-
5135
5079
  smol-toml/dist/primitive.js:
5136
- (*!
5137
- * Copyright (c) Squirrel Chat et al., All rights reserved.
5138
- * SPDX-License-Identifier: BSD-3-Clause
5139
- *
5140
- * Redistribution and use in source and binary forms, with or without
5141
- * modification, are permitted provided that the following conditions are met:
5142
- *
5143
- * 1. Redistributions of source code must retain the above copyright notice, this
5144
- * list of conditions and the following disclaimer.
5145
- * 2. Redistributions in binary form must reproduce the above copyright notice,
5146
- * this list of conditions and the following disclaimer in the
5147
- * documentation and/or other materials provided with the distribution.
5148
- * 3. Neither the name of the copyright holder nor the names of its contributors
5149
- * may be used to endorse or promote products derived from this software without
5150
- * specific prior written permission.
5151
- *
5152
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
5153
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
5154
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
5155
- * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
5156
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
5157
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
5158
- * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
5159
- * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
5160
- * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
5161
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5162
- *)
5163
-
5164
5080
  smol-toml/dist/util.js:
5165
- (*!
5166
- * Copyright (c) Squirrel Chat et al., All rights reserved.
5167
- * SPDX-License-Identifier: BSD-3-Clause
5168
- *
5169
- * Redistribution and use in source and binary forms, with or without
5170
- * modification, are permitted provided that the following conditions are met:
5171
- *
5172
- * 1. Redistributions of source code must retain the above copyright notice, this
5173
- * list of conditions and the following disclaimer.
5174
- * 2. Redistributions in binary form must reproduce the above copyright notice,
5175
- * this list of conditions and the following disclaimer in the
5176
- * documentation and/or other materials provided with the distribution.
5177
- * 3. Neither the name of the copyright holder nor the names of its contributors
5178
- * may be used to endorse or promote products derived from this software without
5179
- * specific prior written permission.
5180
- *
5181
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
5182
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
5183
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
5184
- * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
5185
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
5186
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
5187
- * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
5188
- * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
5189
- * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
5190
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5191
- *)
5192
-
5193
5081
  smol-toml/dist/extract.js:
5194
- (*!
5195
- * Copyright (c) Squirrel Chat et al., All rights reserved.
5196
- * SPDX-License-Identifier: BSD-3-Clause
5197
- *
5198
- * Redistribution and use in source and binary forms, with or without
5199
- * modification, are permitted provided that the following conditions are met:
5200
- *
5201
- * 1. Redistributions of source code must retain the above copyright notice, this
5202
- * list of conditions and the following disclaimer.
5203
- * 2. Redistributions in binary form must reproduce the above copyright notice,
5204
- * this list of conditions and the following disclaimer in the
5205
- * documentation and/or other materials provided with the distribution.
5206
- * 3. Neither the name of the copyright holder nor the names of its contributors
5207
- * may be used to endorse or promote products derived from this software without
5208
- * specific prior written permission.
5209
- *
5210
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
5211
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
5212
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
5213
- * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
5214
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
5215
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
5216
- * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
5217
- * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
5218
- * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
5219
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5220
- *)
5221
-
5222
5082
  smol-toml/dist/struct.js:
5223
- (*!
5224
- * Copyright (c) Squirrel Chat et al., All rights reserved.
5225
- * SPDX-License-Identifier: BSD-3-Clause
5226
- *
5227
- * Redistribution and use in source and binary forms, with or without
5228
- * modification, are permitted provided that the following conditions are met:
5229
- *
5230
- * 1. Redistributions of source code must retain the above copyright notice, this
5231
- * list of conditions and the following disclaimer.
5232
- * 2. Redistributions in binary form must reproduce the above copyright notice,
5233
- * this list of conditions and the following disclaimer in the
5234
- * documentation and/or other materials provided with the distribution.
5235
- * 3. Neither the name of the copyright holder nor the names of its contributors
5236
- * may be used to endorse or promote products derived from this software without
5237
- * specific prior written permission.
5238
- *
5239
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
5240
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
5241
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
5242
- * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
5243
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
5244
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
5245
- * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
5246
- * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
5247
- * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
5248
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5249
- *)
5250
-
5251
5083
  smol-toml/dist/parse.js:
5252
- (*!
5253
- * Copyright (c) Squirrel Chat et al., All rights reserved.
5254
- * SPDX-License-Identifier: BSD-3-Clause
5255
- *
5256
- * Redistribution and use in source and binary forms, with or without
5257
- * modification, are permitted provided that the following conditions are met:
5258
- *
5259
- * 1. Redistributions of source code must retain the above copyright notice, this
5260
- * list of conditions and the following disclaimer.
5261
- * 2. Redistributions in binary form must reproduce the above copyright notice,
5262
- * this list of conditions and the following disclaimer in the
5263
- * documentation and/or other materials provided with the distribution.
5264
- * 3. Neither the name of the copyright holder nor the names of its contributors
5265
- * may be used to endorse or promote products derived from this software without
5266
- * specific prior written permission.
5267
- *
5268
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
5269
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
5270
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
5271
- * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
5272
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
5273
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
5274
- * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
5275
- * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
5276
- * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
5277
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5278
- *)
5279
-
5280
5084
  smol-toml/dist/stringify.js:
5281
- (*!
5282
- * Copyright (c) Squirrel Chat et al., All rights reserved.
5283
- * SPDX-License-Identifier: BSD-3-Clause
5284
- *
5285
- * Redistribution and use in source and binary forms, with or without
5286
- * modification, are permitted provided that the following conditions are met:
5287
- *
5288
- * 1. Redistributions of source code must retain the above copyright notice, this
5289
- * list of conditions and the following disclaimer.
5290
- * 2. Redistributions in binary form must reproduce the above copyright notice,
5291
- * this list of conditions and the following disclaimer in the
5292
- * documentation and/or other materials provided with the distribution.
5293
- * 3. Neither the name of the copyright holder nor the names of its contributors
5294
- * may be used to endorse or promote products derived from this software without
5295
- * specific prior written permission.
5296
- *
5297
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
5298
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
5299
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
5300
- * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
5301
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
5302
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
5303
- * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
5304
- * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
5305
- * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
5306
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5307
- *)
5308
-
5309
5085
  smol-toml/dist/index.js:
5310
5086
  (*!
5311
5087
  * Copyright (c) Squirrel Chat et al., All rights reserved.