ang-json2excel-btn
Version:
Angular library component to export JSON data to Excel file
48 lines • 1.31 kB
JSON
{
"name": "ang-json2excel-btn",
"version": "2.0.2",
"description": "Angular library component to export JSON data to Excel file",
"author": "Ola Boluwatife",
"license": "MIT",
"keywords": [
"Amgular",
"Excel",
"ngx",
"Typescript",
"JSON",
"Export"
],
"repository": {
"type": "git",
"url": "https://github.com/boluwatifee4/AngJson2excelBtn.git"
},
"homepage": "https://ang-json2excel-btn-demo.netlify.app/",
"peerDependencies": {
"@angular/common": "^15.2.0",
"@angular/core": "^15.2.0",
"xlsx": "^0.18.5"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2015/ang-json2excel-btn.mjs",
"es2020": "fesm2020/ang-json2excel-btn.mjs",
"esm2020": "esm2020/ang-json2excel-btn.mjs",
"fesm2020": "fesm2020/ang-json2excel-btn.mjs",
"fesm2015": "fesm2015/ang-json2excel-btn.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2020": "./esm2020/ang-json2excel-btn.mjs",
"es2020": "./fesm2020/ang-json2excel-btn.mjs",
"es2015": "./fesm2015/ang-json2excel-btn.mjs",
"node": "./fesm2015/ang-json2excel-btn.mjs",
"default": "./fesm2020/ang-json2excel-btn.mjs"
}
}
}