mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-13 23:06:20 +10:00
27 lines
515 B
JSON
27 lines
515 B
JSON
{
|
|
"name": "async",
|
|
"npmName": "async",
|
|
"npmFileMap": [
|
|
{
|
|
"basePath": "/lib/",
|
|
"files": [
|
|
"*"
|
|
]
|
|
}
|
|
],
|
|
"filename": "async.js",
|
|
"version": "0.9.0",
|
|
"description": "Higher-order functions and common patterns for asynchronous code",
|
|
"author": "Caolan McMahon",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/caolan/async.git"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://github.com/caolan/async/raw/master/LICENSE"
|
|
}
|
|
]
|
|
}
|