@crab-dev/wake-darwin-arm64 0.1.21 → 0.1.23
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/README.md +4 -0
- package/THIRD_PARTY_LICENSES.txt +138 -0
- package/native-manifest.json +120 -0
- package/package.json +5 -1
- package/sbom.spdx.json +291 -0
- package/test-host/wake-test-host +0 -0
- package/wake.darwin-arm64.node +0 -0
package/README.md
CHANGED
|
@@ -3,3 +3,7 @@
|
|
|
3
3
|
This package contains the prebuilt darwin arm64 native binary for
|
|
4
4
|
[@crab-dev/wake](https://www.npmjs.com/package/@crab-dev/wake). Install the
|
|
5
5
|
main package instead of depending on this package directly.
|
|
6
|
+
|
|
7
|
+
It also contains Wake's internal `wake-test-host`. Browser-mode tests use an
|
|
8
|
+
explicitly selected or system-discovered Chromium-family browser; this package
|
|
9
|
+
does not install or download a browser at runtime.
|
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
Wake native test engine third-party licenses
|
|
2
|
+
================================================
|
|
3
|
+
|
|
4
|
+
This platform package embeds the following audited engine components:
|
|
5
|
+
|
|
6
|
+
- deno_core 0.410.0 (MIT)
|
|
7
|
+
- deno_v8 0.2.0 (MIT)
|
|
8
|
+
- Rusty V8 150.4.0 (MIT)
|
|
9
|
+
- V8 15.0.245.2 (BSD-3-Clause)
|
|
10
|
+
- happy-dom 20.11.6 (MIT)
|
|
11
|
+
- entities 7.0.1 (BSD-2-Clause)
|
|
12
|
+
- whatwg-mimetype 3.0.0 (MIT)
|
|
13
|
+
- buffer-image-size 0.6.4 (MIT)
|
|
14
|
+
|
|
15
|
+
The target-specific Rusty V8 archive is librusty_v8_simdutf_release_aarch64-apple-darwin.a.gz
|
|
16
|
+
(SHA-256 5aeffd8d5a0c1b79ac1d70af83d5b19099655fd9c645a794dc43f101f779838c). It is verified before
|
|
17
|
+
the release build and is not downloaded by the installed package.
|
|
18
|
+
|
|
19
|
+
Deno and Rusty V8 — MIT
|
|
20
|
+
-----------------------
|
|
21
|
+
|
|
22
|
+
MIT License
|
|
23
|
+
|
|
24
|
+
Copyright 2018-2026 the Deno authors
|
|
25
|
+
|
|
26
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
27
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
28
|
+
the Software without restriction, including without limitation the rights to
|
|
29
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
30
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
31
|
+
subject to the following conditions:
|
|
32
|
+
|
|
33
|
+
The above copyright notice and this permission notice shall be included in all
|
|
34
|
+
copies or substantial portions of the Software.
|
|
35
|
+
|
|
36
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
37
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
38
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
39
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
40
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
41
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
42
|
+
SOFTWARE.
|
|
43
|
+
|
|
44
|
+
Embedded npm DOM packages
|
|
45
|
+
-------------------------
|
|
46
|
+
|
|
47
|
+
happy-dom 20.11.6 — MIT
|
|
48
|
+
------------------------
|
|
49
|
+
|
|
50
|
+
MIT License
|
|
51
|
+
|
|
52
|
+
Copyright (c) 2019 David Ortner (capricorn86)
|
|
53
|
+
|
|
54
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
55
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
56
|
+
in the Software without restriction, including without limitation the rights
|
|
57
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
58
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
59
|
+
furnished to do so, subject to the following conditions:
|
|
60
|
+
|
|
61
|
+
The above copyright notice and this permission notice shall be included in all
|
|
62
|
+
copies or substantial portions of the Software.
|
|
63
|
+
|
|
64
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
65
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
66
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
67
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
68
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
69
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
70
|
+
SOFTWARE.
|
|
71
|
+
|
|
72
|
+
entities 7.0.1 — BSD-2-Clause
|
|
73
|
+
------------------------------
|
|
74
|
+
|
|
75
|
+
Copyright (c) Felix Böhm
|
|
76
|
+
All rights reserved.
|
|
77
|
+
|
|
78
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
79
|
+
|
|
80
|
+
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
81
|
+
|
|
82
|
+
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.
|
|
83
|
+
|
|
84
|
+
THIS 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,
|
|
85
|
+
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
86
|
+
|
|
87
|
+
whatwg-mimetype 3.0.0 — MIT
|
|
88
|
+
----------------------------
|
|
89
|
+
|
|
90
|
+
Copyright © Domenic Denicola <d@domenic.me>
|
|
91
|
+
|
|
92
|
+
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:
|
|
93
|
+
|
|
94
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
95
|
+
|
|
96
|
+
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.
|
|
97
|
+
|
|
98
|
+
buffer-image-size 0.6.4 — MIT
|
|
99
|
+
------------------------------
|
|
100
|
+
|
|
101
|
+
The MIT License (MIT)
|
|
102
|
+
|
|
103
|
+
Copyright © 2017 Aditya Yadav, http://netroy.in
|
|
104
|
+
|
|
105
|
+
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:
|
|
106
|
+
|
|
107
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
108
|
+
|
|
109
|
+
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.
|
|
110
|
+
|
|
111
|
+
V8 — BSD-3-Clause
|
|
112
|
+
-----------------
|
|
113
|
+
|
|
114
|
+
Copyright 2014 the V8 project authors. All rights reserved.
|
|
115
|
+
|
|
116
|
+
Redistribution and use in source and binary forms, with or without
|
|
117
|
+
modification, are permitted provided that the following conditions are met:
|
|
118
|
+
|
|
119
|
+
* Redistributions of source code must retain the above copyright notice,
|
|
120
|
+
this list of conditions and the following disclaimer.
|
|
121
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
|
122
|
+
this list of conditions and the following disclaimer in the documentation
|
|
123
|
+
and/or other materials provided with the distribution.
|
|
124
|
+
* Neither the name of Google Inc. nor the names of its contributors may be
|
|
125
|
+
used to endorse or promote products derived from this software without
|
|
126
|
+
specific prior written permission.
|
|
127
|
+
|
|
128
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
129
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
130
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
131
|
+
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
|
|
132
|
+
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
133
|
+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
134
|
+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
135
|
+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
136
|
+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
137
|
+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
138
|
+
POSSIBILITY OF SUCH DAMAGE.
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"package": {
|
|
4
|
+
"name": "@crab-dev/wake-darwin-arm64",
|
|
5
|
+
"version": "0.1.23",
|
|
6
|
+
"target": "aarch64-apple-darwin"
|
|
7
|
+
},
|
|
8
|
+
"build": {
|
|
9
|
+
"id": "sha256:76b983146f39acd1b7fd7e919a6e54119b829b6d6881209cef229c8647c12ffc",
|
|
10
|
+
"algorithm": "sha256-v1"
|
|
11
|
+
},
|
|
12
|
+
"artifacts": [
|
|
13
|
+
{
|
|
14
|
+
"kind": "node-binding",
|
|
15
|
+
"path": "wake.darwin-arm64.node",
|
|
16
|
+
"size": 14289056,
|
|
17
|
+
"sha256": "7d3179b0396a4fa5f5b5030ef35feeb7aa733cef9c7ec858cfe932dd27b211be"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"kind": "test-host",
|
|
21
|
+
"path": "test-host/wake-test-host",
|
|
22
|
+
"size": 71961152,
|
|
23
|
+
"sha256": "9679e31f259e0fbdef0d509ff0eac2c2ee8c4221bb6da259b71077c44f00c6a6"
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"engine": {
|
|
27
|
+
"runtime": "V8",
|
|
28
|
+
"deno": {
|
|
29
|
+
"version": "2.9.5",
|
|
30
|
+
"commit": "5dfadcebf35d86f27e916a25c4109b5aa233ded7"
|
|
31
|
+
},
|
|
32
|
+
"crates": {
|
|
33
|
+
"denoCore": {
|
|
34
|
+
"name": "deno_core",
|
|
35
|
+
"version": "0.410.0",
|
|
36
|
+
"license": "MIT",
|
|
37
|
+
"crateSha256": "04d1a43a2716c6818a845f2449ae659da547687c0c4b27c34d242469dd5912bb",
|
|
38
|
+
"vcsCommit": "5dfadcebf35d86f27e916a25c4109b5aa233ded7"
|
|
39
|
+
},
|
|
40
|
+
"denoV8": {
|
|
41
|
+
"name": "deno_v8",
|
|
42
|
+
"version": "0.2.0",
|
|
43
|
+
"license": "MIT",
|
|
44
|
+
"crateSha256": "d6cc60d688463f27ab0ced89e6f22ffd1a41633024c43bc34c93a274f2801037",
|
|
45
|
+
"vcsCommit": "5dfadcebf35d86f27e916a25c4109b5aa233ded7"
|
|
46
|
+
},
|
|
47
|
+
"rustyV8": {
|
|
48
|
+
"name": "v8",
|
|
49
|
+
"version": "150.4.0",
|
|
50
|
+
"license": "MIT",
|
|
51
|
+
"crateSha256": "42a978ff11f15b24e5c05a7123cf2b68f41e763546699781a924ef4e2cf43a49",
|
|
52
|
+
"vcsCommit": null,
|
|
53
|
+
"prebuiltArchive": {
|
|
54
|
+
"name": "librusty_v8_simdutf_release_aarch64-apple-darwin.a.gz",
|
|
55
|
+
"sha256": "5aeffd8d5a0c1b79ac1d70af83d5b19099655fd9c645a794dc43f101f779838c",
|
|
56
|
+
"size": 39039034,
|
|
57
|
+
"url": "https://github.com/denoland/rusty_v8/releases/download/v150.4.0/librusty_v8_simdutf_release_aarch64-apple-darwin.a.gz"
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
"v8": {
|
|
62
|
+
"version": "15.0.245.2",
|
|
63
|
+
"license": "BSD-3-Clause"
|
|
64
|
+
},
|
|
65
|
+
"dom": {
|
|
66
|
+
"happyDom": {
|
|
67
|
+
"name": "happy-dom",
|
|
68
|
+
"version": "20.11.6",
|
|
69
|
+
"license": "MIT",
|
|
70
|
+
"licenseFile": "LICENSE",
|
|
71
|
+
"tarball": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.11.6.tgz",
|
|
72
|
+
"integrity": "sha512-Hldbg8AdAa5a5oDcZpjqnGitp7JB0hqWmfv/8qr+kft4vzSD8BHsbdRfzYvL/0QcbKcURC/yyoygbeDQarPvYg==",
|
|
73
|
+
"gitHead": "d43c106591c74fcc63aadeea0673fb53cc15bc65"
|
|
74
|
+
},
|
|
75
|
+
"embeddedPackages": [
|
|
76
|
+
{
|
|
77
|
+
"name": "happy-dom",
|
|
78
|
+
"version": "20.11.6",
|
|
79
|
+
"license": "MIT",
|
|
80
|
+
"licenseFile": "LICENSE",
|
|
81
|
+
"tarball": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.11.6.tgz",
|
|
82
|
+
"integrity": "sha512-Hldbg8AdAa5a5oDcZpjqnGitp7JB0hqWmfv/8qr+kft4vzSD8BHsbdRfzYvL/0QcbKcURC/yyoygbeDQarPvYg==",
|
|
83
|
+
"gitHead": "d43c106591c74fcc63aadeea0673fb53cc15bc65"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"name": "entities",
|
|
87
|
+
"version": "7.0.1",
|
|
88
|
+
"license": "BSD-2-Clause",
|
|
89
|
+
"licenseFile": "LICENSE",
|
|
90
|
+
"tarball": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz",
|
|
91
|
+
"integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
|
|
92
|
+
"gitHead": null
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"name": "whatwg-mimetype",
|
|
96
|
+
"version": "3.0.0",
|
|
97
|
+
"license": "MIT",
|
|
98
|
+
"licenseFile": "LICENSE.txt",
|
|
99
|
+
"tarball": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz",
|
|
100
|
+
"integrity": "sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==",
|
|
101
|
+
"gitHead": null
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"name": "buffer-image-size",
|
|
105
|
+
"version": "0.6.4",
|
|
106
|
+
"license": "MIT",
|
|
107
|
+
"licenseFile": "LICENSE",
|
|
108
|
+
"tarball": "https://registry.npmjs.org/buffer-image-size/-/buffer-image-size-0.6.4.tgz",
|
|
109
|
+
"integrity": "sha512-nEh+kZOPY1w+gcCMobZ6ETUp9WfibndnosbpwB1iJk/8Gt5ZF2bhS6+B6bPYz424KtwsR6Rflc3tCz1/ghX2dQ==",
|
|
110
|
+
"gitHead": null
|
|
111
|
+
}
|
|
112
|
+
]
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
"browser": {
|
|
116
|
+
"bundled": false,
|
|
117
|
+
"runtimeDownload": false,
|
|
118
|
+
"selection": "explicit-path-or-system-discovery"
|
|
119
|
+
}
|
|
120
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crab-dev/wake-darwin-arm64",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.23",
|
|
4
4
|
"description": "Wake native binary for darwin arm64",
|
|
5
5
|
"license": "MIT OR Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -10,6 +10,10 @@
|
|
|
10
10
|
"main": "./wake.darwin-arm64.node",
|
|
11
11
|
"files": [
|
|
12
12
|
"wake.darwin-arm64.node",
|
|
13
|
+
"test-host/wake-test-host",
|
|
14
|
+
"native-manifest.json",
|
|
15
|
+
"sbom.spdx.json",
|
|
16
|
+
"THIRD_PARTY_LICENSES.txt",
|
|
13
17
|
"README.md",
|
|
14
18
|
"LICENSE-MIT",
|
|
15
19
|
"LICENSE-APACHE"
|
package/sbom.spdx.json
ADDED
|
@@ -0,0 +1,291 @@
|
|
|
1
|
+
{
|
|
2
|
+
"spdxVersion": "SPDX-2.3",
|
|
3
|
+
"dataLicense": "CC0-1.0",
|
|
4
|
+
"SPDXID": "SPDXRef-DOCUMENT",
|
|
5
|
+
"name": "@crab-dev/wake-darwin-arm64-0.1.23-native",
|
|
6
|
+
"documentNamespace": "https://github.com/hotlif/wake/sbom/-crab-dev-wake-darwin-arm64/0.1.23/76b983146f39acd1b7fd7e919a6e54119b829b6d6881209cef229c8647c12ffc",
|
|
7
|
+
"creationInfo": {
|
|
8
|
+
"created": "2026-08-26T06:48:59Z",
|
|
9
|
+
"creators": [
|
|
10
|
+
"Tool: Wake native package staging v1"
|
|
11
|
+
]
|
|
12
|
+
},
|
|
13
|
+
"packages": [
|
|
14
|
+
{
|
|
15
|
+
"name": "@crab-dev/wake-darwin-arm64",
|
|
16
|
+
"SPDXID": "SPDXRef-Package--crab-dev-wake-darwin-arm64",
|
|
17
|
+
"versionInfo": "0.1.23",
|
|
18
|
+
"downloadLocation": "NOASSERTION",
|
|
19
|
+
"filesAnalyzed": false,
|
|
20
|
+
"licenseConcluded": "MIT OR Apache-2.0",
|
|
21
|
+
"licenseDeclared": "MIT OR Apache-2.0",
|
|
22
|
+
"copyrightText": "NOASSERTION"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "deno_core",
|
|
26
|
+
"SPDXID": "SPDXRef-Package-deno-core",
|
|
27
|
+
"versionInfo": "0.410.0",
|
|
28
|
+
"downloadLocation": "https://crates.io/api/v1/crates/deno_core/0.410.0/download",
|
|
29
|
+
"filesAnalyzed": false,
|
|
30
|
+
"licenseConcluded": "MIT",
|
|
31
|
+
"licenseDeclared": "MIT",
|
|
32
|
+
"copyrightText": "NOASSERTION",
|
|
33
|
+
"checksums": [
|
|
34
|
+
{
|
|
35
|
+
"algorithm": "SHA256",
|
|
36
|
+
"checksumValue": "04d1a43a2716c6818a845f2449ae659da547687c0c4b27c34d242469dd5912bb"
|
|
37
|
+
}
|
|
38
|
+
]
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"name": "deno_v8",
|
|
42
|
+
"SPDXID": "SPDXRef-Package-deno-v8",
|
|
43
|
+
"versionInfo": "0.2.0",
|
|
44
|
+
"downloadLocation": "https://crates.io/api/v1/crates/deno_v8/0.2.0/download",
|
|
45
|
+
"filesAnalyzed": false,
|
|
46
|
+
"licenseConcluded": "MIT",
|
|
47
|
+
"licenseDeclared": "MIT",
|
|
48
|
+
"copyrightText": "NOASSERTION",
|
|
49
|
+
"checksums": [
|
|
50
|
+
{
|
|
51
|
+
"algorithm": "SHA256",
|
|
52
|
+
"checksumValue": "d6cc60d688463f27ab0ced89e6f22ffd1a41633024c43bc34c93a274f2801037"
|
|
53
|
+
}
|
|
54
|
+
]
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"name": "rusty_v8",
|
|
58
|
+
"SPDXID": "SPDXRef-Package-rusty-v8",
|
|
59
|
+
"versionInfo": "150.4.0",
|
|
60
|
+
"downloadLocation": "https://crates.io/api/v1/crates/v8/150.4.0/download",
|
|
61
|
+
"filesAnalyzed": false,
|
|
62
|
+
"licenseConcluded": "MIT",
|
|
63
|
+
"licenseDeclared": "MIT",
|
|
64
|
+
"copyrightText": "NOASSERTION",
|
|
65
|
+
"checksums": [
|
|
66
|
+
{
|
|
67
|
+
"algorithm": "SHA256",
|
|
68
|
+
"checksumValue": "42a978ff11f15b24e5c05a7123cf2b68f41e763546699781a924ef4e2cf43a49"
|
|
69
|
+
}
|
|
70
|
+
]
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"name": "rusty_v8-prebuilt-aarch64-apple-darwin",
|
|
74
|
+
"SPDXID": "SPDXRef-Package-rusty-v8-prebuilt-aarch64-apple-darwin",
|
|
75
|
+
"versionInfo": "150.4.0",
|
|
76
|
+
"downloadLocation": "https://github.com/denoland/rusty_v8/releases/download/v150.4.0/librusty_v8_simdutf_release_aarch64-apple-darwin.a.gz",
|
|
77
|
+
"filesAnalyzed": false,
|
|
78
|
+
"licenseConcluded": "MIT AND BSD-3-Clause",
|
|
79
|
+
"licenseDeclared": "MIT AND BSD-3-Clause",
|
|
80
|
+
"copyrightText": "NOASSERTION",
|
|
81
|
+
"checksums": [
|
|
82
|
+
{
|
|
83
|
+
"algorithm": "SHA256",
|
|
84
|
+
"checksumValue": "5aeffd8d5a0c1b79ac1d70af83d5b19099655fd9c645a794dc43f101f779838c"
|
|
85
|
+
}
|
|
86
|
+
]
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "V8",
|
|
90
|
+
"SPDXID": "SPDXRef-Package-V8",
|
|
91
|
+
"versionInfo": "15.0.245.2",
|
|
92
|
+
"downloadLocation": "https://chromium.googlesource.com/v8/v8",
|
|
93
|
+
"filesAnalyzed": false,
|
|
94
|
+
"licenseConcluded": "BSD-3-Clause",
|
|
95
|
+
"licenseDeclared": "BSD-3-Clause",
|
|
96
|
+
"copyrightText": "NOASSERTION"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"name": "happy-dom",
|
|
100
|
+
"SPDXID": "SPDXRef-Package-happy-dom",
|
|
101
|
+
"versionInfo": "20.11.6",
|
|
102
|
+
"downloadLocation": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.11.6.tgz",
|
|
103
|
+
"filesAnalyzed": false,
|
|
104
|
+
"licenseConcluded": "MIT",
|
|
105
|
+
"licenseDeclared": "MIT",
|
|
106
|
+
"copyrightText": "NOASSERTION",
|
|
107
|
+
"checksums": [
|
|
108
|
+
{
|
|
109
|
+
"algorithm": "SHA512",
|
|
110
|
+
"checksumValue": "1e575b83c01d01ae5ae680dc6698ea9c68ada7b241d21a9699fbfff2aafe91fb78bf3483f011ec6dd45fcd8bcbff441c6ca714442ff2ca8ca06de0d06ab3ef62"
|
|
111
|
+
}
|
|
112
|
+
]
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"name": "entities",
|
|
116
|
+
"SPDXID": "SPDXRef-Package-entities",
|
|
117
|
+
"versionInfo": "7.0.1",
|
|
118
|
+
"downloadLocation": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz",
|
|
119
|
+
"filesAnalyzed": false,
|
|
120
|
+
"licenseConcluded": "BSD-2-Clause",
|
|
121
|
+
"licenseDeclared": "BSD-2-Clause",
|
|
122
|
+
"copyrightText": "NOASSERTION",
|
|
123
|
+
"checksums": [
|
|
124
|
+
{
|
|
125
|
+
"algorithm": "SHA512",
|
|
126
|
+
"checksumValue": "4d6ae02ce1544131fdf78614ca5d724f8bb26af6399cd0799ae7dff91b566aa3550802b8d3c6f96679db34050458b4c2a6e9bdc3a6ab4fbd22d57750e1478e3c"
|
|
127
|
+
}
|
|
128
|
+
]
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"name": "whatwg-mimetype",
|
|
132
|
+
"SPDXID": "SPDXRef-Package-whatwg-mimetype",
|
|
133
|
+
"versionInfo": "3.0.0",
|
|
134
|
+
"downloadLocation": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz",
|
|
135
|
+
"filesAnalyzed": false,
|
|
136
|
+
"licenseConcluded": "MIT",
|
|
137
|
+
"licenseDeclared": "MIT",
|
|
138
|
+
"copyrightText": "NOASSERTION",
|
|
139
|
+
"checksums": [
|
|
140
|
+
{
|
|
141
|
+
"algorithm": "SHA512",
|
|
142
|
+
"checksumValue": "9edf8dd9dcc8bad551c40471d678213ca1afd711e2914ec729d7da7ca90b34b8a77663d4fdc877537d4d38218603f7663dc99bd559687ced2f9ca01cb26d28fd"
|
|
143
|
+
}
|
|
144
|
+
]
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"name": "buffer-image-size",
|
|
148
|
+
"SPDXID": "SPDXRef-Package-buffer-image-size",
|
|
149
|
+
"versionInfo": "0.6.4",
|
|
150
|
+
"downloadLocation": "https://registry.npmjs.org/buffer-image-size/-/buffer-image-size-0.6.4.tgz",
|
|
151
|
+
"filesAnalyzed": false,
|
|
152
|
+
"licenseConcluded": "MIT",
|
|
153
|
+
"licenseDeclared": "MIT",
|
|
154
|
+
"copyrightText": "NOASSERTION",
|
|
155
|
+
"checksums": [
|
|
156
|
+
{
|
|
157
|
+
"algorithm": "SHA512",
|
|
158
|
+
"checksumValue": "9c487e91938f635c3e81c08ca1b67a113529f567e26e7767a2c6e9c01d62264ffc1ade591766e14baf81e9b3d8cf8db82adc2c47a45f95cded0b3d7f8215f675"
|
|
159
|
+
}
|
|
160
|
+
]
|
|
161
|
+
}
|
|
162
|
+
],
|
|
163
|
+
"files": [
|
|
164
|
+
{
|
|
165
|
+
"fileName": "./wake.darwin-arm64.node",
|
|
166
|
+
"SPDXID": "SPDXRef-File-wake.darwin-arm64.node",
|
|
167
|
+
"checksums": [
|
|
168
|
+
{
|
|
169
|
+
"algorithm": "SHA256",
|
|
170
|
+
"checksumValue": "7d3179b0396a4fa5f5b5030ef35feeb7aa733cef9c7ec858cfe932dd27b211be"
|
|
171
|
+
}
|
|
172
|
+
],
|
|
173
|
+
"licenseConcluded": "NOASSERTION",
|
|
174
|
+
"copyrightText": "NOASSERTION"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"fileName": "./test-host/wake-test-host",
|
|
178
|
+
"SPDXID": "SPDXRef-File-test-host-wake-test-host",
|
|
179
|
+
"checksums": [
|
|
180
|
+
{
|
|
181
|
+
"algorithm": "SHA256",
|
|
182
|
+
"checksumValue": "9679e31f259e0fbdef0d509ff0eac2c2ee8c4221bb6da259b71077c44f00c6a6"
|
|
183
|
+
}
|
|
184
|
+
],
|
|
185
|
+
"licenseConcluded": "NOASSERTION",
|
|
186
|
+
"copyrightText": "NOASSERTION"
|
|
187
|
+
}
|
|
188
|
+
],
|
|
189
|
+
"relationships": [
|
|
190
|
+
{
|
|
191
|
+
"spdxElementId": "SPDXRef-DOCUMENT",
|
|
192
|
+
"relationshipType": "DESCRIBES",
|
|
193
|
+
"relatedSpdxElement": "SPDXRef-Package--crab-dev-wake-darwin-arm64"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"spdxElementId": "SPDXRef-Package--crab-dev-wake-darwin-arm64",
|
|
197
|
+
"relationshipType": "DEPENDS_ON",
|
|
198
|
+
"relatedSpdxElement": "SPDXRef-Package-deno-core"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"spdxElementId": "SPDXRef-Package--crab-dev-wake-darwin-arm64",
|
|
202
|
+
"relationshipType": "DEPENDS_ON",
|
|
203
|
+
"relatedSpdxElement": "SPDXRef-Package-deno-v8"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"spdxElementId": "SPDXRef-Package--crab-dev-wake-darwin-arm64",
|
|
207
|
+
"relationshipType": "DEPENDS_ON",
|
|
208
|
+
"relatedSpdxElement": "SPDXRef-Package-rusty-v8"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"spdxElementId": "SPDXRef-Package--crab-dev-wake-darwin-arm64",
|
|
212
|
+
"relationshipType": "DEPENDS_ON",
|
|
213
|
+
"relatedSpdxElement": "SPDXRef-Package-rusty-v8-prebuilt-aarch64-apple-darwin"
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"spdxElementId": "SPDXRef-Package--crab-dev-wake-darwin-arm64",
|
|
217
|
+
"relationshipType": "DEPENDS_ON",
|
|
218
|
+
"relatedSpdxElement": "SPDXRef-Package-V8"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"spdxElementId": "SPDXRef-Package--crab-dev-wake-darwin-arm64",
|
|
222
|
+
"relationshipType": "DEPENDS_ON",
|
|
223
|
+
"relatedSpdxElement": "SPDXRef-Package-happy-dom"
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"spdxElementId": "SPDXRef-Package--crab-dev-wake-darwin-arm64",
|
|
227
|
+
"relationshipType": "DEPENDS_ON",
|
|
228
|
+
"relatedSpdxElement": "SPDXRef-Package-entities"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"spdxElementId": "SPDXRef-Package--crab-dev-wake-darwin-arm64",
|
|
232
|
+
"relationshipType": "DEPENDS_ON",
|
|
233
|
+
"relatedSpdxElement": "SPDXRef-Package-whatwg-mimetype"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"spdxElementId": "SPDXRef-Package--crab-dev-wake-darwin-arm64",
|
|
237
|
+
"relationshipType": "DEPENDS_ON",
|
|
238
|
+
"relatedSpdxElement": "SPDXRef-Package-buffer-image-size"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"spdxElementId": "SPDXRef-Package--crab-dev-wake-darwin-arm64",
|
|
242
|
+
"relationshipType": "CONTAINS",
|
|
243
|
+
"relatedSpdxElement": "SPDXRef-File-wake.darwin-arm64.node"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"spdxElementId": "SPDXRef-Package--crab-dev-wake-darwin-arm64",
|
|
247
|
+
"relationshipType": "CONTAINS",
|
|
248
|
+
"relatedSpdxElement": "SPDXRef-File-test-host-wake-test-host"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"spdxElementId": "SPDXRef-Package-deno-core",
|
|
252
|
+
"relationshipType": "DEPENDS_ON",
|
|
253
|
+
"relatedSpdxElement": "SPDXRef-Package-deno-v8"
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"spdxElementId": "SPDXRef-Package-deno-v8",
|
|
257
|
+
"relationshipType": "DEPENDS_ON",
|
|
258
|
+
"relatedSpdxElement": "SPDXRef-Package-rusty-v8"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"spdxElementId": "SPDXRef-Package-rusty-v8",
|
|
262
|
+
"relationshipType": "DEPENDS_ON",
|
|
263
|
+
"relatedSpdxElement": "SPDXRef-Package-V8"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"spdxElementId": "SPDXRef-Package-rusty-v8-prebuilt-aarch64-apple-darwin",
|
|
267
|
+
"relationshipType": "GENERATED_FROM",
|
|
268
|
+
"relatedSpdxElement": "SPDXRef-Package-rusty-v8"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"spdxElementId": "SPDXRef-Package-rusty-v8-prebuilt-aarch64-apple-darwin",
|
|
272
|
+
"relationshipType": "GENERATED_FROM",
|
|
273
|
+
"relatedSpdxElement": "SPDXRef-Package-V8"
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"spdxElementId": "SPDXRef-Package-happy-dom",
|
|
277
|
+
"relationshipType": "DEPENDS_ON",
|
|
278
|
+
"relatedSpdxElement": "SPDXRef-Package-entities"
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"spdxElementId": "SPDXRef-Package-happy-dom",
|
|
282
|
+
"relationshipType": "DEPENDS_ON",
|
|
283
|
+
"relatedSpdxElement": "SPDXRef-Package-whatwg-mimetype"
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"spdxElementId": "SPDXRef-Package-happy-dom",
|
|
287
|
+
"relationshipType": "DEPENDS_ON",
|
|
288
|
+
"relatedSpdxElement": "SPDXRef-Package-buffer-image-size"
|
|
289
|
+
}
|
|
290
|
+
]
|
|
291
|
+
}
|
|
Binary file
|
package/wake.darwin-arm64.node
CHANGED
|
Binary file
|