Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81152 views
1
{
2
"name": "bluebird",
3
"description": "Full featured Promises/A+ implementation with exceptionally good performance",
4
"version": "2.9.27",
5
"keywords": [
6
"promise",
7
"performance",
8
"promises",
9
"promises-a",
10
"promises-aplus",
11
"async",
12
"await",
13
"deferred",
14
"deferreds",
15
"future",
16
"flow control",
17
"dsl",
18
"fluent interface"
19
],
20
"scripts": {
21
"lint": "node scripts/jshint.js",
22
"test": "node tools/test.js",
23
"istanbul": "istanbul",
24
"prepublish": "node tools/build.js --no-debug --main --zalgo --browser --minify"
25
},
26
"homepage": "https://github.com/petkaantonov/bluebird",
27
"repository": {
28
"type": "git",
29
"url": "git://github.com/petkaantonov/bluebird.git"
30
},
31
"bugs": {
32
"url": "http://github.com/petkaantonov/bluebird/issues"
33
},
34
"license": "MIT",
35
"author": {
36
"name": "Petka Antonov",
37
"email": "[email protected]",
38
"url": "http://github.com/petkaantonov/"
39
},
40
"devDependencies": {
41
"acorn": "~0.6.0",
42
"baconjs": "^0.7.43",
43
"bluebird": "^2.9.2",
44
"body-parser": "^1.10.2",
45
"browserify": "^8.1.1",
46
"cli-table": "~0.3.1",
47
"co": "^4.2.0",
48
"cross-spawn": "^0.2.3",
49
"glob": "^4.3.2",
50
"grunt-saucelabs": "~8.4.1",
51
"highland": "^2.3.0",
52
"istanbul": "^0.3.5",
53
"jshint": "^2.6.0",
54
"jshint-stylish": "~0.2.0",
55
"mkdirp": "~0.5.0",
56
"mocha": "~2.1",
57
"open": "~0.0.5",
58
"optimist": "~0.6.1",
59
"rimraf": "~2.2.6",
60
"rx": "^2.3.25",
61
"serve-static": "^1.7.1",
62
"sinon": "~1.7.3",
63
"uglify-js": "~2.4.16",
64
"kefir": "^2.4.1"
65
},
66
"main": "./js/main/bluebird.js",
67
"browser": "./js/browser/bluebird.js",
68
"files": [
69
"js/browser",
70
"js/main",
71
"js/zalgo",
72
"LICENSE",
73
"zalgo.js"
74
],
75
"gitHead": "634af0e27ff4faab62c6c5bfd105527abcf8b06e",
76
"_id": "[email protected]",
77
"_shasum": "8eab7da1e866998f9f71c209b9875f9949a7adca",
78
"_from": "bluebird@>=2.9.26 <3.0.0",
79
"_npmVersion": "2.7.1",
80
"_nodeVersion": "1.6.2",
81
"_npmUser": {
82
"name": "esailija",
83
"email": "[email protected]"
84
},
85
"maintainers": [
86
{
87
"name": "esailija",
88
"email": "[email protected]"
89
}
90
],
91
"dist": {
92
"shasum": "8eab7da1e866998f9f71c209b9875f9949a7adca",
93
"tarball": "http://registry.npmjs.org/bluebird/-/bluebird-2.9.27.tgz"
94
},
95
"directories": {},
96
"_resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.9.27.tgz"
97
}
98
99