mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-24 04:01:27 +00:00
65 lines
1.5 KiB
JSON
65 lines
1.5 KiB
JSON
{
|
|
"name": "async",
|
|
"description": "Higher-order functions and common patterns for asynchronous code",
|
|
"main": "./lib/async",
|
|
"author": {
|
|
"name": "Caolan McMahon"
|
|
},
|
|
"version": "0.9.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/caolan/async.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/caolan/async/issues"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/caolan/async/raw/master/LICENSE"
|
|
}
|
|
],
|
|
"devDependencies": {
|
|
"nodeunit": ">0.0.0",
|
|
"uglify-js": "1.2.x",
|
|
"nodelint": ">0.0.0"
|
|
},
|
|
"jam": {
|
|
"main": "lib/async.js",
|
|
"include": [
|
|
"lib/async.js",
|
|
"README.md",
|
|
"LICENSE"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"test": "nodeunit test/test-async.js"
|
|
},
|
|
"homepage": "https://github.com/caolan/async",
|
|
"_id": "async@0.9.0",
|
|
"dist": {
|
|
"shasum": "ac3613b1da9bed1b47510bb4651b8931e47146c7",
|
|
"size": 19842,
|
|
"noattachment": false,
|
|
"key": "async/-/async-0.9.0.tgz",
|
|
"tarball": "http://registry.npm.alibaba-inc.com/async/download/async-0.9.0.tgz"
|
|
},
|
|
"_from": "async@*",
|
|
"_npmVersion": "1.4.3",
|
|
"_npmUser": {
|
|
"name": "caolan",
|
|
"email": "caolan.mcmahon@gmail.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "caolan",
|
|
"email": "caolan@caolanmcmahon.com"
|
|
}
|
|
],
|
|
"directories": {},
|
|
"publish_time": 1400235622247,
|
|
"_cnpm_publish_time": 1400235622247,
|
|
"_shasum": "ac3613b1da9bed1b47510bb4651b8931e47146c7",
|
|
"_resolved": "http://registry.npm.alibaba-inc.com/async/download/async-0.9.0.tgz"
|
|
}
|