| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182 |
- {
- "_from": "tedious@^6.6.2",
- "_id": "tedious@6.6.2",
- "_inBundle": false,
- "_integrity": "sha512-0Yziuys2h66dVlqMPJpNFciQ/N2VrgwY8o8TXyj4OZBaxrvqRPeMuTKZZVBFTGOjt/J15fR0fX0HBnCHjm7QWA==",
- "_location": "/tedious",
- "_phantomChildren": {
- "inherits": "2.0.4",
- "safer-buffer": "2.1.2",
- "string_decoder": "1.1.1",
- "util-deprecate": "1.0.2"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "tedious@^6.6.2",
- "name": "tedious",
- "escapedName": "tedious",
- "rawSpec": "^6.6.2",
- "saveSpec": null,
- "fetchSpec": "^6.6.2"
- },
- "_requiredBy": [
- "/mssql"
- ],
- "_resolved": "https://registry.npmjs.org/tedious/-/tedious-6.6.2.tgz",
- "_shasum": "37ddd16d19ad7d594acbeb9eb6545b9f385980cc",
- "_spec": "tedious@^6.6.2",
- "_where": "E:\\workspace\\node\\qipai_server\\node_modules\\mssql",
- "author": {
- "name": "Mike D Pilsbury",
- "email": "mike.pilsbury@gmail.com"
- },
- "babel": {
- "ignore": [
- "./src/**/*.d.ts"
- ],
- "presets": [
- [
- "@babel/preset-env",
- {
- "targets": {
- "node": 6
- }
- }
- ],
- "@babel/preset-typescript"
- ]
- },
- "bugs": {
- "url": "https://github.com/tediousjs/tedious/issues"
- },
- "bundleDependencies": false,
- "commitlint": {
- "extends": [
- "@commitlint/config-conventional"
- ]
- },
- "contributors": [
- {
- "name": "Alex Robson"
- },
- {
- "name": "Arthur Schreiber"
- },
- {
- "name": "Bret Copeland",
- "email": "bret@atlantisflight.org",
- "url": "https://github.com/bretcope"
- },
- {
- "name": "Bryan Ross",
- "email": "bryan@rossipedia.com",
- "url": "https://github.com/rossipedia"
- },
- {
- "name": "Ciaran Jessup",
- "email": "ciaranj@gmail.com"
- },
- {
- "name": "Cort Fritz",
- "email": "cfritz@caa.com"
- },
- {
- "name": "lastonesky"
- },
- {
- "name": "Patrik Simek",
- "email": "patrik@patriksimek.cz"
- },
- {
- "name": "Phil Dodderidge",
- "email": "pdodde@poyntz.com"
- },
- {
- "name": "Zach Aller"
- }
- ],
- "dependencies": {
- "@azure/ms-rest-nodeauth": "2.0.2",
- "@types/node": "^12.7.11",
- "@types/readable-stream": "^2.3.5",
- "bl": "^3.0.0",
- "depd": "^2.0.0",
- "iconv-lite": "^0.5.0",
- "jsbi": "^3.1.1",
- "native-duplexpair": "^1.0.0",
- "punycode": "^2.1.0",
- "readable-stream": "^3.4.0",
- "sprintf-js": "^1.1.2"
- },
- "deprecated": false,
- "description": "A TDS driver, for connecting to MS SQLServer databases.",
- "devDependencies": {
- "@babel/cli": "^7.6.2",
- "@babel/core": "^7.6.2",
- "@babel/node": "^7.6.2",
- "@babel/preset-env": "^7.6.2",
- "@babel/preset-typescript": "^7.6.0",
- "@babel/register": "^7.6.2",
- "@commitlint/cli": "^8.2.0",
- "@commitlint/config-conventional": "^8.2.0",
- "@commitlint/travis-cli": "^8.2.0",
- "@types/bl": "^2.1.0",
- "@types/sprintf-js": "^1.1.2",
- "async": "^2.6.3",
- "babel-eslint": "^11.0.0-beta.0",
- "babel-plugin-istanbul": "^5.2.0",
- "benchmark": "^2.1.0",
- "chai": "^4.1.2",
- "codecov": "^3.6.1",
- "eslint": "^5.16.0",
- "mitm": "^1.7.0",
- "mocha": "^6.2.1",
- "nyc": "^14.1.1",
- "rimraf": "^3.0.0",
- "semantic-release": "^15.13.24",
- "sinon": "^7.5.0",
- "typescript": "^3.6.3"
- },
- "engines": {
- "node": ">= 6"
- },
- "homepage": "https://github.com/tediousjs/tedious",
- "keywords": [
- "sql",
- "database",
- "mssql",
- "sqlserver",
- "sql-server",
- "tds",
- "msnodesql",
- "azure"
- ],
- "license": "MIT",
- "main": "./lib/tedious.js",
- "name": "tedious",
- "nyc": {
- "sourceMap": false,
- "instrument": false,
- "extension": [
- ".ts"
- ]
- },
- "publishConfig": {
- "tag": "next"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/tediousjs/tedious.git"
- },
- "scripts": {
- "build": "rimraf lib && babel src --out-dir lib --extensions .js,.ts",
- "lint": "eslint src test --ext .js,.ts && tsc",
- "prepublish": "npm run build",
- "semantic-release": "semantic-release",
- "test": "mocha test/unit test/unit/token test/unit/tracking-buffer",
- "test-all": "mocha test/unit/ test/unit/token/ test/unit/tracking-buffer test/integration/",
- "test-integration": "mocha test/integration/"
- },
- "version": "6.6.2"
- }
|