blob: 2ce99fc51cb4e6071a975490817205020101b8cd (
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": "2.0.0-alpha",
"keywords": [
"async",
"callback",
"module",
"utility"
],
"license": "MIT",
"main": "dist/async.js",
"repository": "caolan/async",
"scripts": [
"dist/async.js"
]
}
|