dataset-archive
Version:
Simple key-value storage of large sets of data in a very compact flat file, prioritising compact archival over read/write speeds. Very minimal.
42 lines (41 loc) • 1.09 kB
JSON
{
"name": "dataset-archive",
"version": "0.9.2",
"description": "Simple key-value storage of large sets of data in a very compact flat file, prioritising compact archival over read/write speeds. Very minimal.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "npm run build; mocha --exit --trace-warnings",
"build": "rollup -c",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bluebie/dataset-archive.git"
},
"keywords": [
"kv",
"key-value",
"pigeon-optics",
"dataset",
"flat-file"
],
"author": "Phoenix Fox",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/Bluebie/dataset-archive/issues"
},
"homepage": "https://github.com/Bluebie/dataset-archive#readme",
"devDependencies": {
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"mocha": "^9.2.2",
"rollup": "^2.70.1",
"standard": "^16.0.4"
},
"dependencies": {
"it-length-prefixed": "^5.0.3",
"stream-to-it": "^0.2.4",
"streaming-iterables": "^6.2.0"
}
}