-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
47 lines (47 loc) · 1.4 KB
/
package-lock.json
File metadata and controls
47 lines (47 loc) · 1.4 KB
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
{
"name": "auth53-base",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"auth53-client": "^2.1.0"
}
},
"node_modules/auth53-client": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/auth53-client/-/auth53-client-2.1.0.tgz",
"integrity": "sha512-6E5fgMgNmQPcG2GXsa5KIbrCz45pW97CWD4Z4QHq9W/3ZCckLqZcpdzfimE/Dg9O71lp3eMYOLFIMGFS1k90kA==",
"dependencies": {
"axios": "^0.21.1"
}
},
"node_modules/auth53-client/node_modules/axios": {
"version": "0.21.4",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz",
"integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==",
"dependencies": {
"follow-redirects": "^1.14.0"
}
},
"node_modules/follow-redirects": {
"version": "1.15.6",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz",
"integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==",
"funding": [
{
"type": "individual",
"url": "https://github.com/sponsors/RubenVerborgh"
}
],
"engines": {
"node": ">=4.0"
},
"peerDependenciesMeta": {
"debug": {
"optional": true
}
}
}
}
}