mirror of
https://github.com/appium/appium.git
synced 2026-02-20 10:20:05 -06:00
- appium@2.5.0 - @appium/base-driver@9.5.1 - @appium/base-plugin@2.2.27 - @appium/doctor@2.0.32 - @appium/docutils@1.0.3 - @appium/driver-test-support@0.4.21 - @appium/execute-driver-plugin@3.0.24 - @appium/fake-driver@5.5.0 - @appium/fake-plugin@3.1.31 - @appium/images-plugin@3.0.2 - @appium/opencv@3.0.2 - @appium/plugin-test-support@0.3.28 - @appium/support@4.2.1 - @appium/test-support@3.0.31 - @appium/types@0.16.1 - @appium/universal-xml-plugin@1.0.17
62 lines
1.4 KiB
JSON
62 lines
1.4 KiB
JSON
{
|
|
"name": "@appium/universal-xml-plugin",
|
|
"version": "1.0.17",
|
|
"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.34",
|
|
"@xmldom/xmldom": "0.8.10",
|
|
"fast-xml-parser": "4.3.4",
|
|
"lodash": "4.17.21",
|
|
"source-map-support": "0.5.21",
|
|
"xpath": "0.0.34"
|
|
},
|
|
"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"
|
|
}
|