Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « bluebird « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 34c44a904fee3cc1981234c898126c8531341c67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
  "_args": [
    [
      "bluebird@^2.9.26",
      "/Users/rebecca/code/npm/node_modules/har-validator"
    ]
  ],
  "_from": "bluebird@>=2.9.26 <3.0.0",
  "_id": "bluebird@2.9.30",
  "_inCache": true,
  "_location": "/bluebird",
  "_nodeVersion": "2.3.0",
  "_npmUser": {
    "email": "petka_antonov@hotmail.com",
    "name": "esailija"
  },
  "_npmVersion": "2.11.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "bluebird",
    "raw": "bluebird@^2.9.26",
    "rawSpec": "^2.9.26",
    "scope": null,
    "spec": ">=2.9.26 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/har-validator"
  ],
  "_resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.9.30.tgz",
  "_shasum": "edda875ec9aad1f29cf1f56d6e82fbab2b0df556",
  "_shrinkwrap": null,
  "_spec": "bluebird@^2.9.26",
  "_where": "/Users/rebecca/code/npm/node_modules/har-validator",
  "author": {
    "email": "petka_antonov@hotmail.com",
    "name": "Petka Antonov",
    "url": "http://github.com/petkaantonov/"
  },
  "browser": "./js/browser/bluebird.js",
  "bugs": {
    "url": "http://github.com/petkaantonov/bluebird/issues"
  },
  "dependencies": {},
  "description": "Full featured Promises/A+ implementation with exceptionally good performance",
  "devDependencies": {
    "acorn": "~0.6.0",
    "baconjs": "^0.7.43",
    "bluebird": "^2.9.2",
    "body-parser": "^1.10.2",
    "browserify": "^8.1.1",
    "cli-table": "~0.3.1",
    "co": "^4.2.0",
    "cross-spawn": "^0.2.3",
    "glob": "^4.3.2",
    "grunt-saucelabs": "~8.4.1",
    "highland": "^2.3.0",
    "istanbul": "^0.3.5",
    "jshint": "^2.6.0",
    "jshint-stylish": "~0.2.0",
    "kefir": "^2.4.1",
    "mkdirp": "~0.5.0",
    "mocha": "~2.1",
    "open": "~0.0.5",
    "optimist": "~0.6.1",
    "rimraf": "~2.2.6",
    "rx": "^2.3.25",
    "serve-static": "^1.7.1",
    "sinon": "~1.7.3",
    "uglify-js": "~2.4.16"
  },
  "directories": {},
  "dist": {
    "shasum": "edda875ec9aad1f29cf1f56d6e82fbab2b0df556",
    "tarball": "http://registry.npmjs.org/bluebird/-/bluebird-2.9.30.tgz"
  },
  "files": [
    "LICENSE",
    "js/browser",
    "js/main",
    "js/zalgo",
    "zalgo.js"
  ],
  "gitHead": "808ad89efab27c6eb3d63dcb4198c5732ab51c29",
  "homepage": "https://github.com/petkaantonov/bluebird",
  "keywords": [
    "async",
    "await",
    "deferred",
    "deferreds",
    "dsl",
    "flow control",
    "fluent interface",
    "future",
    "performance",
    "promise",
    "promises",
    "promises-a",
    "promises-aplus"
  ],
  "license": "MIT",
  "main": "./js/main/bluebird.js",
  "maintainers": [
    {
      "name": "esailija",
      "email": "petka_antonov@hotmail.com"
    }
  ],
  "name": "bluebird",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/petkaantonov/bluebird.git"
  },
  "scripts": {
    "istanbul": "istanbul",
    "lint": "node scripts/jshint.js",
    "prepublish": "node tools/build.js --no-debug --main --zalgo --browser --minify",
    "test": "node tools/test.js"
  },
  "version": "2.9.30"
}