review-lsp 0.1.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +55 -0
- package/NOTICE.md +13 -0
- package/README.md +149 -0
- package/dist/review-lsp-artifact.json +31 -0
- package/dist/review-lsp-licenses.json +102 -0
- package/dist/review-lsp.mjs +32438 -0
- package/dist/src/cli.d.ts +2 -0
- package/dist/src/cli.js +228 -0
- package/dist/src/cli.js.map +1 -0
- package/dist/src/core/artifact.d.ts +30 -0
- package/dist/src/core/artifact.js +87 -0
- package/dist/src/core/artifact.js.map +1 -0
- package/dist/src/core/candidate.d.ts +20 -0
- package/dist/src/core/candidate.js +381 -0
- package/dist/src/core/candidate.js.map +1 -0
- package/dist/src/core/canonical.d.ts +3 -0
- package/dist/src/core/canonical.js +16 -0
- package/dist/src/core/canonical.js.map +1 -0
- package/dist/src/core/container.d.ts +28 -0
- package/dist/src/core/container.js +220 -0
- package/dist/src/core/container.js.map +1 -0
- package/dist/src/core/environment.d.ts +2 -0
- package/dist/src/core/environment.js +100 -0
- package/dist/src/core/environment.js.map +1 -0
- package/dist/src/core/errors.d.ts +5 -0
- package/dist/src/core/errors.js +9 -0
- package/dist/src/core/errors.js.map +1 -0
- package/dist/src/core/profile.d.ts +3 -0
- package/dist/src/core/profile.js +121 -0
- package/dist/src/core/profile.js.map +1 -0
- package/dist/src/core/receipts.d.ts +5 -0
- package/dist/src/core/receipts.js +63 -0
- package/dist/src/core/receipts.js.map +1 -0
- package/dist/src/core/session.d.ts +42 -0
- package/dist/src/core/session.js +239 -0
- package/dist/src/core/session.js.map +1 -0
- package/dist/src/core/types.d.ts +117 -0
- package/dist/src/core/types.js +2 -0
- package/dist/src/core/types.js.map +1 -0
- package/dist/src/index.d.ts +10 -0
- package/dist/src/index.js +9 -0
- package/dist/src/index.js.map +1 -0
- package/dist/src/lsp/client.d.ts +54 -0
- package/dist/src/lsp/client.js +240 -0
- package/dist/src/lsp/client.js.map +1 -0
- package/dist/src/mcp/server.d.ts +2 -0
- package/dist/src/mcp/server.js +104 -0
- package/dist/src/mcp/server.js.map +1 -0
- package/package.json +81 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
|
|
3
|
+
Version 2.0, January 2004
|
|
4
|
+
|
|
5
|
+
http://www.apache.org/licenses/
|
|
6
|
+
|
|
7
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
8
|
+
|
|
9
|
+
1. Definitions.
|
|
10
|
+
|
|
11
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
12
|
+
|
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"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.
|
|
16
|
+
|
|
17
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
18
|
+
|
|
19
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
20
|
+
|
|
21
|
+
"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.
|
|
22
|
+
|
|
23
|
+
"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).
|
|
24
|
+
|
|
25
|
+
"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.
|
|
26
|
+
|
|
27
|
+
"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."
|
|
28
|
+
|
|
29
|
+
"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.
|
|
30
|
+
|
|
31
|
+
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.
|
|
32
|
+
|
|
33
|
+
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.
|
|
34
|
+
|
|
35
|
+
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:
|
|
36
|
+
|
|
37
|
+
You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
38
|
+
|
|
39
|
+
You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
40
|
+
|
|
41
|
+
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
|
|
42
|
+
|
|
43
|
+
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.
|
|
44
|
+
|
|
45
|
+
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.
|
|
46
|
+
|
|
47
|
+
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.
|
|
48
|
+
|
|
49
|
+
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.
|
|
50
|
+
|
|
51
|
+
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.
|
|
52
|
+
|
|
53
|
+
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.
|
|
54
|
+
|
|
55
|
+
END OF TERMS AND CONDITIONS
|
package/NOTICE.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
Review-LSP
|
|
2
|
+
Copyright 2026 Review-LSP contributors
|
|
3
|
+
|
|
4
|
+
This product is licensed under the Apache License, Version 2.0.
|
|
5
|
+
|
|
6
|
+
Review-LSP depends on third-party packages distributed under their own licenses.
|
|
7
|
+
In particular, the TypeScript semantic profile uses TypeScript and
|
|
8
|
+
typescript-language-server. Review-LSP does not redistribute ownership of those
|
|
9
|
+
projects; their license notices remain applicable to their packages as installed
|
|
10
|
+
by the package manager.
|
|
11
|
+
|
|
12
|
+
No code from Zamery Workbench or OpenCodeReview is required by the standalone
|
|
13
|
+
Review-LSP core package. Consumer adapters live outside the standalone core.
|
package/README.md
ADDED
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
# Review-LSP
|
|
2
|
+
|
|
3
|
+
**Semantic context for the exact commit under review.**
|
|
4
|
+
|
|
5
|
+
Review-LSP runs LSP semantic queries against a Git candidate materialized from Git objects, not against whatever checkout happens to be live. Every successful query returns a content-addressed receipt binding candidate identity, source manifest, TypeScript server/compiler profile, document bytes, request position, result, environment state, and isolation mode.
|
|
6
|
+
|
|
7
|
+
Current version candidate: **0.1.0-alpha.1**. The npm package is not considered published until the H5 release gate and registry verification complete.
|
|
8
|
+
|
|
9
|
+
## Why
|
|
10
|
+
|
|
11
|
+
A live editor LSP answers questions about the workspace that is open now. Code review often needs a different subject: an exact commit or retained candidate. Review-LSP keeps that subject explicit and machine-checkable.
|
|
12
|
+
|
|
13
|
+
The public A/B demo creates:
|
|
14
|
+
|
|
15
|
+
- commit A: a symbol is a `string`;
|
|
16
|
+
- commit B: the same symbol becomes a `number`;
|
|
17
|
+
- live checkout: B;
|
|
18
|
+
- Review-LSP query bound to A: still returns A semantics.
|
|
19
|
+
|
|
20
|
+
A receipt proves which admitted inputs were used. It does **not** prove that the language server's semantic answer is correct.
|
|
21
|
+
|
|
22
|
+
## Alpha surface
|
|
23
|
+
|
|
24
|
+
- TypeScript first: pinned `typescript-language-server@6.0.0` + `typescript@6.0.3`.
|
|
25
|
+
- Candidate source from resolved local Git commits.
|
|
26
|
+
- Operations: hover and definition.
|
|
27
|
+
- CLI lifecycle: prepare, inspect, query, validate, close.
|
|
28
|
+
- MCP stdio tools:
|
|
29
|
+
- `review_lsp_candidate_info`
|
|
30
|
+
- `review_lsp_hover`
|
|
31
|
+
- `review_lsp_definition`
|
|
32
|
+
- Query tools require `expected_candidate_id`.
|
|
33
|
+
- Native `TRUSTED_LOCAL` mode.
|
|
34
|
+
- Linux `CONTAINER_READ_ONLY` profile implementation with read-only candidate mount and exact Docker image identity.
|
|
35
|
+
- Content-addressed artifact manifest for the bundled alpha CLI.
|
|
36
|
+
|
|
37
|
+
## Source quickstart
|
|
38
|
+
|
|
39
|
+
Until the alpha package is published:
|
|
40
|
+
|
|
41
|
+
```bash
|
|
42
|
+
pnpm install
|
|
43
|
+
pnpm check
|
|
44
|
+
pnpm demo:ab
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
For an existing repository:
|
|
48
|
+
|
|
49
|
+
```bash
|
|
50
|
+
pnpm build
|
|
51
|
+
node dist/review-lsp.mjs prepare /path/to/repo <commit> --state /tmp/review-lsp-state
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
The output includes `candidate_descriptor`. Then:
|
|
55
|
+
|
|
56
|
+
```bash
|
|
57
|
+
node dist/review-lsp.mjs query <candidate.json> hover src/example.ts 12 8
|
|
58
|
+
node dist/review-lsp.mjs query <candidate.json> definition src/example.ts 12 8
|
|
59
|
+
node dist/review-lsp.mjs validate <receipt.json>
|
|
60
|
+
node dist/review-lsp.mjs close <candidate.json>
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
Positions are 0-based LSP positions. The v0.1 TypeScript profile records UTF-16 position encoding.
|
|
64
|
+
|
|
65
|
+
Run an MCP server bound to one candidate at process start:
|
|
66
|
+
|
|
67
|
+
```bash
|
|
68
|
+
node dist/review-lsp.mjs serve /path/to/repo <commit> --state /tmp/review-lsp-state
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
Logs go to stderr; stdout is reserved for MCP.
|
|
72
|
+
|
|
73
|
+
Inspect the packaged provider identity:
|
|
74
|
+
|
|
75
|
+
```bash
|
|
76
|
+
node dist/review-lsp.mjs artifact-info
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
## Linux container profile
|
|
80
|
+
|
|
81
|
+
Build the alpha image from the package tarball:
|
|
82
|
+
|
|
83
|
+
```bash
|
|
84
|
+
pnpm container:build
|
|
85
|
+
pnpm test:container:linux
|
|
86
|
+
```
|
|
87
|
+
|
|
88
|
+
A container query uses:
|
|
89
|
+
|
|
90
|
+
```bash
|
|
91
|
+
node dist/review-lsp.mjs container-query \
|
|
92
|
+
review-lsp:alpha-local \
|
|
93
|
+
<candidate.json> hover src/example.ts 12 8 \
|
|
94
|
+
--state /tmp/review-lsp-state
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
The outer process resolves the Docker image to an exact image ID. The inner Linux process must verify that `/candidate` is an explicit read-only mount before a receipt may say `isolation=CONTAINER_READ_ONLY`.
|
|
98
|
+
|
|
99
|
+
The container profile also uses a read-only root filesystem, no network, dropped Linux capabilities, `no-new-privileges`, bounded CPU/memory/pids, and writable tmpfs only for scratch/state.
|
|
100
|
+
|
|
101
|
+
## Evidence semantics
|
|
102
|
+
|
|
103
|
+
`source_binding=VERIFIED` means the retained source still matches the candidate manifest at the integrity checks required by the profile.
|
|
104
|
+
|
|
105
|
+
`environment_binding=VERIFIED` means the current environment admission found no unbound semantic input covered by the alpha profile. It is **not** a general statement that every project dependency is captured.
|
|
106
|
+
|
|
107
|
+
`environment_binding=PARTIAL` is expected when a project declares package dependencies or external config inputs that the alpha cannot snapshot/admit yet.
|
|
108
|
+
|
|
109
|
+
`TRUSTED_LOCAL` means native read-only files plus integrity checks. It is not a hostile-host sandbox and cannot rule out mutate-and-revert by a trusted host.
|
|
110
|
+
|
|
111
|
+
`CONTAINER_READ_ONLY` means the Linux runtime verified the candidate as a read-only mount and bound the Docker image ID into the environment manifest. It still does not protect against a malicious container host administrator.
|
|
112
|
+
|
|
113
|
+
Receipts are tamper-evident through canonical content hashing. They are not signatures.
|
|
114
|
+
|
|
115
|
+
## Verification
|
|
116
|
+
|
|
117
|
+
Local H5 checks currently include:
|
|
118
|
+
|
|
119
|
+
- TypeScript A/B real-server acceptance;
|
|
120
|
+
- receipt/candidate/profile tamper rejection;
|
|
121
|
+
- MCP stdio smoke;
|
|
122
|
+
- clean-install npm tarball smoke;
|
|
123
|
+
- LSP timeout/crash/in-flight-close fault injection;
|
|
124
|
+
- package artifact/license validation.
|
|
125
|
+
|
|
126
|
+
GitHub Actions is configured to prove the release candidate on macOS 14 and Ubuntu 24.04 with Node 22.19.0 and 24.19.0, plus a separate Ubuntu Docker isolation job. Pending CI cells remain pending until the runs complete.
|
|
127
|
+
|
|
128
|
+
See:
|
|
129
|
+
|
|
130
|
+
- `docs/status/H1.md`
|
|
131
|
+
- `docs/status/H3.md`
|
|
132
|
+
- `docs/status/H5.md`
|
|
133
|
+
- `docs/compatibility/0.1.0-alpha.1.md`
|
|
134
|
+
- `docs/releases/0.1.0-alpha.1.md`
|
|
135
|
+
|
|
136
|
+
## Current limitations
|
|
137
|
+
|
|
138
|
+
- Package dependency snapshots are not prepared/admitted yet. Dependency-bearing projects remain `PARTIAL`.
|
|
139
|
+
- JavaScript is not claimed as a supported alpha profile.
|
|
140
|
+
- Dirty-worktree candidates are not supported.
|
|
141
|
+
- References, symbols, and diagnostics are deferred.
|
|
142
|
+
- MCP is local stdio only.
|
|
143
|
+
- Windows is not part of the alpha compatibility claim.
|
|
144
|
+
- Container support is only claimed after Linux CI evidence passes.
|
|
145
|
+
- No receipt is proof that reviewed code is correct.
|
|
146
|
+
|
|
147
|
+
## License
|
|
148
|
+
|
|
149
|
+
Apache-2.0. Direct runtime dependency license evidence is generated into `dist/review-lsp-licenses.json` during the alpha build.
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema_version": "review-lsp.artifact-manifest.v1",
|
|
3
|
+
"package_name": "review-lsp",
|
|
4
|
+
"package_version": "0.1.0-alpha.1",
|
|
5
|
+
"identity_scope": "provider_bundle_and_package_json",
|
|
6
|
+
"provider_entrypoint": "dist/review-lsp.mjs",
|
|
7
|
+
"semantic_toolchain": [
|
|
8
|
+
{
|
|
9
|
+
"name": "typescript-language-server",
|
|
10
|
+
"version": "6.0.0"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"name": "typescript",
|
|
14
|
+
"version": "6.0.3"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"files": [
|
|
18
|
+
{
|
|
19
|
+
"path": "package.json",
|
|
20
|
+
"sha256": "7a99fa7061627cba17d2d3afceb252d0ba5291bec14a095842e48dfe64c045d3",
|
|
21
|
+
"byte_count": 2777
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"path": "dist/review-lsp.mjs",
|
|
25
|
+
"sha256": "256d64500903e144325f7af600c4e65d173cf07ffb3aa2703dad232752da3b37",
|
|
26
|
+
"byte_count": 1218886
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"artifact_sha256": "01b39dd978ceebfdd5e3cee4ae7fa03c48e11f297e6d0211c517a5b3f626ba3f",
|
|
30
|
+
"artifact_id": "art_01b39dd978ceebfdd5e3cee4ae7fa03c"
|
|
31
|
+
}
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": "review-lsp.direct-runtime-licenses.v1",
|
|
3
|
+
"package": {
|
|
4
|
+
"name": "review-lsp",
|
|
5
|
+
"version": "0.1.0-alpha.1",
|
|
6
|
+
"license": "Apache-2.0"
|
|
7
|
+
},
|
|
8
|
+
"dependencies": [
|
|
9
|
+
{
|
|
10
|
+
"name": "@modelcontextprotocol/sdk",
|
|
11
|
+
"version": "1.30.0",
|
|
12
|
+
"declared_license": "MIT",
|
|
13
|
+
"license_files": [
|
|
14
|
+
{
|
|
15
|
+
"filename": "LICENSE",
|
|
16
|
+
"sha256": "5e13dbbc1d120fc2a03cecde7c91424ae2d7de11b63d58ded2f4431e261ee50d",
|
|
17
|
+
"byte_count": 1071
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"evidence_state": "DECLARED_LICENSE"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "typescript",
|
|
24
|
+
"version": "6.0.3",
|
|
25
|
+
"declared_license": "Apache-2.0",
|
|
26
|
+
"license_files": [
|
|
27
|
+
{
|
|
28
|
+
"filename": "LICENSE.txt",
|
|
29
|
+
"sha256": "a7d00bfd54525bc694b6e32f64c7ebcf5e6b7ae3657be5cc12767bce74654a47",
|
|
30
|
+
"byte_count": 9197
|
|
31
|
+
}
|
|
32
|
+
],
|
|
33
|
+
"evidence_state": "DECLARED_LICENSE"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "typescript-language-server",
|
|
37
|
+
"version": "6.0.0",
|
|
38
|
+
"declared_license": "Apache-2.0",
|
|
39
|
+
"license_files": [
|
|
40
|
+
{
|
|
41
|
+
"filename": "LICENSE",
|
|
42
|
+
"sha256": "899d21038f87dd6243dd33b7ee82a078e639d4325a427c01e64d8116315b9680",
|
|
43
|
+
"byte_count": 13189
|
|
44
|
+
}
|
|
45
|
+
],
|
|
46
|
+
"evidence_state": "DECLARED_LICENSE"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "vscode-jsonrpc",
|
|
50
|
+
"version": "9.0.2",
|
|
51
|
+
"declared_license": "MIT",
|
|
52
|
+
"license_files": [
|
|
53
|
+
{
|
|
54
|
+
"filename": "License.txt",
|
|
55
|
+
"sha256": "ec9ee83580841e8eb687aca9867f221503809ba6426c7f876ede17d91b9fcfd0",
|
|
56
|
+
"byte_count": 1095
|
|
57
|
+
}
|
|
58
|
+
],
|
|
59
|
+
"evidence_state": "DECLARED_LICENSE"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"name": "vscode-languageserver-protocol",
|
|
63
|
+
"version": "3.18.3",
|
|
64
|
+
"declared_license": "MIT",
|
|
65
|
+
"license_files": [
|
|
66
|
+
{
|
|
67
|
+
"filename": "License.txt",
|
|
68
|
+
"sha256": "ec9ee83580841e8eb687aca9867f221503809ba6426c7f876ede17d91b9fcfd0",
|
|
69
|
+
"byte_count": 1095
|
|
70
|
+
}
|
|
71
|
+
],
|
|
72
|
+
"evidence_state": "DECLARED_LICENSE"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"name": "vscode-uri",
|
|
76
|
+
"version": "3.2.0",
|
|
77
|
+
"declared_license": "MIT",
|
|
78
|
+
"license_files": [
|
|
79
|
+
{
|
|
80
|
+
"filename": "LICENSE.md",
|
|
81
|
+
"sha256": "c669138cb1eb01fbb745e8e460b291e4f2869c14a40061390b6095d845ed4c82",
|
|
82
|
+
"byte_count": 1070
|
|
83
|
+
}
|
|
84
|
+
],
|
|
85
|
+
"evidence_state": "DECLARED_LICENSE"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "zod",
|
|
89
|
+
"version": "4.6.1",
|
|
90
|
+
"declared_license": "MIT",
|
|
91
|
+
"license_files": [
|
|
92
|
+
{
|
|
93
|
+
"filename": "LICENSE",
|
|
94
|
+
"sha256": "3f1189b28e3866e0d979968d466b78f813f76827cfdca1fbb124cc0a5c8841f8",
|
|
95
|
+
"byte_count": 1072
|
|
96
|
+
}
|
|
97
|
+
],
|
|
98
|
+
"evidence_state": "DECLARED_LICENSE"
|
|
99
|
+
}
|
|
100
|
+
],
|
|
101
|
+
"note": "Direct runtime dependency evidence only. SPDX is not inferred when package metadata omits it; transitive packages remain governed by their installed license files."
|
|
102
|
+
}
|