{
  "_args": [
    [
      "is-bluebird@^1.0.2",
      "/home/techugo/Desktop/data/qouchPotato/node_modules/cls-bluebird"
    ]
  ],
  "_from": "is-bluebird@>=1.0.2 <2.0.0",
  "_id": "is-bluebird@1.0.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/is-bluebird",
  "_nodeVersion": "6.3.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/is-bluebird-1.0.2.tgz_1472893678828_0.7317508137784898"
  },
  "_npmUser": {
    "email": "theoverlookmotel@gmail.com",
    "name": "overlookmotel"
  },
  "_npmVersion": "3.10.5",
  "_phantomChildren": {},
  "_requested": {
    "name": "is-bluebird",
    "raw": "is-bluebird@^1.0.2",
    "rawSpec": "^1.0.2",
    "scope": null,
    "spec": ">=1.0.2 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/cls-bluebird"
  ],
  "_resolved": "https://registry.npmjs.org/is-bluebird/-/is-bluebird-1.0.2.tgz",
  "_shasum": "096439060f4aa411abee19143a84d6a55346d6e2",
  "_shrinkwrap": null,
  "_spec": "is-bluebird@^1.0.2",
  "_where": "/home/techugo/Desktop/data/qouchPotato/node_modules/cls-bluebird",
  "author": {
    "name": "Overlook Motel"
  },
  "bugs": {
    "url": "https://github.com/overlookmotel/is-bluebird/issues"
  },
  "dependencies": {},
  "description": "Is this a bluebird promise I see before me?",
  "devDependencies": {
    "bluebird2": "^3.0.0",
    "bluebird3": "^3.0.6",
    "chai": "^3.5.0",
    "coveralls": "^2.11.12",
    "istanbul": "^0.4.5",
    "jshint": "^2.9.3",
    "mocha": "^3.0.2"
  },
  "directories": {},
  "dist": {
    "shasum": "096439060f4aa411abee19143a84d6a55346d6e2",
    "tarball": "https://registry.npmjs.org/is-bluebird/-/is-bluebird-1.0.2.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "gitHead": "4977e8db750f34e9a83ce9bce28d29e78ff2ad03",
  "homepage": "https://github.com/overlookmotel/is-bluebird#readme",
  "keywords": [
    "bluebird",
    "check",
    "constructor",
    "instance",
    "is",
    "promise",
    "test",
    "then",
    "version"
  ],
  "license": "MIT",
  "main": "./lib/",
  "maintainers": [
    {
      "name": "overlookmotel",
      "email": "theoverlookmotel@gmail.com"
    }
  ],
  "name": "is-bluebird",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/overlookmotel/is-bluebird.git"
  },
  "scripts": {
    "cover": "npm run cover-main && rm -rf coverage",
    "cover-main": "COVERAGE=true ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec 'test/**/*.test.js'",
    "coveralls": "npm run cover-main && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
    "jshint": "jshint lib test",
    "test": "if [ $COVERAGE ]; then npm run coveralls; else npm run jshint && npm run test-main; fi",
    "test-main": "./node_modules/mocha/bin/mocha --check-leaks --colors -t 10000 --reporter spec 'test/**/*.test.js'"
  },
  "version": "1.0.2"
}
