-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
27 lines (27 loc) · 971 Bytes
/
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
{
"name": "posts",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@mysql/xdevapi": {
"version": "8.0.21",
"resolved": "http://localhost:4873/@mysql%2fxdevapi/-/xdevapi-8.0.21.tgz",
"integrity": "sha512-fUfPNsMK9MBBiisBadUfUYqrBlniPrSNJnstnveJpfhHksPt6rVfVk6gEPjEd32lwe5MmihcB5LBInSnNdCxbQ==",
"requires": {
"google-protobuf": "3.11.4",
"parsimmon": "1.6.2"
}
},
"google-protobuf": {
"version": "3.11.4",
"resolved": "http://localhost:4873/google-protobuf/-/google-protobuf-3.11.4.tgz",
"integrity": "sha512-lL6b04rDirurUBOgsY2+LalI6Evq8eH5TcNzi7TYQ3BsIWelT0KSOQSBsXuavEkNf+odQU6c0lgz3UsZXeNX9Q=="
},
"parsimmon": {
"version": "1.6.2",
"resolved": "http://localhost:4873/parsimmon/-/parsimmon-1.6.2.tgz",
"integrity": "sha512-bJNB0ZQhHyM5KqO2Z5ttQAVn/PZ2pccxaOnMcZ0Su7HA1Iv4GQTfUmzSZ6N3jcsCn9F68PZcypAvF3nDRRL+3g=="
}
}
}