mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-12 08:57:43 -05:00
16
build/package-lock.json
generated
16
build/package-lock.json
generated
@@ -60,8 +60,7 @@
|
||||
"tree-sitter": "^0.22.4",
|
||||
"vscode-universal-bundler": "^0.1.3",
|
||||
"workerpool": "^6.4.0",
|
||||
"yauzl": "^2.10.0",
|
||||
"zx": "8.5.0"
|
||||
"yauzl": "^2.10.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"tree-sitter-typescript": "^0.23.2",
|
||||
@@ -4664,19 +4663,6 @@
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
"node_modules/zx": {
|
||||
"version": "8.5.0",
|
||||
"resolved": "https://registry.npmjs.org/zx/-/zx-8.5.0.tgz",
|
||||
"integrity": "sha512-XS5/oKOQxKNfG2sVO6TQQjZF5RqWGE5QGSUOCZZVTnvYr3RDBTdbX3IFmV9CrnycCAQWcY0hAD3DDUa4RJE4+w==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"bin": {
|
||||
"zx": "build/cli.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 12.17.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -54,8 +54,7 @@
|
||||
"tree-sitter": "^0.22.4",
|
||||
"vscode-universal-bundler": "^0.1.3",
|
||||
"workerpool": "^6.4.0",
|
||||
"yauzl": "^2.10.0",
|
||||
"zx": "8.5.0"
|
||||
"yauzl": "^2.10.0"
|
||||
},
|
||||
"type": "commonjs",
|
||||
"scripts": {
|
||||
|
||||
16
package-lock.json
generated
16
package-lock.json
generated
@@ -157,7 +157,8 @@
|
||||
"webpack-cli": "^5.1.4",
|
||||
"webpack-stream": "^7.0.0",
|
||||
"xml2js": "^0.5.0",
|
||||
"yaserver": "^0.4.0"
|
||||
"yaserver": "^0.4.0",
|
||||
"zx": "^8.7.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"windows-foreground-love": "0.5.0"
|
||||
@@ -18634,6 +18635,19 @@
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
"node_modules/zx": {
|
||||
"version": "8.7.0",
|
||||
"resolved": "https://registry.npmjs.org/zx/-/zx-8.7.0.tgz",
|
||||
"integrity": "sha512-pArftqj5JV/er8p+czFZwF+k6SbCldl7kcfCR+rIiDIh3gUsLB0F3Xh05diP8PzToZ39D/GWeFoVFimjHQkbAg==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"bin": {
|
||||
"zx": "build/cli.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 12.17.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -216,7 +216,8 @@
|
||||
"webpack-cli": "^5.1.4",
|
||||
"webpack-stream": "^7.0.0",
|
||||
"xml2js": "^0.5.0",
|
||||
"yaserver": "^0.4.0"
|
||||
"yaserver": "^0.4.0",
|
||||
"zx": "^8.7.0"
|
||||
},
|
||||
"overrides": {
|
||||
"node-gyp-build": "4.8.1",
|
||||
|
||||
Reference in New Issue
Block a user