UNPKG

xlsx-parse-stream

Version:
45 lines (44 loc) 1.06 kB
{ "name": "xlsx-parse-stream", "version": "1.1.0", "description": "Streaming XLSX parser for node ", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/staeco/xlsx-parse-stream.git" }, "scripts": { "test": "mocha test --timeout 10000", "lint": "eslint index.js test --fix" }, "author": "Contra <yo@contra.io> (http://contra.io)", "license": "MIT", "bugs": { "url": "https://github.com/staeco/xlsx-parse-stream/issues" }, "homepage": "https://github.com/staeco/xlsx-parse-stream#readme", "dependencies": { "duplexify": "^4.0.0", "exceljs": "github:yocontra/exceljs#fix-streams", "unzipper": "github:ZJONSSON/node-unzipper" }, "devDependencies": { "@stae/linters": "^1.1.0", "get-stream": "^6.0.0", "mocha": "^10.0.0", "should": "^13.0.0" }, "resolutions": { "unzipper": "github:ZJONSSON/node-unzipper" }, "engines": { "node": ">=12" }, "keywords": [ "stream", "xlsx", "exceljs", "transform", "convert" ] }