package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "extract-zip@^1.0.3",
  3. "_id": "extract-zip@1.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-xoh5G1W/PB0/27lXgMQyIhP5DSY/LhoCsOyZgb+6iMmRtCwVBo55uKaMoEYrDCKQhWvqEip5ZPKAc6eFNyf/MA==",
  6. "_location": "/extract-zip",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "extract-zip@^1.0.3",
  12. "name": "extract-zip",
  13. "escapedName": "extract-zip",
  14. "rawSpec": "^1.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.3"
  17. },
  18. "_requiredBy": [
  19. "/electron"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-1.7.0.tgz",
  22. "_shasum": "556cc3ae9df7f452c493a0cfb51cc30277940927",
  23. "_spec": "extract-zip@^1.0.3",
  24. "_where": "C:\\Users\\LvKun\\Desktop\\offline-pdf-app\\node_modules\\electron",
  25. "author": {
  26. "name": "max ogden"
  27. },
  28. "bin": {
  29. "extract-zip": "cli.js"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/maxogden/extract-zip/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "concat-stream": "^1.6.2",
  37. "debug": "^2.6.9",
  38. "mkdirp": "^0.5.4",
  39. "yauzl": "^2.10.0"
  40. },
  41. "deprecated": false,
  42. "description": "unzip a zip file into a directory using 100% javascript",
  43. "devDependencies": {
  44. "rimraf": "^2.2.8",
  45. "standard": "^5.2.2",
  46. "tape": "^4.2.0",
  47. "temp": "^0.8.3"
  48. },
  49. "directories": {
  50. "test": "test"
  51. },
  52. "homepage": "https://github.com/maxogden/extract-zip#readme",
  53. "keywords": [
  54. "unzip",
  55. "zip",
  56. "extract"
  57. ],
  58. "license": "BSD-2-Clause",
  59. "main": "index.js",
  60. "name": "extract-zip",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/maxogden/extract-zip.git"
  64. },
  65. "scripts": {
  66. "test": "standard && node test/test.js"
  67. },
  68. "version": "1.7.0"
  69. }