Comparing version 5.4.0-beta.15 to 5.4.0-beta.16
{ | ||
"name": "xterm", | ||
"description": "Full xterm terminal, in your browser", | ||
"version": "5.4.0-beta.15", | ||
"version": "5.4.0-beta.16", | ||
"main": "lib/xterm.js", | ||
@@ -41,7 +41,7 @@ "style": "css/xterm.css", | ||
"test-api-webkit": "node ./bin/test_api.js --browser=webkit --timeout=20000", | ||
"test-playwright": "node ./bin/test_playwright.js --workers 4", | ||
"test-playwright-chromium": "node ./bin/test_playwright.js --workers 4 \"--project=Chrome Stable\"", | ||
"test-playwright-firefox": "node ./bin/test_playwright.js --workers 4 \"--project=Firefox Stable\"", | ||
"test-playwright-webkit": "node ./bin/test_playwright.js --workers 4 \"--project=WebKit\"", | ||
"test-playwright-debug": "node ./bin/test_playwright.js --headed --workers 1 --timeout 30000", | ||
"test-playwright": "node ./bin/test_playwright.js --workers=75%", | ||
"test-playwright-chromium": "node ./bin/test_playwright.js --workers=75% \"--project=Chrome Stable\"", | ||
"test-playwright-firefox": "node ./bin/test_playwright.js --workers=75% \"--project=Firefox Stable\"", | ||
"test-playwright-webkit": "node ./bin/test_playwright.js --workers=75% \"--project=WebKit\"", | ||
"test-playwright-debug": "node ./bin/test_playwright.js --workers=1 --headed --timeout=30000", | ||
"test-unit": "node ./bin/test.js", | ||
@@ -48,0 +48,0 @@ "test-unit-coverage": "node ./bin/test.js --coverage", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2340017