package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "jszip@3.7.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_from": "jszip@3.7.1",
  9. "_id": "jszip@3.7.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-ghL0tz1XG9ZEmRMcEN2vt7xabrDdqHHeykgARpmZ0BiIctWxM47Vt63ZO2dnp4QYt/xJVLLy5Zv1l/xRdh2byg==",
  12. "_location": "/jszip",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "jszip@3.7.1",
  18. "name": "jszip",
  19. "escapedName": "jszip",
  20. "rawSpec": "3.7.1",
  21. "saveSpec": null,
  22. "fetchSpec": "3.7.1"
  23. },
  24. "_requiredBy": [
  25. "/docx-preview"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/jszip/-/jszip-3.7.1.tgz",
  28. "_spec": "3.7.1",
  29. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  30. "author": {
  31. "name": "Stuart Knightley",
  32. "email": "stuart@stuartk.com"
  33. },
  34. "browser": {
  35. "readable-stream": "./lib/readable-stream-browser.js",
  36. "./lib/index": "./dist/jszip.min.js"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/Stuk/jszip/issues"
  40. },
  41. "contributors": [
  42. {
  43. "name": "Franz Buchinger"
  44. },
  45. {
  46. "name": "António Afonso"
  47. },
  48. {
  49. "name": "David Duponchel"
  50. },
  51. {
  52. "name": "yiminghe"
  53. }
  54. ],
  55. "dependencies": {
  56. "lie": "~3.3.0",
  57. "pako": "~1.0.2",
  58. "readable-stream": "~2.3.6",
  59. "set-immediate-shim": "~1.0.1"
  60. },
  61. "description": "Create, read and edit .zip files with JavaScript http://stuartk.com/jszip",
  62. "devDependencies": {
  63. "browserify": "~13.0.0",
  64. "grunt": "~0.4.1",
  65. "grunt-browserify": "~5.0.0",
  66. "grunt-cli": "~1.1.0",
  67. "grunt-contrib-connect": "~2.0.0",
  68. "grunt-contrib-jshint": "~1.0.0",
  69. "grunt-contrib-uglify": "~4.0.1",
  70. "grunt-saucelabs": "github:Stuk/grunt-saucelabs#v10.0.0",
  71. "jshint": "~2.9.1",
  72. "jszip-utils": "~0.0.2",
  73. "package-json-versionify": "1.0.2",
  74. "qunit": "~2.9.2",
  75. "tmp": "0.0.28"
  76. },
  77. "homepage": "https://github.com/Stuk/jszip#readme",
  78. "keywords": [
  79. "zip",
  80. "deflate",
  81. "inflate"
  82. ],
  83. "license": "(MIT OR GPL-3.0-or-later)",
  84. "main": "./lib/index",
  85. "name": "jszip",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/Stuk/jszip.git"
  89. },
  90. "scripts": {
  91. "lint": "grunt jshint",
  92. "test": "npm run test-node && npm run test-browser",
  93. "test-browser": "grunt build && grunt test",
  94. "test-node": "qunit --require ./test/helpers/test-utils.js --require ./test/helpers/node-test-utils.js test/asserts/"
  95. },
  96. "types": "./index.d.ts",
  97. "version": "3.7.1"
  98. }