mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-04 00:14:55 +01:00
17 lines
No EOL
323 B
JSON
17 lines
No EOL
323 B
JSON
{
|
|
"name": "async",
|
|
"description": "Higher-order functions and common patterns for asynchronous code",
|
|
"version": "1.0.0",
|
|
"keywords": [
|
|
"async",
|
|
"callback",
|
|
"utility",
|
|
"module"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/async.js",
|
|
"repository": "caolan/async",
|
|
"scripts": [
|
|
"lib/async.js"
|
|
]
|
|
} |