2013-02-13 19:38:36 -08:00
|
|
|
{
|
2015-01-16 14:00:38 -08:00
|
|
|
"name": "selenium-webdriver",
|
2025-06-30 11:20:31 +02:00
|
|
|
"version": "4.35.0-nightly202506301117",
|
2015-01-16 14:00:38 -08:00
|
|
|
"description": "The official WebDriver JavaScript bindings from the Selenium project",
|
2015-09-15 09:34:24 -07:00
|
|
|
"license": "Apache-2.0",
|
2015-01-16 14:00:38 -08:00
|
|
|
"keywords": [
|
|
|
|
|
"automation",
|
|
|
|
|
"selenium",
|
|
|
|
|
"testing",
|
|
|
|
|
"webdriver",
|
|
|
|
|
"webdriverjs"
|
|
|
|
|
],
|
2025-03-25 14:28:37 +01:00
|
|
|
"homepage": "https://github.com/SeleniumHQ/selenium/tree/trunk/javascript/selenium-webdriver#readme",
|
2015-01-16 14:00:38 -08:00
|
|
|
"bugs": {
|
2015-03-12 18:29:47 -07:00
|
|
|
"url": "https://github.com/SeleniumHQ/selenium/issues"
|
2015-01-16 14:00:38 -08:00
|
|
|
},
|
|
|
|
|
"main": "./index",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2015-03-12 18:29:47 -07:00
|
|
|
"url": "https://github.com/SeleniumHQ/selenium.git"
|
2015-01-16 14:00:38 -08:00
|
|
|
},
|
|
|
|
|
"engines": {
|
2025-06-24 15:39:04 -04:00
|
|
|
"node": ">= 20.0.0"
|
2015-01-16 14:00:38 -08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-10-26 12:22:15 -04:00
|
|
|
"@bazel/runfiles": "^6.3.1",
|
2023-04-05 20:41:50 +05:30
|
|
|
"jszip": "^3.10.1",
|
2024-03-13 23:43:07 +05:30
|
|
|
"tmp": "^0.2.3",
|
2025-06-23 17:49:28 +02:00
|
|
|
"ws": "^8.18.2"
|
2015-01-16 14:00:38 -08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-01-14 03:15:55 +05:30
|
|
|
"@eslint/js": "^9.18.0",
|
2024-05-18 16:42:36 -07:00
|
|
|
"clean-jsdoc-theme": "^4.3.0",
|
2025-01-14 03:15:55 +05:30
|
|
|
"eslint": "^9.18.0",
|
|
|
|
|
"eslint-config-prettier": "^10.0.1",
|
2024-08-02 12:50:37 +05:30
|
|
|
"eslint-plugin-mocha": "^10.5.0",
|
2025-01-03 13:45:13 +05:30
|
|
|
"eslint-plugin-n": "^17.15.1",
|
2024-10-11 13:29:15 -04:00
|
|
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
2024-08-02 12:50:37 +05:30
|
|
|
"eslint-plugin-prettier": "^5.2.1",
|
2025-01-03 13:45:13 +05:30
|
|
|
"express": "^4.21.2",
|
|
|
|
|
"globals": "^15.14.0",
|
2024-08-02 12:50:37 +05:30
|
|
|
"has-flag": "^5.0.1",
|
2024-10-26 12:22:15 -04:00
|
|
|
"jsdoc": "^4.0.4",
|
2025-01-03 13:45:13 +05:30
|
|
|
"mocha": "^11.0.1",
|
2024-01-10 12:00:37 +00:00
|
|
|
"mocha-junit-reporter": "^2.2.1",
|
2025-06-23 18:18:59 +02:00
|
|
|
"multer": "1.4.5-lts.2",
|
2025-01-03 13:45:13 +05:30
|
|
|
"prettier": "^3.4.2",
|
2019-02-01 23:38:16 +03:00
|
|
|
"serve-index": "^1.9.1",
|
2025-06-23 18:13:21 +02:00
|
|
|
"sinon": "^19.0.5",
|
2025-01-03 13:45:13 +05:30
|
|
|
"supports-color": "^10.0.0"
|
2015-01-16 14:00:38 -08:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2024-04-16 01:50:58 +05:30
|
|
|
"lint": "eslint .",
|
|
|
|
|
"lint:fix": "eslint . --fix",
|
2025-03-25 14:28:37 +01:00
|
|
|
"test": "bazel test //javascript/selenium-webdriver/...",
|
2024-05-18 16:42:36 -07:00
|
|
|
"generate-docs": "jsdoc --configure jsdoc_conf.json --verbose"
|
2019-05-05 14:49:34 -07:00
|
|
|
},
|
|
|
|
|
"mocha": {
|
|
|
|
|
"recursive": true,
|
|
|
|
|
"timeout": 600000
|
2024-04-19 18:34:49 +02:00
|
|
|
},
|
|
|
|
|
"publishConfig": {
|
|
|
|
|
"registry": "https://registry.npmjs.org/"
|
2024-11-19 15:38:50 +00:00
|
|
|
},
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/SeleniumHQ"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/selenium"
|
|
|
|
|
}
|
|
|
|
|
]
|
2013-03-20 12:51:51 -07:00
|
|
|
}
|