Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/test/sanity/package-lock.json
4770 views
1
{
2
"name": "code-oss-dev-sanity-test",
3
"version": "0.1.0",
4
"lockfileVersion": 3,
5
"requires": true,
6
"packages": {
7
"": {
8
"name": "code-oss-dev-sanity-test",
9
"version": "0.1.0",
10
"license": "MIT",
11
"dependencies": {
12
"node-fetch": "^3.3.2",
13
"playwright": "^1.57.0"
14
},
15
"devDependencies": {
16
"@types/node": "22.x"
17
}
18
},
19
"node_modules/@types/node": {
20
"version": "22.19.1",
21
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.1.tgz",
22
"integrity": "sha512-LCCV0HdSZZZb34qifBsyWlUmok6W7ouER+oQIGBScS8EsZsQbrtFTUrDX4hOl+CS6p7cnNC4td+qrSVGSCTUfQ==",
23
"dev": true,
24
"license": "MIT",
25
"dependencies": {
26
"undici-types": "~6.21.0"
27
}
28
},
29
"node_modules/data-uri-to-buffer": {
30
"version": "4.0.1",
31
"resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz",
32
"integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==",
33
"license": "MIT",
34
"engines": {
35
"node": ">= 12"
36
}
37
},
38
"node_modules/fetch-blob": {
39
"version": "3.2.0",
40
"resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz",
41
"integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==",
42
"funding": [
43
{
44
"type": "github",
45
"url": "https://github.com/sponsors/jimmywarting"
46
},
47
{
48
"type": "paypal",
49
"url": "https://paypal.me/jimmywarting"
50
}
51
],
52
"license": "MIT",
53
"dependencies": {
54
"node-domexception": "^1.0.0",
55
"web-streams-polyfill": "^3.0.3"
56
},
57
"engines": {
58
"node": "^12.20 || >= 14.13"
59
}
60
},
61
"node_modules/formdata-polyfill": {
62
"version": "4.0.10",
63
"resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz",
64
"integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==",
65
"license": "MIT",
66
"dependencies": {
67
"fetch-blob": "^3.1.2"
68
},
69
"engines": {
70
"node": ">=12.20.0"
71
}
72
},
73
"node_modules/fsevents": {
74
"version": "2.3.2",
75
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
76
"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
77
"hasInstallScript": true,
78
"license": "MIT",
79
"optional": true,
80
"os": [
81
"darwin"
82
],
83
"engines": {
84
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
85
}
86
},
87
"node_modules/node-domexception": {
88
"version": "1.0.0",
89
"resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz",
90
"integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==",
91
"deprecated": "Use your platform's native DOMException instead",
92
"funding": [
93
{
94
"type": "github",
95
"url": "https://github.com/sponsors/jimmywarting"
96
},
97
{
98
"type": "github",
99
"url": "https://paypal.me/jimmywarting"
100
}
101
],
102
"license": "MIT",
103
"engines": {
104
"node": ">=10.5.0"
105
}
106
},
107
"node_modules/node-fetch": {
108
"version": "3.3.2",
109
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz",
110
"integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==",
111
"license": "MIT",
112
"dependencies": {
113
"data-uri-to-buffer": "^4.0.0",
114
"fetch-blob": "^3.1.4",
115
"formdata-polyfill": "^4.0.10"
116
},
117
"engines": {
118
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
119
},
120
"funding": {
121
"type": "opencollective",
122
"url": "https://opencollective.com/node-fetch"
123
}
124
},
125
"node_modules/playwright": {
126
"version": "1.57.0",
127
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.57.0.tgz",
128
"integrity": "sha512-ilYQj1s8sr2ppEJ2YVadYBN0Mb3mdo9J0wQ+UuDhzYqURwSoW4n1Xs5vs7ORwgDGmyEh33tRMeS8KhdkMoLXQw==",
129
"license": "Apache-2.0",
130
"dependencies": {
131
"playwright-core": "1.57.0"
132
},
133
"bin": {
134
"playwright": "cli.js"
135
},
136
"engines": {
137
"node": ">=18"
138
},
139
"optionalDependencies": {
140
"fsevents": "2.3.2"
141
}
142
},
143
"node_modules/playwright-core": {
144
"version": "1.57.0",
145
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.57.0.tgz",
146
"integrity": "sha512-agTcKlMw/mjBWOnD6kFZttAAGHgi/Nw0CZ2o6JqWSbMlI219lAFLZZCyqByTsvVAJq5XA5H8cA6PrvBRpBWEuQ==",
147
"license": "Apache-2.0",
148
"bin": {
149
"playwright-core": "cli.js"
150
},
151
"engines": {
152
"node": ">=18"
153
}
154
},
155
"node_modules/undici-types": {
156
"version": "6.21.0",
157
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
158
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
159
"dev": true,
160
"license": "MIT"
161
},
162
"node_modules/web-streams-polyfill": {
163
"version": "3.3.3",
164
"resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz",
165
"integrity": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==",
166
"license": "MIT",
167
"engines": {
168
"node": ">= 8"
169
}
170
}
171
}
172
}
173
174