-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
62 lines (62 loc) · 1.93 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
{
"name": "ch-lab-order",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"ch.fhir.ig.ch-lab-order": "^1.0.0"
}
},
"node_modules/ch.fhir.ig.ch-core": {
"version": "2.0.0",
"resolved": "https://packages.simplifier.net/ch.fhir.ig.ch-core/2.0.0",
"integrity": "sha1-+h3QLpwmI72OMfZ7tGXTL3OimOo=",
"dependencies": {
"ch.fhir.ig.ch-epr-term": "2.0.x",
"hl7.fhir.r4.core": "4.0.1"
}
},
"node_modules/ch.fhir.ig.ch-epr-term": {
"version": "2.0.8",
"resolved": "https://packages.simplifier.net/ch.fhir.ig.ch-epr-term/2.0.8",
"integrity": "sha1-XwBQEr/l6NwSsllEhcjfCfx47jI=",
"dependencies": {
"hl7.fhir.r4.core": "4.0.1"
}
},
"node_modules/ch.fhir.ig.ch-lab-order": {
"version": "1.0.0",
"resolved": "https://packages.simplifier.net/ch.fhir.ig.ch-lab-order/1.0.0",
"integrity": "sha1-tgONDkCjsQTCxFxuJ0kUqbtcx7w=",
"dependencies": {
"ch.fhir.ig.ch-core": "2.0.0",
"ch.fhir.ig.ch-orf": "1.0.0",
"hl7.fhir.r4.core": "4.0.1"
}
},
"node_modules/ch.fhir.ig.ch-orf": {
"version": "1.0.0",
"resolved": "https://packages.simplifier.net/ch.fhir.ig.ch-orf/1.0.0",
"integrity": "sha1-qxfEox7lHimB/8L367ym9EfpEVc=",
"dependencies": {
"ch.fhir.ig.ch-core": "2.0.0",
"hl7.fhir.r4.core": "4.0.1",
"hl7.fhir.uv.sdc": "2.7.0"
}
},
"node_modules/hl7.fhir.r4.core": {
"version": "4.0.1",
"resolved": "https://packages.simplifier.net/hl7.fhir.r4.core/4.0.1",
"integrity": "sha1-DkuNmfeRhYdVdoLItH32BUJFR6U="
},
"node_modules/hl7.fhir.uv.sdc": {
"version": "2.7.0",
"resolved": "https://packages.simplifier.net/hl7.fhir.uv.sdc/2.7.0",
"integrity": "sha1-A4mGD76WE/6V9t4ROXUhsGUfM3c=",
"dependencies": {
"hl7.fhir.r4.core": "4.0.1"
}
}
}
}