-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage-lock.json
30 lines (30 loc) · 909 Bytes
/
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
{
"name": "insomnia-plugin-request-body-hmac",
"version": "1.0.14",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "insomnia-plugin-request-body-hmac",
"version": "1.0.14",
"dependencies": {
"jsonpath-plus": "4.0.0"
}
},
"node_modules/jsonpath-plus": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-4.0.0.tgz",
"integrity": "sha512-e0Jtg4KAzDJKKwzbLaUtinCn0RZseWBVRTRGihSpvFlM3wTR7ExSp+PTdeTsDrLNJUe7L7JYJe8mblHX5SCT6A==",
"engines": {
"node": ">=10.0"
}
}
},
"dependencies": {
"jsonpath-plus": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-4.0.0.tgz",
"integrity": "sha512-e0Jtg4KAzDJKKwzbLaUtinCn0RZseWBVRTRGihSpvFlM3wTR7ExSp+PTdeTsDrLNJUe7L7JYJe8mblHX5SCT6A=="
}
}
}