-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
33 lines (33 loc) · 892 Bytes
/
package-lock.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
{
"name": "vscode-customeditor-drop",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "vscode-customeditor-drop",
"devDependencies": {
"@types/vscode": "1.78",
"esbuild": "0.12.29"
},
"engines": {
"vscode": "^1.78.0"
}
},
"node_modules/@types/vscode": {
"version": "1.78.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.78.0.tgz",
"integrity": "sha512-LJZIJpPvKJ0HVQDqfOy6W4sNKUBBwyDu1Bs8chHBZOe9MNuKTJtidgZ2bqjhmmWpUb0TIIqv47BFUcVmAsgaVA==",
"dev": true
},
"node_modules/esbuild": {
"version": "0.12.29",
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.12.29.tgz",
"integrity": "sha512-w/XuoBCSwepyiZtIRsKsetiLDUVGPVw1E/R3VTFSecIy8UR7Cq3SOtwKHJMFoVqqVG36aGkzh4e8BvpO1Fdc7g==",
"dev": true,
"hasInstallScript": true,
"bin": {
"esbuild": "bin/esbuild"
}
}
}
}