{
  "_from": "tedious@2.7.1",
  "_id": "tedious@2.7.1",
  "_inBundle": false,
  "_integrity": "sha512-u3ciATGm5byim91b3+c3MVTvY1zKjDmhUhnBQZXKymT2Vb9w322dziPQY6MhBNyBEcNONPsAMR+7/Uub7NYABQ==",
  "_location": "/tedious",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tedious@2.7.1",
    "name": "tedious",
    "escapedName": "tedious",
    "rawSpec": "2.7.1",
    "saveSpec": null,
    "fetchSpec": "2.7.1"
  },
  "_requiredBy": [
    "#USER",
    "/",
    "/mssql"
  ],
  "_resolved": "https://registry.npmjs.org/tedious/-/tedious-2.7.1.tgz",
  "_shasum": "5308edebdd33767ca67b36fc71b2ab9c54675278",
  "_spec": "tedious@2.7.1",
  "_where": "D:\\Application\\Audit\\node-eform",
  "author": {
    "name": "Mike D Pilsbury",
    "email": "mike.pilsbury@gmail.com"
  },
  "babel": {
    "presets": [
      [
        "env",
        {
          "targets": {
            "node": 4
          }
        }
      ],
      "flow"
    ],
    "plugins": [
      "transform-runtime"
    ]
  },
  "bugs": {
    "url": "https://github.com/tediousjs/tedious/issues"
  },
  "bundleDependencies": false,
  "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": {
    "babel-runtime": "^6.26.0",
    "big-number": "0.3.1",
    "bl": "^1.2.2",
    "depd": "^1.1.2",
    "iconv-lite": "^0.4.23",
    "native-duplexpair": "^1.0.0",
    "punycode": "^2.1.0",
    "readable-stream": "^2.3.6",
    "sprintf-js": "^1.1.1"
  },
  "deprecated": false,
  "description": "A TDS driver, for connecting to MS SQLServer databases.",
  "devDependencies": {
    "@commitlint/cli": "^6.2.0",
    "@commitlint/config-conventional": "^6.1.3",
    "@commitlint/travis-cli": "^6.2.0",
    "async": "^1.4.0",
    "babel-cli": "^6.26.0",
    "babel-eslint": "^7.2.3",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-flow": "^6.23.0",
    "babel-register": "^6.26.0",
    "benchmark": "^2.1.0",
    "chai": "^4.1.2",
    "eslint": "^3.19.0",
    "flow-bin": "^0.72.0",
    "mitm": "^1.3.2",
    "mocha": "^5.2.0",
    "nodeunit": "^0.11.0",
    "rimraf": "^2.6.1",
    "semantic-release": "^12.2.5",
    "sinon": "^1.17.5"
  },
  "engines": {
    "node": ">= 4"
  },
  "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": "2.7.1"
}
