This commit is contained in:
21
vscode-server-linux-x64-web/node_modules/@vscode/iconv-lite-umd/LICENSE
generated
vendored
Normal file
21
vscode-server-linux-x64-web/node_modules/@vscode/iconv-lite-umd/LICENSE
generated
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) Microsoft Corporation.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE
|
12
vscode-server-linux-x64-web/node_modules/@vscode/iconv-lite-umd/lib/iconv-lite-umd.js
generated
vendored
Normal file
12
vscode-server-linux-x64-web/node_modules/@vscode/iconv-lite-umd/lib/iconv-lite-umd.js
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
39
vscode-server-linux-x64-web/node_modules/@vscode/iconv-lite-umd/package.json
generated
vendored
Normal file
39
vscode-server-linux-x64-web/node_modules/@vscode/iconv-lite-umd/package.json
generated
vendored
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"name": "@vscode/iconv-lite-umd",
|
||||
"version": "0.7.0",
|
||||
"description": "Iconv-lite as UMD module",
|
||||
"main": "lib/iconv-lite-umd.js",
|
||||
"typings": "iconv-lite-umd.d.ts",
|
||||
"scripts": {
|
||||
"build": "webpack",
|
||||
"prepublish": "webpack",
|
||||
"test": "mocha --reporter spec --grep ."
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Microsoft/vscode-iconv-lite-umd.git"
|
||||
},
|
||||
"keywords": [
|
||||
"iconv-lite",
|
||||
"umd"
|
||||
],
|
||||
"author": "Microsoft",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/Microsoft/vscode-iconv-lite-umd/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Microsoft/vscode-iconv-lite-umd#readme",
|
||||
"devDependencies": {
|
||||
"async": "^3.2.0",
|
||||
"c8": "^7.2.0",
|
||||
"errto": "^0.2.1",
|
||||
"iconv": "^2.3.5",
|
||||
"iconv-lite": "0.6.3",
|
||||
"mocha": "^3.5.3",
|
||||
"request": "^2.88.2",
|
||||
"semver": "^6.3.0",
|
||||
"unorm": "^1.6.0",
|
||||
"webpack": "^4.43.0",
|
||||
"webpack-cli": "^3.3.11"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user