package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "name": "xlsx-style-wangxj",
  3. "version": "0.0.2",
  4. "author": "sheetjs",
  5. "description": "Excel (XLSB/XLSX/XLSM/XLS/XML) and ODS spreadsheet parser and writer (extended to enable read/write of cell formats with xlsx files)",
  6. "keywords": [
  7. "excel",
  8. "xls",
  9. "xlsx",
  10. "xlsb",
  11. "xlsm",
  12. "ods",
  13. "office",
  14. "spreadsheet"
  15. ],
  16. "bin": {
  17. "xlsx": "bin/xlsx.njs"
  18. },
  19. "main": "./xlsx",
  20. "dependencies": {
  21. "ssf": "~0.8.1",
  22. "codepage": "~1.3.6",
  23. "cfb": ">=0.10.0",
  24. "jszip": "2.4.0",
  25. "crc-32": "",
  26. "adler-32": "",
  27. "commander": ""
  28. },
  29. "devDependencies": {
  30. "cheerio": "^0.19.0",
  31. "mocha": "",
  32. "xlsjs": "",
  33. "uglify-js": ""
  34. },
  35. "repository": {
  36. "type": "git",
  37. "url": "http://git.tiandingyu.cn"
  38. },
  39. "scripts": {
  40. "pretest": "git submodule init && git submodule update",
  41. "test": "make test"
  42. },
  43. "config": {
  44. "blanket": {
  45. "pattern": "xlsx.js"
  46. }
  47. },
  48. "bugs": {
  49. "url": "http://git.tiandingyu.cn/issues"
  50. },
  51. "license": "Apache-2.0",
  52. "engines": {
  53. "node": ">=0.8"
  54. },
  55. "homepage": "https://github.com/protobi/js-xlsx/tree/beta#readme"
  56. }