Version 1
[yaffs-website] / node_modules / bluebird / package.json
diff --git a/node_modules/bluebird/package.json b/node_modules/bluebird/package.json
new file mode 100644 (file)
index 0000000..de3e7cf
--- /dev/null
@@ -0,0 +1,124 @@
+{
+  "_args": [
+    [
+      "bluebird@~3.1.5",
+      "/var/www/yaffs/node_modules/uncss"
+    ]
+  ],
+  "_from": "bluebird@>=3.1.5 <3.2.0",
+  "_id": "bluebird@3.1.5",
+  "_inCache": true,
+  "_installable": true,
+  "_location": "/bluebird",
+  "_nodeVersion": "5.2.0",
+  "_npmUser": {
+    "email": "petka_antonov@hotmail.com",
+    "name": "esailija"
+  },
+  "_npmVersion": "3.3.12",
+  "_phantomChildren": {},
+  "_requested": {
+    "name": "bluebird",
+    "raw": "bluebird@~3.1.5",
+    "rawSpec": "~3.1.5",
+    "scope": null,
+    "spec": ">=3.1.5 <3.2.0",
+    "type": "range"
+  },
+  "_requiredBy": [
+    "/uncss"
+  ],
+  "_resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.1.5.tgz",
+  "_shasum": "69278a1e1d365a1817ba88f3214c2f942779d0ae",
+  "_shrinkwrap": null,
+  "_spec": "bluebird@~3.1.5",
+  "_where": "/var/www/yaffs/node_modules/uncss",
+  "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": "69278a1e1d365a1817ba88f3214c2f942779d0ae",
+    "tarball": "https://registry.npmjs.org/bluebird/-/bluebird-3.1.5.tgz"
+  },
+  "files": [
+    "LICENSE",
+    "js/browser",
+    "js/release"
+  ],
+  "gitHead": "621a8785d81d039241bbce19e6db495d0973aa45",
+  "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/release/bluebird.js",
+  "maintainers": [
+    {
+      "name": "esailija",
+      "email": "petka_antonov@hotmail.com"
+    }
+  ],
+  "name": "bluebird",
+  "optionalDependencies": {},
+  "readme": "ERROR: No README data found!",
+  "repository": {
+    "type": "git",
+    "url": "git://github.com/petkaantonov/bluebird.git"
+  },
+  "scripts": {
+    "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",
+    "generate-browser-full": "node tools/build.js --no-clean --no-debug --release --browser --minify",
+    "istanbul": "istanbul",
+    "lint": "node scripts/jshint.js",
+    "prepublish": "npm run generate-browser-core && npm run generate-browser-full",
+    "test": "node tools/test.js"
+  },
+  "version": "3.1.5"
+}