mirror of
https://github.com/appium/appium.git
synced 2026-02-21 02:39:30 -06:00
- appium@2.11.3 - @appium/base-driver@9.11.3 - @appium/base-plugin@2.2.43 - @appium/doctor@2.1.10 - @appium/docutils@1.0.19 - @appium/driver-test-support@0.6.7 - @appium/execute-driver-plugin@3.0.33 - @appium/fake-plugin@3.1.47 - @appium/images-plugin@3.0.18 - @appium/logger@1.6.1 - @appium/plugin-test-support@0.3.41 - @appium/support@5.1.3 - @appium/test-support@3.0.47 - @appium/types@0.21.2 - @appium/universal-xml-plugin@1.0.21
59 lines
1.3 KiB
JSON
59 lines
1.3 KiB
JSON
{
|
|
"name": "@appium/logger",
|
|
"version": "1.6.1",
|
|
"author": "https://github.com/appium",
|
|
"description": "A Universal Logger For The Appium Ecosystem",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/appium/appium.git",
|
|
"directory": "packages/logger"
|
|
},
|
|
"main": "build/index.js",
|
|
"types": "build/index.d.ts",
|
|
"files": [
|
|
"index.ts",
|
|
"lib",
|
|
"build",
|
|
"tsconfig.json",
|
|
"!build/tsconfig.tsbuildinfo",
|
|
"CHANGELOG.md"
|
|
],
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"scripts": {
|
|
"test": "npm run test:unit",
|
|
"test:smoke": "node ./build/index.js",
|
|
"test:unit": "mocha --exit --timeout 1m \"./test/unit/**/*-specs.js\""
|
|
},
|
|
"dependencies": {
|
|
"console-control-strings": "1.1.0",
|
|
"lodash": "4.17.21",
|
|
"lru-cache": "10.4.3",
|
|
"set-blocking": "2.0.0"
|
|
},
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
"npm": ">=8"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/appium/appium/issues"
|
|
},
|
|
"homepage": "https://appium.io",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "8480a85ce2fa466360e0fb1a7f66628331907f02",
|
|
"keywords": [
|
|
"automation",
|
|
"javascript",
|
|
"selenium",
|
|
"webdriver",
|
|
"ios",
|
|
"android",
|
|
"firefoxos",
|
|
"testing"
|
|
]
|
|
}
|