Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80634 views
1
{
2
"name": "q",
3
"version": "0.9.7",
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
"repository": {
51
"type": "git",
52
"url": "git://github.com/kriskowal/q.git"
53
},
54
"engines": {
55
"node": ">=0.6.0",
56
"teleport": ">=0.2.0"
57
},
58
"dependencies": {},
59
"devDependencies": {
60
"jshint": "~2.1.9",
61
"cover": "*",
62
"jasmine-node": "1.11.0",
63
"opener": "*",
64
"promises-aplus-tests": "1.x",
65
"grunt": "~0.4.1",
66
"grunt-cli": "~0.1.9",
67
"grunt-contrib-uglify": "~0.2.2",
68
"matcha": "~0.2.0"
69
},
70
"scripts": {
71
"test": "jasmine-node spec && promises-aplus-tests spec/aplus-adapter",
72
"test-browser": "opener spec/q-spec.html",
73
"benchmark": "matcha",
74
"lint": "jshint q.js",
75
"cover": "cover run node_modules/jasmine-node/bin/jasmine-node spec && cover report html && opener cover_html/index.html",
76
"minify": "grunt",
77
"prepublish": "grunt"
78
},
79
"overlay": {
80
"teleport": {
81
"dependencies": {
82
"system": ">=0.0.4"
83
}
84
}
85
},
86
"directories": {
87
"test": "./spec"
88
},
89
"_id": "[email protected]",
90
"dist": {
91
"shasum": "4de2e6cb3b29088c9e4cbc03bf9d42fb96ce2f75",
92
"tarball": "http://registry.npmjs.org/q/-/q-0.9.7.tgz"
93
},
94
"_from": "q@>=0.9.7 <0.10.0",
95
"_npmVersion": "1.3.2",
96
"_npmUser": {
97
"name": "kriskowal",
98
"email": "[email protected]"
99
},
100
"maintainers": [
101
{
102
"name": "kriskowal",
103
"email": "[email protected]"
104
},
105
{
106
"name": "domenic",
107
"email": "[email protected]"
108
}
109
],
110
"_shasum": "4de2e6cb3b29088c9e4cbc03bf9d42fb96ce2f75",
111
"_resolved": "https://registry.npmjs.org/q/-/q-0.9.7.tgz"
112
}
113
114