package.json 2.3 KB

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