-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
48 lines (48 loc) · 1.6 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
{
"name": "edd-blazor-server-poc",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "edd-blazor-server-poc",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"govuk-frontend": "^3.13.0",
"nidirect-frontend": "^2.0.0"
}
},
"node_modules/govuk-frontend": {
"version": "3.14.0",
"resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-3.14.0.tgz",
"integrity": "sha512-y7FTuihCSA8Hty+e9h0uPhCoNanCAN+CLioNFlPmlbeHXpbi09VMyxTcH+XfnMPY4Cp++7096v0rLwwdapTXnA==",
"engines": {
"node": ">= 4.2.0"
}
},
"node_modules/nidirect-frontend": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/nidirect-frontend/-/nidirect-frontend-2.1.0.tgz",
"integrity": "sha512-kJi6hsh9dw9GDnnV0pyJKPiADtcnAh86S2gxjtv/AMqL4iinyi6wDvCi7BtuL9I/NAqcGAKqPhkvDfotDFZdEw==",
"dependencies": {
"govuk-frontend": "*"
}
}
},
"dependencies": {
"govuk-frontend": {
"version": "3.14.0",
"resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-3.14.0.tgz",
"integrity": "sha512-y7FTuihCSA8Hty+e9h0uPhCoNanCAN+CLioNFlPmlbeHXpbi09VMyxTcH+XfnMPY4Cp++7096v0rLwwdapTXnA=="
},
"nidirect-frontend": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/nidirect-frontend/-/nidirect-frontend-2.1.0.tgz",
"integrity": "sha512-kJi6hsh9dw9GDnnV0pyJKPiADtcnAh86S2gxjtv/AMqL4iinyi6wDvCi7BtuL9I/NAqcGAKqPhkvDfotDFZdEw==",
"requires": {
"govuk-frontend": "*"
}
}
}
}