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
		
			
				
	
	
		
			39 lines
		
	
	
		
			960 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			960 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"name": "xlsx-style",
 | |
| 	"version": "0.8.6",
 | |
| 	"author": "sheetjs",
 | |
| 	"description": "Excel (XLSB/XLSX/XLSM/XLS/XML) and ODS spreadsheet parser and writer (extended to enable read/write of cell formats with xlsx files)",
 | |
| 	"keywords": [ "excel", "xls", "xlsx", "xlsb", "xlsm", "ods", "office", "spreadsheet" ],
 | |
| 	"bin": {
 | |
| 		"xlsx": "./bin/xlsx.njs"
 | |
| 	},
 | |
| 	"main": "./xlsx",
 | |
| 	"dependencies": {
 | |
| 		"ssf":"~0.8.1",
 | |
| 		"codepage":"~1.3.6",
 | |
| 		"cfb":">=0.10.0",
 | |
| 		"jszip":"2.4.0",
 | |
| 		"crc-32":"",
 | |
| 		"adler-32":"",
 | |
| 		"commander":""
 | |
| 	},
 | |
| 	"devDependencies": {
 | |
| 		"mocha":"",
 | |
| 		"xlsjs":"",
 | |
| 		"uglify-js":""
 | |
| 	},
 | |
| 	"repository": { "type":"git", "url":"git://github.com/protobi/js-xlsx.git#beta" },
 | |
| 	"scripts": {
 | |
| 		"pretest": "git submodule init && git submodule update",
 | |
| 		"test": "make test"
 | |
| 	},
 | |
| 	"config": {
 | |
| 		"blanket": {
 | |
| 			"pattern": "xlsx.js"
 | |
| 		}
 | |
| 	},
 | |
| 	"bugs": { "url": "https://github.com/protobi/js-xlsx/issues" },
 | |
| 	"license": "Apache-2.0",
 | |
| 	"engines": { "node": ">=0.8" }
 | |
| }
 |