Add npm-shrinkwrap.json for css, json, php

#8570
This commit is contained in:
isidor
2016-07-01 09:52:48 +02:00
parent b504076ca4
commit f32b435e6d
5 changed files with 160 additions and 0 deletions

31
extensions/json/npm-shrinkwrap.json generated Normal file
View File

@@ -0,0 +1,31 @@
{
"name": "json",
"version": "0.1.0",
"dependencies": {
"applicationinsights": {
"version": "0.15.6",
"from": "applicationinsights@0.15.6",
"resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-0.15.6.tgz"
},
"vscode-extension-telemetry": {
"version": "0.0.5",
"from": "vscode-extension-telemetry@>=0.0.5 <0.0.6",
"resolved": "https://registry.npmjs.org/vscode-extension-telemetry/-/vscode-extension-telemetry-0.0.5.tgz"
},
"vscode-jsonrpc": {
"version": "2.2.0",
"from": "vscode-jsonrpc@>=2.2.0 <3.0.0",
"resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-2.2.0.tgz"
},
"vscode-languageclient": {
"version": "2.3.0",
"from": "vscode-languageclient@>=2.2.1 <3.0.0",
"resolved": "https://registry.npmjs.org/vscode-languageclient/-/vscode-languageclient-2.3.0.tgz"
},
"winreg": {
"version": "0.0.13",
"from": "winreg@0.0.13",
"resolved": "https://registry.npmjs.org/winreg/-/winreg-0.0.13.tgz"
}
}
}