RSS Git Download  Clone
Raw Blame History
{
    "name": "p3x-json2xls-worker-thread",
    "version": "2021.4.109",
    "corifeus": {
        "icon": "far fa-file-excel",
        "prefix": "p3x-",
        "publish": true,
        "type": "p3x",
        "code": "Legend",
        "nodejs": "v14.15.5",
        "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.4.118",
        "express": "^4.17.1"
    },
    "dependencies": {
        "excel-export": "^0.5.1",
        "object-path": "^0.11.5"
    },
    "engines": {
        "node": ">=12.13.0"
    }
}