Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80681 views
1
{
2
"name": "async",
3
"description": "Higher-order functions and common patterns for asynchronous code",
4
"version": "0.9.2",
5
"keywords": [
6
"async",
7
"callback",
8
"utility",
9
"module"
10
],
11
"license": "MIT",
12
"repository": "caolan/async",
13
"scripts": [
14
"lib/async.js"
15
]
16
}
17