{
  "_args": [
    [
      "tarn@3.0.2",
      "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi"
    ]
  ],
  "_from": "tarn@3.0.2",
  "_id": "tarn@3.0.2",
  "_inBundle": false,
  "_integrity": "sha512-51LAVKUSZSVfI05vjPESNc5vwqqZpbXCsU+/+wxlOrUjk2SnFTt97v9ZgQrD4YmxYW1Px6w2KjaDitCfkvgxMQ==",
  "_location": "/tarn",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tarn@3.0.2",
    "name": "tarn",
    "escapedName": "tarn",
    "rawSpec": "3.0.2",
    "saveSpec": null,
    "fetchSpec": "3.0.2"
  },
  "_requiredBy": [
    "/mssql"
  ],
  "_resolved": "https://registry.npmjs.org/tarn/-/tarn-3.0.2.tgz",
  "_spec": "3.0.2",
  "_where": "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi",
  "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": {
    "@types/node": "^10.17.17",
    "@typescript-eslint/eslint-plugin": "^2.21.0",
    "@typescript-eslint/parser": "^2.21.0",
    "bluebird": "^3.7.2",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.10.0",
    "eslint-plugin-prettier": "^3.1.2",
    "expect.js": "^0.3.1",
    "husky": "^1.3.1",
    "lint-staged": "^9.5.0",
    "mocha": "^7.1.0",
    "prettier": "^1.19.1",
    "typescript": "3.8.3"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "README.md",
    "LICENSE",
    "dist/*"
  ],
  "homepage": "https://github.com/vincit/tarn.js#readme",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "keywords": [
    "pool",
    "pooling",
    "throttle"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{js,ts}": [
      "prettier --write",
      "git add"
    ]
  },
  "main": "dist/tarn.js",
  "name": "tarn",
  "repository": {
    "type": "git",
    "url": "git://github.com/vincit/tarn.js.git"
  },
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf dist",
    "format": "prettier **/*.{js,ts} --write",
    "lint": "eslint --format codeframe \"src/**/*.ts\"",
    "prepublishOnly": "tsc",
    "test": "mocha --slow 10 --timeout 5000 --reporter spec tests.js",
    "test-bail": "mocha --slow 10 --timeout 5000 --reporter spec --bail tests.js"
  },
  "types": "dist/tarn.d.ts",
  "version": "3.0.2"
}
