jam-cloud/jam-ui/node_modules/@playwright/test/package.json

136 lines
4.0 KiB
JSON

{
"_args": [
[
"@playwright/test@1.15.2",
"/Users/nuwan/Code/jam-cloud/jam-ui"
]
],
"_development": true,
"_from": "@playwright/test@1.15.2",
"_id": "@playwright/test@1.15.2",
"_inBundle": false,
"_integrity": "sha512-pDEydzpVdABAySMCUXD4h81nqAN0UjpNZeeheuZaG1AH6ElV9g5vOaj1pfFlRi5Io6gjbVbcdNOrAE4mCb/EZw==",
"_location": "/@playwright/test",
"_phantomChildren": {
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-export-namespace-from": "7.8.3",
"@babel/plugin-syntax-logical-assignment-operators": "7.10.4",
"@babel/plugin-syntax-nullish-coalescing-operator": "7.8.3",
"@babel/plugin-syntax-numeric-separator": "7.10.4",
"@babel/plugin-syntax-optional-chaining": "7.8.3",
"@types/istanbul-lib-coverage": "2.0.3",
"@types/istanbul-lib-report": "3.0.0",
"@types/node": "15.0.3",
"@types/yargs-parser": "20.2.0",
"ansi-regex": "5.0.0",
"babel-plugin-dynamic-import-node": "2.3.3",
"browserslist": "4.16.6",
"chalk": "2.4.2",
"color-name": "1.1.4",
"convert-source-map": "1.7.0",
"debug": "4.3.1",
"define-lazy-prop": "2.0.0",
"gensync": "1.0.0-beta.2",
"glob": "7.1.7",
"globals": "11.12.0",
"graceful-fs": "4.2.6",
"is-docker": "2.2.1",
"js-tokens": "4.0.0",
"json5": "2.2.0",
"picomatch": "2.2.3",
"semver": "6.3.0",
"source-map": "0.5.7",
"to-fast-properties": "2.0.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "@playwright/test@1.15.2",
"name": "@playwright/test",
"escapedName": "@playwright%2ftest",
"scope": "@playwright",
"rawSpec": "1.15.2",
"saveSpec": null,
"fetchSpec": "1.15.2"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.15.2.tgz",
"_spec": "1.15.2",
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
"author": {
"name": "Microsoft Corporation"
},
"bin": {
"playwright": "lib/cli/cli.js"
},
"bugs": {
"url": "https://github.com/Microsoft/playwright/issues"
},
"dependencies": {
"@babel/code-frame": "^7.14.5",
"@babel/core": "^7.14.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-dynamic-import": "^7.14.5",
"@babel/plugin-proposal-export-namespace-from": "^7.14.5",
"@babel/plugin-proposal-logical-assignment-operators": "^7.14.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/plugin-proposal-numeric-separator": "^7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/plugin-proposal-private-methods": "^7.14.5",
"@babel/plugin-proposal-private-property-in-object": "^7.14.5",
"@babel/plugin-syntax-async-generators": "^7.8.4",
"@babel/plugin-syntax-json-strings": "^7.8.3",
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"colors": "^1.4.0",
"commander": "^6.1.0",
"debug": "^4.1.1",
"expect": "^26.4.2",
"extract-zip": "^2.0.1",
"https-proxy-agent": "^5.0.0",
"jpeg-js": "^0.4.2",
"mime": "^2.4.6",
"minimatch": "^3.0.3",
"ms": "^2.1.2",
"open": "^8.2.1",
"pirates": "^4.0.1",
"pixelmatch": "^5.2.1",
"pngjs": "^5.0.0",
"progress": "^2.0.3",
"proper-lockfile": "^4.1.1",
"proxy-from-env": "^1.1.0",
"rimraf": "^3.0.2",
"source-map-support": "^0.4.18",
"stack-utils": "^2.0.3",
"ws": "^7.4.6",
"yazl": "^2.5.1"
},
"description": "Playwright Test",
"engines": {
"node": ">=12"
},
"exports": {
".": {
"import": "./index.mjs",
"require": "./index.js"
},
"./": "./"
},
"homepage": "https://playwright.dev",
"license": "Apache-2.0",
"main": "index.js",
"name": "@playwright/test",
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/playwright.git"
},
"scripts": {
"install": "node install.js"
},
"version": "1.15.2"
}