{
  "_args": [
    [
      "tedious@8.3.1",
      "/home/tbbdev/public_html/billbook"
    ]
  ],
  "_from": "tedious@8.3.1",
  "_id": "tedious@8.3.1",
  "_inBundle": false,
  "_integrity": "sha512-HraoUHvXbbVrdLcYSh1KBiffqvtuXubEe8zmuKFdWAEwTUi3fS3swM1HdSq5tq/Q+A0NowYf/qvkOM4qoBpNRw==",
  "_location": "/tedious",
  "_phantomChildren": {
    "inherits": "2.0.4",
    "safer-buffer": "2.1.2",
    "string_decoder": "1.1.1",
    "util-deprecate": "1.0.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tedious@8.3.1",
    "name": "tedious",
    "escapedName": "tedious",
    "rawSpec": "8.3.1",
    "saveSpec": null,
    "fetchSpec": "8.3.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/tedious/-/tedious-8.3.1.tgz",
  "_spec": "8.3.1",
  "_where": "/home/tbbdev/public_html/billbook",
  "author": {
    "name": "Mike D Pilsbury",
    "email": "mike.pilsbury@gmail.com"
  },
  "babel": {
    "ignore": [
      "./src/**/*.d.ts"
    ],
    "presets": [
      [
        "@babel/preset-env",
        {
          "targets": {
            "node": 6
          }
        }
      ],
      [
        "@babel/preset-typescript",
        {
          "allowDeclareFields": true
        }
      ]
    ],
    "plugins": [
      [
        "@babel/transform-typescript",
        {
          "allowDeclareFields": true
        }
      ],
      [
        "@babel/plugin-proposal-class-properties",
        {
          "loose": true
        }
      ]
    ]
  },
  "bugs": {
    "url": "https://github.com/tediousjs/tedious/issues"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "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/ms-rest-nodeauth": "2.0.2",
    "@js-joda/core": "^2.0.0",
    "bl": "^3.0.0",
    "depd": "^2.0.0",
    "iconv-lite": "^0.5.0",
    "jsbi": "^3.1.1",
    "native-duplexpair": "^1.0.0",
    "punycode": "^2.1.0",
    "readable-stream": "^3.6.0",
    "sprintf-js": "^1.1.2"
  },
  "description": "A TDS driver, for connecting to MS SQLServer databases.",
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.9.6",
    "@babel/node": "^7.8.7",
    "@babel/plugin-proposal-class-properties": "^7.8.3",
    "@babel/preset-env": "^7.9.6",
    "@babel/preset-typescript": "^7.9.0",
    "@babel/register": "^7.9.0",
    "@commitlint/cli": "^8.3.5",
    "@commitlint/config-conventional": "^8.3.4",
    "@commitlint/travis-cli": "^8.3.5",
    "@types/bl": "^2.1.0",
    "@types/chai": "^4.2.11",
    "@types/depd": "^1.1.32",
    "@types/mocha": "^7.0.2",
    "@types/node": "^13.5.1",
    "@types/readable-stream": "^2.3.5",
    "@types/sprintf-js": "^1.1.2",
    "@typescript-eslint/eslint-plugin": "^2.18.0",
    "@typescript-eslint/parser": "^2.18.0",
    "async": "^2.6.3",
    "babel-plugin-istanbul": "^5.2.0",
    "chai": "^4.1.2",
    "codecov": "^3.6.1",
    "eslint": "^5.16.0",
    "mitm": "^1.7.0",
    "mocha": "^6.2.2",
    "nyc": "^14.1.1",
    "rimraf": "^3.0.0",
    "semantic-release": "^17.0.1",
    "sinon": "^7.5.0",
    "typescript": "^3.8.3"
  },
  "engines": {
    "node": ">= 6"
  },
  "homepage": "https://github.com/tediousjs/tedious",
  "keywords": [
    "sql",
    "database",
    "mssql",
    "sqlserver",
    "sql-server",
    "tds",
    "msnodesql",
    "azure"
  ],
  "license": "MIT",
  "main": "./lib/tedious.js",
  "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",
    "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": "8.3.1"
}
