package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "adm-zip@0.4.11",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "adm-zip@0.4.11",
  10. "_id": "adm-zip@0.4.11",
  11. "_inBundle": false,
  12. "_integrity": "sha512-L8vcjDTCOIJk7wFvmlEUN7AsSb8T+2JrdP7KINBjzr24TJ5Mwj590sLu3BC7zNZowvJWa/JtPmD8eJCzdtDWjA==",
  13. "_location": "/adm-zip",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "adm-zip@0.4.11",
  20. "name": "adm-zip",
  21. "escapedName": "adm-zip",
  22. "rawSpec": "0.4.11",
  23. "saveSpec": null,
  24. "fetchSpec": "0.4.11"
  25. },
  26. "_requiredBy": [
  27. "/protractor/webdriver-manager"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.4.11.tgz",
  30. "_spec": "0.4.11",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "author": {
  33. "name": "Nasca Iacob",
  34. "email": "sy@another-d-mention.ro",
  35. "url": "https://github.com/cthackers"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/cthackers/adm-zip/issues",
  39. "email": "sy@another-d-mention.ro"
  40. },
  41. "description": "Javascript implementation of zip for nodejs with support for electron original-fs. Allows user to create or extract zip files both in memory or to/from disk",
  42. "engines": {
  43. "node": ">=0.3.0"
  44. },
  45. "files": [
  46. "adm-zip.js",
  47. "headers",
  48. "methods",
  49. "util",
  50. "zipEntry.js",
  51. "zipFile.js"
  52. ],
  53. "homepage": "https://github.com/cthackers/adm-zip",
  54. "keywords": [
  55. "zip",
  56. "methods",
  57. "archive",
  58. "unzip"
  59. ],
  60. "license": "MIT",
  61. "main": "adm-zip.js",
  62. "name": "adm-zip",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/cthackers/adm-zip.git"
  66. },
  67. "version": "0.4.11"
  68. }