- download: desktop_download_apps SingleChildScrollView 加 primary:true (Scrollbar 缺 ScrollPosition) - contact-stores: checkDomainAvailability async 后 setState 加 mounted 保护 (dispose 后 setState) - buy-service: _loadData 加 data 结构校验 + mounted 保护 (API 400 无效参数时 data 为错误结构 -> RangeError)
59 lines
1.4 KiB
JSON
59 lines
1.4 KiB
JSON
{
|
|
"name": "playwright",
|
|
"version": "1.62.1",
|
|
"description": "A high-level API to automate web browsers",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/microsoft/playwright.git"
|
|
},
|
|
"homepage": "https://playwright.dev",
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"main": "index.js",
|
|
"exports": {
|
|
".": {
|
|
"types": "./index.d.ts",
|
|
"import": "./index.mjs",
|
|
"require": "./index.js",
|
|
"default": "./index.js"
|
|
},
|
|
"./package.json": "./package.json",
|
|
"./lib/common": "./lib/common/index.js",
|
|
"./lib/program": "./lib/program.js",
|
|
"./lib/runner": "./lib/runner/index.js",
|
|
"./lib/transform/babelBundle": "./lib/transform/babelBundle.js",
|
|
"./jsx-runtime": {
|
|
"import": "./jsx-runtime.mjs",
|
|
"require": "./jsx-runtime.js",
|
|
"default": "./jsx-runtime.js"
|
|
},
|
|
"./lib/util": "./lib/util.js",
|
|
"./types/test": {
|
|
"types": "./types/test.d.ts"
|
|
},
|
|
"./types/testReporter": {
|
|
"types": "./types/testReporter.d.ts"
|
|
},
|
|
"./test": {
|
|
"types": "./test.d.ts",
|
|
"import": "./test.mjs",
|
|
"require": "./test.js",
|
|
"default": "./test.js"
|
|
}
|
|
},
|
|
"bin": {
|
|
"playwright": "cli.js"
|
|
},
|
|
"author": {
|
|
"name": "Microsoft Corporation"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"playwright-core": "1.62.1"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "2.3.2"
|
|
}
|
|
}
|