-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage-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": "govwifi-tech-docs",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "govwifi-tech-docs",
"version": "1.0.0",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"govuk-frontend": "^4.9.0",
"govwifi-shared-frontend": "https://github.com/GovWifi/govwifi-shared-frontend/releases/download/v0.6.10/govwifi-shared-frontend-0.6.10.tgz"
}
},
"node_modules/govuk-frontend": {
"version": "4.9.0",
"resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-4.9.0.tgz",
"integrity": "sha512-zfX+GBUKpWBeV6JwCIawEuI8VRWlskH8Ok8aNUjKOvzo3zIaNbcrv4IOwgy+oSnMoGh67Eeh+vb7+9GFxN2fNg==",
"license": "MIT",
"engines": {
"node": ">= 4.2.0"
}
},
"node_modules/govwifi-shared-frontend": {
"version": "0.6.10",
"resolved": "https://github.com/GovWifi/govwifi-shared-frontend/releases/download/v0.6.10/govwifi-shared-frontend-0.6.10.tgz",
"integrity": "sha512-cCXufreBrhQXxhR/TSTGqnYqbhBEpfXXJ1iHJqmBvzE3KSm7RP5WgybE8IjyKU93kEtua+xQ6iaHmtRlcW7E5g==",
"license": "MIT",
"dependencies": {
"js-cookie": "^3.0.5"
},
"engines": {
"node": ">=18.17.0",
"npm": ">=9.6.7"
}
},
"node_modules/js-cookie": {
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.5.tgz",
"integrity": "sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==",
"engines": {
"node": ">=14"
}
}
}
}