2018-03-06 05:26:37 +00:00
|
|
|
{
|
2022-10-27 15:55:30 +00:00
|
|
|
"private": true,
|
2018-03-06 05:26:37 +00:00
|
|
|
"name": "insomnia-plugin-jsonpath",
|
2023-01-19 15:49:16 +00:00
|
|
|
"version": "3.12.0",
|
2021-05-12 12:31:07 +00:00
|
|
|
"author": "Kong <office@konghq.com>",
|
2018-03-06 05:26:37 +00:00
|
|
|
"description": "Template tag to pull data from JSON strings",
|
|
|
|
"license": "MIT",
|
2021-05-13 11:31:33 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Kong/insomnia.git",
|
|
|
|
"directory": "plugins/insomnia-plugin-jsonpath"
|
|
|
|
},
|
2018-03-06 05:26:37 +00:00
|
|
|
"bugs": {
|
2021-05-13 11:31:33 +00:00
|
|
|
"url": "https://github.com/Kong/insomnia/issues"
|
2018-03-06 05:26:37 +00:00
|
|
|
},
|
|
|
|
"main": "index.js",
|
|
|
|
"insomnia": {
|
|
|
|
"name": "json-path",
|
2020-04-27 22:01:44 +00:00
|
|
|
"description": "Template tag to pull data out of JSON strings",
|
|
|
|
"unlisted": true
|
2018-03-06 05:26:37 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-10-06 22:01:43 +00:00
|
|
|
"jsonpath-plus": "^6.0.1"
|
2022-03-10 19:49:17 +00:00
|
|
|
}
|
2018-03-06 05:26:37 +00:00
|
|
|
}
|