{
  "_args": [
    [
      "tedious@4.2.0",
      "/opt/data/websites/csp-api-new"
    ]
  ],
  "_from": "tedious@4.2.0",
  "_id": "tedious@4.2.0",
  "_inBundle": false,
  "_integrity": "sha512-Py59XmvMcYWdjc1qyXDsbBwQE3yM8CJzuDnagjRpwjgndaBQXBULDI3D6OxKClbTNxA3qaLBFd9DjfV+is3AYA==",
  "_location": "/tedious",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tedious@4.2.0",
    "name": "tedious",
    "escapedName": "tedious",
    "rawSpec": "4.2.0",
    "saveSpec": null,
    "fetchSpec": "4.2.0"
  },
  "_requiredBy": [
    "/mssql"
  ],
  "_resolved": "https://registry.npmjs.org/tedious/-/tedious-4.2.0.tgz",
  "_spec": "4.2.0",
  "_where": "/opt/data/websites/csp-api-new",
  "author": {
    "name": "Mike D Pilsbury",
    "email": "mike.pilsbury@gmail.com"
  },
  "babel": {
    "presets": [
      [
        "@babel/preset-env",
        {
          "targets": {
            "node": 6
          }
        }
      ],
      "@babel/flow"
    ]
  },
  "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": {
    "adal-node": "^0.1.22",
    "big-number": "1.0.0",
    "bl": "^2.0.1",
    "depd": "^1.1.2",
    "iconv-lite": "^0.4.23",
    "native-duplexpair": "^1.0.0",
    "punycode": "^2.1.0",
    "readable-stream": "^3.0.3",
    "sprintf-js": "^1.1.1"
  },
  "description": "A TDS driver, for connecting to MS SQLServer databases.",
  "devDependencies": {
    "@babel/cli": "^7.1.0",
    "@babel/core": "^7.1.0",
    "@babel/preset-env": "^7.1.0",
    "@babel/preset-flow": "^7.0.0",
    "@babel/register": "^7.0.0",
    "@commitlint/cli": "^7.1.2",
    "@commitlint/config-conventional": "^7.1.2",
    "@commitlint/travis-cli": "^7.1.2",
    "async": "^2.6.1",
    "babel-eslint": "^10.0.1",
    "benchmark": "^2.1.0",
    "chai": "^4.1.2",
    "eslint": "^5.6.0",
    "flow-bin": "^0.81.0",
    "mitm": "^1.3.2",
    "mocha": "^5.2.0",
    "nodeunit": "^0.11.3",
    "rimraf": "^2.6.1",
    "semantic-release": "^15.9.16",
    "sinon": "^6.3.4"
  },
  "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",
  "publishConfig": {
    "tag": "next"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tediousjs/tedious.git"
  },
  "scripts": {
    "build": "rimraf lib && babel src --out-dir lib",
    "lint": "eslint src test && flow",
    "prepublish": "npm run build",
    "semantic-release": "semantic-release",
    "test": "nodeunit --reporter minimal test/setup.js test/unit/ test/unit/token/ test/unit/tracking-buffer && mocha test/unit test/unit/token test/unit/tracking-buffer",
    "test-all": "nodeunit --reporter minimal test/setup.js test/unit/ test/unit/token/ test/unit/tracking-buffer test/integration/ && mocha test/unit/ test/unit/token/ test/unit/tracking-buffer test/integration/",
    "test-integration": "nodeunit --reporter minimal test/setup.js test/integration/ && mocha test/integration/"
  },
  "version": "4.2.0"
}
