@atomictech/xlsx-write-stream
Version:
Stream huge amount of data into an XLSX generated file stream with minimum memory footprint.
72 lines (71 loc) • 2.1 kB
JSON
{
"name": "@atomictech/xlsx-write-stream",
"version": "2.0.2",
"description": "Stream huge amount of data into an XLSX generated file stream with minimum memory footprint.",
"main": "dist/index.js",
"module": "src/index.js",
"keywords": [
"xslx",
"write",
"stream",
"memory efficient",
"low memory usage",
"node",
"nodejs"
],
"author": {
"name": "Apify",
"email": "support@apify.com",
"url": "https://www.apify.com"
},
"contributors": [
"Jaroslav Hejlek <jaroslav@apify.com>",
"Jan Curn <jan.curn@gmail.com>",
"Petr Patek <petrpatekml@gmail.com>",
"Jule Marcoueille <jule.marcoueille@gmail.com>"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/atomictech/xlsx-write-stream"
},
"bugs": {
"url": "https://github.com/atomictech/xlsx-write-stream/issues"
},
"homepage": "https://github.com/atomictech/xlsx-write-stream",
"files": [
"dist"
],
"scripts": {
"build": "npm run clean && babel src --out-dir dist",
"test": "mocha --require @babel/register",
"coverage": "rimraf coverage && nyc --reporter=html --reporter=text npm test",
"prepare": "npm run build",
"clean": "rimraf dist coverage .nyc_output",
"lint": "eslint src test",
"prepublishOnly": "(test $RUNNING_FROM_SCRIPT || (echo \"You must use publish.sh instead of 'npm publish' directly!\"; exit 1)) && npm test && npm run lint"
},
"dependencies": {
"archiver": "^5.3.0",
"lodash": "^4.17.21",
"xml-escape": "^1.1.0"
},
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/node": "^7.14.7",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@babel/register": "^7.14.5",
"chai": "^4.3.4",
"eslint": "^7.29.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-mocha": "^9.0.0",
"eslint-plugin-promise": "^5.1.0",
"mocha": "^9.0.1",
"nyc": "^15.1.0",
"prettier": "^2.3.2",
"rimraf": "^3.0.2",
"unzipper": "^0.10.11"
}
}