mirror of
https://github.com/Kong/insomnia.git
synced 2026-05-19 06:12:37 -04:00
* v3.19.0-beta.4 * Bump app version to 2023.5.0-beta.5 and lerna package versions --------- Co-authored-by: Jack Kavanagh <3679927+jackkav@users.noreply.github.com>
32 lines
932 B
JSON
32 lines
932 B
JSON
{
|
|
"name": "insomnia-plugin-jsonpath",
|
|
"version": "3.19.0-beta.4",
|
|
"lockfileVersion": 2,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "insomnia-plugin-jsonpath",
|
|
"version": "3.19.0-beta.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jsonpath-plus": "^6.0.1"
|
|
}
|
|
},
|
|
"node_modules/jsonpath-plus": {
|
|
"version": "6.0.1",
|
|
"resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-6.0.1.tgz",
|
|
"integrity": "sha512-EvGovdvau6FyLexFH2OeXfIITlgIbgZoAZe3usiySeaIDm5QS+A10DKNpaPBBqqRSZr2HN6HVNXxtwUAr2apEw==",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"jsonpath-plus": {
|
|
"version": "6.0.1",
|
|
"resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-6.0.1.tgz",
|
|
"integrity": "sha512-EvGovdvau6FyLexFH2OeXfIITlgIbgZoAZe3usiySeaIDm5QS+A10DKNpaPBBqqRSZr2HN6HVNXxtwUAr2apEw=="
|
|
}
|
|
}
|
|
}
|