Toggle navigation
P3X GitList Snapshot
GitHub
Repo
Changelog
To do
Releases
Themes
Change log
Loading change log ...
To do ...
Loading todo ...
browsing:
d35212d40c8b7f42886a3ffbb4ff0fe60363617d
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",
d35212d4
"version": "2021.10.106",
07c75521
"corifeus": { "icon": "far fa-file-excel", "prefix": "p3x-", "publish": true, "type": "p3x", "code": "Legend",
d35212d4
"nodejs": "v14.17.6",
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": {
d35212d4
"corifeus-builder": "^2021.10.105",
366ae7b0
"express": "^4.17.1"
c0d511c4
},
07c75521
"dependencies": {
5fe31002
"excel-export": "^0.5.1",
d35212d4
"object-path": "^0.11.7"
07c75521
}, "engines": { "node": ">=12.13.0" }
19847656
}