Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80681 views
1
{
2
"name": "async",
3
"description": "Higher-order functions and common patterns for asynchronous code",
4
"main": "lib/async.js",
5
"author": {
6
"name": "Caolan McMahon"
7
},
8
"version": "0.9.2",
9
"keywords": [
10
"async",
11
"callback",
12
"utility",
13
"module"
14
],
15
"repository": {
16
"type": "git",
17
"url": "git+https://github.com/caolan/async.git"
18
},
19
"bugs": {
20
"url": "https://github.com/caolan/async/issues"
21
},
22
"license": "MIT",
23
"devDependencies": {
24
"nodeunit": ">0.0.0",
25
"uglify-js": "1.2.x",
26
"nodelint": ">0.0.0",
27
"lodash": ">=2.4.1"
28
},
29
"jam": {
30
"main": "lib/async.js",
31
"include": [
32
"lib/async.js",
33
"README.md",
34
"LICENSE"
35
],
36
"categories": [
37
"Utilities"
38
]
39
},
40
"scripts": {
41
"test": "nodeunit test/test-async.js"
42
},
43
"spm": {
44
"main": "lib/async.js"
45
},
46
"volo": {
47
"main": "lib/async.js",
48
"ignore": [
49
"**/.*",
50
"node_modules",
51
"bower_components",
52
"test",
53
"tests"
54
]
55
},
56
"gitHead": "de3a16091d5125384eff4a54deb3998b13c3814c",
57
"homepage": "https://github.com/caolan/async#readme",
58
"_id": "[email protected]",
59
"_shasum": "aea74d5e61c1f899613bf64bda66d4c78f2fd17d",
60
"_from": "async@>=0.9.0 <0.10.0",
61
"_npmVersion": "2.9.0",
62
"_nodeVersion": "2.0.1",
63
"_npmUser": {
64
"name": "beaugunderson",
65
"email": "[email protected]"
66
},
67
"maintainers": [
68
{
69
"name": "caolan",
70
"email": "[email protected]"
71
},
72
{
73
"name": "beaugunderson",
74
"email": "[email protected]"
75
}
76
],
77
"dist": {
78
"shasum": "aea74d5e61c1f899613bf64bda66d4c78f2fd17d",
79
"tarball": "http://registry.npmjs.org/async/-/async-0.9.2.tgz"
80
},
81
"directories": {},
82
"_resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz",
83
"readme": "ERROR: No README data found!"
84
}
85
86