paper-mono 0.62.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,21 @@
1
+ # Release notes
2
+
3
+ ## 0.62.0 — 2026-08-28
4
+
5
+ - Added equivalent public `paper` and `paper-mono` binaries with deterministic Paper reads, screenshots, diagnostics, and the guarded specialist.
6
+ - Added the reference-to-code, audit-only, and Paper-copilot workflows.
7
+ - Enforced a runtime implementation-brief gate before project writes, approved shell commands, or live Paper mutations can run.
8
+ - Added bounded Snapshot-scale reads, exact tool-contract diagnostics, public bundle provenance, runtime-asset inventory, third-party notices, and fail-closed screenshot validation.
9
+ - Disabled inherited install telemetry, automatic version polling, and provider-attribution telemetry before every Paper specialist startup.
10
+ - Made deterministic screenshot export no-clobber by default and documented its narrow pre-approval file-output boundary.
11
+ - Removed inherited `/debug`, `/export`, `/import`, and `/share` commands plus the global debug shortcut from the public TUI, and added an exact-tarball PTY gate proving their upstream transcript, file, and network handlers cannot run.
12
+ - Required user-installed `fd` (or `fdfind`) and `rg`, disabled inherited executable acquisition, and added exact-artifact default/offline missing-tool proof.
13
+ - Replaced synthetic resume receipts with exact-installed-tarball PTY proof for both `-r` and `--resume`: two visible controlled sessions, named selection, privacy-safe identity, locked startup, append-only lifecycle records, and byte-identical cancellation.
14
+ - Hardened rejected inline-option diagnostics to redact every value, restricted `--session` to verified IDs while keeping `--fork` as the explicit transcript-import path, and proved `--` option-shaped prompts against the installed tarball.
15
+ - Replaced generated absolute project, context, attachment, and approval metadata with `<repository-root>` and repository-relative labels, while preserving the locally bound canonical brief and hash.
16
+ - Required a healthy structured doctor report to exit `0` in release and executable-documentation gates.
17
+ - Added source-digest-bound clean-room receipts, real bounded specialist-startup probes, exact prerequisite classification, global-install and `npx` proof against the allowlisted tarball, verified uninstall postconditions, live public-link checks, and a zero-high/critical production dependency gate.
18
+
19
+ This is the first public npm release. The package passed exact-tarball clean-room installation, runtime-safety, dependency, documentation, and independent-review gates before publication. Public source remains intentionally deferred until the installed product has stabilized.
20
+
21
+ Known v1 limits are documented in `docs/runtime.md`. Support and private security reporting use `hello@luke-nittmann.com`; there is no public repository or issue-tracker link yet.
@@ -0,0 +1,143 @@
1
+ {
2
+ "schemaVersion": "paper-mono-dependencies.v1",
3
+ "package": "paper-mono@0.62.0",
4
+ "external": [
5
+ {
6
+ "name": "@earendil-works/pi-agent-core",
7
+ "version": "0.84.3"
8
+ },
9
+ {
10
+ "name": "@earendil-works/pi-ai",
11
+ "version": "0.84.3"
12
+ },
13
+ {
14
+ "name": "@earendil-works/pi-coding-agent",
15
+ "version": "0.84.3"
16
+ },
17
+ {
18
+ "name": "@earendil-works/pi-tui",
19
+ "version": "0.84.3"
20
+ },
21
+ {
22
+ "name": "@silvia-odwyer/photon-node",
23
+ "version": "0.3.4"
24
+ },
25
+ {
26
+ "name": "@sinclair/typebox",
27
+ "version": "0.34.48"
28
+ },
29
+ {
30
+ "name": "chalk",
31
+ "version": "5.6.2"
32
+ },
33
+ {
34
+ "name": "cli-highlight",
35
+ "version": "2.1.11"
36
+ },
37
+ {
38
+ "name": "debug",
39
+ "version": "4.4.3"
40
+ },
41
+ {
42
+ "name": "undici",
43
+ "version": "7.29.0"
44
+ },
45
+ {
46
+ "name": "yaml",
47
+ "version": "2.9.0"
48
+ },
49
+ {
50
+ "name": "yauzl",
51
+ "version": "3.4.0"
52
+ }
53
+ ],
54
+ "bundledInternal": [
55
+ {
56
+ "name": "@creative-int/mono",
57
+ "version": "0.21.0"
58
+ },
59
+ {
60
+ "name": "@creative-int/pi-coding-core",
61
+ "version": "0.7.0"
62
+ },
63
+ {
64
+ "name": "@creative-int/pi-coding-runtime",
65
+ "version": "0.7.0"
66
+ },
67
+ {
68
+ "name": "@creative-int/pi-prompts",
69
+ "version": "0.4.2"
70
+ }
71
+ ],
72
+ "bundledThirdParty": [
73
+ {
74
+ "name": "@borewit/text-codec",
75
+ "version": "0.2.2",
76
+ "license": "MIT"
77
+ },
78
+ {
79
+ "name": "@tokenizer/inflate",
80
+ "version": "0.4.1",
81
+ "license": "MIT"
82
+ },
83
+ {
84
+ "name": "ansi-regex",
85
+ "version": "6.2.2",
86
+ "license": "MIT"
87
+ },
88
+ {
89
+ "name": "diff",
90
+ "version": "8.0.4",
91
+ "license": "BSD-3-Clause"
92
+ },
93
+ {
94
+ "name": "file-type",
95
+ "version": "21.3.4",
96
+ "license": "MIT"
97
+ },
98
+ {
99
+ "name": "ieee754",
100
+ "version": "1.2.1",
101
+ "license": "BSD-3-Clause"
102
+ },
103
+ {
104
+ "name": "strip-ansi",
105
+ "version": "7.2.0",
106
+ "license": "MIT"
107
+ },
108
+ {
109
+ "name": "strtok3",
110
+ "version": "10.3.5",
111
+ "license": "MIT"
112
+ },
113
+ {
114
+ "name": "token-types",
115
+ "version": "6.1.2",
116
+ "license": "MIT"
117
+ },
118
+ {
119
+ "name": "typebox",
120
+ "version": "1.1.38",
121
+ "license": "MIT"
122
+ },
123
+ {
124
+ "name": "uint8array-extras",
125
+ "version": "1.5.0",
126
+ "license": "MIT"
127
+ }
128
+ ],
129
+ "runtimeAssets": [
130
+ {
131
+ "path": "dist/modes/interactive/theme/dark.json",
132
+ "sourcePackage": "@creative-int/pi-coding-core",
133
+ "sourcePath": "dist/modes/interactive/theme/dark.json",
134
+ "sha256": "1d809f2794166584bf4fd8bea0c547f2c75483013fe367e00ccde961ec403c7d"
135
+ },
136
+ {
137
+ "path": "dist/modes/interactive/theme/light.json",
138
+ "sourcePackage": "@creative-int/pi-coding-core",
139
+ "sourcePath": "dist/modes/interactive/theme/light.json",
140
+ "sha256": "1d6b3ce3f89b5ccd0de423a0c7ef97a58df193a60ffd6592a3f414d559aabbdb"
141
+ }
142
+ ]
143
+ }
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Mario Zechner
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,138 @@
1
+ # Paper Mono
2
+
3
+ > Turn a Paper reference into a sharp implementation brief, get explicit approval, then carry it faithfully into production code.
4
+
5
+ Paper Mono is a local-first CLI for [Paper Desktop](https://paper.design). It reads the document open in Paper through Paper's local MCP server and runs the design-to-code specialist on your machine. No Paper Mono account, Convex backend, hosted workspace, or Paper Mono cloud service is required.
6
+
7
+ ## Quick start
8
+
9
+ You need Node.js 22.19.0 or newer, Paper Desktop, a Paper document open, and user-installed `fd` (or `fdfind`) plus `rg` on `PATH`. On macOS, install the search tools with `brew install fd ripgrep`; on Debian or Ubuntu, use `apt install fd-find ripgrep`. Paper Mono checks these prerequisites before specialist startup and never downloads executable dependencies automatically.
10
+
11
+ Open a terminal in the destination repository root before starting the specialist. That current working directory becomes the brief's project boundary for inspection, approved edit/write paths, command approval, and verification. An `@file` attachment must be a regular file inside that repository after symlink resolution; its contents are sent to the selected model provider as prompt context. Edit and write tools enforce approved project paths. An approved shell command must exactly match the brief and launches from the repository root, but it runs in the normal host shell—not an operating-system sandbox. Review every proposed command for absolute paths, parent traversal, redirection, subprocesses, and package lifecycle scripts that could reach outside the repository.
12
+
13
+ ```bash
14
+ npm install -g paper-mono
15
+ paper doctor
16
+ paper mono
17
+ ```
18
+
19
+ On first use, enter `/login` inside `paper mono` and choose a supported model provider. Then tell Paper Mono which reference and destination surface to inspect.
20
+
21
+ The default workflow is deliberately gated:
22
+
23
+ 1. confirm the exact Paper file, page, artboard, and relevant nodes;
24
+ 2. inspect the reference and destination project without mutation;
25
+ 3. produce a structured implementation brief with scope, uncertainty, and verification;
26
+ 4. wait for the exact `APPROVE PAPER BRIEF <brief-id>` phrase;
27
+ 5. implement only the approved scope through the destination's existing design system;
28
+ 6. verify the real product route, viewport, state, and interaction—not only the Paper reference.
29
+
30
+ Closing or cancelling before approval leaves project files and Paper unchanged, except for a deterministic `paper screenshot --out <file>` export you explicitly requested.
31
+
32
+ ## What it is—and is not
33
+
34
+ Paper Mono is a local Paper specialist for humans and agents. It provides deterministic document reads, guarded model-powered chat, diagnostics, audit-only analysis, and approved Paper refinement.
35
+
36
+ It is not a hosted design service, a Paper replacement, a Chrome automation tool, or a promise to copy a reference's branding or CSS. It does not require the private Mono Factory UI, Rust TUI, backend workflows, Doppler, Bun, pnpm, GitHub Packages, or a source checkout.
37
+
38
+ ## Three supported paths
39
+
40
+ Reference-to-code is the default. Two explicit alternatives are available:
41
+
42
+ ```bash
43
+ paper mono --audit-only
44
+ paper mono --copilot
45
+ ```
46
+
47
+ - `--audit-only` is permanently read-only and can never unlock mutation.
48
+ - `--copilot` can propose guarded work inside Paper, but the same brief approval boundary still applies.
49
+
50
+ `paper mono --list-models` is a model-inventory helper, not a fourth workflow.
51
+
52
+ For a one-command trial without a global install, use:
53
+
54
+ ```bash
55
+ npx paper-mono mono
56
+ ```
57
+
58
+ `npx` uses npm-managed cache and Paper Mono may create normal local state under `~/.paper/agent`; it only avoids a global package install. The package exposes equivalent `paper` and `paper-mono` binaries. Documentation uses `paper` as the canonical command.
59
+
60
+ ## Paper Snapshot
61
+
62
+ Paper Snapshot is Paper's separate Chrome extension. [Get it from Paper's official page](https://paper.design/snapshot-extension) to bring a web reference into Paper. Paper Mono reads the resulting Paper nodes; it does not operate Chrome, run the extension, or capture the source site itself.
63
+
64
+ Start broad only long enough to resolve identity, then narrow: confirm the file and selection, inspect a bounded tree, target one artboard or subtree, request a scale-1 screenshot, and read JSX or computed styles only for nodes needed by the current decision. See the [Paper MCP boundary](docs/paper-mcp.md) for the large-Snapshot recovery path.
65
+
66
+ ## Deterministic commands
67
+
68
+ ```bash
69
+ paper --help
70
+ paper --version
71
+ paper --about-json
72
+ paper doctor --json
73
+ paper info --json
74
+ paper selection --json
75
+ paper tree --json
76
+ paper node "replace-with-node-id" --json
77
+ paper screenshot --out reference --json
78
+ paper mono --help
79
+ ```
80
+
81
+ Machine-readable commands emit JSON without decorative stdout. Screenshot exports require an explicit `--node` or exactly one current selection, append the verified image extension when needed, and refuse to overwrite an existing path. Deterministic owner commands reject unknown subcommands, and the specialist rejects unsupported flags, invalid option values, path-like `--session` values, and conflicting session actions with a nonzero exit and an actionable error. Bare positional text on `paper mono` is prompt input. Use `paper mono -- --version` or the same `--` terminator for prompt text that looks like an option. The short `paper` specialist form reserves the owner command words `show`, `info`, `selection`, `tree`, `node`, `screenshot`, `doctor`, `page`, and `help`; use `paper mono` when prompt text could be mistaken for one of them.
82
+
83
+ ## Model authentication
84
+
85
+ Run `paper mono`, enter `/login`, and choose a provider. You may instead use that provider's documented environment variable. `paper mono --list-models` shows available model IDs; Paper Mono never prints credential values in diagnostics.
86
+
87
+ Credentials, settings, and sessions stay under `~/.paper/agent` by default. Set `PAPER_CODING_AGENT_DIR` before the first run to use another local directory. `--session <id>` accepts a verified session ID only; public v1 rejects path-like values before session activation. Use `--fork <path-or-id>` when you explicitly intend to import a transcript into a new session scoped to the current project. `--session-dir <dir>` overrides session storage and lookup only; it may place transcripts outside the agent home and uses the runtime's explicit-directory lookup instead of Paper Mono's hardened implicit-session verification path. Use only a directory you trust. A resumed session is mutation-locked again until the current brief is reconfirmed.
88
+
89
+ Resume a previous interactive session with:
90
+
91
+ ```bash
92
+ paper mono -r
93
+ ```
94
+
95
+ ## Privacy and network boundaries
96
+
97
+ Paper document reads travel over the loopback MCP endpoint at `127.0.0.1`. Paper Mono disables the inherited install ping, automatic version polling, provider-attribution telemetry, and executable downloader before startup; it adds no product telemetry or hidden backend and does not silently phone home. The public TUI also disables inherited `/debug`, `/export`, `/import`, and `/share` commands, so a locked session cannot write a raw debug log or export, replace itself from a file, or send a transcript to an external sharing service. Generated provider metadata names the current project as `<repository-root>` and uses repository-relative labels for attached and context files; Paper Mono does not add the absolute local project path to the model request. User-authored prompts, attached file contents, imported instructions, tool results, or approved commands can still contain paths. Prompts, relevant code/reference context, and tool results needed for reasoning are sent to the model provider you select, so that provider's privacy and retention terms apply.
98
+
99
+ Use `PAPER_OFFLINE=1` or `paper mono --offline` to disable startup network operations. Local deterministic Paper reads remain available, but model work still requires a reachable configured provider unless you use a local one.
100
+
101
+ ## Compatibility and current limits
102
+
103
+ - Node.js 22.19.0 or newer is required.
104
+ - `fd` (or `fdfind`) and `rg` must already be executable on `PATH` before `paper mono` starts. Missing tools fail with install guidance in both default and offline modes; Paper Mono does not acquire them.
105
+ - Paper Desktop must be running with a document open for live MCP reads.
106
+ - Clean-room installation and offline CLI behavior are exercised on Apple-silicon macOS with Node.js 22.23.1. That receipt does not claim live Paper Desktop integration on any operating system. The package declares no OS restriction, but Linux and Windows live integration remain unproven.
107
+ - A static Snapshot cannot prove original motion, hidden application state, backend behavior, or inaccessible assets. The brief labels those details as unknown instead of inventing them.
108
+ - Paper's current MCP surface does not expose every possible page-management or design operation. Unsupported work is reported rather than routed through a raw-provider bypass.
109
+ - Public npm distribution comes first. Public source is intentionally deferred until the installed product has stabilized, so there is no source-repository link yet.
110
+
111
+ ## Troubleshooting
112
+
113
+ - **Paper is closed or no file is open:** open Paper Desktop and a document, then rerun `paper doctor --json`. Reinstallation is unnecessary.
114
+ - **MCP is unreachable:** confirm the document is open and that another process is not interfering with `127.0.0.1:29979`, then rerun doctor. Restart Paper only if the local endpoint still does not recover.
115
+ - **Model authentication is missing:** start `paper mono`, enter `/login`, or configure the selected provider's documented environment variable. A missing key should produce guidance, not a stack trace.
116
+ - **The Snapshot is too large:** select or name one artboard, rerun bounded inspection, use scale 1, and request JSX/styles for a smaller subtree. Paper Mono suppresses over-budget rich parts whole; it never returns partial JSON, JSX, or base64.
117
+ - **The wrong file, page, or artboard is active:** run `paper info --json` and `paper selection --json`, switch to the intended target in Paper, and request a fresh brief. Existing approval does not carry across target drift.
118
+ - **The imported structure is malformed or incomplete:** provide a narrower node or screenshot and let the brief record unsupported details explicitly.
119
+
120
+ The [CLI reference](docs/cli.md) contains full recovery steps and exit behavior.
121
+
122
+ ## Uninstall
123
+
124
+ ```bash
125
+ npm uninstall -g paper-mono
126
+ ```
127
+
128
+ Uninstalling the package intentionally leaves `~/.paper/agent` in place so sessions and provider settings are not destroyed. Review that directory and remove it manually only if you also want to erase local Paper Mono state. If you set `PAPER_CODING_AGENT_DIR`, review that directory instead. Any directory passed with `--session-dir` is separate local state and must be reviewed or removed separately.
129
+
130
+ ## Support and security
131
+
132
+ For setup help, compatibility reports, or reproducible failures, email [hello@luke-nittmann.com](mailto:hello@luke-nittmann.com) with the Paper Mono version, Node version, operating system, command, and redacted output. Never send provider keys, auth files, or private document contents.
133
+
134
+ For a possible security or unsafe-mutation issue, use the same address with `paper-mono security` in the subject and follow the private-reporting guidance in [SAFETY.md](SAFETY.md).
135
+
136
+ ## Public contract
137
+
138
+ See the [CLI reference](docs/cli.md), [Paper MCP boundary](docs/paper-mcp.md), [runtime and privacy model](docs/runtime.md), [safety model](SAFETY.md), [release notes](CHANGELOG.md), [dependency inventory](DEPENDENCIES.json), and [third-party notices](THIRD_PARTY_NOTICES.md). The package does not link to a private source repository or nonexistent public issue tracker.
package/SAFETY.md ADDED
@@ -0,0 +1,27 @@
1
+ # Safety model
2
+
3
+ Paper Mono starts locked. It can inspect the destination project and Paper reference, but it cannot edit project files, execute an approved project command, or make a live Paper change until it has produced a valid `paper-implementation-brief.v1` and you have entered its exact `APPROVE PAPER BRIEF <brief-id>` phrase. The one explicit pre-approval file-output path is the deterministic `paper screenshot --out <file>` command described below.
4
+
5
+ The brief is bound to the active session, workflow, project directory, allowed project paths and commands, and the exact Paper file, page, artboard, nodes, and structural fingerprint observed at submission time. Paper Mono rechecks that target at approval and before every mutation. Target drift, a new user message, a completed run, session navigation, resume, reload, fork, an unlisted tool or path, or any out-of-scope command relocks the runtime.
6
+
7
+ Additional boundaries:
8
+
9
+ - `--audit-only` cannot unlock mutation.
10
+ - Paper mutation tools expose dry runs where the provider supports them.
11
+ - Direct page commands, RPC process control, external extensions, custom tools, resource loaders, and raw runtime exports are unavailable. The public interactive runtime removes and intercepts inherited `/debug`, `/export`, `/import`, and `/share` commands, including the global debug shortcut, before their upstream transcript, file, or network handlers can run.
12
+ - The deterministic `show`, `info`, `selection`, `tree`, `node`, and `doctor` commands do not mutate Paper.
13
+ - `screenshot` creates only the output path you explicitly provide, appends the verified image extension when none is present, and refuses to overwrite an existing path. It writes only after the complete response contains exactly one PNG, JPEG, or WebP image with canonical base64 and matching MIME type, file signature, and extension.
14
+ - Edit and write tools enforce the paths approved in the brief. An approved shell command must exactly match the brief and launches from the project directory, but it runs in the normal host shell—not an operating-system sandbox. Review it for absolute paths, parent traversal, redirection, subprocesses, and package lifecycle scripts that could affect paths outside the project.
15
+ - `@file` inputs must resolve to regular files inside the destination repository, including through symlinks. Attached text or processed image data becomes prompt context for the selected model provider. Generated prompt metadata uses repository-relative labels and `<repository-root>` instead of adding the absolute local project path; user-authored content, imported instructions, tool results, or approved commands can still contain paths.
16
+ - Credentials, settings, and sessions stay local under `~/.paper/agent` unless `PAPER_CODING_AGENT_DIR` is set. `--session <id>` accepts a verified session ID only; path-like values are rejected, while `--fork <path-or-id>` is the explicit transcript-import path into a new current-project session. `--session-dir <dir>` can store sessions elsewhere and uses the runtime's explicit-directory lookup instead of Paper Mono's hardened implicit-session verification path; use only a trusted directory and remember that uninstall does not remove it.
17
+ - Paper Desktop's MCP server listens on `127.0.0.1` and requires an open document.
18
+ - Model prompts and the relevant context needed to answer them go only to the provider selected by the user. Paper Mono disables inherited install telemetry, automatic version polling, and provider-attribution telemetry; it adds no product telemetry or hidden backend.
19
+ - Paper Mono requires user-installed `fd` (or `fdfind`) and `rg`, checks them before specialist startup, and keeps the inherited executable downloader disabled. Missing tools fail with local install guidance in both default and offline modes.
20
+
21
+ The included `tools.contract.json` and `tool-walk/mono-safety-card.json` are machine-readable records of the 27-tool surface and its executable safety cases. `THIRD_PARTY_NOTICES.md` records licenses discovered from the exact bundled input graph.
22
+
23
+ ## Report a security or unsafe-mutation issue
24
+
25
+ Email [hello@luke-nittmann.com](mailto:hello@luke-nittmann.com) with `paper-mono security` in the subject. Include the Paper Mono version, Node version, operating system, workflow mode, the command or transcript sequence, expected boundary, and observed behavior.
26
+
27
+ Do not include provider keys, `auth.json`, private repository contents, or confidential Paper documents. Redact personal paths and document content where possible. If the report concerns unexpected mutation, stop using the affected workflow and preserve the local session transcript and before/after diff for private follow-up.
@@ -0,0 +1,244 @@
1
+ # Third-party notices
2
+
3
+ Paper Mono bundles the following third-party packages. Each notice is derived from the exact esbuild input graph used for this artifact.
4
+
5
+ ## @borewit/text-codec@0.2.2
6
+
7
+ License: MIT
8
+ Packaged license file: LICENSE.txt
9
+
10
+ ----- BEGIN @borewit/text-codec LICENSE -----
11
+ The MIT License (MIT)
12
+
13
+ Copyright © 2025 Borewit
14
+
15
+ 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:
16
+
17
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
18
+
19
+ 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.
20
+ ----- END @borewit/text-codec LICENSE -----
21
+
22
+ ## @tokenizer/inflate@0.4.1
23
+
24
+ License: MIT
25
+ Packaged license file: LICENSE
26
+
27
+ ----- BEGIN @tokenizer/inflate LICENSE -----
28
+ Copyright (c) 2024, Borewit
29
+ All rights reserved.
30
+
31
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
32
+ documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
33
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
34
+ persons to whom the Software is furnished to do so, subject to the following conditions:
35
+
36
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
37
+ Software.
38
+
39
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
40
+ WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
41
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
42
+ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
43
+ ----- END @tokenizer/inflate LICENSE -----
44
+
45
+ ## ansi-regex@6.2.2
46
+
47
+ License: MIT
48
+ Packaged license file: license
49
+
50
+ ----- BEGIN ansi-regex LICENSE -----
51
+ MIT License
52
+
53
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
54
+
55
+ 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:
56
+
57
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
58
+
59
+ 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.
60
+ ----- END ansi-regex LICENSE -----
61
+
62
+ ## diff@8.0.4
63
+
64
+ License: BSD-3-Clause
65
+ Packaged license file: LICENSE
66
+
67
+ ----- BEGIN diff LICENSE -----
68
+ BSD 3-Clause License
69
+
70
+ Copyright (c) 2009-2015, Kevin Decker <kpdecker@gmail.com>
71
+ All rights reserved.
72
+
73
+ Redistribution and use in source and binary forms, with or without
74
+ modification, are permitted provided that the following conditions are met:
75
+
76
+ 1. Redistributions of source code must retain the above copyright notice, this
77
+ list of conditions and the following disclaimer.
78
+
79
+ 2. Redistributions in binary form must reproduce the above copyright notice,
80
+ this list of conditions and the following disclaimer in the documentation
81
+ and/or other materials provided with the distribution.
82
+
83
+ 3. Neither the name of the copyright holder nor the names of its
84
+ contributors may be used to endorse or promote products derived from
85
+ this software without specific prior written permission.
86
+
87
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
88
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
89
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
90
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
91
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
92
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
93
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
94
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
95
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
96
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
97
+ ----- END diff LICENSE -----
98
+
99
+ ## file-type@21.3.4
100
+
101
+ License: MIT
102
+ Packaged license file: license
103
+
104
+ ----- BEGIN file-type LICENSE -----
105
+ MIT License
106
+
107
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
108
+
109
+ 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:
110
+
111
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
112
+
113
+ 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.
114
+ ----- END file-type LICENSE -----
115
+
116
+ ## ieee754@1.2.1
117
+
118
+ License: BSD-3-Clause
119
+ Packaged license file: LICENSE
120
+
121
+ ----- BEGIN ieee754 LICENSE -----
122
+ Copyright 2008 Fair Oaks Labs, Inc.
123
+
124
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
125
+
126
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
127
+
128
+ 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.
129
+
130
+ 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
131
+
132
+ 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.
133
+ ----- END ieee754 LICENSE -----
134
+
135
+ ## strip-ansi@7.2.0
136
+
137
+ License: MIT
138
+ Packaged license file: license
139
+
140
+ ----- BEGIN strip-ansi LICENSE -----
141
+ MIT License
142
+
143
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
144
+
145
+ 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:
146
+
147
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
148
+
149
+ 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.
150
+ ----- END strip-ansi LICENSE -----
151
+
152
+ ## strtok3@10.3.5
153
+
154
+ License: MIT
155
+ Packaged license file: LICENSE.txt
156
+
157
+ ----- BEGIN strtok3 LICENSE -----
158
+ MIT License
159
+
160
+ Copyright © 2026 Borewit
161
+
162
+ Permission is hereby granted, free of charge, to any person obtaining a copy
163
+ of this software and associated documentation files (the "Software"), to deal
164
+ in the Software without restriction, including without limitation the rights
165
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
166
+ copies of the Software, and to permit persons to whom the Software is
167
+ furnished to do so, subject to the following conditions:
168
+
169
+ The above copyright notice and this permission notice shall be included in all
170
+ copies or substantial portions of the Software.
171
+
172
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
173
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
174
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
175
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
176
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
177
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
178
+ SOFTWARE.
179
+ ----- END strtok3 LICENSE -----
180
+
181
+ ## token-types@6.1.2
182
+
183
+ License: MIT
184
+ Packaged license file: LICENSE.txt
185
+
186
+ ----- BEGIN token-types LICENSE -----
187
+ The MIT License (MIT)
188
+
189
+ Copyright © 2026 Borewit
190
+
191
+ 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:
192
+
193
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
194
+
195
+ 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.
196
+ ----- END token-types LICENSE -----
197
+
198
+ ## typebox@1.1.38
199
+
200
+ License: MIT
201
+ Packaged license file: license
202
+
203
+ ----- BEGIN typebox LICENSE -----
204
+ TypeBox
205
+
206
+ The MIT License (MIT)
207
+
208
+ Copyright (c) 2017-2026 Haydn Paterson
209
+
210
+ Permission is hereby granted, free of charge, to any person obtaining a copy
211
+ of this software and associated documentation files (the "Software"), to deal
212
+ in the Software without restriction, including without limitation the rights
213
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
214
+ copies of the Software, and to permit persons to whom the Software is
215
+ furnished to do so, subject to the following conditions:
216
+
217
+ The above copyright notice and this permission notice shall be included in
218
+ all copies or substantial portions of the Software.
219
+
220
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
221
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
222
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
223
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
224
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
225
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
226
+ THE SOFTWARE.
227
+ ----- END typebox LICENSE -----
228
+
229
+ ## uint8array-extras@1.5.0
230
+
231
+ License: MIT
232
+ Packaged license file: license
233
+
234
+ ----- BEGIN uint8array-extras LICENSE -----
235
+ MIT License
236
+
237
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
238
+
239
+ 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:
240
+
241
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
242
+
243
+ 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.
244
+ ----- END uint8array-extras LICENSE -----