-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
205 lines (205 loc) · 6.99 KB
/
package.json
File metadata and controls
205 lines (205 loc) · 6.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
{
"name": "@nevware21/ts-async",
"description": "support for asynchronous development with a Promise based task Scheduler, several different Promise implementations (synchronous, idle, asynchronous and native runtime wrappers), await helpers, and aliases all built and tested using TypeScript.",
"version": "0.5.5",
"homepage": "https://github.com/nevware21/ts-async",
"sideEffects": false,
"license": "MIT",
"author": {
"name": "NevWare21 Solutions LLC",
"email": "github+ts_async@nevware21.com"
},
"keywords": [
"typescript",
"javascript",
"es5",
"promise",
"es6.promise",
"async",
"asynchronous",
"async promise",
"asynchronous promise",
"sync",
"synchronous",
"sync promise",
"synchronous promise",
"idle",
"idle promise",
"requestIdleCallback",
"minification",
"browser",
"promise polyfill",
"scheduler",
"task scheduler"
],
"main": "lib/dist/es5/main/ts-async.js",
"esnext:main": "lib/dist/es6/main/ts-async.js",
"module": "lib/dist/es5/mod/ts-async.js",
"esnext": "lib/dist/es6/mod/ts-async.js",
"types": "lib/dist/types/ts-async.d.ts",
"scripts": {
"postinstall": "node common/scripts/install-run-rush.js update --full",
"build": "rush build && npm run preproc-restore",
"rebuild": "rush rebuild && npm run preproc-restore && npm run size && npm run size-check",
"test": "rush test",
"lint": "grunt ts_async-lint",
"coverage:report": "npm run coverage:nyc && npm run coverage:merge",
"coverage:nyc": "nyc report --reporter=json",
"coverage:merge": "merge-coverage",
"codecov": "npm run coverage:report",
"clean": "git clean -xdf && npm install",
"cleanBuild": "npm run clean && npm run rebuild && npm run docs",
"docs": "typedoc --plugin typedoc-github-theme",
"rush-update": "rush update --recheck --purge --full",
"test:browser": "cd lib && npm run test:browser",
"test:node": "cd lib && npm run test:node",
"test:worker": "cd lib && npm run test:worker",
"debug:browser": "cd lib && npm run debug:browser",
"debug:worker": "cd lib && npm run debug:worker",
"prep-release": "npm run cleanBuild && npm run npm-pack",
"npm-pack": "copyfiles README.md LICENSE lib && cd lib && npm pack",
"npm-publish": "publish-npm -c ./publish-groups.json",
"preproc-restore": "ts-preproc-restore -c ./preproc.json",
"size": "size-limit",
"size-check": "node lib/test/bundle-size-check.js",
"link-check": "node lib/test/readme-links-check.mjs",
"readme-link-check": "npm run docs && npm run link-check"
},
"repository": {
"type": "git",
"url": "https://github.com/nevware21/ts-async.git"
},
"bugs": {
"url": "https://github.com/nevware21/ts-async/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/nevware21/ts-async/blob/main/LICENSE"
}
],
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"@nevware21/ts-utils": ">= 0.12.6 < 2.x"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@microsoft/api-extractor": "^7.48.1",
"@microsoft/rush": "5.175.1",
"@nevware21/grunt-eslint-ts": "^0.5.1",
"@nevware21/grunt-ts-plugin": "^0.5.1",
"@nevware21/coverage-tools": ">= 0.1.4 < 2.x",
"@nevware21/publish-npm": ">= 0.1.4 < 2.x",
"@nevware21/ts-preproc": "^0.1.4",
"@size-limit/esbuild-why": "^12.0.0",
"@size-limit/preset-small-lib": "^12.0.0",
"@size-limit/time": "^12.0.0",
"@types/eslint": "^8.56.10",
"@types/estree": "^1.0.0",
"@types/mocha": "^10.0.1",
"@types/sinon": "^10.0.11",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"copyfiles": "^2.4.1",
"eslint": "^8.56.0",
"eslint-formatter-codeframe": "^7.32.1",
"eslint-plugin-security": "^1.7.1",
"grunt": "^1.5.3",
"grunt-cli": "^1.4.3",
"nyc": "^18.0.0",
"size-limit": "^12.0.0",
"typedoc": "^0.28.2",
"typedoc-github-theme": "^0.4.0",
"typescript": "~5.2.2"
},
"size-limit": [
{
"name": "es5-full",
"path": "lib/dist/es5/mod/ts-async.js",
"limit": "18 kb",
"brotli": false,
"ignore": [
"lib/dist/es5/mod/polyfills.js",
"lib/dist/es5/mod/polyfills.*.js"
]
},
{
"name": "es6-full",
"path": "lib/dist/es6/mod/ts-async.js",
"limit": "17 kb",
"brotli": false,
"ignore": [
"lib/dist/es6/mod/polyfills.js",
"lib/dist/es6/mod/polyfills.*.js"
]
},
{
"name": "es5-zip",
"path": "lib/dist/es5/mod/ts-async.js",
"limit": "7.5 Kb",
"gzip": true,
"ignore": [
"lib/dist/es5/mod/polyfills.js",
"lib/dist/es5/mod/polyfills.*.js"
]
},
{
"name": "es6-zip",
"path": "lib/dist/es6/mod/ts-async.js",
"limit": "7.5 Kb",
"gzip": true,
"ignore": [
"lib/dist/es6/mod/polyfills.js",
"lib/dist/es6/mod/polyfills.*.js"
]
},
{
"name": "es5-promise",
"path": "lib/dist/es5/mod/ts-async.js",
"limit": "8.5 kb",
"import": "{ createAsyncPromise }",
"brotli": false,
"ignore": [
"lib/dist/es5/mod/polyfills.js",
"lib/dist/es5/mod/polyfills.*.js"
]
},
{
"name": "es5-any",
"path": "lib/dist/es5/mod/ts-async.js",
"limit": "11 kb",
"import": "{ createAnyPromise }",
"brotli": false,
"ignore": [
"lib/dist/es5/mod/polyfills.js",
"lib/dist/es5/mod/polyfills.*.js"
]
},
{
"name": "es5-race",
"path": "lib/dist/es5/mod/ts-async.js",
"limit": "10 kb",
"import": "{ createRacePromise }",
"brotli": false,
"ignore": [
"lib/dist/es5/mod/polyfills.js",
"lib/dist/es5/mod/polyfills.*.js"
]
},
{
"name": "es5-polypromise",
"path": "lib/dist/es5/mod/ts-async.js",
"limit": "12 kb",
"import": "{ PolyPromise }",
"brotli": false
},
{
"name": "es5-polyfill",
"path": "lib/build/es5/mod/polyfills.js",
"limit": "12.5 kb",
"brotli": false
}
]
}