-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage-lock.json
More file actions
30 lines (30 loc) · 898 Bytes
/
package-lock.json
File metadata and controls
30 lines (30 loc) · 898 Bytes
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
{
"name": "@dydxprotocol/v4-localization",
"version": "1.1.402",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@dydxprotocol/v4-localization",
"version": "1.1.402",
"license": "AGPL-3.0",
"devDependencies": {
"@types/node": "^20.1.7"
}
},
"node_modules/@types/node": {
"version": "20.1.7",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.1.7.tgz",
"integrity": "sha512-WCuw/o4GSwDGMoonES8rcvwsig77dGCMbZDrZr2x4ZZiNW4P/gcoZXe/0twgtobcTkmg9TuKflxYL/DuwDyJzg==",
"dev": true
}
},
"dependencies": {
"@types/node": {
"version": "20.1.7",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.1.7.tgz",
"integrity": "sha512-WCuw/o4GSwDGMoonES8rcvwsig77dGCMbZDrZr2x4ZZiNW4P/gcoZXe/0twgtobcTkmg9TuKflxYL/DuwDyJzg==",
"dev": true
}
}
}