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