package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_from": "xlsx@^0.11.10",
  3. "_id": "xlsx@0.11.19",
  4. "_inBundle": false,
  5. "_integrity": "sha512-UTfD64o5Ka/E6QHL12fzcq5wnt9MCtuwgoUdYSTDxjjDkhNmZwSfPlJH/+Yh8vE6nU/0ax3MXNrc9AP4haAmIg==",
  6. "_location": "/xlsx",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "xlsx@^0.11.10",
  12. "name": "xlsx",
  13. "escapedName": "xlsx",
  14. "rawSpec": "^0.11.10",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.11.10"
  17. },
  18. "_requiredBy": [
  19. "/node-xlsx"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/xlsx/-/xlsx-0.11.19.tgz",
  22. "_shasum": "2f019d9df756f6345aac5bc1af2442cf22a025e3",
  23. "_spec": "xlsx@^0.11.10",
  24. "_where": "D:\\proj\\CocosCreatorPlugins\\packages\\excel-fucker\\node_modules\\node-xlsx",
  25. "alex": {
  26. "allow": [
  27. "wtf",
  28. "holes"
  29. ]
  30. },
  31. "author": {
  32. "name": "sheetjs"
  33. },
  34. "bin": {
  35. "xlsx": "./bin/xlsx.njs"
  36. },
  37. "browser": {
  38. "buffer": false,
  39. "crypto": false,
  40. "stream": false,
  41. "process": false,
  42. "fs": false
  43. },
  44. "bugs": {
  45. "url": "https://github.com/SheetJS/js-xlsx/issues"
  46. },
  47. "bundleDependencies": false,
  48. "config": {
  49. "blanket": {
  50. "pattern": "xlsx.js"
  51. }
  52. },
  53. "dependencies": {
  54. "adler-32": "~1.2.0",
  55. "cfb": "~1.0.2",
  56. "codepage": "~1.12.0",
  57. "commander": "~2.13.0",
  58. "crc-32": "~1.2.0",
  59. "exit-on-epipe": "~1.0.1",
  60. "ssf": "~0.10.1"
  61. },
  62. "deprecated": false,
  63. "description": "SheetJS Spreadsheet data parser and writer",
  64. "devDependencies": {
  65. "@sheetjs/uglify-js": "~2.7.3",
  66. "@types/node": "^8.5.9",
  67. "blanket": "~1.2.3",
  68. "dtslint": "^0.1.2",
  69. "jsdom": "~11.1.0",
  70. "mocha": "~2.5.3",
  71. "typescript": "2.2.0"
  72. },
  73. "engines": {
  74. "node": ">=0.8"
  75. },
  76. "homepage": "http://sheetjs.com/opensource",
  77. "keywords": [
  78. "excel",
  79. "xls",
  80. "xlsx",
  81. "xlsb",
  82. "xlsm",
  83. "ods",
  84. "csv",
  85. "dbf",
  86. "dif",
  87. "sylk",
  88. "office",
  89. "spreadsheet"
  90. ],
  91. "license": "Apache-2.0",
  92. "main": "./xlsx",
  93. "name": "xlsx",
  94. "repository": {
  95. "type": "git",
  96. "url": "git://github.com/SheetJS/js-xlsx.git"
  97. },
  98. "scripts": {
  99. "build": "make",
  100. "dtslint": "dtslint types",
  101. "lint": "make fullint",
  102. "pretest": "git submodule init && git submodule update",
  103. "test": "make travis"
  104. },
  105. "types": "types",
  106. "version": "0.11.19"
  107. }