1 Star 0 Fork 0

LEARN / node-adodb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
nuintun 提交于 2020-03-02 14:42 . :art:Fixed error catch
{
"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"
}
}
1
https://gitee.com/huoxd/node-adodb.git
git@gitee.com:huoxd/node-adodb.git
huoxd
node-adodb
node-adodb
master

搜索帮助