blob: c876b0a6a164336459db76fc8aead0df8a455069 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"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"
]
}
|