mirror of
https://github.com/appium/appium.git
synced 2026-02-18 07:58:56 -06:00
61 lines
1.4 KiB
JSON
61 lines
1.4 KiB
JSON
{
|
|
"name": "@appium/universal-xml-plugin",
|
|
"version": "2.0.3",
|
|
"description": "Appium plugin for making XML source and XPath queries the same across iOS and Android",
|
|
"keywords": [
|
|
"automation",
|
|
"javascript",
|
|
"selenium",
|
|
"webdriver",
|
|
"ios",
|
|
"android",
|
|
"firefoxos",
|
|
"testing"
|
|
],
|
|
"homepage": "https://appium.io",
|
|
"bugs": {
|
|
"url": "https://github.com/appium/appium/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/appium/appium.git",
|
|
"directory": "packages/universal-xml-plugin"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"author": "https://github.com/appium",
|
|
"types": "./build/lib/plugin.d.ts",
|
|
"files": [
|
|
"index.js",
|
|
"build",
|
|
"lib",
|
|
"tsconfig.json",
|
|
"!build/tsconfig.tsbuildinfo"
|
|
],
|
|
"scripts": {
|
|
"test": "npm run test:unit",
|
|
"test:smoke": "node -e 'require(\"./index.js\")'",
|
|
"test:unit": "mocha \"./test/unit/**/*.spec.js\""
|
|
},
|
|
"dependencies": {
|
|
"@xmldom/xmldom": "0.9.8",
|
|
"fast-xml-parser": "5.3.2",
|
|
"lodash": "4.17.21",
|
|
"xpath": "0.0.34"
|
|
},
|
|
"peerDependencies": {
|
|
"appium": "^3.0.0-beta.0"
|
|
},
|
|
"engines": {
|
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
"npm": ">=10"
|
|
},
|
|
"appium": {
|
|
"pluginName": "universal-xml",
|
|
"mainClass": "UniversalXMLPlugin"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "8480a85ce2fa466360e0fb1a7f66628331907f02"
|
|
}
|