-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
40 lines (40 loc) · 1.49 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
{
"name": "firewalla-device-importer",
"version": "0.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"axios": {
"version": "0.21.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.0.tgz",
"integrity": "sha512-fmkJBknJKoZwem3/IKSSLpkdNXZeBu5Q7GA/aRsr2btgrptmSCxi2oFjZHqGdK9DoTil9PIHlPIZw2EcRJXRvw==",
"requires": {
"follow-redirects": "^1.10.0"
}
},
"deeks": {
"version": "2.2.7",
"resolved": "https://registry.npmjs.org/deeks/-/deeks-2.2.7.tgz",
"integrity": "sha512-pCKFxSqyY2LAQ3qKQ+y+wOG63Bb9uDmDiHUVnrTR10AP75BVo2QMlgm36G+oPpRDPrgAiw5p9d+lAxdsqOwOyA=="
},
"doc-path": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/doc-path/-/doc-path-2.2.0.tgz",
"integrity": "sha512-l8velk3nDv2gaV4rnqpRzdKHKcL4gSFlvaqKCDH9uAmbNiOVnTSUuaVcho1PDw5Cq9MfgSwzIDAAv9j8WDB1pg=="
},
"follow-redirects": {
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.0.tgz",
"integrity": "sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA=="
},
"json-2-csv": {
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/json-2-csv/-/json-2-csv-3.8.0.tgz",
"integrity": "sha512-csSHgPH15n69yDitVPCeipIVt4fZ65d84qEp0vwOZ8z5EAfidV6BmNz9cCVmKuN6O2sELKt4DBMAvdANJKJ1Fg==",
"requires": {
"deeks": "2.2.7",
"doc-path": "2.2.0"
}
}
}
}