RSS Git Download  Clone
Raw View History
Blames found: 19 Mode: javascript Binary: false


Hang on, we reloading big blames...
{ "name": "p3x-json2xls-worker-thread",
"version": "2021.10.102",
"corifeus": { "icon": "far fa-file-excel", "prefix": "p3x-", "publish": true, "type": "p3x", "code": "Legend",
"nodejs": "v14.17.2",
"opencollective": false, "reponame": "json2xls-worker-thread", "build": true },
"description": "📈 Convert JSON to Excel XLSX with offloading the constructing the data using a worker thread",
"main": "src/index.js", "scripts": { "test": "grunt && mocha ./test/mocha/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/patrikx3/json2xls-worker-thread.git" }, "keywords": [ "json2xls", "worker", "thread", "offloading",
"async", "xls", "xlsx", "json"
], "author": "Patrik Laszlo <alabard@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/patrikx3/json2xls-worker-thread/issues" },
"homepage": "https://corifeus.com/json2xls-worker-thread",
"devDependencies": {
"corifeus-builder": "^2021.10.101",
"express": "^4.17.1"
},
"dependencies": {
"excel-export": "^0.5.1",
"object-path": "^0.11.5"
}, "engines": { "node": ">=12.13.0" }
}