-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
54 lines (54 loc) · 1.72 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
50
51
52
53
54
{
"name": "pando-protos",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"twirpscript": "^0.0.69"
}
},
"node_modules/google-protobuf": {
"version": "3.21.2",
"resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.21.2.tgz",
"integrity": "sha512-3MSOYFO5U9mPGikIYCzK0SaThypfGgS6bHqrUGXG3DPHCrb+txNqeEcns1W0lkGfk0rCyNXm7xB9rMxnCiZOoA=="
},
"node_modules/prettier": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.1.tgz",
"integrity": "sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==",
"bin": {
"prettier": "bin/prettier.cjs"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
},
"node_modules/protoscript": {
"version": "0.0.20",
"resolved": "https://registry.npmjs.org/protoscript/-/protoscript-0.0.20.tgz",
"integrity": "sha512-NuXZgSko5o5o/ngA4/lccAHE7dY2C2ySaRTl+k45ehsjXitoQRXZ4fDAr5yIUadTAV9pZi6jQ0Ao5VQ9SBt0Ew==",
"dependencies": {
"google-protobuf": "^3.21.2",
"prettier": "^3.0.3"
},
"bin": {
"protoscript": "dist/cli/index.js"
}
},
"node_modules/twirpscript": {
"version": "0.0.69",
"resolved": "https://registry.npmjs.org/twirpscript/-/twirpscript-0.0.69.tgz",
"integrity": "sha512-BZL6hky+OpGU5fozsw0CupJMbz69nvaRQL6OerCxDnZnk7AAjnB0s8qSQk6hVHb7OXrHOZBf/L2G4ttOUTqMyQ==",
"dependencies": {
"protoscript": "0.0.20"
},
"bin": {
"twirpscript": "dist/cli/index.js"
}
}
}
}