package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "jszip@3.1.5",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "jszip@3.1.5",
  9. "_id": "jszip@3.1.5",
  10. "_inBundle": false,
  11. "_integrity": "sha512-5W8NUaFRFRqTOL7ZDDrx5qWHJyBXy6velVudIzQUSoqAAYqzSh2Z7/m0Rf1QbmQJccegD0r+YZxBjzqoBiEeJQ==",
  12. "_location": "/jszip",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "jszip@3.1.5",
  18. "name": "jszip",
  19. "escapedName": "jszip",
  20. "rawSpec": "3.1.5",
  21. "saveSpec": null,
  22. "fetchSpec": "3.1.5"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/jszip/-/jszip-3.1.5.tgz",
  28. "_spec": "3.1.5",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "author": {
  31. "name": "Stuart Knightley",
  32. "email": "stuart@stuartk.com"
  33. },
  34. "browser": {
  35. "readable-stream": "./lib/readable-stream-browser.js"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/Stuk/jszip/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Franz Buchinger"
  43. },
  44. {
  45. "name": "António Afonso"
  46. },
  47. {
  48. "name": "David Duponchel"
  49. },
  50. {
  51. "name": "yiminghe"
  52. }
  53. ],
  54. "dependencies": {
  55. "core-js": "~2.3.0",
  56. "es6-promise": "~3.0.2",
  57. "lie": "~3.1.0",
  58. "pako": "~1.0.2",
  59. "readable-stream": "~2.0.6"
  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": "1.0.0",
  68. "grunt-contrib-jshint": "~1.0.0",
  69. "grunt-contrib-qunit": "~1.2.0",
  70. "grunt-contrib-uglify": "~1.0.0",
  71. "grunt-saucelabs": "8.6.2",
  72. "jshint": "~2.9.1",
  73. "jszip-utils": "~0.0.2",
  74. "package-json-versionify": "1.0.2",
  75. "phantomjs-prebuilt": "2.1.15",
  76. "qunit-cli": "~0.2.0",
  77. "qunitjs": "~1.23.0",
  78. "tmp": "0.0.28"
  79. },
  80. "homepage": "https://github.com/Stuk/jszip#readme",
  81. "keywords": [
  82. "zip",
  83. "deflate",
  84. "inflate"
  85. ],
  86. "license": "(MIT OR GPL-3.0)",
  87. "main": "./lib/index",
  88. "name": "jszip",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/Stuk/jszip.git"
  92. },
  93. "scripts": {
  94. "lint": "grunt jshint",
  95. "test": "npm run test-node && npm run test-browser",
  96. "test-browser": "grunt build && grunt test",
  97. "test-node": "qunit-cli -c test/helpers/test-utils.js test/helpers/node-test-utils.js test/asserts/*.js"
  98. },
  99. "version": "3.1.5"
  100. }