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