mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-22 11:16:12 +10:00
32 lines
572 B
JSON
32 lines
572 B
JSON
{
|
|
"name": "xls",
|
|
"npmName": "xlsjs",
|
|
"npmFileMap": [
|
|
{
|
|
"basePath": "/dist/",
|
|
"files": [
|
|
"*.js",
|
|
"*.map"
|
|
]
|
|
}
|
|
],
|
|
"filename": "xls.js",
|
|
"version": "0.7.1",
|
|
"description": "Javascript XLS (Excel 97-2004) parser",
|
|
"homepage": "https://github.com/SheetJS/js-xls",
|
|
"license": "Apache License, Version 2.0",
|
|
"keywords": [
|
|
"excel",
|
|
"spreadsheet",
|
|
"xls",
|
|
"parser"
|
|
],
|
|
"author": "SheetJS",
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/SheetJS/js-xls.git"
|
|
}
|
|
]
|
|
}
|