package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_from": "jszip@^3.10.1",
  3. "_id": "jszip@3.10.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==",
  6. "_location": "/jszip",
  7. "_phantomChildren": {
  8. "core-util-is": "1.0.3",
  9. "inherits": "2.0.4",
  10. "isarray": "1.0.0",
  11. "process-nextick-args": "2.0.1",
  12. "safe-buffer": "5.1.2",
  13. "string_decoder": "1.1.1",
  14. "util-deprecate": "1.0.2"
  15. },
  16. "_requested": {
  17. "type": "range",
  18. "registry": true,
  19. "raw": "jszip@^3.10.1",
  20. "name": "jszip",
  21. "escapedName": "jszip",
  22. "rawSpec": "^3.10.1",
  23. "saveSpec": null,
  24. "fetchSpec": "^3.10.1"
  25. },
  26. "_requiredBy": [
  27. "/exceljs"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/jszip/-/jszip-3.10.1.tgz",
  30. "_shasum": "34aee70eb18ea1faec2f589208a157d1feb091c2",
  31. "_spec": "jszip@^3.10.1",
  32. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\exceljs",
  33. "author": {
  34. "name": "Stuart Knightley",
  35. "email": "stuart@stuartk.com"
  36. },
  37. "browser": {
  38. "./lib/index": "./dist/jszip.min.js",
  39. "readable-stream": "./lib/readable-stream-browser.js"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/Stuk/jszip/issues"
  43. },
  44. "bundleDependencies": false,
  45. "contributors": [
  46. {
  47. "name": "Franz Buchinger"
  48. },
  49. {
  50. "name": "António Afonso"
  51. },
  52. {
  53. "name": "David Duponchel"
  54. },
  55. {
  56. "name": "yiminghe"
  57. }
  58. ],
  59. "dependencies": {
  60. "lie": "~3.3.0",
  61. "pako": "~1.0.2",
  62. "readable-stream": "~2.3.6",
  63. "setimmediate": "^1.0.5"
  64. },
  65. "deprecated": false,
  66. "description": "Create, read and edit .zip files with JavaScript http://stuartk.com/jszip",
  67. "devDependencies": {
  68. "benchmark": "^2.1.4",
  69. "browserify": "~13.0.0",
  70. "eslint": "^8.18.0",
  71. "grunt": "~0.4.1",
  72. "grunt-browserify": "~5.0.0",
  73. "grunt-cli": "~1.1.0",
  74. "grunt-contrib-uglify": "~4.0.1",
  75. "http-server": "^13.0.2",
  76. "jszip-utils": "~0.0.2",
  77. "package-json-versionify": "1.0.2",
  78. "playwright": "^1.15.2",
  79. "qunit": "~2.9.2",
  80. "tmp": "0.0.28",
  81. "typescript": "^4.6.3"
  82. },
  83. "homepage": "https://github.com/Stuk/jszip#readme",
  84. "keywords": [
  85. "zip",
  86. "deflate",
  87. "inflate"
  88. ],
  89. "license": "(MIT OR GPL-3.0-or-later)",
  90. "main": "./lib/index",
  91. "name": "jszip",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/Stuk/jszip.git"
  95. },
  96. "scripts": {
  97. "benchmark": "npm run benchmark-node && npm run benchmark-browser",
  98. "benchmark-browser": "node test/run.js --benchmark",
  99. "benchmark-node": "node test/benchmark/node.js",
  100. "lint": "eslint .",
  101. "test": "npm run test-node && npm run test-browser && tsc",
  102. "test-browser": "grunt build && node test/run.js --test",
  103. "test-node": "qunit --require ./test/helpers/test-utils.js --require ./test/helpers/node-test-utils.js test/asserts/"
  104. },
  105. "types": "./index.d.ts",
  106. "version": "3.10.1"
  107. }