@digidem/atomic-fs-blob-store
Version:
blob store that stores blobs on the local file system (like fs-blob-store but atomic)
41 lines (40 loc) • 969 B
JSON
{
"name": "@digidem/atomic-fs-blob-store",
"version": "5.3.1",
"description": "blob store that stores blobs on the local file system (like fs-blob-store but atomic)",
"main": "index.js",
"dependencies": {
"duplexify": "^3.2.0",
"end-of-stream": "^1.0.0",
"@digidem/fs-write-stream-atomic": "^1.1.0",
"lru-cache": "^2.5.0",
"mkdirp": "^0.5.0"
},
"devDependencies": {
"abstract-blob-store": "~3.2.0",
"rimraf": "^2.2.8",
"tape": "^2.14.0"
},
"repository": {
"type": "git",
"url": "https://github.com/blockai/atomic-fs-blob-store.git"
},
"author": "Oli Lalonde <olalonde@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/blockai/atomic-fs-blob-store/issues"
},
"homepage": "https://github.com/blockai/atomic-fs-blob-store",
"scripts": {
"test": "tape test.js"
},
"keywords": [
"blob",
"store",
"fs",
"file",
"system",
"atomic",
"local"
]
}