package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "mssql",
  3. "_id": "mssql@6.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7oPhbQjotFJBgMPlzLmPwWlnrryxrDltjCNCD9BK7Df7TA9wc6Mb/0Bcx04NJyHCMAhw8C/iWjbJoeDyUfRNUA==",
  6. "_location": "/mssql",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "mssql",
  12. "name": "mssql",
  13. "escapedName": "mssql",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/mssql/-/mssql-6.0.1.tgz",
  23. "_shasum": "3aab69b7c19dd1b304495f27b748535d0110b477",
  24. "_spec": "mssql",
  25. "_where": "E:\\workspace\\node\\qipai_server",
  26. "author": {
  27. "name": "Patrik Simek",
  28. "url": "https://patriksimek.cz"
  29. },
  30. "bin": {
  31. "mssql": "./bin/mssql"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/tediousjs/node-mssql/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "debug": "^4",
  39. "tarn": "^1.1.5",
  40. "tedious": "^6.6.2"
  41. },
  42. "deprecated": false,
  43. "description": "Microsoft SQL Server client for Node.js.",
  44. "devDependencies": {
  45. "mocha": "^6.2.2",
  46. "standard": "^14"
  47. },
  48. "engines": {
  49. "node": ">=6"
  50. },
  51. "files": [
  52. "lib/",
  53. "bin/",
  54. "*.js",
  55. "*.md"
  56. ],
  57. "homepage": "https://github.com/tediousjs/node-mssql#readme",
  58. "keywords": [
  59. "database",
  60. "mssql",
  61. "sql",
  62. "server",
  63. "msnodesql",
  64. "sqlserver",
  65. "tds",
  66. "node-tds",
  67. "tedious",
  68. "node-sqlserver",
  69. "sqlserver",
  70. "msnodesqlv8",
  71. "azure",
  72. "node-mssql"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "name": "mssql",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/tediousjs/node-mssql.git"
  80. },
  81. "scripts": {
  82. "lint": "standard",
  83. "test": "npm run lint && npm run test-unit",
  84. "test-cli": "mocha --exit -t 15000 test/common/cli.js",
  85. "test-msnodesqlv8": "mocha --exit -t 15000 test/msnodesqlv8",
  86. "test-tedious": "mocha --exit -t 15000 test/tedious",
  87. "test-unit": "mocha --exit -t 15000 test/common/unit.js"
  88. },
  89. "version": "6.0.1"
  90. }