package.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. {
  2. "_from": "tedious@^6.6.2",
  3. "_id": "tedious@6.6.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-0Yziuys2h66dVlqMPJpNFciQ/N2VrgwY8o8TXyj4OZBaxrvqRPeMuTKZZVBFTGOjt/J15fR0fX0HBnCHjm7QWA==",
  6. "_location": "/tedious",
  7. "_phantomChildren": {
  8. "inherits": "2.0.4",
  9. "safer-buffer": "2.1.2",
  10. "string_decoder": "1.1.1",
  11. "util-deprecate": "1.0.2"
  12. },
  13. "_requested": {
  14. "type": "range",
  15. "registry": true,
  16. "raw": "tedious@^6.6.2",
  17. "name": "tedious",
  18. "escapedName": "tedious",
  19. "rawSpec": "^6.6.2",
  20. "saveSpec": null,
  21. "fetchSpec": "^6.6.2"
  22. },
  23. "_requiredBy": [
  24. "/mssql"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/tedious/-/tedious-6.6.2.tgz",
  27. "_shasum": "37ddd16d19ad7d594acbeb9eb6545b9f385980cc",
  28. "_spec": "tedious@^6.6.2",
  29. "_where": "E:\\workspace\\node\\qipai_server\\node_modules\\mssql",
  30. "author": {
  31. "name": "Mike D Pilsbury",
  32. "email": "mike.pilsbury@gmail.com"
  33. },
  34. "babel": {
  35. "ignore": [
  36. "./src/**/*.d.ts"
  37. ],
  38. "presets": [
  39. [
  40. "@babel/preset-env",
  41. {
  42. "targets": {
  43. "node": 6
  44. }
  45. }
  46. ],
  47. "@babel/preset-typescript"
  48. ]
  49. },
  50. "bugs": {
  51. "url": "https://github.com/tediousjs/tedious/issues"
  52. },
  53. "bundleDependencies": false,
  54. "commitlint": {
  55. "extends": [
  56. "@commitlint/config-conventional"
  57. ]
  58. },
  59. "contributors": [
  60. {
  61. "name": "Alex Robson"
  62. },
  63. {
  64. "name": "Arthur Schreiber"
  65. },
  66. {
  67. "name": "Bret Copeland",
  68. "email": "bret@atlantisflight.org",
  69. "url": "https://github.com/bretcope"
  70. },
  71. {
  72. "name": "Bryan Ross",
  73. "email": "bryan@rossipedia.com",
  74. "url": "https://github.com/rossipedia"
  75. },
  76. {
  77. "name": "Ciaran Jessup",
  78. "email": "ciaranj@gmail.com"
  79. },
  80. {
  81. "name": "Cort Fritz",
  82. "email": "cfritz@caa.com"
  83. },
  84. {
  85. "name": "lastonesky"
  86. },
  87. {
  88. "name": "Patrik Simek",
  89. "email": "patrik@patriksimek.cz"
  90. },
  91. {
  92. "name": "Phil Dodderidge",
  93. "email": "pdodde@poyntz.com"
  94. },
  95. {
  96. "name": "Zach Aller"
  97. }
  98. ],
  99. "dependencies": {
  100. "@azure/ms-rest-nodeauth": "2.0.2",
  101. "@types/node": "^12.7.11",
  102. "@types/readable-stream": "^2.3.5",
  103. "bl": "^3.0.0",
  104. "depd": "^2.0.0",
  105. "iconv-lite": "^0.5.0",
  106. "jsbi": "^3.1.1",
  107. "native-duplexpair": "^1.0.0",
  108. "punycode": "^2.1.0",
  109. "readable-stream": "^3.4.0",
  110. "sprintf-js": "^1.1.2"
  111. },
  112. "deprecated": false,
  113. "description": "A TDS driver, for connecting to MS SQLServer databases.",
  114. "devDependencies": {
  115. "@babel/cli": "^7.6.2",
  116. "@babel/core": "^7.6.2",
  117. "@babel/node": "^7.6.2",
  118. "@babel/preset-env": "^7.6.2",
  119. "@babel/preset-typescript": "^7.6.0",
  120. "@babel/register": "^7.6.2",
  121. "@commitlint/cli": "^8.2.0",
  122. "@commitlint/config-conventional": "^8.2.0",
  123. "@commitlint/travis-cli": "^8.2.0",
  124. "@types/bl": "^2.1.0",
  125. "@types/sprintf-js": "^1.1.2",
  126. "async": "^2.6.3",
  127. "babel-eslint": "^11.0.0-beta.0",
  128. "babel-plugin-istanbul": "^5.2.0",
  129. "benchmark": "^2.1.0",
  130. "chai": "^4.1.2",
  131. "codecov": "^3.6.1",
  132. "eslint": "^5.16.0",
  133. "mitm": "^1.7.0",
  134. "mocha": "^6.2.1",
  135. "nyc": "^14.1.1",
  136. "rimraf": "^3.0.0",
  137. "semantic-release": "^15.13.24",
  138. "sinon": "^7.5.0",
  139. "typescript": "^3.6.3"
  140. },
  141. "engines": {
  142. "node": ">= 6"
  143. },
  144. "homepage": "https://github.com/tediousjs/tedious",
  145. "keywords": [
  146. "sql",
  147. "database",
  148. "mssql",
  149. "sqlserver",
  150. "sql-server",
  151. "tds",
  152. "msnodesql",
  153. "azure"
  154. ],
  155. "license": "MIT",
  156. "main": "./lib/tedious.js",
  157. "name": "tedious",
  158. "nyc": {
  159. "sourceMap": false,
  160. "instrument": false,
  161. "extension": [
  162. ".ts"
  163. ]
  164. },
  165. "publishConfig": {
  166. "tag": "next"
  167. },
  168. "repository": {
  169. "type": "git",
  170. "url": "git+https://github.com/tediousjs/tedious.git"
  171. },
  172. "scripts": {
  173. "build": "rimraf lib && babel src --out-dir lib --extensions .js,.ts",
  174. "lint": "eslint src test --ext .js,.ts && tsc",
  175. "prepublish": "npm run build",
  176. "semantic-release": "semantic-release",
  177. "test": "mocha test/unit test/unit/token test/unit/tracking-buffer",
  178. "test-all": "mocha test/unit/ test/unit/token/ test/unit/tracking-buffer test/integration/",
  179. "test-integration": "mocha test/integration/"
  180. },
  181. "version": "6.6.2"
  182. }