123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- {
- "_args": [
- [
- {
- "raw": "bluebird@^3.1.1",
- "scope": null,
- "escapedName": "bluebird",
- "name": "bluebird",
- "rawSpec": "^3.1.1",
- "spec": ">=3.1.1 <4.0.0",
- "type": "range"
- },
- "/home/robert/workspace/xmlrpc/node_modules/typings"
- ]
- ],
- "_from": "bluebird@>=3.1.1 <4.0.0",
- "_id": "bluebird@3.4.7",
- "_inCache": true,
- "_location": "/bluebird",
- "_nodeVersion": "5.6.0",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/bluebird-3.4.7.tgz_1482427669507_0.09324374701827765"
- },
- "_npmUser": {
- "name": "esailija",
- "email": "petka_antonov@hotmail.com"
- },
- "_npmVersion": "3.6.0",
- "_phantomChildren": {},
- "_requested": {
- "raw": "bluebird@^3.1.1",
- "scope": null,
- "escapedName": "bluebird",
- "name": "bluebird",
- "rawSpec": "^3.1.1",
- "spec": ">=3.1.1 <4.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/typings"
- ],
- "_resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.4.7.tgz",
- "_shasum": "f72d760be09b7f76d08ed8fae98b289a8d05fab3",
- "_shrinkwrap": null,
- "_spec": "bluebird@^3.1.1",
- "_where": "/home/robert/workspace/xmlrpc/node_modules/typings",
- "author": {
- "name": "Petka Antonov",
- "email": "petka_antonov@hotmail.com",
- "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": "f72d760be09b7f76d08ed8fae98b289a8d05fab3",
- "tarball": "https://registry.npmjs.org/bluebird/-/bluebird-3.4.7.tgz"
- },
- "files": [
- "js/browser",
- "js/release",
- "LICENSE"
- ],
- "gitHead": "dc267aa1be9d1f08c25a5b98bb836f6504ba03a5",
- "homepage": "https://github.com/petkaantonov/bluebird",
- "keywords": [
- "promise",
- "performance",
- "promises",
- "promises-a",
- "promises-aplus",
- "async",
- "await",
- "deferred",
- "deferreds",
- "future",
- "flow control",
- "dsl",
- "fluent interface"
- ],
- "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.4.7"
- }
|