UNPKG

excel-stream

Version:

convert a stream of xls or xlsx into json on the command line or in node

29 lines (28 loc) 786 B
{ "name": "excel-stream", "description": "convert a stream of xls or xlsx into json on the command line or in node", "version": "1.1.1", "bin": "index.js", "homepage": "https://github.com/dominictarr/excel-stream", "repository": { "type": "git", "url": "git://github.com/dominictarr/excel-stream.git" }, "dependencies": { "JSONStream": "^1.0.4", "concat-stream": "^1.4.6", "csv-stream": "~0.1.3", "duplexer": "~0.1.1", "j": "^0.4.3", "minimist": "^1.1.1", "osenv": "^0.1.3", "through": "~2.3.4", "win-spawn": "^2.0.0" }, "devDependencies": {}, "scripts": { "test": "set -e; for t in test/*.js; do node $t; done" }, "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)", "license": "MIT" }