localdb-json
Version:
A local fs JSON database designed for hundreds of queries per second, easy to setup and held locally, no query limits or table size limits.
38 lines (37 loc) • 874 B
JSON
{
"name": "localdb-json",
"version": "1.0.6",
"description": "A local fs JSON database designed for hundreds of queries per second, easy to setup and held locally, no query limits or table size limits.",
"main": "interact.js",
"dependencies": {
"fs": "^0.0.1-security",
"uuid": "^9.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mangoz1x/LocalDB.git"
},
"keywords": [
"database",
"localdb-json",
"localdb",
"mongodb",
"json-database",
"json",
"database",
"local",
"database",
"fs",
"database",
"filesystem-db"
],
"author": "mangoz",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mangoz1x/LocalDB/issues"
},
"homepage": "https://github.com/Mangoz1x/LocalDB#readme"
}