mirror of https://github.com/microsoft/vscode.git
37 lines
1017 B
JSON
37 lines
1017 B
JSON
{
|
|
"name": "git-base",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "git-base",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "22.x"
|
|
},
|
|
"engines": {
|
|
"vscode": "0.10.x"
|
|
}
|
|
},
|
|
"node_modules/@types/node": {
|
|
"version": "22.13.10",
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.10.tgz",
|
|
"integrity": "sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"undici-types": "~6.20.0"
|
|
}
|
|
},
|
|
"node_modules/undici-types": {
|
|
"version": "6.20.0",
|
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",
|
|
"integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
}
|
|
}
|
|
}
|