-
Notifications
You must be signed in to change notification settings - Fork 4
/
package-lock.json
71 lines (71 loc) · 2.32 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "ESAVI-IG-FHIR",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"sushi": "^3.0.0"
}
},
"node_modules/big.js": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/big.js/-/big.js-6.1.1.tgz",
"integrity": "sha512-1vObw81a8ylZO5ePrtMay0n018TcftpTA5HFKDaSuiUDBo8biRBtjIobw60OpwuvrGk+FsxKamqN4cnmj/eXdg==",
"engines": {
"node": "*"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/bigjs"
}
},
"node_modules/decimal.js-light": {
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/decimal.js-light/-/decimal.js-light-2.5.1.tgz",
"integrity": "sha512-qIMFpTMZmny+MMIitAB6D7iVPEorVw6YQRWkvarTkT4tBeSLLiHzcwj6q0MmYSFCiVpiqPJTJEYIrpcPzVEIvg=="
},
"node_modules/numeral": {
"version": "2.0.6",
"resolved": "https://registry.npmjs.org/numeral/-/numeral-2.0.6.tgz",
"integrity": "sha512-qaKRmtYPZ5qdw4jWJD6bxEf1FJEqllJrwxCLIm0sQU/A7v2/czigzOb+C2uSiFsa9lBUzeH7M1oK+Q+OLxL3kA==",
"engines": {
"node": "*"
}
},
"node_modules/sushi": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/sushi/-/sushi-3.0.0.tgz",
"integrity": "sha512-LP9VSwCk39GoLHq0JHVd+dDdxGewLoJ3YDWpfUH8OaFqItWTO4QsopZNYLKqRWTXFKFajf7nbMMI6sdvEgIE4w==",
"dependencies": {
"big.js": "6.1.1",
"decimal.js-light": "2.5.1",
"numeral": "2.0.6",
"tiny-invariant": "1.3.1",
"toformat": "2.0.0"
},
"peerDependencies": {
"viem": "*",
"zod": "*"
},
"peerDependenciesMeta": {
"viem": {
"optional": true
},
"zod": {
"optional": true
}
}
},
"node_modules/tiny-invariant": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.1.tgz",
"integrity": "sha512-AD5ih2NlSssTCwsMznbvwMZpJ1cbhkGd2uueNxzv2jDlEeZdU04JQfRnggJQ8DrcVBGjAsCKwFBbDlVNtEMlzw=="
},
"node_modules/toformat": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/toformat/-/toformat-2.0.0.tgz",
"integrity": "sha512-03SWBVop6nU8bpyZCx7SodpYznbZF5R4ljwNLBcTQzKOD9xuihRo/psX58llS1BMFhhAI08H3luot5GoXJz2pQ=="
}
}
}