{
  "_from": "tedious@~1.13.1",
  "_id": "tedious@1.13.2",
  "_inBundle": false,
  "_integrity": "sha1-UddyQhh3K3pZ4x4Ui9tOe1OREFg=",
  "_location": "/tedious",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "tedious@~1.13.1",
    "name": "tedious",
    "escapedName": "tedious",
    "rawSpec": "~1.13.1",
    "saveSpec": null,
    "fetchSpec": "~1.13.1"
  },
  "_requiredBy": [
    "/mssql"
  ],
  "_resolved": "https://registry.npmjs.org/tedious/-/tedious-1.13.2.tgz",
  "_shasum": "51d7724218772b7a59e31e148bdb4e7b53911058",
  "_spec": "tedious@~1.13.1",
  "_where": "/home/ldt/Downloads/sails-sqlserver-master/node_modules/mssql",
  "author": {
    "name": "Mike D Pilsbury",
    "email": "mike.pilsbury@gmail.com"
  },
  "babel": {
    "optional": [
      "runtime"
    ]
  },
  "bugs": {
    "url": "https://github.com/pekim/tedious/issues"
  },
  "bundleDependencies": false,
  "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": "^5.8.19",
    "big-number": "0.3.1",
    "bl": "^1.0.0",
    "iconv-lite": "^0.4.11",
    "readable-stream": "^2.0.2",
    "sprintf": "0.1.5"
  },
  "deprecated": false,
  "description": "A TDS driver, for connecting to MS SQLServer databases.",
  "devDependencies": {
    "async": "^1.4.0",
    "babel": "^5.8.19",
    "benchmark": "^1.0.0",
    "coffee-script": "^1.9.3",
    "nodeunit": "^0.9.1"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "homepage": "https://github.com/pekim/tedious",
  "keywords": [
    "sql",
    "database",
    "mssql",
    "sqlserver",
    "sql-server",
    "tds",
    "msnodesql",
    "azure"
  ],
  "license": "MIT",
  "main": "./lib/tedious.js",
  "name": "tedious",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pekim/tedious.git"
  },
  "scripts": {
    "prepublish": "coffee scripts/build.coffee",
    "test": "nodeunit --reporter minimal test/setup.js 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/",
    "test-integration": "nodeunit --reporter minimal test/setup.js test/integration/"
  },
  "version": "1.13.2"
}
