-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
executable file
·114 lines (114 loc) · 3.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"devDependencies": {
"@playwright/test": "^1.48.0",
"@types/node": "^22.7.5",
"electron": "^32.2.0",
"playwright-electron": "^0.5.0",
"prettier": "^3.3.3"
},
"scripts": {
"check": "prettier --check './**/*.{ts,js,json}'",
"format": "prettier --write './**/*.{ts,js,json}'",
"test": "playwright test"
},
"name": "kai-ci",
"version": "1.0.0",
"description": "This repository contains automated tests using Playwright to launch Visual Studio Code (VSCode) and install a specified extension from a VSIX file.",
"main": "index.js",
"directories": {
"test": "tests"
},
"dependencies": {
"agent-base": "^6.0.2",
"axios": "^1.7.7",
"balanced-match": "^1.0.2",
"boolean": "^3.2.0",
"brace-expansion": "^1.1.11",
"buffer-crc32": "^0.2.13",
"cacheable-lookup": "^5.0.4",
"cacheable-request": "^7.0.4",
"clone-response": "^1.0.3",
"concat-map": "^0.0.1",
"debug": "^4.3.7",
"decompress-response": "^6.0.0",
"defer-to-connect": "^2.0.1",
"define-data-property": "^1.1.4",
"define-properties": "^1.2.1",
"detect-node": "^2.1.0",
"dotenv": "^16.4.5",
"end-of-stream": "^1.4.4",
"env-paths": "^2.2.1",
"es-define-property": "^1.0.0",
"es-errors": "^1.3.0",
"es6-error": "^4.1.1",
"escape-string-regexp": "^4.0.0",
"extract-zip": "^2.0.1",
"fd-slicer": "^1.1.0",
"fs-extra": "^8.1.0",
"fs.realpath": "^1.0.0",
"function-bind": "^1.1.2",
"get-intrinsic": "^1.2.4",
"get-stream": "^5.2.0",
"glob": "^7.2.3",
"global-agent": "^3.0.0",
"globalthis": "^1.0.4",
"gopd": "^1.0.1",
"got": "^11.8.6",
"graceful-fs": "^4.2.11",
"has-property-descriptors": "^1.0.2",
"has-proto": "^1.0.3",
"has-symbols": "^1.0.3",
"hasown": "^2.0.2",
"http-cache-semantics": "^4.1.1",
"http2-wrapper": "^1.0.3",
"https-proxy-agent": "^5.0.1",
"inflight": "^1.0.6",
"inherits": "^2.0.4",
"jpeg-js": "^0.4.4",
"json-buffer": "^3.0.1",
"json-stringify-safe": "^5.0.1",
"jsonfile": "^4.0.0",
"keyboard": "^0.0.1",
"keyv": "^4.5.4",
"lowercase-keys": "^2.0.0",
"matcher": "^3.0.0",
"mime": "^2.6.0",
"mimic-response": "^1.0.1",
"minimatch": "^3.1.2",
"ms": "^2.1.3",
"normalize-url": "^6.1.0",
"object-keys": "^1.1.1",
"once": "^1.4.0",
"p-cancelable": "^2.1.1",
"path-is-absolute": "^1.0.1",
"pend": "^1.2.0",
"playwright": "^1.48.0",
"playwright-core": "^1.48.0",
"pngjs": "^5.0.0",
"progress": "^2.0.3",
"proper-lockfile": "^4.1.2",
"proxy-from-env": "^1.1.0",
"pump": "^3.0.2",
"quick-lru": "^5.1.1",
"resolve-alpn": "^1.2.1",
"responselike": "^2.0.1",
"retry": "^0.12.0",
"rimraf": "^3.0.2",
"roarr": "^2.15.4",
"semver": "^6.3.1",
"semver-compare": "^1.0.0",
"serialize-error": "^7.0.1",
"signal-exit": "^3.0.7",
"sprintf-js": "^1.1.3",
"sumchecker": "^3.0.1",
"type-fest": "^0.13.1",
"undici-types": "^6.19.8",
"universalify": "^0.1.2",
"wrappy": "^1.0.2",
"ws": "^7.5.10",
"yauzl": "^2.10.0"
},
"keywords": [],
"author": "",
"license": "ISC"
}