-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
46 lines (46 loc) · 1.52 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
43
44
45
46
{
"name": "model-to-pi",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@dittolive/ditto": "^4.3.1",
"@types/node": "^20.5.0",
"dotenv": "^16.3.1"
}
},
"node_modules/@dittolive/ditto": {
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/@dittolive/ditto/-/ditto-4.3.1.tgz",
"integrity": "sha512-punnpZeI9KohevtJ3jBYWPj6c4sIkIFXB2mJcwyZb1YoxprWI5G/WaBI9leCNGYdxDqCGx+ot8JMbKaJntctWA==",
"dependencies": {
"cbor-redux": "^0.4.0"
},
"engines": {
"node": ">=14"
}
},
"node_modules/@types/node": {
"version": "20.5.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.0.tgz",
"integrity": "sha512-Mgq7eCtoTjT89FqNoTzzXg2XvCi5VMhRV6+I2aYanc6kQCBImeNaAYRs/DyoVqk1YEUJK5gN9VO7HRIdz4Wo3Q=="
},
"node_modules/cbor-redux": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/cbor-redux/-/cbor-redux-0.4.0.tgz",
"integrity": "sha512-jP8BB9zF2uVTwbNXe7kRNIQRmKFMNKZcx0A+TCc6v3kJHoIKzKexQ+DjvXP/G5HuPF88myDdVE2grBOizsbMxg=="
},
"node_modules/dotenv": {
"version": "16.3.1",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.1.tgz",
"integrity": "sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/motdotla/dotenv?sponsor=1"
}
}
}
}