Toggle navigation
P3X GitList Snapshot
GitHub
Repo
Changelog
To do
Releases
Themes
Change log
Loading change log ...
To do ...
Loading todo ...
browsing:
3091fffbe6dae19ef77b2c9e8e3415c475c9fba1
Branches
master
Files
Commits
Log
Graph
Stats
json2xls-worker-thread.git
package.json
RSS
Git
Fetch origin
Download
ZIP
TAR
Clone
Raw
View
History
Clone
SSH
HTTPS
Blames found: 19
Mode: javascript
Binary: false
Hang on, we reloading big blames...
07c75521
{ "name": "p3x-json2xls-worker-thread",
3091fffb
"version": "2024.10.102",
07c75521
"corifeus": { "icon": "far fa-file-excel", "prefix": "p3x-", "publish": true, "type": "p3x", "code": "Legend",
3091fffb
"nodejs": "v22.3.0",
07c75521
"opencollective": false, "reponame": "json2xls-worker-thread", "build": true },
c8695d44
"description": "📈 Convert JSON to Excel XLSX with offloading the constructing the data using a worker thread",
07c75521
"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",
cff4904d
"async", "xls", "xlsx", "json"
07c75521
], "author": "Patrik Laszlo <alabard@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/patrikx3/json2xls-worker-thread/issues" },
a7e1cb09
"homepage": "https://corifeus.com/json2xls-worker-thread",
c0d511c4
"devDependencies": {
3091fffb
"corifeus-builder": "^2024.10.103",
e5aed567
"express": "^4.19.2"
c0d511c4
},
07c75521
"dependencies": {
5fe31002
"excel-export": "^0.5.1",
ce455994
"object-path": "^0.11.8"
07c75521
}, "engines": { "node": ">=12.13.0" }
19847656
}