mirror of
https://github.com/appium/appium.git
synced 2026-02-20 10:20:05 -06:00
65 lines
1.5 KiB
JSON
65 lines
1.5 KiB
JSON
{
|
|
"name": "@appium/universal-xml-plugin",
|
|
"version": "1.0.12",
|
|
"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": "git+https://github.com/appium/appium-plugins.git"
|
|
},
|
|
"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": {
|
|
"@types/xmldom": "0.1.32",
|
|
"@xmldom/xmldom": "0.8.10",
|
|
"fast-xml-parser": "4.3.2",
|
|
"lodash": "4.17.21",
|
|
"source-map-support": "0.5.21",
|
|
"xpath": "0.0.33"
|
|
},
|
|
"peerDependencies": {
|
|
"appium": "^2.0.0-beta.35"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
"npm": ">=8"
|
|
},
|
|
"appium": {
|
|
"pluginName": "universal-xml",
|
|
"mainClass": "UniversalXMLPlugin"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "8480a85ce2fa466360e0fb1a7f66628331907f02",
|
|
"typedoc": {
|
|
"entryPoint": "./lib/index.js"
|
|
}
|
|
}
|