-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
49 lines (49 loc) · 1.29 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
47
48
49
{
"name": "@pylonide/smith",
"version": "0.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@pylonide/smith",
"version": "0.2.0",
"license": "MIT",
"dependencies": {
"msgpack-js": "~0.3.0"
},
"engines": {
"node": ">= 18.18.2"
}
},
"node_modules/base64-js": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-0.0.2.tgz",
"integrity": "sha1-Ak8Pcq+iW3X5wO5zzU9V7Bvtl4Q=",
"engines": {
"node": ">= 0.4"
}
},
"node_modules/bops": {
"version": "0.0.7",
"resolved": "https://registry.npmjs.org/bops/-/bops-0.0.7.tgz",
"integrity": "sha1-tKClqDmkBkVK8P4FqLkaenZqVOI=",
"dependencies": {
"base64-js": "0.0.2",
"to-utf8": "0.0.1"
}
},
"node_modules/msgpack-js": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/msgpack-js/-/msgpack-js-0.3.0.tgz",
"integrity": "sha1-Aw7AjFlW+cp9F9QKVy1Tlv7BCSM=",
"dependencies": {
"bops": "~0.0.6"
}
},
"node_modules/to-utf8": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/to-utf8/-/to-utf8-0.0.1.tgz",
"integrity": "sha1-0Xrqcv8vujm55DYBvns/9y4ImFI="
}
}
}