mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
24 lines
616 B
JSON
24 lines
616 B
JSON
{
|
|
"name": "lsp--sample",
|
|
"version": "0.0.1",
|
|
"lockfileVersion": 1,
|
|
"requires": true,
|
|
"dependencies": {
|
|
"@types/mocha": {
|
|
"version": "https://registry.npmjs.org/@types/mocha/-/mocha-2.2.43.tgz",
|
|
"integrity": "sha1-A8VFicQ60EjLy/1jmZtV0EJO7Cc=",
|
|
"dev": true
|
|
},
|
|
"@types/node": {
|
|
"version": "https://registry.npmjs.org/@types/node/-/node-6.0.90.tgz",
|
|
"integrity": "sha1-DtdIM/obc9zblAncscl+wKixOwI=",
|
|
"dev": true
|
|
},
|
|
"typescript": {
|
|
"version": "https://registry.npmjs.org/typescript/-/typescript-2.5.3.tgz",
|
|
"integrity": "sha1-3z3Nw48764ANS8MiZGsEo/bKfw0=",
|
|
"dev": true
|
|
}
|
|
}
|
|
}
|