mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-15 16:23:25 +01:00
33 lines
916 B
JSON
33 lines
916 B
JSON
{
|
|
"name": "filter-xpath",
|
|
"version": "0.0.1",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "filter-xpath",
|
|
"version": "0.0.1",
|
|
"dependencies": {
|
|
"@xmldom/xmldom": "^0.8.10",
|
|
"xpath": "^0.0.34"
|
|
}
|
|
},
|
|
"node_modules/@xmldom/xmldom": {
|
|
"version": "0.8.10",
|
|
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz",
|
|
"integrity": "sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/xpath": {
|
|
"version": "0.0.34",
|
|
"resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.34.tgz",
|
|
"integrity": "sha512-FxF6+rkr1rNSQrhUNYrAFJpRXNzlDoMxeXN5qI84939ylEv3qqPFKa85Oxr6tDaJKqwW6KKyo2v26TSv3k6LeA==",
|
|
"engines": {
|
|
"node": ">=0.6.0"
|
|
}
|
|
}
|
|
}
|
|
}
|