UNPKG

@jsreport/jsreport-xlsx

Version:

jsreport recipe rendering excels directly from open xml

78 lines (77 loc) 1.95 kB
{ "name": "@jsreport/jsreport-xlsx", "version": "4.5.0", "description": "jsreport recipe rendering excels directly from open xml", "keywords": [ "jsreport" ], "homepage": "https://github.com/jsreport/jsreport/tree/master/packages/jsreport-xlsx", "repository": { "type": "git", "url": "git+https://github.com/jsreport/jsreport.git" }, "license": "MIT", "author": { "name": "Jan Blaha" }, "main": "index.js", "files": [ "lib", "studio", "static", "index.js", "jsreport.config.js" ], "scripts": { "build": "jsreport-studio-build", "prepublish": "jsreport-studio-build", "start": "jsreport-studio-start --httpPort 4900", "test": "mocha test --recursive --timeout 40000 && standard" }, "dependencies": { "@jsreport/office": "4.1.5", "@xmldom/xmldom": "0.8.6", "html-entities": "2.4.0", "js-excel-date-convert": "1.0.2", "lodash": "4.17.21", "merge2": "1.3.0", "mkdirp": "0.5.5", "moment": "2.29.4", "nanoid": "3.3.8", "node.extend.without.arrays": "1.1.6", "semaphore-async-await": "1.5.1", "string-pixel-width": "1.10.0", "string-replace-async": "2.0.0", "xlsx-coordinates": "1.0.1", "xml2js-preserve-spaces": "0.0.1" }, "devDependencies": { "@jsreport/jsreport-assets": "4.2.3", "@jsreport/jsreport-components": "4.0.2", "@jsreport/jsreport-core": "4.7.1", "@jsreport/jsreport-data": "4.1.0", "@jsreport/jsreport-handlebars": "4.0.1", "@jsreport/jsreport-jsrender": "4.0.0", "@jsreport/studio-dev": "4.0.1", "cross-env": "7.0.3", "handlebars": "4.7.7", "mocha": "10.1.0", "sax": "1.4.1", "should": "13.2.3", "standard": "16.0.4", "xlsx": "0.15.4" }, "engines": { "node": ">=18.15" }, "standard": { "ignore": [ "studio/main.js" ], "env": { "node": true, "mocha": true, "browser": true } } }