2024-04-29 02:57:30 +00:00
|
|
|
{
|
|
|
|
"name": "@std/async",
|
2024-11-01 10:33:15 +00:00
|
|
|
"version": "1.0.8",
|
2024-04-29 02:57:30 +00:00
|
|
|
"exports": {
|
|
|
|
".": "./mod.ts",
|
|
|
|
"./abortable": "./abortable.ts",
|
|
|
|
"./deadline": "./deadline.ts",
|
|
|
|
"./debounce": "./debounce.ts",
|
|
|
|
"./delay": "./delay.ts",
|
|
|
|
"./mux-async-iterator": "./mux_async_iterator.ts",
|
2024-10-08 14:20:01 +00:00
|
|
|
"./unstable-mux-async-iterator": "./unstable_mux_async_iterator.ts",
|
2024-04-29 02:57:30 +00:00
|
|
|
"./pool": "./pool.ts",
|
|
|
|
"./retry": "./retry.ts",
|
2024-10-21 06:19:54 +00:00
|
|
|
"./tee": "./tee.ts",
|
|
|
|
"./unstable-throttle": "./unstable_throttle.ts"
|
2024-04-29 02:57:30 +00:00
|
|
|
}
|
|
|
|
}
|