-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
58 lines (58 loc) · 2.16 KB
/
package-lock.json
File metadata and controls
58 lines (58 loc) · 2.16 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
48
49
50
51
52
53
54
55
56
57
58
{
"name": "insomnia-plugin-remoteit",
"version": "1.1.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "insomnia-plugin-remoteit",
"version": "1.1.1",
"license": "MIT",
"dependencies": {
"http-message-signatures": "^1.0.0",
"ini": "^4.1.1"
}
},
"node_modules/http-message-signatures": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/http-message-signatures/-/http-message-signatures-1.0.0.tgz",
"integrity": "sha512-bBuFle0wXHbxBeBwf4Lzqi5Lm3B5MY55k5zEZ/4ixkUhZLp3AIgbsEbq1QwNlN3MmSpR2m7utg3IZc1MZMwK4A==",
"dependencies": {
"structured-headers": "^0.5.0"
}
},
"node_modules/ini": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz",
"integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==",
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
"node_modules/structured-headers": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/structured-headers/-/structured-headers-0.5.0.tgz",
"integrity": "sha512-oLnmXSsjhud+LxRJpvokwP8ImEB2wTg8sg30buwfVViKMuluTv3BlOJHUX9VW9pJ2nQOxmx87Z0kB86O4cphag=="
}
},
"dependencies": {
"http-message-signatures": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/http-message-signatures/-/http-message-signatures-1.0.0.tgz",
"integrity": "sha512-bBuFle0wXHbxBeBwf4Lzqi5Lm3B5MY55k5zEZ/4ixkUhZLp3AIgbsEbq1QwNlN3MmSpR2m7utg3IZc1MZMwK4A==",
"requires": {
"structured-headers": "^0.5.0"
}
},
"ini": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz",
"integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g=="
},
"structured-headers": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/structured-headers/-/structured-headers-0.5.0.tgz",
"integrity": "sha512-oLnmXSsjhud+LxRJpvokwP8ImEB2wTg8sg30buwfVViKMuluTv3BlOJHUX9VW9pJ2nQOxmx87Z0kB86O4cphag=="
}
}
}