{
  "_args": [
    [
      "tedious@11.8.0",
      "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi"
    ]
  ],
  "_from": "tedious@11.8.0",
  "_id": "tedious@11.8.0",
  "_inBundle": false,
  "_integrity": "sha512-GtFrO694x/7CRiUBt0AI4jrMtrkXV+ywifiOrDy4K0ufJLeKB4rgmPjy5Ws366fCaBaKlqQ9RnJ+sCJ1Jbd1lw==",
  "_location": "/tedious",
  "_phantomChildren": {
    "safer-buffer": "2.1.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tedious@11.8.0",
    "name": "tedious",
    "escapedName": "tedious",
    "rawSpec": "11.8.0",
    "saveSpec": null,
    "fetchSpec": "11.8.0"
  },
  "_requiredBy": [
    "/mssql"
  ],
  "_resolved": "https://registry.npmjs.org/tedious/-/tedious-11.8.0.tgz",
  "_spec": "11.8.0",
  "_where": "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi",
  "author": {
    "name": "Mike D Pilsbury",
    "email": "mike.pilsbury@gmail.com"
  },
  "babel": {
    "ignore": [
      "./src/**/*.d.ts"
    ],
    "presets": [
      [
        "@babel/preset-env",
        {
          "targets": {
            "node": 10
          }
        }
      ],
      [
        "@babel/preset-typescript",
        {
          "allowDeclareFields": true
        }
      ]
    ],
    "plugins": [
      [
        "@babel/transform-typescript",
        {
          "allowDeclareFields": true
        }
      ],
      [
        "@babel/plugin-proposal-class-properties",
        {
          "loose": true
        }
      ],
      [
        "@babel/plugin-proposal-private-methods",
        {
          "loose": true
        }
      ]
    ]
  },
  "bugs": {
    "url": "https://github.com/tediousjs/tedious/issues"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ],
    "rules": {
      "body-max-line-length": [
        1,
        "always",
        100
      ],
      "footer-max-line-length": [
        1,
        "always",
        100
      ],
      "header-max-length": [
        1,
        "always",
        100
      ]
    }
  },
  "contributors": [
    {
      "name": "Alex Robson"
    },
    {
      "name": "Arthur Schreiber"
    },
    {
      "name": "Bret Copeland",
      "email": "bret@atlantisflight.org",
      "url": "https://github.com/bretcope"
    },
    {
      "name": "Bryan Ross",
      "email": "bryan@rossipedia.com",
      "url": "https://github.com/rossipedia"
    },
    {
      "name": "Ciaran Jessup",
      "email": "ciaranj@gmail.com"
    },
    {
      "name": "Cort Fritz",
      "email": "cfritz@caa.com"
    },
    {
      "name": "lastonesky"
    },
    {
      "name": "Patrik Simek",
      "email": "patrik@patriksimek.cz"
    },
    {
      "name": "Phil Dodderidge",
      "email": "pdodde@poyntz.com"
    },
    {
      "name": "Zach Aller"
    }
  ],
  "dependencies": {
    "@azure/identity": "^1.3.0",
    "@azure/keyvault-keys": "^4.1.0",
    "@azure/ms-rest-nodeauth": "^3.0.6",
    "@js-joda/core": "^3.2.0",
    "adal-node": "^0.2.1",
    "bl": "^5.0.0",
    "depd": "^2.0.0",
    "iconv-lite": "^0.6.3",
    "jsbi": "^3.1.5",
    "native-duplexpair": "^1.0.0",
    "node-abort-controller": "^2.0.0",
    "punycode": "^2.1.0",
    "sprintf-js": "^1.1.2"
  },
  "description": "A TDS driver, for connecting to MS SQLServer databases.",
  "devDependencies": {
    "@babel/cli": "^7.14.8",
    "@babel/core": "^7.14.8",
    "@babel/node": "^7.14.7",
    "@babel/plugin-proposal-class-properties": "^7.14.5",
    "@babel/preset-env": "^7.14.8",
    "@babel/preset-typescript": "^7.14.5",
    "@babel/register": "^7.14.5",
    "@commitlint/cli": "^12.1.4",
    "@commitlint/config-conventional": "^12.1.4",
    "@commitlint/travis-cli": "^12.1.4",
    "@types/async": "^3.2.7",
    "@types/bl": "^5.0.1",
    "@types/chai": "^4.2.20",
    "@types/depd": "^1.1.32",
    "@types/lru-cache": "^5.1.0",
    "@types/mocha": "^8.2.3",
    "@types/node": "^14.14.20",
    "@types/sprintf-js": "^1.1.2",
    "@typescript-eslint/eslint-plugin": "^4.28.2",
    "@typescript-eslint/parser": "^4.28.2",
    "async": "^3.2.0",
    "babel-plugin-istanbul": "^6.0.0",
    "chai": "^4.3.4",
    "codecov": "^3.8.3",
    "eslint": "^7.31.0",
    "mitm": "^1.7.2",
    "mocha": "^8.4.0",
    "nyc": "^15.1.0",
    "rimraf": "^3.0.2",
    "semantic-release": "^17.4.4",
    "sinon": "^11.1.1",
    "typedoc": "^0.20.37",
    "typescript": "^4.2.4"
  },
  "engines": {
    "node": ">= 10"
  },
  "homepage": "https://github.com/tediousjs/tedious",
  "keywords": [
    "sql",
    "database",
    "mssql",
    "sqlserver",
    "sql-server",
    "tds",
    "msnodesql",
    "azure"
  ],
  "license": "MIT",
  "main": "./lib/tedious.js",
  "mocha": {
    "require": "test/setup.js",
    "timeout": 5000,
    "extension": [
      "js",
      "ts"
    ]
  },
  "name": "tedious",
  "nyc": {
    "sourceMap": false,
    "instrument": false,
    "extension": [
      ".ts"
    ]
  },
  "publishConfig": {
    "tag": "next"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tediousjs/tedious.git"
  },
  "scripts": {
    "build": "rimraf lib && babel src --out-dir lib --extensions .js,.ts",
    "docs": "typedoc",
    "lint": "eslint src test --ext .js,.ts && tsc",
    "prepublish": "npm run build",
    "semantic-release": "semantic-release",
    "test": "mocha test/unit test/unit/token test/unit/tracking-buffer",
    "test-all": "mocha test/unit/ test/unit/token/ test/unit/tracking-buffer test/integration/",
    "test-integration": "mocha test/integration/"
  },
  "version": "11.8.0"
}
