{
  "_args": [
    [
      "mssql@7.3.5",
      "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi"
    ]
  ],
  "_from": "mssql@7.3.5",
  "_id": "mssql@7.3.5",
  "_inBundle": false,
  "_integrity": "sha512-LTOSQ3k8yZTBfO/5XwH7zC6fDPBx1sYgMXZyP/k+ErWrhZN8faAvDq+/gMlm9DaFG9yaOipHedF5JSPV17EHNw==",
  "_location": "/mssql",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "mssql@7.3.5",
    "name": "mssql",
    "escapedName": "mssql",
    "rawSpec": "7.3.5",
    "saveSpec": null,
    "fetchSpec": "7.3.5"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/mssql/-/mssql-7.3.5.tgz",
  "_spec": "7.3.5",
  "_where": "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi",
  "author": {
    "name": "Patrik Simek",
    "url": "https://patriksimek.cz"
  },
  "bin": {
    "mssql": "bin/mssql"
  },
  "bugs": {
    "url": "https://github.com/tediousjs/node-mssql/issues"
  },
  "dependencies": {
    "@tediousjs/connection-string": "^0.3.0",
    "debug": "^4.3.3",
    "rfdc": "^1.3.0",
    "tarn": "^3.0.1",
    "tedious": "^11.4.0"
  },
  "description": "Microsoft SQL Server client for Node.js.",
  "devDependencies": {
    "mocha": "^8.4.0",
    "standard": "^16.0.4"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "lib/",
    "bin/",
    "msnodesqlv8.js",
    "tedious.js",
    "index.js"
  ],
  "homepage": "https://github.com/tediousjs/node-mssql#readme",
  "keywords": [
    "database",
    "mssql",
    "sql",
    "server",
    "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/tediousjs/node-mssql.git"
  },
  "scripts": {
    "lint": "standard",
    "test": "npm run lint && npm run test-unit",
    "test-cli": "mocha --exit -t 15000 test/common/cli.js",
    "test-msnodesqlv8": "mocha --exit -t 15000 test/msnodesqlv8",
    "test-tedious": "mocha --exit -t 15000 test/tedious",
    "test-unit": "mocha --exit -t 15000 test/common/unit.js"
  },
  "version": "7.3.5"
}
