Files
vscode-extension-samples/statusbar-sample/package-lock.json

21 lines
624 B
JSON
Raw Normal View History

{
"name": "status-ts",
"version": "0.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
2019-05-09 16:59:56 -07:00
"@types/vscode": {
"version": "1.33.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.33.0.tgz",
"integrity": "sha512-JSmGiValbrcG5g20jjCfKakLiuWyrcjVezj+SEAEZ4klXQktE5EtowuGlkLVqbkiBK4iY5wy/4yW8OjecuHnjQ==",
"dev": true
},
2018-11-15 10:32:22 +01:00
"typescript": {
2019-05-31 11:51:11 -07:00
"version": "3.5.1",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.5.1.tgz",
"integrity": "sha512-64HkdiRv1yYZsSe4xC1WVgamNigVYjlssIoaH2HcZF0+ijsk5YK2g0G34w9wJkze8+5ow4STd22AynfO6ZYYLw==",
2018-11-15 10:32:22 +01:00
"dev": true
}
}
}