strict-ts-lib-v5.9-branded 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -0
- package/package.json +118 -0
package/README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# strict-ts-lib-v5.9-branded
|
|
2
|
+
|
|
3
|
+
Strict rewrite of TypeScript 5.9.3's built-in
|
|
4
|
+
standard library declarations, bundled as a single package.
|
|
5
|
+
|
|
6
|
+
```sh
|
|
7
|
+
npm install -D strict-ts-lib-v5.9-branded
|
|
8
|
+
```
|
|
9
|
+
|
|
10
|
+
Installing this package pulls in the strict `@typescript/lib-*` replacements
|
|
11
|
+
for every built-in library, so TypeScript picks them up automatically
|
|
12
|
+
(library replacement is on by default since TypeScript 4.5).
|
|
13
|
+
|
|
14
|
+
See <https://github.com/noshiro-pf/strict-typescript-lib> for usage and version support.
|
package/package.json
ADDED
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "strict-ts-lib-v5.9-branded",
|
|
3
|
+
"version": "0.2.0",
|
|
4
|
+
"private": false,
|
|
5
|
+
"description": "Strict TypeScript 5.9.3 standard library (all libs, single install)",
|
|
6
|
+
"license": "Apache-2.0",
|
|
7
|
+
"author": "noshiro-pf <noshiro.pf@gmail.com>",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "https://github.com/noshiro-pf/strict-typescript-lib.git"
|
|
11
|
+
},
|
|
12
|
+
"type": "module",
|
|
13
|
+
"sideEffects": false,
|
|
14
|
+
"dependencies": {
|
|
15
|
+
"@typescript/lib-decorators": "npm:strict-ts-lib-v5.9-branded-decorators@0.2.0",
|
|
16
|
+
"@typescript/lib-decorators-legacy": "npm:strict-ts-lib-v5.9-branded-decorators-legacy@0.2.0",
|
|
17
|
+
"@typescript/lib-dom": "npm:strict-ts-lib-v5.9-branded-dom@0.2.0",
|
|
18
|
+
"@typescript/lib-dom-asynciterable": "npm:strict-ts-lib-v5.9-branded-dom-asynciterable@0.2.0",
|
|
19
|
+
"@typescript/lib-dom-iterable": "npm:strict-ts-lib-v5.9-branded-dom-iterable@0.2.0",
|
|
20
|
+
"@typescript/lib-es2015": "npm:strict-ts-lib-v5.9-branded-es2015@0.2.0",
|
|
21
|
+
"@typescript/lib-es2015-collection": "npm:strict-ts-lib-v5.9-branded-es2015-collection@0.2.0",
|
|
22
|
+
"@typescript/lib-es2015-core": "npm:strict-ts-lib-v5.9-branded-es2015-core@0.2.0",
|
|
23
|
+
"@typescript/lib-es2015-generator": "npm:strict-ts-lib-v5.9-branded-es2015-generator@0.2.0",
|
|
24
|
+
"@typescript/lib-es2015-iterable": "npm:strict-ts-lib-v5.9-branded-es2015-iterable@0.2.0",
|
|
25
|
+
"@typescript/lib-es2015-promise": "npm:strict-ts-lib-v5.9-branded-es2015-promise@0.2.0",
|
|
26
|
+
"@typescript/lib-es2015-proxy": "npm:strict-ts-lib-v5.9-branded-es2015-proxy@0.2.0",
|
|
27
|
+
"@typescript/lib-es2015-reflect": "npm:strict-ts-lib-v5.9-branded-es2015-reflect@0.2.0",
|
|
28
|
+
"@typescript/lib-es2015-symbol": "npm:strict-ts-lib-v5.9-branded-es2015-symbol@0.2.0",
|
|
29
|
+
"@typescript/lib-es2015-symbol-wellknown": "npm:strict-ts-lib-v5.9-branded-es2015-symbol-wellknown@0.2.0",
|
|
30
|
+
"@typescript/lib-es2016": "npm:strict-ts-lib-v5.9-branded-es2016@0.2.0",
|
|
31
|
+
"@typescript/lib-es2016-array-include": "npm:strict-ts-lib-v5.9-branded-es2016-array-include@0.2.0",
|
|
32
|
+
"@typescript/lib-es2016-full": "npm:strict-ts-lib-v5.9-branded-es2016-full@0.2.0",
|
|
33
|
+
"@typescript/lib-es2016-intl": "npm:strict-ts-lib-v5.9-branded-es2016-intl@0.2.0",
|
|
34
|
+
"@typescript/lib-es2017": "npm:strict-ts-lib-v5.9-branded-es2017@0.2.0",
|
|
35
|
+
"@typescript/lib-es2017-arraybuffer": "npm:strict-ts-lib-v5.9-branded-es2017-arraybuffer@0.2.0",
|
|
36
|
+
"@typescript/lib-es2017-date": "npm:strict-ts-lib-v5.9-branded-es2017-date@0.2.0",
|
|
37
|
+
"@typescript/lib-es2017-full": "npm:strict-ts-lib-v5.9-branded-es2017-full@0.2.0",
|
|
38
|
+
"@typescript/lib-es2017-intl": "npm:strict-ts-lib-v5.9-branded-es2017-intl@0.2.0",
|
|
39
|
+
"@typescript/lib-es2017-object": "npm:strict-ts-lib-v5.9-branded-es2017-object@0.2.0",
|
|
40
|
+
"@typescript/lib-es2017-sharedmemory": "npm:strict-ts-lib-v5.9-branded-es2017-sharedmemory@0.2.0",
|
|
41
|
+
"@typescript/lib-es2017-string": "npm:strict-ts-lib-v5.9-branded-es2017-string@0.2.0",
|
|
42
|
+
"@typescript/lib-es2017-typedarrays": "npm:strict-ts-lib-v5.9-branded-es2017-typedarrays@0.2.0",
|
|
43
|
+
"@typescript/lib-es2018": "npm:strict-ts-lib-v5.9-branded-es2018@0.2.0",
|
|
44
|
+
"@typescript/lib-es2018-asyncgenerator": "npm:strict-ts-lib-v5.9-branded-es2018-asyncgenerator@0.2.0",
|
|
45
|
+
"@typescript/lib-es2018-asynciterable": "npm:strict-ts-lib-v5.9-branded-es2018-asynciterable@0.2.0",
|
|
46
|
+
"@typescript/lib-es2018-full": "npm:strict-ts-lib-v5.9-branded-es2018-full@0.2.0",
|
|
47
|
+
"@typescript/lib-es2018-intl": "npm:strict-ts-lib-v5.9-branded-es2018-intl@0.2.0",
|
|
48
|
+
"@typescript/lib-es2018-promise": "npm:strict-ts-lib-v5.9-branded-es2018-promise@0.2.0",
|
|
49
|
+
"@typescript/lib-es2018-regexp": "npm:strict-ts-lib-v5.9-branded-es2018-regexp@0.2.0",
|
|
50
|
+
"@typescript/lib-es2019": "npm:strict-ts-lib-v5.9-branded-es2019@0.2.0",
|
|
51
|
+
"@typescript/lib-es2019-array": "npm:strict-ts-lib-v5.9-branded-es2019-array@0.2.0",
|
|
52
|
+
"@typescript/lib-es2019-full": "npm:strict-ts-lib-v5.9-branded-es2019-full@0.2.0",
|
|
53
|
+
"@typescript/lib-es2019-intl": "npm:strict-ts-lib-v5.9-branded-es2019-intl@0.2.0",
|
|
54
|
+
"@typescript/lib-es2019-object": "npm:strict-ts-lib-v5.9-branded-es2019-object@0.2.0",
|
|
55
|
+
"@typescript/lib-es2019-string": "npm:strict-ts-lib-v5.9-branded-es2019-string@0.2.0",
|
|
56
|
+
"@typescript/lib-es2019-symbol": "npm:strict-ts-lib-v5.9-branded-es2019-symbol@0.2.0",
|
|
57
|
+
"@typescript/lib-es2020": "npm:strict-ts-lib-v5.9-branded-es2020@0.2.0",
|
|
58
|
+
"@typescript/lib-es2020-bigint": "npm:strict-ts-lib-v5.9-branded-es2020-bigint@0.2.0",
|
|
59
|
+
"@typescript/lib-es2020-date": "npm:strict-ts-lib-v5.9-branded-es2020-date@0.2.0",
|
|
60
|
+
"@typescript/lib-es2020-full": "npm:strict-ts-lib-v5.9-branded-es2020-full@0.2.0",
|
|
61
|
+
"@typescript/lib-es2020-intl": "npm:strict-ts-lib-v5.9-branded-es2020-intl@0.2.0",
|
|
62
|
+
"@typescript/lib-es2020-number": "npm:strict-ts-lib-v5.9-branded-es2020-number@0.2.0",
|
|
63
|
+
"@typescript/lib-es2020-promise": "npm:strict-ts-lib-v5.9-branded-es2020-promise@0.2.0",
|
|
64
|
+
"@typescript/lib-es2020-sharedmemory": "npm:strict-ts-lib-v5.9-branded-es2020-sharedmemory@0.2.0",
|
|
65
|
+
"@typescript/lib-es2020-string": "npm:strict-ts-lib-v5.9-branded-es2020-string@0.2.0",
|
|
66
|
+
"@typescript/lib-es2020-symbol-wellknown": "npm:strict-ts-lib-v5.9-branded-es2020-symbol-wellknown@0.2.0",
|
|
67
|
+
"@typescript/lib-es2021": "npm:strict-ts-lib-v5.9-branded-es2021@0.2.0",
|
|
68
|
+
"@typescript/lib-es2021-full": "npm:strict-ts-lib-v5.9-branded-es2021-full@0.2.0",
|
|
69
|
+
"@typescript/lib-es2021-intl": "npm:strict-ts-lib-v5.9-branded-es2021-intl@0.2.0",
|
|
70
|
+
"@typescript/lib-es2021-promise": "npm:strict-ts-lib-v5.9-branded-es2021-promise@0.2.0",
|
|
71
|
+
"@typescript/lib-es2021-string": "npm:strict-ts-lib-v5.9-branded-es2021-string@0.2.0",
|
|
72
|
+
"@typescript/lib-es2021-weakref": "npm:strict-ts-lib-v5.9-branded-es2021-weakref@0.2.0",
|
|
73
|
+
"@typescript/lib-es2022": "npm:strict-ts-lib-v5.9-branded-es2022@0.2.0",
|
|
74
|
+
"@typescript/lib-es2022-array": "npm:strict-ts-lib-v5.9-branded-es2022-array@0.2.0",
|
|
75
|
+
"@typescript/lib-es2022-error": "npm:strict-ts-lib-v5.9-branded-es2022-error@0.2.0",
|
|
76
|
+
"@typescript/lib-es2022-full": "npm:strict-ts-lib-v5.9-branded-es2022-full@0.2.0",
|
|
77
|
+
"@typescript/lib-es2022-intl": "npm:strict-ts-lib-v5.9-branded-es2022-intl@0.2.0",
|
|
78
|
+
"@typescript/lib-es2022-object": "npm:strict-ts-lib-v5.9-branded-es2022-object@0.2.0",
|
|
79
|
+
"@typescript/lib-es2022-regexp": "npm:strict-ts-lib-v5.9-branded-es2022-regexp@0.2.0",
|
|
80
|
+
"@typescript/lib-es2022-string": "npm:strict-ts-lib-v5.9-branded-es2022-string@0.2.0",
|
|
81
|
+
"@typescript/lib-es2023": "npm:strict-ts-lib-v5.9-branded-es2023@0.2.0",
|
|
82
|
+
"@typescript/lib-es2023-array": "npm:strict-ts-lib-v5.9-branded-es2023-array@0.2.0",
|
|
83
|
+
"@typescript/lib-es2023-collection": "npm:strict-ts-lib-v5.9-branded-es2023-collection@0.2.0",
|
|
84
|
+
"@typescript/lib-es2023-full": "npm:strict-ts-lib-v5.9-branded-es2023-full@0.2.0",
|
|
85
|
+
"@typescript/lib-es2023-intl": "npm:strict-ts-lib-v5.9-branded-es2023-intl@0.2.0",
|
|
86
|
+
"@typescript/lib-es2024": "npm:strict-ts-lib-v5.9-branded-es2024@0.2.0",
|
|
87
|
+
"@typescript/lib-es2024-arraybuffer": "npm:strict-ts-lib-v5.9-branded-es2024-arraybuffer@0.2.0",
|
|
88
|
+
"@typescript/lib-es2024-collection": "npm:strict-ts-lib-v5.9-branded-es2024-collection@0.2.0",
|
|
89
|
+
"@typescript/lib-es2024-full": "npm:strict-ts-lib-v5.9-branded-es2024-full@0.2.0",
|
|
90
|
+
"@typescript/lib-es2024-object": "npm:strict-ts-lib-v5.9-branded-es2024-object@0.2.0",
|
|
91
|
+
"@typescript/lib-es2024-promise": "npm:strict-ts-lib-v5.9-branded-es2024-promise@0.2.0",
|
|
92
|
+
"@typescript/lib-es2024-regexp": "npm:strict-ts-lib-v5.9-branded-es2024-regexp@0.2.0",
|
|
93
|
+
"@typescript/lib-es2024-sharedmemory": "npm:strict-ts-lib-v5.9-branded-es2024-sharedmemory@0.2.0",
|
|
94
|
+
"@typescript/lib-es2024-string": "npm:strict-ts-lib-v5.9-branded-es2024-string@0.2.0",
|
|
95
|
+
"@typescript/lib-es5": "npm:strict-ts-lib-v5.9-branded-es5@0.2.0",
|
|
96
|
+
"@typescript/lib-es6": "npm:strict-ts-lib-v5.9-branded-es6@0.2.0",
|
|
97
|
+
"@typescript/lib-esnext": "npm:strict-ts-lib-v5.9-branded-esnext@0.2.0",
|
|
98
|
+
"@typescript/lib-esnext-array": "npm:strict-ts-lib-v5.9-branded-esnext-array@0.2.0",
|
|
99
|
+
"@typescript/lib-esnext-collection": "npm:strict-ts-lib-v5.9-branded-esnext-collection@0.2.0",
|
|
100
|
+
"@typescript/lib-esnext-decorators": "npm:strict-ts-lib-v5.9-branded-esnext-decorators@0.2.0",
|
|
101
|
+
"@typescript/lib-esnext-disposable": "npm:strict-ts-lib-v5.9-branded-esnext-disposable@0.2.0",
|
|
102
|
+
"@typescript/lib-esnext-error": "npm:strict-ts-lib-v5.9-branded-esnext-error@0.2.0",
|
|
103
|
+
"@typescript/lib-esnext-float16": "npm:strict-ts-lib-v5.9-branded-esnext-float16@0.2.0",
|
|
104
|
+
"@typescript/lib-esnext-full": "npm:strict-ts-lib-v5.9-branded-esnext-full@0.2.0",
|
|
105
|
+
"@typescript/lib-esnext-intl": "npm:strict-ts-lib-v5.9-branded-esnext-intl@0.2.0",
|
|
106
|
+
"@typescript/lib-esnext-iterator": "npm:strict-ts-lib-v5.9-branded-esnext-iterator@0.2.0",
|
|
107
|
+
"@typescript/lib-esnext-promise": "npm:strict-ts-lib-v5.9-branded-esnext-promise@0.2.0",
|
|
108
|
+
"@typescript/lib-esnext-sharedmemory": "npm:strict-ts-lib-v5.9-branded-esnext-sharedmemory@0.2.0",
|
|
109
|
+
"@typescript/lib-scripthost": "npm:strict-ts-lib-v5.9-branded-scripthost@0.2.0",
|
|
110
|
+
"@typescript/lib-webworker": "npm:strict-ts-lib-v5.9-branded-webworker@0.2.0",
|
|
111
|
+
"@typescript/lib-webworker-asynciterable": "npm:strict-ts-lib-v5.9-branded-webworker-asynciterable@0.2.0",
|
|
112
|
+
"@typescript/lib-webworker-importscripts": "npm:strict-ts-lib-v5.9-branded-webworker-importscripts@0.2.0",
|
|
113
|
+
"@typescript/lib-webworker-iterable": "npm:strict-ts-lib-v5.9-branded-webworker-iterable@0.2.0"
|
|
114
|
+
},
|
|
115
|
+
"peerDependencies": {
|
|
116
|
+
"typescript": ">=5.9.0 <6.0.0"
|
|
117
|
+
}
|
|
118
|
+
}
|