-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
31 lines (31 loc) · 1.14 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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"@lsql/proto": {
"version": "file:@lsql/proto",
"requires": {
"@types/google-protobuf": "^3.7.4",
"google-protobuf": "^3.13.0",
"grpc-web": "^1.2.1"
},
"dependencies": {
"@types/google-protobuf": {
"version": "3.7.4",
"resolved": "https://registry.npmjs.org/@types/google-protobuf/-/google-protobuf-3.7.4.tgz",
"integrity": "sha512-6PjMFKl13cgB4kRdYtvyjKl8VVa0PXS2IdVxHhQ8GEKbxBkyJtSbaIeK1eZGjDKN7dvUh4vkOvU9FMwYNv4GQQ=="
},
"google-protobuf": {
"version": "3.13.0",
"resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.13.0.tgz",
"integrity": "sha512-ZIf3qfLFayVrPvAjeKKxO5FRF1/NwRxt6Dko+fWEMuHwHbZx8/fcaAao9b0wCM6kr8qeg2te8XTpyuvKuD9aKw=="
},
"grpc-web": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/grpc-web/-/grpc-web-1.2.1.tgz",
"integrity": "sha512-ibBaJPzfMVuLPgaST9w0kZl60s+SnkPBQp6QKdpEr85tpc1gXW2QDqSne9xiyiym0logDfdUSm4aX5h9YBA2mw=="
}
}
}
}
}