????

Your IP : 18.116.14.133


Current Path : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/mssql/
Upload File :
Current File : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/mssql/package.json

{
  "author": {
    "name": "Patrik Simek",
    "url": "https://patriksimek.cz"
  },
  "name": "mssql",
  "description": "Microsoft SQL Server client for Node.js.",
  "keywords": [
    "database",
    "mssql",
    "sql",
    "server",
    "msnodesql",
    "sqlserver",
    "tds",
    "node-tds",
    "tedious",
    "node-sqlserver",
    "sqlserver",
    "msnodesqlv8",
    "azure",
    "node-mssql"
  ],
  "version": "9.1.1",
  "main": "index.js",
  "repository": "github:tediousjs/node-mssql",
  "license": "MIT",
  "dependencies": {
    "@tediousjs/connection-string": "^0.4.1",
    "commander": "^9.4.0",
    "debug": "^4.3.3",
    "rfdc": "^1.3.0",
    "tarn": "^3.0.2",
    "tedious": "^15.0.1"
  },
  "devDependencies": {
    "mocha": "^10.0.0",
    "standard": "^17.0.0"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "lib/",
    "bin/",
    "tedious.js",
    "msnodesqlv8.js"
  ],
  "scripts": {
    "test": "npm run lint && npm run test-unit",
    "lint": "standard",
    "test-unit": "mocha --exit -t 15000 test/common/unit.js",
    "test-tedious": "mocha --exit -t 15000 test/tedious",
    "test-msnodesqlv8": "mocha --exit -t 15000 test/msnodesqlv8",
    "test-cli": "mocha --exit -t 15000 test/common/cli.js"
  },
  "bin": {
    "mssql": "./bin/mssql"
  }
}