mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
18 lines
403 B
JSON
18 lines
403 B
JSON
{
|
|
"name": "insomnia-xpath",
|
|
"version": "2.2.5",
|
|
"author": "Gregory Schier <greg.schier@konghq.com>",
|
|
"description": "Query XML using XPath",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "jest --silent"
|
|
},
|
|
"dependencies": {
|
|
"insomnia-cookies": "^2.1.4",
|
|
"xmldom": "^0.1.27",
|
|
"xpath": "0.0.27"
|
|
},
|
|
"gitHead": "e46bf021cf4b4379e31d2b2d9025d476d6839fa1"
|
|
}
|