UNPKG

mssql-connection-string

Version:
40 lines (39 loc) 1.1 kB
{ "name": "mssql-connection-string", "version": "0.3.2", "description": "Module to parse MS SQL Server connection string", "main": "src/mssql-connection-string.js", "types": "types/mssql-connection-string.d.ts", "scripts": { "build": "tsc", "test": "mocha --reporter spec", "coverage": "node node_modules/.bin/istanbul cover _mocha -x src/grammar.peg.js -- --reporter spec", "coveralls": "cat coverage/lcov.info | node node_modules/.bin/coveralls" }, "repository": { "type": "git", "url": "git+https://github.com/nsc-c-park/mssql-connection-string.git" }, "keywords": [ "mssql", "knex", "bookshelf", "connection", "string", "typescript", "javascript" ], "author": "(https://github.com/jczas)", "license": "MIT", "bugs": { "url": "https://github.com/nsc-c-park/mssql-connection-string/issues" }, "homepage": "https://github.com/nsc-c-park/mssql-connection-string#readme", "devDependencies": { "chai": "4.2.0", "coveralls": "3.0.2", "eslint": "5.14.1", "istanbul": "0.4.5", "mocha": "6.0.0" } }