{ "_from": "mssql@6.3.2", "_id": "mssql@6.3.2", "_inBundle": false, "_integrity": "sha1-EWwasXrlWx+sZ9xFOvVMBv6+hV8=", "_location": "/mssql", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "mssql@6.3.2", "name": "mssql", "escapedName": "mssql", "rawSpec": "6.3.2", "saveSpec": null, "fetchSpec": "6.3.2" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.nlark.com/mssql/download/mssql-6.3.2.tgz?cache=0&sync_timestamp=1623400513020&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fmssql%2Fdownload%2Fmssql-6.3.2.tgz", "_shasum": "116c1ab17ae55b1fac67dc453af54c06febe855f", "_spec": "mssql@6.3.2", "_where": "C:\\E\\crisis\\www\\api", "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.3.1", "tarn": "^1.1.5", "tedious": "^6.7.0" }, "deprecated": false, "description": "Microsoft SQL Server client for Node.js.", "devDependencies": { "mocha": "^6.2.3", "standard": "^14.3.4" }, "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.3.2" }