{
  "_from": "mssql@^2.5.0",
  "_id": "mssql@2.5.0",
  "_inBundle": false,
  "_integrity": "sha1-OA/heNVCEarNOvMjrBn5p4RVkO8=",
  "_location": "/mssql",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "mssql@^2.5.0",
    "name": "mssql",
    "escapedName": "mssql",
    "rawSpec": "^2.5.0",
    "saveSpec": null,
    "fetchSpec": "^2.5.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/mssql/-/mssql-2.5.0.tgz",
  "_shasum": "380fe178d54211aacd3af323ac19f9a7845590ef",
  "_spec": "mssql@^2.5.0",
  "_where": "/home/ldt/Downloads/sails-sqlserver-master",
  "author": {
    "name": "Patrik Simek",
    "url": "https://patriksimek.cz"
  },
  "bin": {
    "mssql": "./bin/mssql"
  },
  "bugs": {
    "url": "https://github.com/patriksimek/node-mssql/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "generic-pool": "^2.2.0",
    "promise": "^7.0.1",
    "tedious": "~1.13.1"
  },
  "deprecated": false,
  "description": "An easy-to-use MSSQL database connector for Node.js.",
  "devDependencies": {
    "coffee-script": "^1.9.3",
    "mocha": "^2.1.0"
  },
  "engines": {
    "node": ">=0.10"
  },
  "homepage": "https://github.com/patriksimek/node-mssql#readme",
  "keywords": [
    "database",
    "mssql",
    "sql",
    "msnodesql",
    "sqlserver",
    "tds",
    "node-tds",
    "tedious",
    "node-sqlserver",
    "sqlserver",
    "msnodesqlv8",
    "azure",
    "node-mssql"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "mssql",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/patriksimek/node-mssql.git"
  },
  "scripts": {
    "compile": "coffee --compile --output ./lib ./src",
    "prepublish": "coffee --compile --output ./lib ./src",
    "test": "mocha test/unit",
    "test-cli": "mocha test/integration -g cli",
    "test-msnodesql": "mocha test/integration -g msnodesql",
    "test-tds": "mocha test/integration -g tds",
    "test-tedious": "mocha test/integration -g tedious"
  },
  "version": "2.5.0"
}
