UNPKG

node-adodb

Version:

A Node.js JavaScript Client implementing the ADODB protocol.

51 lines (50 loc) 1.28 kB
{ "name": "node-adodb", "version": "5.0.3", "main": "index.js", "license": "MIT", "keywords": [ "sql", "adodb", "access", "database", "node-adodb", "microsoft adodb" ], "homepage": "https://github.com/nuintun/node-adodb#readme", "description": "A Node.js JavaScript Client implementing the ADODB protocol.", "author": { "name": "nuintun", "email": "nuintun@qq.com" }, "bugs": { "url": "https://github.com/nuintun/node-adodb/issues" }, "os": [ "win32" ], "engines": { "node": ">=6.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/nuintun/node-adodb.git" }, "dependencies": { "arch": "^2.1.1", "debug": "^4.1.1" }, "devDependencies": { "chai": "^4.2.0", "rollup": "^1.32.0", "terser": "^4.6.4", "holding": "^3.1.1", "fs-extra": "^8.1.0" }, "scripts": { "prepublishOnly": "node rollup.js", "test": "mocha --timeout 6000 --check-leaks --reporter spec --bail --exit", "test-ci": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --timeout 6000 --check-leaks --reporter spec --exit", "test-cov": "istanbul cover ./node_modules/mocha/bin/_mocha -- --timeout 6000 --check-leaks --reporter dot --exit" } }