{ "name": "p3x-json2xls-worker-thread", "version": "2020.4.169", "corifeus": { "icon": "far fa-file-excel", "prefix": "p3x-", "publish": true, "type": "p3x", "code": "Legend", "nodejs": "v12.16.3", "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 ", "license": "MIT", "bugs": { "url": "https://github.com/patrikx3/json2xls-worker-thread/issues" }, "homepage": "https://corifeus.com/json2xls-worker-thread", "devDependencies": { "corifeus-builder": "^2020.4.200", "express": "^4.17.1" }, "dependencies": { "excel-export": "^0.5.1", "object-path": "^0.11.4" }, "engines": { "node": ">=12.13.0" } }