package.json 1.7 KB

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