UNPKG

1.38 kBJSONView Raw
1{
2 "name": "xlsx",
3 "version": "0.11.6",
4 "author": "sheetjs",
5 "description": "SheetJS Spreadsheet data parser and writer",
6 "keywords": [ "excel", "xls", "xlsx", "xlsb", "xlsm", "ods", "csv", "dbf", "dif", "sylk", "office", "spreadsheet" ],
7 "bin": {
8 "xlsx": "./bin/xlsx.njs"
9 },
10 "main": "./xlsx",
11 "types": "types",
12 "browser": {
13 "node": false,
14 "crypto": false,
15 "stream": false,
16 "process": false,
17 "fs": false
18 },
19 "dependencies": {
20 "exit-on-epipe": "~1.0.1",
21 "ssf": "~0.10.1",
22 "codepage": "~1.11.0",
23 "cfb": "~0.13.1",
24 "crc-32": "~1.1.1",
25 "adler-32": "~1.1.0",
26 "commander": "~2.11.0"
27 },
28 "devDependencies": {
29 "mocha": "~2.5.3",
30 "blanket": "~1.2.3",
31 "@sheetjs/uglify-js": "~2.7.3",
32 "@types/node": "^8.0.7",
33 "@types/commander": "^2.9.0",
34 "jsdom": "~11.1.0",
35 "dtslint": "^0.1.2",
36 "typescript": "2.2.0"
37 },
38 "repository": { "type":"git", "url":"git://github.com/SheetJS/js-xlsx.git" },
39 "scripts": {
40 "pretest": "git submodule init && git submodule update",
41 "test": "make travis",
42 "build": "make",
43 "lint": "make fullint",
44 "dtslint": "dtslint types"
45 },
46 "config": {
47 "blanket": {
48 "pattern": "xlsx.js"
49 }
50 },
51 "alex": { "allow": ["wtf", "holes"] },
52 "homepage": "http://sheetjs.com/opensource",
53 "bugs": { "url": "https://github.com/SheetJS/js-xlsx/issues" },
54 "license": "Apache-2.0",
55 "engines": { "node": ">=0.8" }
56}