This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
439 lines (439 loc) · 19.6 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
{
"name": "network-edge-devtools",
"displayName": "Network for Microsoft Edge (Chromium)",
"description": "Use the Microsoft Edge (Chromium) Network tool from within Visual Studio Code to see your site's network requests",
"version": "1.0.0",
"license": "SEE LICENSE IN LICENSE",
"publisher": "ms-edgedevtools",
"preview": true,
"icon": "icon.png",
"extensionKind": "ui",
"author": {
"name": "Microsoft Corporation"
},
"homepage": "https://github.com/microsoft/vscode-edge-devtools-network/blob/master/README.md",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode-edge-devtools-network"
},
"galleryBanner": {
"color": "#5c2d91",
"theme": "dark"
},
"keywords": [
"browser",
"network"
],
"engines": {
"vscode": "^1.36.0"
},
"categories": [
"Debuggers"
],
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
"main": "./out/extension",
"activationEvents": [
"onCommand:network-edge-devtools.attach",
"onCommand:network-edge-devtools.launch",
"onWebviewPanel:network-edge-devtools",
"onView:network-edge-devtools-view.targets",
"onDebug"
],
"contributes": {
"commands": [
{
"command": "network-edge-devtools.attach",
"title": "Attach to a target",
"category": "Network for Microsoft Edge"
},
{
"command": "network-edge-devtools.launch",
"title": "Launch Edge and then attach to a target",
"category": "Network for Microsoft Edge"
},
{
"command": "network-edge-devtools-view.launch",
"category": "Network for Microsoft Edge",
"title": "Open a new tab",
"icon": {
"light": "resources/light/launch.svg",
"dark": "resources/dark/launch.svg"
}
},
{
"command": "network-edge-devtools-view.refresh",
"category": "Network for Microsoft Edge",
"title": "Refresh Targets",
"icon": {
"light": "resources/light/refresh.svg",
"dark": "resources/dark/refresh.svg"
}
},
{
"command": "network-edge-devtools-view.attach",
"category": "Network for Microsoft Edge",
"title": "Attach and open Network",
"icon": {
"light": "resources/light/attach.svg",
"dark": "resources/dark/attach.svg"
}
},
{
"command": "network-edge-devtools-view.copyItem",
"category": "Network for Microsoft Edge",
"title": "Copy Value"
}
],
"configuration": {
"title": "Network for Microsoft Edge",
"type": "object",
"properties": {
"network-edge-devtools.browserPath": {
"type": "string",
"default": null,
"description": "The path to the browser to use, rather than searching for the default"
},
"network-edge-devtools.hostname": {
"type": "string",
"default": "localhost",
"description": "The hostname on which to search for remote debuggable instances"
},
"network-edge-devtools.port": {
"type": "number",
"default": 9222,
"description": "The port on which to search for remote debuggable instances"
},
"network-edge-devtools.useHttps": {
"type": "boolean",
"default": false,
"description": "Should we request the remote target list using https rather than http"
},
"network-edge-devtools.defaultUrl": {
"type": "string",
"default": "about:blank",
"description": "The default url to open when launching the browser without a target"
},
"network-edge-devtools.userDataDir": {
"type": [
"string",
"boolean"
],
"default": true,
"description": "By default, Microsoft Edge is launched with a separate user profile in a temp folder. Use this option to override the path. You can also set to false to launch with your default user profile instead."
},
"network-edge-devtools.webRoot": {
"type": "string",
"description": "The absolute path to the webserver root. Used to resolve paths like `/app.js` to files on disk",
"default": "${workspaceFolder}"
},
"network-edge-devtools.pathMapping": {
"type": "object",
"default": {
"/": "${workspaceFolder}"
},
"description": "A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk"
},
"network-edge-devtools.sourceMapPathOverrides": {
"type": "object",
"description": "A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk",
"default": {
"webpack:///./*": "${webRoot}/*",
"webpack:///src/*": "${webRoot}/*",
"webpack:///*": "*",
"webpack:///./~/*": "${webRoot}/node_modules/*",
"meteor://💻app/*": "${webRoot}/*"
}
},
"network-edge-devtools.sourceMaps": {
"type": "boolean",
"description": "Use JavaScript source maps (if they exist)",
"default": true
}
}
},
"debuggers": [
{
"type": "network-edge-devtools.debug",
"label": "Network for Microsoft Edge",
"configurationSnippets": [
{
"label": "Network for Microsoft Edge: Launch",
"description": "Launch Microsoft Edge to a URL",
"body": {
"type": "network-edge-devtools.debug",
"request": "launch",
"name": "Launch Microsoft Edge and open the Network tool",
"url": "http://localhost:8080",
"webRoot": "^\"${2:\\${workspaceFolder\\}}\""
}
},
{
"label": "Network for Microsoft Edge: Attach",
"description": "Attach to an instance of Microsoft Edge already in debug mode",
"body": {
"type": "network-edge-devtools.debug",
"request": "attach",
"name": "Attach to Microsoft Edge and open the Network tool",
"url": "http://localhost:8080",
"webRoot": "^\"${2:\\${workspaceFolder\\}}\""
}
}
],
"configurationAttributes": {
"launch": {
"properties": {
"url": {
"type": "string",
"description": "Absolute uri to launch",
"default": "http://localhost:8080"
},
"file": {
"type": "string",
"description": "File path to launch",
"default": "${workspaceFolder}/index.html"
},
"browserPath": {
"type": "string",
"description": "Absolute path to the browser instance to launch",
"default": ""
},
"hostname": {
"type": "string",
"default": "localhost",
"description": "The hostname on which to search for remote debuggable instances"
},
"port": {
"type": "number",
"default": 9222,
"description": "The port on which to search for remote debuggable instances"
},
"userDataDir": {
"type": [
"string",
"boolean"
],
"description": "By default, Microsoft Edge is launched with a separate user profile in a temp folder. Use this option to override the path. You can also set to false to launch with your default user profile instead.",
"default": true
},
"useHttps": {
"type": "boolean",
"default": false,
"description": "Should we request the remote target list using https rather than http"
},
"webRoot": {
"type": "string",
"description": "The absolute path to the webserver root. Used to resolve paths like `/app.js` to files on disk",
"default": "${workspaceFolder}"
},
"pathMapping": {
"type": "object",
"description": "A mapping of URLs/paths to local folders, to resolve scripts in Microsoft Edge to scripts on disk",
"default": {
"/": "${workspaceFolder}"
}
},
"sourceMapPathOverrides": {
"type": "object",
"description": "A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk",
"default": {
"webpack:///./*": "${webRoot}/*",
"webpack:///src/*": "${webRoot}/*",
"webpack:///*": "*",
"webpack:///./~/*": "${webRoot}/node_modules/*",
"meteor://💻app/*": "${webRoot}/*"
}
},
"sourceMaps": {
"type": "boolean",
"description": "Use JavaScript source maps (if they exist)",
"default": true
}
}
},
"attach": {
"properties": {
"url": {
"type": "string",
"description": "Absolute uri to launch.",
"default": "http://localhost:8080"
},
"file": {
"type": "string",
"description": "File path to launch.",
"default": "${workspaceFolder}/index.html"
},
"browserPath": {
"type": "string",
"description": "Absolute path to the browser instance to launch.",
"default": ""
},
"hostname": {
"type": "string",
"default": "localhost",
"description": "The hostname on which to search for remote debuggable instances"
},
"port": {
"type": "number",
"default": 9222,
"description": "The port on which to search for remote debuggable instances"
},
"userDataDir": {
"type": [
"string",
"boolean"
],
"description": "By default, Microsoft Edge is launched with a separate user profile in a temp folder. Use this option to override the path. You can also set to false to launch with your default user profile instead.",
"default": true
},
"useHttps": {
"type": "boolean",
"default": false,
"description": "Should we request the remote target list using https rather than http"
},
"webRoot": {
"type": "string",
"description": "The absolute path to the webserver root. Used to resolve paths like `/app.js` to files on disk",
"default": "${workspaceFolder}"
},
"pathMapping": {
"type": "object",
"description": "A mapping of URLs/paths to local folders, to resolve scripts in Microsoft Edge to scripts on disk",
"default": {
"/": "${workspaceFolder}"
}
},
"sourceMapPathOverrides": {
"type": "object",
"description": "A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk",
"default": {
"webpack:///./*": "${webRoot}/*",
"webpack:///src/*": "${webRoot}/*",
"webpack:///*": "*",
"webpack:///./~/*": "${webRoot}/node_modules/*",
"meteor://💻app/*": "${webRoot}/*"
}
},
"sourceMaps": {
"type": "boolean",
"description": "Use JavaScript source maps (if they exist)",
"default": true
}
}
}
}
}
],
"menus": {
"commandPalette": [
{
"command": "network-edge-devtools-view.attach",
"when": "view == network-edge-devtools-view.targets && viewItem == cdpTarget"
},
{
"command": "network-edge-devtools-view.launch",
"when": "view == network-edge-devtools-view.targets"
},
{
"command": "network-edge-devtools-view.refresh",
"when": "view == network-edge-devtools-view.targets"
},
{
"command": "network-edge-devtools-view.copyItem",
"when": "view == network-edge-devtools-view.targets && viewItem == cdpTargetProperty"
}
],
"view/title": [
{
"command": "network-edge-devtools-view.launch",
"when": "view == network-edge-devtools-view.targets",
"group": "navigation"
},
{
"command": "network-edge-devtools-view.refresh",
"when": "view == network-edge-devtools-view.targets",
"group": "navigation"
}
],
"view/item/context": [
{
"command": "network-edge-devtools-view.attach",
"when": "view == network-edge-devtools-view.targets && viewItem == cdpTarget",
"group": "inline"
},
{
"command": "network-edge-devtools-view.copyItem",
"when": "view == network-edge-devtools-view.targets && viewItem == cdpTargetProperty",
"group": "2_contextMenu"
}
]
},
"viewsContainers": {
"activitybar": [
{
"id": "network-edge-devtools-view",
"title": "Network for Microsoft Edge",
"icon": "resources/viewIcon.svg"
}
]
},
"views": {
"network-edge-devtools-view": [
{
"id": "network-edge-devtools-view.targets",
"name": "Targets"
}
]
}
},
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "/src/.+\\.test\\.tsx?$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"scripts": {
"package": "vsce package --out network-edge-devtools.vsix",
"vscode:prepublish": "npm run build-and-lint",
"build": "npm run build-wp && npm run build-post",
"build-debug": "npm run build-wp && ts-node postBuildStep.ts debug",
"build-wp": "webpack",
"build-post": "ts-node postBuildStep.ts",
"build-watch": "npm run build && npm run watch",
"build-and-lint": "npm run build && npm run lint",
"watch": "npm run watch-wp",
"watch-wp": "webpack --watch",
"lint": "tslint -c tslint.json -p tsconfig.json",
"test": "npm run lint && jest --coverage"
},
"dependencies": {
"vscode-chrome-debug-core": "6.7.51",
"vscode-extension-telemetry": "0.1.1",
"ws": "7.1.0"
},
"devDependencies": {
"@types/fs-extra": "8.0.0",
"@types/jest": "24.0.15",
"@types/node": "12.6.8",
"@types/ws": "6.0.1",
"@types/vscode": "1.36.0",
"fs-extra": "8.1.0",
"jest": "24.8.0",
"ts-jest": "24.0.2",
"ts-loader": "6.0.4",
"ts-node": "8.3.0",
"tslint": "5.18.0",
"typescript": "3.5.3",
"vsce": "1.65.0",
"vscode-test": "1.0.2",
"webpack": "4.36.1",
"webpack-cli": "3.3.6"
}
}