package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "yauzl@2.10.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "yauzl@2.10.0",
  10. "_id": "yauzl@2.10.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==",
  13. "_location": "/yauzl",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "yauzl@2.10.0",
  19. "name": "yauzl",
  20. "escapedName": "yauzl",
  21. "rawSpec": "2.10.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.10.0"
  24. },
  25. "_requiredBy": [
  26. "/extract-zip"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
  29. "_spec": "2.10.0",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Josh Wolfe",
  33. "email": "thejoshwolfe@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/thejoshwolfe/yauzl/issues"
  37. },
  38. "dependencies": {
  39. "buffer-crc32": "~0.2.3",
  40. "fd-slicer": "~1.1.0"
  41. },
  42. "description": "yet another unzip library for node",
  43. "devDependencies": {
  44. "bl": "~1.0.0",
  45. "istanbul": "~0.3.4",
  46. "pend": "~1.2.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/thejoshwolfe/yauzl",
  52. "keywords": [
  53. "unzip",
  54. "zip",
  55. "stream",
  56. "archive",
  57. "file"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "yauzl",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/thejoshwolfe/yauzl.git"
  65. },
  66. "scripts": {
  67. "test": "node test/test.js",
  68. "test-cov": "istanbul cover test/test.js",
  69. "test-travis": "istanbul cover --report lcovonly test/test.js"
  70. },
  71. "version": "2.10.0"
  72. }