package.json 2.7 KB

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