| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- {
- "_from": "mssql",
- "_id": "mssql@6.0.1",
- "_inBundle": false,
- "_integrity": "sha512-7oPhbQjotFJBgMPlzLmPwWlnrryxrDltjCNCD9BK7Df7TA9wc6Mb/0Bcx04NJyHCMAhw8C/iWjbJoeDyUfRNUA==",
- "_location": "/mssql",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "mssql",
- "name": "mssql",
- "escapedName": "mssql",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/mssql/-/mssql-6.0.1.tgz",
- "_shasum": "3aab69b7c19dd1b304495f27b748535d0110b477",
- "_spec": "mssql",
- "_where": "E:\\workspace\\node\\qipai_server",
- "author": {
- "name": "Patrik Simek",
- "url": "https://patriksimek.cz"
- },
- "bin": {
- "mssql": "./bin/mssql"
- },
- "bugs": {
- "url": "https://github.com/tediousjs/node-mssql/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "debug": "^4",
- "tarn": "^1.1.5",
- "tedious": "^6.6.2"
- },
- "deprecated": false,
- "description": "Microsoft SQL Server client for Node.js.",
- "devDependencies": {
- "mocha": "^6.2.2",
- "standard": "^14"
- },
- "engines": {
- "node": ">=6"
- },
- "files": [
- "lib/",
- "bin/",
- "*.js",
- "*.md"
- ],
- "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": "6.0.1"
- }
|