accessdb-parser
Version:
A pure javascript Microsoft AccessDB files (.mdb, .accdb) parser
36 lines (35 loc) • 785 B
JSON
{
"name": "accessdb-parser",
"version": "1.0.1",
"description": "A pure javascript Microsoft AccessDB files (.mdb, .accdb) parser",
"main": "lib/index.js",
"types": "lib",
"scripts": {
"build": "tsc -p ."
},
"keywords": [
"access",
"accessdb",
"parse",
"parser",
"mdb",
"accdb"
],
"author": "Quentin Januel",
"license": "MIT",
"dependencies": {
"binary-parser": "^1.6.2",
"text-decoding": "^1.0.0",
"uuid": "^8.3.0"
},
"devDependencies": {
"@types/node": "^14.6.0",
"@types/uuid": "^8.3.0",
"typescript": "^4.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/QuentinJanuel/AccessDB-parser.git"
},
"homepage": "https://github.com/QuentinJanuel/AccessDB-parser#readme"
}