1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00
appwrite/app/sdks/console-web/node_modules/playwright/package.json
2021-06-23 17:45:27 +05:30

75 lines
1.9 KiB
JSON

{
"_from": "playwright@^1.10.0",
"_id": "playwright@1.12.2",
"_inBundle": false,
"_integrity": "sha512-tSZGeILY70T4imhCMCsvzhoaDm9baosIG5fQncSWprpjVc/X4yYdBQCLBMvOi98H50hvu9fhgy2hpsgFKCsUaw==",
"_location": "/playwright",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "playwright@^1.10.0",
"name": "playwright",
"escapedName": "playwright",
"rawSpec": "^1.10.0",
"saveSpec": null,
"fetchSpec": "^1.10.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/playwright/-/playwright-1.12.2.tgz",
"_shasum": "a484447177b061dd76247734fe65d77e3fb139fa",
"_spec": "playwright@^1.10.0",
"_where": "/home/christy/opensource/appwrite/appwrite/app/sdks/console-web",
"author": {
"name": "Microsoft Corporation"
},
"bin": {
"playwright": "lib/cli/cli.js"
},
"bugs": {
"url": "https://github.com/Microsoft/playwright/issues"
},
"bundleDependencies": false,
"dependencies": {
"commander": "^6.1.0",
"debug": "^4.1.1",
"extract-zip": "^2.0.1",
"https-proxy-agent": "^5.0.0",
"jpeg-js": "^0.4.2",
"mime": "^2.4.6",
"pngjs": "^5.0.0",
"progress": "^2.0.3",
"proper-lockfile": "^4.1.1",
"proxy-from-env": "^1.1.0",
"rimraf": "^3.0.2",
"stack-utils": "^2.0.3",
"ws": "^7.4.6",
"yazl": "^2.5.1"
},
"deprecated": false,
"description": "A high-level API to automate web browsers",
"engines": {
"node": ">=12"
},
"exports": {
".": {
"import": "./index.mjs",
"require": "./index.js"
},
"./": "./"
},
"homepage": "https://playwright.dev",
"license": "Apache-2.0",
"main": "index.js",
"name": "playwright",
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/playwright.git"
},
"scripts": {
"install": "node install.js"
},
"version": "1.12.2"
}