Skip to content

Commit

Permalink
Add xlsx-populate via single package.json w/ npm auto-update (#13886)
Browse files Browse the repository at this point in the history
Resolves #11431
  • Loading branch information
MattIPv4 committed Apr 24, 2020
1 parent 7eb7007 commit 83aef4d
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions ajax/libs/xlsx-populate/package.json
@@ -0,0 +1,35 @@
{
"name": "xlsx-populate",
"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"
],
"author": "Dave T. Johnson <dave@dtjohnson.net>",
"license": "MIT",
"homepage": "https://github.com/dtjohnson/xlsx-populate#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/dtjohnson/xlsx-populate.git"
},
"npmName": "xlsx-populate",
"npmFileMap": [
{
"basePath": "browser",
"files": [
"*.@(js|map)"
]
}
],
"filename": "xlsx-populate.min.js"
}

0 comments on commit 83aef4d

Please sign in to comment.