{ "name": "insomnia-xpath", "version": "1.0.4", "author": "Gregory Schier ", "description": "Query XML using XPath", "license": "MIT", "main": "index.js", "scripts": { "test": "jest --silent" }, "dependencies": { "insomnia-cookies": "^0.0.7", "xmldom": "^0.1.27", "xpath": "0.0.27" } }