wise-json-db
Version:
Blazing fast, crash-proof embedded JSON database for Node.js with batch operations, TTL, indexes, and segmented checkpointing.
70 lines (69 loc) • 1.42 kB
JSON
{
"name": "wise-json-db",
"version": "6.0.2",
"description": "Blazing fast, crash-proof embedded JSON database for Node.js with batch operations, TTL, indexes, and segmented checkpointing.",
"main": "wise-json/index.js",
"type": "commonjs",
"scripts": {
"test": "node test/run-all-tests.js",
"start-explorer": "node explorer/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Xzdes/WiseJSON.git"
},
"keywords": [
"json",
"database",
"db",
"nodejs",
"embedded",
"file-based",
"nosql",
"safe",
"checkpoint",
"wal",
"wisejson",
"segment",
"fsync",
"transaction",
"acid",
"persistence",
"fast",
"lightweight",
"ttl",
"index",
"batch",
"durable",
"local",
"storage",
"atomic",
"recovery",
"javascript",
"npm"
],
"author": "Xzdes <xzdes@yandex.ru>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Xzdes/WiseJSON/issues"
},
"homepage": "https://github.com/Xzdes/WiseJSON#readme",
"files": [
"wise-json/",
"index.js",
"cli/",
"explorer/",
"README.md",
"logo.png"
],
"engines": {
"node": ">=14.0.0"
},
"bin": {
"wise-json": "cli/index.js"
},
"dependencies": {
"proper-lockfile": "^4.1.2",
"uuid": "^11.1.0"
}
}