UNPKG

abstract-blob-store

Version:

A test suite and interface you can use to implement streaming file (blob) storage modules for various storage backends and platforms.

40 lines (39 loc) 914 B
{ "name": "abstract-blob-store", "version": "3.3.5", "description": "A test suite and interface you can use to implement streaming file (blob) storage modules for various storage backends and platforms.", "main": "index.js", "typings": "index.d.ts", "keywords": [ "hyperdata", "dat" ], "files": [ "index.js", "index.d.ts", "tests/*" ], "scripts": { "test": "node tests/run.js" }, "author": "max ogden", "license": "BSD-2-Clause", "dependencies": { "concat-stream": "^1.6.0", "from2-array": "0.0.4" }, "directories": { "test": "tests" }, "devDependencies": { "tape": "^4.8.0" }, "repository": { "type": "git", "url": "https://github.com/maxogden/abstract-blob-store.git" }, "bugs": { "url": "https://github.com/maxogden/abstract-blob-store/issues" }, "homepage": "https://github.com/maxogden/abstract-blob-store" }