43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
|
{
|
||
|
"name": "vscode-colorize-tests",
|
||
|
"version": "0.0.1",
|
||
|
"lockfileVersion": 3,
|
||
|
"requires": true,
|
||
|
"packages": {
|
||
|
"": {
|
||
|
"name": "vscode-colorize-tests",
|
||
|
"version": "0.0.1",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"jsonc-parser": "^3.2.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/node": "20.x"
|
||
|
},
|
||
|
"engines": {
|
||
|
"vscode": "*"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/@types/node": {
|
||
|
"version": "20.11.24",
|
||
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.24.tgz",
|
||
|
"integrity": "sha512-Kza43ewS3xoLgCEpQrsT+xRo/EJej1y0kVYGiLFE1NEODXGzTfwiC6tXTLMQskn1X4/Rjlh0MQUvx9W+L9long==",
|
||
|
"dev": true,
|
||
|
"dependencies": {
|
||
|
"undici-types": "~5.26.4"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/jsonc-parser": {
|
||
|
"version": "3.2.0",
|
||
|
"resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz",
|
||
|
"integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w=="
|
||
|
},
|
||
|
"node_modules/undici-types": {
|
||
|
"version": "5.26.5",
|
||
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
|
||
|
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
|
||
|
"dev": true
|
||
|
}
|
||
|
}
|
||
|
}
|