package.json 2.2 KB

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