forked from sheetjs/sheetjs
		
	cp jszip.js dist/jszip.js cp ods.js dist/ods.js cp xlsx.js dist/ cp LICENSE dist/ uglifyjs xlsx.js -o dist/xlsx.min.js --source-map dist/xlsx.min.map --preamble "$(head -n 1 bits/00_header.js)" misc/strip_sourcemap.sh dist/xlsx.min.js uglifyjs jszip.js xlsx.js -o dist/xlsx.core.min.js --source-map dist/xlsx.core.min.map --preamble "$(head -n 1 bits/00_header.js)" misc/strip_sourcemap.sh dist/xlsx.core.min.js uglifyjs jszip.js dist/cpexcel.js xlsx.js -o dist/xlsx.full.min.js --source-map dist/xlsx.full.min.map --preamble "$(head -n 1 bits/00_header.js)" misc/strip_sourcemap.sh dist/xlsx.full.min.js
		
			
				
	
	
		
			24 lines
		
	
	
		
			327 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			327 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "js-xlsx-style",
 | |
|   "homepage": "https://github.com/protobi/js-xlsx",
 | |
|   "main": "dist/xlsx.js",
 | |
|   "version": "0.8.6",
 | |
|   "ignore": [
 | |
|     "bin",
 | |
|     "bits",
 | |
|     "misc",
 | |
|     "**/.*"
 | |
|   ],
 | |
|   "keywords": [
 | |
|     "excel",
 | |
|     "xls",
 | |
|     "xml",
 | |
|     "xlsx",
 | |
|     "xlsm",
 | |
|     "xlsb",
 | |
|     "ods",
 | |
|     "js-xls",
 | |
|     "js-xlsx"
 | |
|   ]
 | |
| }
 |