mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-01 15:03:11 +02:00
Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.9.8 to 0.9.9. - [Release notes](https://github.com/xmldom/xmldom/releases) - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md) - [Commits](https://github.com/xmldom/xmldom/compare/0.9.8...0.9.9) --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-version: 0.9.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
16 lines
333 B
JSON
16 lines
333 B
JSON
{
|
|
"name": "@yaak/filter-xpath",
|
|
"displayName": "XPath Filter",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Filter response XML data using XPath expressions",
|
|
"scripts": {
|
|
"build": "yaakcli build",
|
|
"dev": "yaakcli dev"
|
|
},
|
|
"dependencies": {
|
|
"@xmldom/xmldom": "^0.9.9",
|
|
"xpath": "^0.0.34"
|
|
}
|
|
}
|