UNPKG

filestream

Version:

W3C File Reader API streaming interfaces

39 lines (38 loc) 941 B
{ "name": "filestream", "version": "5.0.0", "description": "W3C File Reader API streaming interfaces", "main": "index.js", "scripts": { "test": "standard && airtap -- test/*.js", "test-local": "airtap --local -- test/*.js", "gendocs": "gendocs > README.md" }, "repository": { "type": "git", "url": "https://github.com/DamonOehlman/filestream.git" }, "keywords": [ "w3c", "file", "filestream" ], "author": "Damon Oehlman <damon.oehlman@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/DamonOehlman/filestream/issues" }, "homepage": "https://github.com/DamonOehlman/filestream", "devDependencies": { "airtap": "^2.0.3", "crel": "^4.0.1", "drag-and-drop-files": "0.0.1", "feature": "^1.0.1", "standard": "^13.1.0", "tape": "^4.9.1" }, "dependencies": { "readable-stream": "^3.4.0", "typedarray-to-buffer": "^3.0.0" } }