package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "jszip@3.2.1",
  3. "_id": "jszip@3.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-iCMBbo4eE5rb1VCpm5qXOAaUiRKRUKiItn8ah2YQQx9qymmSAY98eyQfioChEYcVQLh0zxJ3wS4A0mh90AVPvw==",
  6. "_location": "/jszip",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "jszip@3.2.1",
  12. "name": "jszip",
  13. "escapedName": "jszip",
  14. "rawSpec": "3.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "3.2.1"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/jszip/-/jszip-3.2.1.tgz",
  22. "_shasum": "c5d32df7274042282b157efb16e522b43435e01a",
  23. "_spec": "jszip@3.2.1",
  24. "_where": "E:\\workspace\\cfd-front-admin",
  25. "author": {
  26. "name": "Stuart Knightley",
  27. "email": "stuart@stuartk.com"
  28. },
  29. "browser": {
  30. "readable-stream": "./lib/readable-stream-browser.js"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/Stuk/jszip/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Franz Buchinger"
  39. },
  40. {
  41. "name": "António Afonso"
  42. },
  43. {
  44. "name": "David Duponchel"
  45. },
  46. {
  47. "name": "yiminghe"
  48. }
  49. ],
  50. "dependencies": {
  51. "lie": "~3.3.0",
  52. "pako": "~1.0.2",
  53. "readable-stream": "~2.3.6",
  54. "set-immediate-shim": "~1.0.1"
  55. },
  56. "deprecated": false,
  57. "description": "Create, read and edit .zip files with JavaScript http://stuartk.com/jszip",
  58. "devDependencies": {
  59. "browserify": "~13.0.0",
  60. "grunt": "~0.4.1",
  61. "grunt-browserify": "~5.0.0",
  62. "grunt-cli": "~1.1.0",
  63. "grunt-contrib-connect": "1.0.0",
  64. "grunt-contrib-jshint": "~1.0.0",
  65. "grunt-contrib-qunit": "~1.2.0",
  66. "grunt-contrib-uglify": "~1.0.0",
  67. "grunt-saucelabs": "8.6.2",
  68. "jshint": "~2.9.1",
  69. "jszip-utils": "~0.0.2",
  70. "package-json-versionify": "1.0.2",
  71. "phantomjs-prebuilt": "2.1.15",
  72. "qunit-cli": "~0.2.0",
  73. "qunitjs": "~1.23.0",
  74. "tmp": "0.0.28"
  75. },
  76. "homepage": "https://github.com/Stuk/jszip#readme",
  77. "keywords": [
  78. "zip",
  79. "deflate",
  80. "inflate"
  81. ],
  82. "license": "(MIT OR GPL-3.0)",
  83. "main": "./lib/index",
  84. "name": "jszip",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/Stuk/jszip.git"
  88. },
  89. "scripts": {
  90. "lint": "grunt jshint",
  91. "test": "npm run test-node && npm run test-browser",
  92. "test-browser": "grunt build && grunt test",
  93. "test-node": "qunit-cli -c test/helpers/test-utils.js test/helpers/node-test-utils.js test/asserts/*.js"
  94. },
  95. "version": "3.2.1"
  96. }