forked from nk2028/tshet-uinh-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
35 lines (35 loc) · 1.1 KB
/
package-lock.json
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
{
"name": "tshet-uinh-examples",
"version": "20241008.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "tshet-uinh-examples",
"version": "20241008.0.0",
"license": "CC0-1.0",
"dependencies": {
"tshet-uinh": "^0.15.1",
"tshet-uinh-deriver-tools": "^0.2.0"
}
},
"node_modules/tshet-uinh": {
"version": "0.15.1",
"resolved": "https://registry.npmjs.org/tshet-uinh/-/tshet-uinh-0.15.1.tgz",
"integrity": "sha512-5RN8wfwkxLfyv+PVDmPYacvBJ9tCGbeG6AH7UPqiculLOJ7FnQLqSIVmtFehP6o1275+8s3Rgia5Hu5kNuXsMQ==",
"license": "MIT",
"engines": {
"node": "^18.18 || ^20.9 || ^21 || >=22"
}
},
"node_modules/tshet-uinh-deriver-tools": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/tshet-uinh-deriver-tools/-/tshet-uinh-deriver-tools-0.2.0.tgz",
"integrity": "sha512-r4MKw5fmezav00yGDzJkvfwvGnoKPPMmgjJtICFzKSULqUgKLaQQOGieor2Ts48NKcR+0sqOmW3ne2gTjVJa5w==",
"license": "MIT",
"peerDependencies": {
"tshet-uinh": "^0.15.0"
}
}
}
}