@inkarnaterpg/streamsaver
Version:
StreamSaver writes stream to the filesystem directly - asynchronous
31 lines (30 loc) • 707 B
JSON
{
"name": "@inkarnaterpg/streamsaver",
"version": "2.1.2",
"description": "StreamSaver writes stream to the filesystem directly - asynchronous",
"main": "StreamSaver.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inkarnaterpg/StreamSaver.js"
},
"keywords": [
"saving",
"streams",
"stream",
"html5",
"file",
"blob"
],
"files": [
"StreamSaver.js",
"StreamSaver.d.ts",
"sw.js",
"mitm.html"
],
"types": "StreamSaver.d.ts",
"author": "Jimmy Wärting <jimmy@warting.se>",
"license": "MIT"
}