-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-lock.json
42 lines (42 loc) · 1.36 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
36
37
38
39
40
41
42
{
"name": "vizdom-ts-examples",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "vizdom-ts-examples",
"version": "0.1.0",
"license": "Apache-2.0",
"dependencies": {
"@vizdom/vizdom-ts-node": "^0.1.18"
},
"devDependencies": {
"@types/node": "^22.7.5"
}
},
"node_modules/@types/node": {
"version": "22.7.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.5.tgz",
"integrity": "sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~6.19.2"
}
},
"node_modules/@vizdom/vizdom-ts-node": {
"version": "0.1.18",
"resolved": "https://registry.npmjs.org/@vizdom/vizdom-ts-node/-/vizdom-ts-node-0.1.18.tgz",
"integrity": "sha512-Cz9uSe9aWk+IGm+Mgul2mbHDEitHVb1AKt8qsLsWFsngOad6DygsVdNDWY2NbYLVgBk19VGeVOkr15Qf83TCHQ==",
"license": "Apache-2.0"
},
"node_modules/undici-types": {
"version": "6.19.8",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
"integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
"dev": true,
"license": "MIT"
}
}
}