Add extension OSS dependencies
parent
e400396bab
commit
0c10a9c5a4
|
@ -208,4 +208,26 @@
|
||||||
"to the base-name name of the original file, and an extension of txt, html, or similar. For example",
|
"to the base-name name of the original file, and an extension of txt, html, or similar. For example",
|
||||||
"\"tidy\" is accompanied by \"tidy-license.txt\"."
|
"\"tidy\" is accompanied by \"tidy-license.txt\"."
|
||||||
]
|
]
|
||||||
}]
|
},
|
||||||
|
{
|
||||||
|
"name": "Microsoft/node-request-light",
|
||||||
|
"version": "0.0.0",
|
||||||
|
"license": "MIT",
|
||||||
|
"isProd": true,
|
||||||
|
"repositoryURL": "https://github.com/Microsoft/node-request-light"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Microsoft/node-jsonc-parser",
|
||||||
|
"version": "0.0.0",
|
||||||
|
"license": "MIT",
|
||||||
|
"isProd": true,
|
||||||
|
"repositoryURL": "https://github.com/Microsoft/jsonc-parser"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Microsoft/vscode-nls",
|
||||||
|
"version": "0.0.0",
|
||||||
|
"license": "MIT",
|
||||||
|
"isProd": true,
|
||||||
|
"repositoryURL": "https://github.com/Microsoft/vscode-nls"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -4,4 +4,40 @@
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repositoryURL": "https://github.com/Benvie/JavaScriptNext.tmLanguage"
|
"repositoryURL": "https://github.com/Benvie/JavaScriptNext.tmLanguage"
|
||||||
}]
|
},
|
||||||
|
{
|
||||||
|
"name": "Microsoft/node-request-light",
|
||||||
|
"version": "0.0.0",
|
||||||
|
"license": "MIT",
|
||||||
|
"isProd": true,
|
||||||
|
"repositoryURL": "https://github.com/Microsoft/node-request-light"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Microsoft/node-jsonc-parser",
|
||||||
|
"version": "0.0.0",
|
||||||
|
"license": "MIT",
|
||||||
|
"isProd": true,
|
||||||
|
"repositoryURL": "https://github.com/Microsoft/jsonc-parser"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Microsoft/vscode-languageserver-node",
|
||||||
|
"version": "0.0.0",
|
||||||
|
"license": "MIT",
|
||||||
|
"isProd": true,
|
||||||
|
"repositoryURL": "https://github.com/Microsoft/vscode-languageserver-node"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Microsoft/vscode-extension-telemetry",
|
||||||
|
"version": "0.0.0",
|
||||||
|
"license": "MIT",
|
||||||
|
"isProd": true,
|
||||||
|
"repositoryURL": "https://github.com/Microsoft/vscode-extension-telemetry"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Microsoft/vscode-nls",
|
||||||
|
"version": "0.0.0",
|
||||||
|
"license": "MIT",
|
||||||
|
"isProd": true,
|
||||||
|
"repositoryURL": "https://github.com/Microsoft/vscode-nls"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -26,6 +26,12 @@
|
||||||
"to the base-name name of the original file, and an extension of txt, html, or similar. For example",
|
"to the base-name name of the original file, and an extension of txt, html, or similar. For example",
|
||||||
"\"tidy\" is accompanied by \"tidy-license.txt\"."
|
"\"tidy\" is accompanied by \"tidy-license.txt\"."
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Microsoft/vscode-nls",
|
||||||
|
"version": "0.0.0",
|
||||||
|
"license": "MIT",
|
||||||
|
"isProd": true,
|
||||||
|
"repositoryURL": "https://github.com/Microsoft/vscode-nls"
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
|
@ -256,4 +256,19 @@
|
||||||
"",
|
"",
|
||||||
"END OF TERMS AND CONDITIONS"
|
"END OF TERMS AND CONDITIONS"
|
||||||
]
|
]
|
||||||
}]
|
},
|
||||||
|
{
|
||||||
|
"name": "Microsoft/vscode-extension-telemetry",
|
||||||
|
"version": "0.0.0",
|
||||||
|
"license": "MIT",
|
||||||
|
"isProd": true,
|
||||||
|
"repositoryURL": "https://github.com/Microsoft/vscode-extension-telemetry"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Microsoft/vscode-nls",
|
||||||
|
"version": "0.0.0",
|
||||||
|
"license": "MIT",
|
||||||
|
"isProd": true,
|
||||||
|
"repositoryURL": "https://github.com/Microsoft/vscode-nls"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue