mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
727a214353
- insomnia-plugin-default-headers@1.1.6 - insomnia-plugin-os@1.0.5 - insomnia-plugin-prompt@1.0.8 - insomnia-plugin-request@1.0.6 - insomnia-plugin-response@1.0.7 - insomnia-app@1.0.13 - insomnia-importers@2.0.1 - insomnia-xpath@1.0.1
17 lines
345 B
JSON
17 lines
345 B
JSON
{
|
|
"name": "insomnia-xpath",
|
|
"version": "1.0.1",
|
|
"author": "Gregory Schier <gschier1990@gmail.com>",
|
|
"description": "Query XML using XPath",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "jest --silent"
|
|
},
|
|
"dependencies": {
|
|
"insomnia-cookies": "^0.0.4",
|
|
"xmldom": "^0.1.27",
|
|
"xpath": "0.0.27"
|
|
}
|
|
}
|