package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "name": "unzip",
  3. "version": "0.1.11",
  4. "description": "Unzip cross-platform streaming API compatible with fstream and fs.ReadStream",
  5. "author": {
  6. "name": "Evan Oxfeld",
  7. "email": "eoxfeld@gmail.com"
  8. },
  9. "maintainers": [
  10. {
  11. "name": "evanoxfeld",
  12. "email": "eoxfeld@gmail.com"
  13. },
  14. {
  15. "name": "joeferner",
  16. "email": "joe@fernsroth.com"
  17. }
  18. ],
  19. "repository": {
  20. "type": "git",
  21. "url": "git+https://github.com/EvanOxfeld/node-unzip.git"
  22. },
  23. "license": "MIT",
  24. "dependencies": {
  25. "binary": ">= 0.3.0 < 1",
  26. "fstream": ">= 0.1.30 < 1",
  27. "iconv-lite": "^0.4.13",
  28. "match-stream": ">= 0.0.2 < 1",
  29. "pullstream": ">= 0.4.1 < 1",
  30. "readable-stream": "~1.0.31",
  31. "setimmediate": ">= 1.0.1 < 2"
  32. },
  33. "devDependencies": {
  34. "tap": ">= 0.3.0 < 1",
  35. "temp": ">= 0.4.0 < 1",
  36. "dirdiff": ">= 0.0.1 < 1",
  37. "stream-buffers": ">= 0.2.5 < 1"
  38. },
  39. "directories": {
  40. "example": "examples",
  41. "test": "test"
  42. },
  43. "keywords": [
  44. "zip",
  45. "unzip",
  46. "zlib",
  47. "uncompress",
  48. "archive",
  49. "stream",
  50. "extract"
  51. ],
  52. "main": "unzip.js",
  53. "scripts": {
  54. "test": "tap ./test/*.js"
  55. },
  56. "gitHead": "5a62ecbcef6523708bb8b37decaf6e41728ac7fc",
  57. "bugs": {
  58. "url": "https://github.com/EvanOxfeld/node-unzip/issues"
  59. },
  60. "homepage": "https://github.com/EvanOxfeld/node-unzip",
  61. "_id": "unzip@0.1.11",
  62. "_shasum": "89749c63b058d7d90d619f86b98aa1535d3b97f0",
  63. "_from": "unzip@*",
  64. "_npmVersion": "1.4.21",
  65. "_npmUser": {
  66. "name": "evanoxfeld",
  67. "email": "eoxfeld@gmail.com"
  68. },
  69. "dist": {
  70. "shasum": "89749c63b058d7d90d619f86b98aa1535d3b97f0",
  71. "tarball": "http://registry.npmjs.org/unzip/-/unzip-0.1.11.tgz"
  72. },
  73. "_resolved": "https://registry.npmjs.org/unzip/-/unzip-0.1.11.tgz",
  74. "readme": "ERROR: No README data found!"
  75. }