-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNOTICE
More file actions
91 lines (73 loc) · 3.38 KB
/
Copy pathNOTICE
File metadata and controls
91 lines (73 loc) · 3.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Artizo Dev Containers
Copyright 2026 Aergic Labs, LLC
Licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).
This product includes software developed by third parties.
================================================================================
THIRD-PARTY DEPENDENCIES (Production)
================================================================================
The following third-party packages are included in the distributed extension:
--------------------------------------------------------------------------------
@devcontainers/cli
Version: 0.87.0
License: MIT
Author: Microsoft Corporation
Repository: https://github.com/devcontainers/cli
Note: Open-source CLI for building and running dev containers.
Used under the MIT license for container build/run operations.
--------------------------------------------------------------------------------
ajv
Version: 8.20.0
License: MIT
Author: Evgeny Poberezkin
Homepage: https://ajv.js.org
Note: JSON Schema validator used for devcontainer.json validation.
Transitive dependencies of ajv:
fast-deep-equal (3.1.3) - MIT - Evgeny Poberezkin
fast-uri (3.1.2) - BSD-3-Clause - Vincent Le Goff
json-schema-traverse (1.0.0) - MIT - Evgeny Poberezkin
require-from-string (2.0.2) - MIT - Vsevolod Strukchinsky
--------------------------------------------------------------------------------
comment-json
Version: 5.0.0
License: MIT
Author: kaelzhang
Repository: https://github.com/kaelzhang/node-comment-json
Note: JSON parser that preserves comments, used for devcontainer.json
editing with comment preservation.
--------------------------------------------------------------------------------
jsonc-parser
Version: 3.3.1
License: MIT
Author: Microsoft Corporation
Repository: https://github.com/microsoft/node-jsonc-parser
Note: JSONC (JSON with Comments) parser for devcontainer.json files.
--------------------------------------------------------------------------------
vscode-uri
Version: 3.1.0
License: MIT
Author: Microsoft
Repository: https://github.com/microsoft/vscode-uri
Note: URI handling utilities for VS Code extension development.
--------------------------------------------------------------------------------
yauzl
Version: 3.4.0
License: MIT
Author: Josh Wolfe
Repository: https://github.com/thejoshwolfe/yauzl
Note: Zip extraction library for unpacking VSIX files during extension
mirroring onto SSH remotes.
================================================================================
LICENSE SUMMARY
================================================================================
This project uses open source software under the following licenses:
- MIT: @devcontainers/cli, ajv, comment-json, jsonc-parser, vscode-uri,
yauzl, fast-deep-equal, json-schema-traverse, require-from-string
- BSD-3-Clause: fast-uri
================================================================================
COMPLIANCE NOTES
================================================================================
1. The @devcontainers/cli package is the open-source MIT-licensed CLI from the
devcontainers organization (https://github.com/devcontainers/cli), not a
proprietary Microsoft component.
2. Development dependencies (vitest, typescript, esbuild, fast-check, etc.) are
NOT included in the distributed extension and are not listed here.