forked from sheetjs/sheetjs
		
	- add BOM to `stream.to_csv` (fixes #1024 h/t @hr5959) - `utils.format_cell` type (h/t @victorj2307) - duktape niggles - demo cleanup
		
			
				
	
	
		
			20 lines
		
	
	
		
			388 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			388 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "xlsx-ts",
 | |
|   "main": "dist/index.js",
 | |
|   "types": "dist/index.d.ts",
 | |
|   "version": "0.0.0",
 | |
|   "license": "Apache-2.0",
 | |
|   "scripts": {
 | |
|     "build": "tsc && browserify -o dist/browser.js src/index.js",
 | |
|     "lint": "tslint lib/*.ts"
 | |
|   },
 | |
|   "private": true,
 | |
|   "dependencies": {
 | |
| 		"xlsx": "*"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "typescript": "~2.6.1",
 | |
|     "browserify": "~14.5.0"
 | |
|   }
 | |
| }
 |