{
  "name": "yxg-xlsx-styles",
  "version": "0.0.4",
  "author": "yinxg",
  "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": {
    "adler-32": "",
    "cfb": ">=0.10.0",
    "codepage": "~1.3.6",
    "commander": "",
    "crc-32": "",
    "jszip": "^3.10.1",
    "ssf": "~0.8.1"
  },
  "devDependencies": {
    "cheerio": "^0.19.0",
    "mocha": "",
    "uglify-js": "",
    "xlsjs": ""
  },
  "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-xlsxz/issues"
  },
  "license": "Apache-2.0",
  "engines": {
    "node": ">=0.8"
  },
  "__npminstall_done": "Wed Jun 12 2019 16:43:49 GMT+0800 (CST)",
  "_from": "xlsx-style@0.8.13",
  "_resolved": "https://registry.npm.taobao.org/xlsx-style/download/xlsx-style-0.8.13.tgz"
}
