{
  "_args": [
    [
      {
        "raw": "pool2@^1.1.0",
        "scope": null,
        "escapedName": "pool2",
        "name": "pool2",
        "rawSpec": "^1.1.0",
        "spec": ">=1.1.0 <2.0.0",
        "type": "range"
      },
      "/home/travis/build/waterlinejs/sqlite3-adapter/node_modules/knex"
    ]
  ],
  "_from": "pool2@>=1.1.0 <2.0.0",
  "_id": "pool2@1.4.1",
  "_inBundle": true,
  "_inCache": true,
  "_location": "/waterline-sqlite3/pool2",
  "_nodeVersion": "6.3.1",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/pool2-1.4.1.tgz_1482001570476_0.6946054976433516"
  },
  "_npmUser": {
    "name": "myndzi",
    "email": "kris@pressbuttonllc.com"
  },
  "_npmVersion": "3.10.5",
  "_phantomChildren": {},
  "_requested": {
    "raw": "pool2@^1.1.0",
    "scope": null,
    "escapedName": "pool2",
    "name": "pool2",
    "rawSpec": "^1.1.0",
    "spec": ">=1.1.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/waterline-sqlite3/knex"
  ],
  "_resolved": "https://registry.npmjs.org/pool2/-/pool2-1.4.1.tgz",
  "_shasum": "32fbd4f6a37764599002faeab8a0494a2a76a2d0",
  "_shrinkwrap": null,
  "_spec": "pool2@^1.1.0",
  "_where": "/home/travis/build/waterlinejs/sqlite3-adapter/node_modules/knex",
  "author": {
    "name": "Kris Reeves"
  },
  "bugs": {
    "url": "https://github.com/myndzi/pool2/issues"
  },
  "dependencies": {
    "debug": "^2.1.3",
    "double-ended-queue": "^2.1.0-0",
    "hashmap": "^2.0.1",
    "simple-backoff": "^1.0.0"
  },
  "description": "Resource pool built with database drivers in mind",
  "devDependencies": {
    "bamp": "^1.0.11",
    "istanbul": "^0.3.6",
    "jshint": "^2.6.0",
    "mocha": "^2.1.0",
    "should": "^5.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "32fbd4f6a37764599002faeab8a0494a2a76a2d0",
    "tarball": "https://registry.npmjs.org/pool2/-/pool2-1.4.1.tgz"
  },
  "gitHead": "4135d88818e485accaeca35fcb164f7274816aaf",
  "homepage": "https://github.com/myndzi/pool2#readme",
  "keywords": [
    "database",
    "pool",
    "cluster"
  ],
  "license": "ISC",
  "main": "index.js",
  "maintainers": [
    {
      "name": "myndzi",
      "email": "kris.re@bbhmedia.com"
    },
    {
      "name": "tgriesser",
      "email": "tgriesser10@gmail.com"
    }
  ],
  "name": "pool2",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/myndzi/pool2.git"
  },
  "scripts": {
    "bamp": "bamp",
    "cov": "NODE_ENV=testing istanbul cover node_modules/.bin/_mocha -- -u bdd -R spec --bail test/*.test.js;jshint lib/*.js",
    "test": "NODE_ENV=testing mocha -u bdd -R spec --bail test/*.test.js;jshint lib/*.js"
  },
  "version": "1.4.1"
}
