{
  "_args": [
    [
      "cls-bluebird@^2.1.0",
      "/home/techugo/Desktop/data/qouchPotato/node_modules/sequelize"
    ]
  ],
  "_from": "cls-bluebird@>=2.1.0 <3.0.0",
  "_id": "cls-bluebird@2.1.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/cls-bluebird",
  "_nodeVersion": "6.12.2",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/cls-bluebird-2.1.0.tgz_1512847117934_0.4009939406532794"
  },
  "_npmUser": {
    "email": "theoverlookmotel@gmail.com",
    "name": "overlookmotel"
  },
  "_npmVersion": "3.10.10",
  "_phantomChildren": {},
  "_requested": {
    "name": "cls-bluebird",
    "raw": "cls-bluebird@^2.1.0",
    "rawSpec": "^2.1.0",
    "scope": null,
    "spec": ">=2.1.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/sequelize"
  ],
  "_resolved": "https://registry.npmjs.org/cls-bluebird/-/cls-bluebird-2.1.0.tgz",
  "_shasum": "37ef1e080a8ffb55c2f4164f536f1919e7968aee",
  "_shrinkwrap": null,
  "_spec": "cls-bluebird@^2.1.0",
  "_where": "/home/techugo/Desktop/data/qouchPotato/node_modules/sequelize",
  "author": {
    "email": "tim.beyer@gmail.com",
    "name": "Tim Beyer"
  },
  "bugs": {
    "url": "https://github.com/TimBeyer/cls-bluebird/issues"
  },
  "dependencies": {
    "is-bluebird": "^1.0.2",
    "shimmer": "^1.1.0"
  },
  "description": "Make bluebird work with the continuation-local-storage module.",
  "devDependencies": {
    "bluebird": "^2.10.2",
    "bluebird2": "^3.0.0",
    "bluebird3": "^3.1.1",
    "chai": "^4.1.2",
    "continuation-local-storage": "^3.2.1",
    "coveralls": "^3.0.0",
    "istanbul": "^0.4.5",
    "jshint": "^2.9.5",
    "lodash": "^4.17.4",
    "mocha": "^4.0.1"
  },
  "directories": {},
  "dist": {
    "shasum": "37ef1e080a8ffb55c2f4164f536f1919e7968aee",
    "tarball": "https://registry.npmjs.org/cls-bluebird/-/cls-bluebird-2.1.0.tgz"
  },
  "gitHead": "f62a408a412477e7c06a8573acc62aea8d331d76",
  "homepage": "https://github.com/TimBeyer/cls-bluebird#readme",
  "keywords": [
    "async",
    "baling-wire",
    "bluebird",
    "cls",
    "continuation",
    "continuation-local-storage",
    "glue",
    "local",
    "patch",
    "promise",
    "promises",
    "storage",
    "thread"
  ],
  "license": "BSD-2-Clause",
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "overlookmotel",
      "email": "theoverlookmotel@gmail.com"
    },
    {
      "name": "timbeyer",
      "email": "tim.beyer@gmail.com"
    }
  ],
  "name": "cls-bluebird",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TimBeyer/cls-bluebird.git"
  },
  "scripts": {
    "cover": "npm run cover-main && rm -rf coverage",
    "cover-main": "COVERAGE=true BLUEBIRD_VERSION=3 istanbul cover _mocha --report lcovonly -- -R spec 'test/**/*.test.js'",
    "coveralls": "npm run cover-main && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
    "jshint": "jshint lib test",
    "test": "npm run jshint && npm run test-all",
    "test-all": "npm run test-bluebird2 && npm run test-bluebird3",
    "test-bluebird2": "BLUEBIRD_VERSION=2 npm run test-main",
    "test-bluebird3": "BLUEBIRD_VERSION=3 npm run test-main",
    "test-main": "mocha 'test/**/*.test.js'",
    "travis": "bin/travis.sh"
  },
  "version": "2.1.0"
}
