Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Avatar for KuCalc : devops.
Download
50660 views
1
{
2
"_args": [
3
[
4
{
5
"raw": "async@^1.5.0",
6
"scope": null,
7
"escapedName": "async",
8
"name": "async",
9
"rawSpec": "^1.5.0",
10
"spec": ">=1.5.0 <2.0.0",
11
"type": "range"
12
},
13
"/projects/f8cf98ed-299e-4423-a167-870e8658e081/cocalc/src/smc-project"
14
]
15
],
16
"_from": "async@>=1.5.0 <2.0.0",
17
"_id": "[email protected]",
18
"_inCache": true,
19
"_installable": true,
20
"_location": "/async",
21
"_nodeVersion": "4.2.3",
22
"_npmUser": {
23
"name": "aearly",
24
"email": "[email protected]"
25
},
26
"_npmVersion": "3.5.2",
27
"_phantomChildren": {},
28
"_requested": {
29
"raw": "async@^1.5.0",
30
"scope": null,
31
"escapedName": "async",
32
"name": "async",
33
"rawSpec": "^1.5.0",
34
"spec": ">=1.5.0 <2.0.0",
35
"type": "range"
36
},
37
"_requiredBy": [
38
"/"
39
],
40
"_resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
41
"_shasum": "ec6a61ae56480c0c3cb241c95618e20892f9672a",
42
"_shrinkwrap": null,
43
"_spec": "async@^1.5.0",
44
"_where": "/projects/f8cf98ed-299e-4423-a167-870e8658e081/cocalc/src/smc-project",
45
"author": {
46
"name": "Caolan McMahon"
47
},
48
"bugs": {
49
"url": "https://github.com/caolan/async/issues"
50
},
51
"dependencies": {},
52
"description": "Higher-order functions and common patterns for asynchronous code",
53
"devDependencies": {
54
"benchmark": "github:bestiejs/benchmark.js",
55
"bluebird": "^2.9.32",
56
"chai": "^3.1.0",
57
"coveralls": "^2.11.2",
58
"es6-promise": "^2.3.0",
59
"jscs": "^1.13.1",
60
"jshint": "~2.8.0",
61
"karma": "^0.13.2",
62
"karma-browserify": "^4.2.1",
63
"karma-firefox-launcher": "^0.1.6",
64
"karma-mocha": "^0.2.0",
65
"karma-mocha-reporter": "^1.0.2",
66
"lodash": "^3.9.0",
67
"mkdirp": "~0.5.1",
68
"mocha": "^2.2.5",
69
"native-promise-only": "^0.8.0-a",
70
"nodeunit": ">0.0.0",
71
"nyc": "^2.1.0",
72
"rsvp": "^3.0.18",
73
"semver": "^4.3.6",
74
"uglify-js": "~2.4.0",
75
"xyz": "^0.5.0",
76
"yargs": "~3.9.1"
77
},
78
"directories": {},
79
"dist": {
80
"shasum": "ec6a61ae56480c0c3cb241c95618e20892f9672a",
81
"tarball": "https://registry.npmjs.org/async/-/async-1.5.2.tgz"
82
},
83
"files": [
84
"lib",
85
"dist/async.js",
86
"dist/async.min.js"
87
],
88
"gitHead": "9ab5c67b7cb3a4c3dad4a2d4552a2f6775545d6c",
89
"homepage": "https://github.com/caolan/async#readme",
90
"jam": {
91
"main": "lib/async.js",
92
"include": [
93
"lib/async.js",
94
"README.md",
95
"LICENSE"
96
],
97
"categories": [
98
"Utilities"
99
]
100
},
101
"keywords": [
102
"async",
103
"callback",
104
"utility",
105
"module"
106
],
107
"license": "MIT",
108
"main": "lib/async.js",
109
"maintainers": [
110
{
111
"name": "caolan",
112
"email": "[email protected]"
113
},
114
{
115
"name": "beaugunderson",
116
"email": "[email protected]"
117
},
118
{
119
"name": "aearly",
120
"email": "[email protected]"
121
},
122
{
123
"name": "megawac",
124
"email": "[email protected]"
125
}
126
],
127
"name": "async",
128
"optionalDependencies": {},
129
"readme": "ERROR: No README data found!",
130
"repository": {
131
"type": "git",
132
"url": "git+https://github.com/caolan/async.git"
133
},
134
"scripts": {
135
"coverage": "nyc npm test && nyc report",
136
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
137
"lint": "jshint lib/*.js test/*.js perf/*.js && jscs lib/*.js test/*.js perf/*.js",
138
"mocha-browser-test": "karma start",
139
"mocha-node-test": "mocha mocha_test/",
140
"mocha-test": "npm run mocha-node-test && npm run mocha-browser-test",
141
"nodeunit-test": "nodeunit test/test-async.js",
142
"test": "npm run-script lint && npm run nodeunit-test && npm run mocha-test"
143
},
144
"spm": {
145
"main": "lib/async.js"
146
},
147
"version": "1.5.2",
148
"volo": {
149
"main": "lib/async.js",
150
"ignore": [
151
"**/.*",
152
"node_modules",
153
"bower_components",
154
"test",
155
"tests"
156
]
157
}
158
}
159
160