{
  "_args": [
    [
      "tarn@1.1.4",
      "D:\\Development\\Work\\CENOS\\cenos-licenses"
    ]
  ],
  "_development": true,
  "_from": "tarn@1.1.4",
  "_id": "tarn@1.1.4",
  "_inBundle": false,
  "_integrity": "sha1-ruuFlksa+gu/OBNZwRZ98jfCe2o=",
  "_location": "/tarn",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tarn@1.1.4",
    "name": "tarn",
    "escapedName": "tarn",
    "rawSpec": "1.1.4",
    "saveSpec": null,
    "fetchSpec": "1.1.4"
  },
  "_requiredBy": [
    "/knex"
  ],
  "_resolved": "https://registry.npmjs.org/tarn/-/tarn-1.1.4.tgz",
  "_spec": "1.1.4",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-licenses",
  "author": {
    "name": "Sami Koskimäki",
    "email": "sami.koskimaki@vincit.com",
    "url": "https://github.com/koskimas"
  },
  "bugs": {
    "url": "https://github.com/vincit/tarn.js/issues"
  },
  "dependencies": {},
  "description": "Simple and robust resource pool for node.js",
  "devDependencies": {
    "bluebird": "^3.5.1",
    "expect.js": "^0.3.1",
    "mocha": "^4.1.0"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "files": [
    "README.md",
    "LICENSE",
    "lib/*"
  ],
  "homepage": "https://github.com/vincit/tarn.js#readme",
  "keywords": [
    "pool",
    "pooling",
    "throttle"
  ],
  "license": "MIT",
  "main": "lib/tarn.js",
  "name": "tarn",
  "repository": {
    "type": "git",
    "url": "git://github.com/vincit/tarn.js.git"
  },
  "scripts": {
    "test": "mocha --slow 10 --timeout 5000 --reporter spec tests.js",
    "test-bail": "mocha --slow 10 --timeout 5000 --reporter spec --bail tests.js"
  },
  "version": "1.1.4"
}
