UNPKG

@elbstack/xlsx-populate

Version:

Excel XLSX parser/generator written in JavaScript with Node.js and browser support, jQuery/d3-style method chaining, and a focus on keeping existing workbook features and styles in tact.

79 lines (78 loc) 2.26 kB
{ "name": "@elbstack/xlsx-populate", "version": "1.17.1", "description": "Excel XLSX parser/generator written in JavaScript with Node.js and browser support, jQuery/d3-style method chaining, and a focus on keeping existing workbook features and styles in tact.", "keywords": [ "excel", "workbook", "xlsx", "parse", "generate", "populate", "template", "browser", "style", "formatting", "encryption", "password" ], "main": "lib/XlsxPopulate.js", "browser": { "XlsxPopulate": "./browser/xlsx-populate.js" }, "scripts": { "test": "jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json", "e2e-generate": "jasmine JASMINE_CONFIG_PATH=test/e2e-generate/jasmine.json", "e2e-parse": "jasmine JASMINE_CONFIG_PATH=test/e2e-parse/jasmine.json" }, "author": "Dave T. Johnson <dave@dtjohnson.net>", "contributors": [ "Eddie Corrigall <eddiecorrigall@gmail.com>", "Alan Doyle <alandoyle95@gmail.com>" ], "license": "MIT", "dependencies": { "cfb": "^1.0.7", "jszip": "^3.1.5", "lodash": "^4.17.10", "sax": "^1.2.4" }, "repository": { "type": "git", "url": "https://github.com/dtjohnson/xlsx-populate.git" }, "bugs": "https://github.com/dtjohnson/xlsx-populate/issues", "devDependencies": { "babel-core": "^6.26.3", "babel-preset-env": "^1.7.0", "babelify": "^8.0.0", "browserify": "^16.2.2", "edge-js": "^10.1.0", "glob": "^7.1.2", "gulp": "^3.9.1", "gulp-eslint": "^4.0.2", "gulp-rename": "^1.2.3", "gulp-sourcemaps": "^2.6.4", "gulp-uglify": "^3.0.0", "jasmine": "^3.1.0", "jsdoc-to-markdown": "^4.0.1", "jsondiffpatch": "^0.3.10", "karma": "^2.0.2", "karma-browserify": "^5.2.0", "karma-chrome-launcher": "^2.2.0", "karma-firefox-launcher": "^1.1.0", "karma-ie-launcher": "^1.0.0", "karma-jasmine": "^1.1.2", "markdown-include": "^0.4.3", "markdown-toc": "^1.2.0", "proxyquire": "^2.0.1", "proxyquire-universal": "^1.0.8", "proxyquireify": "^3.2.1", "replacestream": "^4.0.3", "run-sequence": "^2.2.1", "uglify-js": "^3.3.27", "vinyl-buffer": "^1.0.1", "vinyl-source-stream": "^2.0.0", "watchify": "^3.11.0" } }