package.json 2.6 KB

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