package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "yauzl@2.4.1",
  5. "E:\\vscode\\UseStudio.Desktop\\resources\\app"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "yauzl@2.4.1",
  10. "_id": "yauzl@2.4.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-lSj0QtqxsihOWLQ3m7GU4i4MQAU=",
  13. "_location": "/yauzl",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "yauzl@2.4.1",
  19. "name": "yauzl",
  20. "escapedName": "yauzl",
  21. "rawSpec": "2.4.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.4.1"
  24. },
  25. "_requiredBy": [
  26. "/extract-zip"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.4.1.tgz",
  29. "_spec": "2.4.1",
  30. "_where": "E:\\vscode\\UseStudio.Desktop\\resources\\app",
  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. "fd-slicer": "~1.0.1"
  40. },
  41. "description": "yet another unzip library for node",
  42. "devDependencies": {
  43. "bl": "~1.0.0",
  44. "istanbul": "~0.3.4",
  45. "pend": "~1.2.0"
  46. },
  47. "homepage": "https://github.com/thejoshwolfe/yauzl",
  48. "keywords": [
  49. "unzip",
  50. "zip",
  51. "stream",
  52. "archive",
  53. "file"
  54. ],
  55. "license": "MIT",
  56. "main": "index.js",
  57. "name": "yauzl",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/thejoshwolfe/yauzl.git"
  61. },
  62. "scripts": {
  63. "test": "node test/test.js",
  64. "test-cov": "istanbul cover test/test.js",
  65. "test-travis": "istanbul cover --report lcovonly test/test.js"
  66. },
  67. "version": "2.4.1"
  68. }