package.json 2.4 KB

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