package.json 1.7 KB

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