forked from sheetjs/sheetjs
		
	- all utilities are now wrapped in XLSX object - codepage handling (h/t @xch89820) - formula tag attributes (h/t @shaunthomas999) - hyperlink support (h/t @sysarchitect, fixes #55) - coverage test spinner (to prevent travis timeouts)
		
			
				
	
	
		
			38 lines
		
	
	
		
			878 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			878 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"name": "xlsx",
 | |
| 	"version": "0.6.0",
 | |
| 	"author": "sheetjs",
 | |
| 	"description": "XLSB / XLSX / XLSM (Excel 2007+ Spreadsheet) parser",
 | |
| 	"keywords": [ "xlsx", "xlsb", "xlsm", "office", "excel", "spreadsheet" ],
 | |
| 	"bin": {
 | |
| 		"xlsx2csv": "./bin/xlsx2csv.njs"
 | |
| 	},
 | |
| 	"main": "./xlsx",
 | |
| 	"dependencies": {
 | |
| 		"ssf":"~0.6.4",
 | |
| 		"codepage":"",
 | |
| 		"cfb":"",
 | |
| 		"jszip":"~2.1.0",
 | |
| 		"commander":""
 | |
| 	},
 | |
| 	"devDependencies": {
 | |
| 		"mocha":"",
 | |
| 		"uglify-js":"",
 | |
| 		"jasmine-node": "x"
 | |
| 	},
 | |
| 	"repository": { "type":"git", "url":"git://github.com/SheetJS/js-xlsx.git" },
 | |
| 	"scripts": {
 | |
| 		"pretest": "git submodule init && git submodule update",
 | |
| 		"test": "make mocha",
 | |
| 		"test-jasmine": "jasmine-node --verbose tests/"
 | |
| 	},
 | |
| 	"config": {
 | |
| 		"blanket": {
 | |
| 			"pattern": "xlsx.js"
 | |
| 		}
 | |
| 	},
 | |
| 	"bugs": { "url": "https://github.com/SheetJS/js-xlsx/issues" },
 | |
| 	"license": "Apache-2.0",
 | |
| 	"engines": { "node": ">=0.8" }
 | |
| }
 |