Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81164 views
1
{
2
"name": "q",
3
"version": "1.1.2",
4
"description": "A library for promises (CommonJS/Promises/A,B,D)",
5
"homepage": "https://github.com/kriskowal/q",
6
"author": {
7
"name": "Kris Kowal",
8
"email": "[email protected]",
9
"url": "https://github.com/kriskowal"
10
},
11
"keywords": [
12
"q",
13
"promise",
14
"promises",
15
"promises-a",
16
"promises-aplus",
17
"deferred",
18
"future",
19
"async",
20
"flow control",
21
"fluent",
22
"browser",
23
"node"
24
],
25
"contributors": [
26
{
27
"name": "Kris Kowal",
28
"email": "[email protected]",
29
"url": "https://github.com/kriskowal"
30
},
31
{
32
"name": "Irakli Gozalishvili",
33
"email": "[email protected]",
34
"url": "http://jeditoolkit.com"
35
},
36
{
37
"name": "Domenic Denicola",
38
"email": "[email protected]",
39
"url": "http://domenicdenicola.com"
40
}
41
],
42
"bugs": {
43
"url": "http://github.com/kriskowal/q/issues"
44
},
45
"license": {
46
"type": "MIT",
47
"url": "http://github.com/kriskowal/q/raw/master/LICENSE"
48
},
49
"main": "q.js",
50
"files": [
51
"LICENSE",
52
"q.js",
53
"queue.js"
54
],
55
"repository": {
56
"type": "git",
57
"url": "git://github.com/kriskowal/q.git"
58
},
59
"engines": {
60
"node": ">=0.6.0",
61
"teleport": ">=0.2.0"
62
},
63
"dependencies": {},
64
"devDependencies": {
65
"jshint": "~2.1.9",
66
"cover": "*",
67
"jasmine-node": "1.11.0",
68
"opener": "*",
69
"promises-aplus-tests": "1.x",
70
"grunt": "~0.4.1",
71
"grunt-cli": "~0.1.9",
72
"grunt-contrib-uglify": "~0.2.2",
73
"matcha": "~0.2.0"
74
},
75
"scripts": {
76
"test": "jasmine-node spec && promises-aplus-tests spec/aplus-adapter",
77
"test-browser": "opener spec/q-spec.html",
78
"benchmark": "matcha",
79
"lint": "jshint q.js",
80
"cover": "cover run node_modules/jasmine-node/bin/jasmine-node spec && cover report html && opener cover_html/index.html",
81
"minify": "grunt",
82
"prepublish": "grunt"
83
},
84
"overlay": {
85
"teleport": {
86
"dependencies": {
87
"system": ">=0.0.4"
88
}
89
}
90
},
91
"directories": {
92
"test": "./spec"
93
},
94
"gitHead": "3159ac47c46cb7e2200191736ca430a011615523",
95
"_id": "[email protected]",
96
"_shasum": "6357e291206701d99f197ab84e57e8ad196f2a89",
97
"_from": "q@>=1.1.2 <1.2.0",
98
"_npmVersion": "1.4.21",
99
"_npmUser": {
100
"name": "kriskowal",
101
"email": "[email protected]"
102
},
103
"maintainers": [
104
{
105
"name": "kriskowal",
106
"email": "[email protected]"
107
},
108
{
109
"name": "domenic",
110
"email": "[email protected]"
111
}
112
],
113
"dist": {
114
"shasum": "6357e291206701d99f197ab84e57e8ad196f2a89",
115
"tarball": "http://registry.npmjs.org/q/-/q-1.1.2.tgz"
116
},
117
"_resolved": "https://registry.npmjs.org/q/-/q-1.1.2.tgz"
118
}
119
120