Files
insomnia/plugins/insomnia-plugin-response/package-lock.json
Dimitri Mitropoulos 746934084b updates package-lock.json of insomnia-plugin-response
(all I did was run a bootstrap, so I'm assuming this is correct)
2021-10-05 15:32:46 +13:00

19 lines
646 B
JSON

{
"name": "insomnia-plugin-response",
"version": "2.3.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"iconv-lite": {
"version": "0.4.19",
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.19.tgz",
"integrity": "sha512-oTZqweIP51xaGPI4uPa56/Pri/480R+mo7SeU+YETByQNhDG55ycFyNLIgta9vXhILrxXDmF7ZGhqZIcuN0gJQ=="
},
"jsonpath-plus": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-6.0.1.tgz",
"integrity": "sha512-EvGovdvau6FyLexFH2OeXfIITlgIbgZoAZe3usiySeaIDm5QS+A10DKNpaPBBqqRSZr2HN6HVNXxtwUAr2apEw=="
}
}
}