UNPKG

bbpro

Version:

BrowserBox - remote browser isolation tool

26 lines (25 loc) 636 B
{ "name": "@dosy/wav", "description": "`Reader` and `Writer` streams for Microsoft WAVE audio files, forked from ToolTallNate's original.", "version": "1.1.2", "license": "MIT", "contributors": [ "@dosy", "Nathan Rajlich <nathan@tootallnate.net>" ], "repository": "https://github.com/DOSYCORPS/node-wav", "dependencies": { "buffer-alloc": "latest", "buffer-from": "latest", "debug": "latest", "readable-stream": "latest", "stream-parser": "latest" }, "devDependencies": { "mocha": "^10.0.0", "semistandard": "^16.0.1" }, "scripts": { "test": "semistandard && mocha" } }