forked from AlchemillaHQ/adguard-client-updater
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
39 lines (39 loc) · 1.23 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
{
"name": "adguard-client-updater",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "adguard-client-updater",
"version": "1.0.0",
"license": "AGPL-3.0-or-later",
"dependencies": {
"dotenv": "^16.3.2",
"ip": "^2.0.1",
"ip-wrapper": "^1.1.1"
}
},
"node_modules/dotenv": {
"version": "16.3.2",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.2.tgz",
"integrity": "sha512-HTlk5nmhkm8F6JcdXvHIzaorzCoziNQT9mGxLPVXW8wJF1TiGSL60ZGB4gHWabHOaMmWmhvk2/lPHfnBiT78AQ==",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/motdotla/dotenv?sponsor=1"
}
},
"node_modules/ip": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/ip/-/ip-2.0.1.tgz",
"integrity": "sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ=="
},
"node_modules/ip-wrapper": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/ip-wrapper/-/ip-wrapper-1.1.1.tgz",
"integrity": "sha512-Xl3fcTf3sjrc/R/LU5cXms2XdepTDyiVDpSkNAe8x4k+IfvmcYf/YkkhYH3s8ytO8N7Fg0yGeQBUiaujT7lbTg=="
}
}
}