Skip to content

Commit 860cec9

Browse files
committed
Remove unused package text-encoding
1 parent ef06939 commit 860cec9

File tree

6 files changed

+0
-62
lines changed

6 files changed

+0
-62
lines changed

KaitaiWebIDE.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
<TypeScriptCompile Include="lib\ts-types\BigInteger.d.ts" />
3232
<TypeScriptCompile Include="lib\ts-types\kaitai.d.ts" />
3333
<TypeScriptCompile Include="lib\ts-types\knockout.d.ts" />
34-
<TypeScriptCompile Include="lib\ts-types\text-encoding.d.ts" />
3534
<TypeScriptCompile Include="lib\ts-types\vue.d.ts" />
3635
<TypeScriptCompile Include="src\AppLayout.ts" />
3736
<TypeScriptCompile Include="src\autorefresh2.ts" />

LICENSE-3RD-PARTY.txt

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1625,46 +1625,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
16251625
SOFTWARE.
16261626
================================================================================
16271627

1628-
================================================================================
1629-
text-encoding
1630-
1631-
License name: Unlicense
1632-
License URL: https://raw.githubusercontent.com/inexorabletash/text-encoding/master/LICENSE.md
1633-
License applies to files under the folder lib/_npm/text-encoding/
1634-
1635-
Source: https://github.com/inexorabletash/text-encoding
1636-
================================================================================
1637-
The encoding indexes, algorithms, and many comments in the code
1638-
derive from the Encoding Standard https://encoding.spec.whatwg.org/
1639-
1640-
Otherwise...
1641-
1642-
This is free and unencumbered software released into the public domain.
1643-
1644-
Anyone is free to copy, modify, publish, use, compile, sell, or
1645-
distribute this software, either in source code form or as a compiled
1646-
binary, for any purpose, commercial or non-commercial, and by any
1647-
means.
1648-
1649-
In jurisdictions that recognize copyright laws, the author or authors
1650-
of this software dedicate any and all copyright interest in the
1651-
software to the public domain. We make this dedication for the benefit
1652-
of the public at large and to the detriment of our heirs and
1653-
successors. We intend this dedication to be an overt act of
1654-
relinquishment in perpetuity of all present and future rights to this
1655-
software under copyright law.
1656-
1657-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1658-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1659-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1660-
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
1661-
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
1662-
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
1663-
OTHER DEALINGS IN THE SOFTWARE.
1664-
1665-
For more information, please refer to <http://unlicense.org/>
1666-
================================================================================
1667-
16681628
================================================================================
16691629
thenBy.js
16701630

docs/wiki/3rd-party-libraries.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,6 @@ Source: https://github.com/idiotWu/smooth-scrollbar
111111

112112
License: MIT (https://raw.githubusercontent.com/idiotWu/smooth-scrollbar/develop/LICENSE)
113113

114-
## text-encoding
115-
Source: https://github.com/inexorabletash/text-encoding
116-
117-
License: Unlicense (https://raw.githubusercontent.com/inexorabletash/text-encoding/master/LICENSE.md)
118-
119114
## thenBy.js
120115
Source: https://github.com/Teun/thenBy.js
121116

package-lock.json

Lines changed: 0 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"require-from-string": "^1.2.1",
2525
"requirejs": "^2.3.7",
2626
"smooth-scrollbar": "^7.4.1",
27-
"text-encoding": "^0.6.4",
2827
"thenby": "^1.2.3",
2928
"vue": "^2.4.4",
3029
"yamljs": "^0.3.0"

vendor.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -149,13 +149,6 @@ libs:
149149
npmDir: smooth-scrollbar
150150
files: [LICENSE, dist/*]
151151

152-
text-encoding:
153-
source: https://github.com/inexorabletash/text-encoding
154-
licenseName: Unlicense
155-
licenseUrl: https://raw.githubusercontent.com/inexorabletash/text-encoding/master/LICENSE.md
156-
npmDir: text-encoding
157-
files: [LICENSE.md, index.js]
158-
159152
thenBy.js:
160153
source: https://github.com/Teun/thenBy.js
161154
licenseName: Apache-2.0

0 commit comments

Comments
 (0)