package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "unzip@~0.1.11",
  6. "scope": null,
  7. "escapedName": "unzip",
  8. "name": "unzip",
  9. "rawSpec": "~0.1.11",
  10. "spec": ">=0.1.11 <0.2.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/geoip-lite"
  14. ]
  15. ],
  16. "_from": "unzip@>=0.1.11 <0.2.0",
  17. "_id": "unzip@0.1.11",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/unzip",
  21. "_npmUser": {
  22. "name": "evanoxfeld",
  23. "email": "eoxfeld@gmail.com"
  24. },
  25. "_npmVersion": "1.4.21",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "unzip@~0.1.11",
  29. "scope": null,
  30. "escapedName": "unzip",
  31. "name": "unzip",
  32. "rawSpec": "~0.1.11",
  33. "spec": ">=0.1.11 <0.2.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/geoip-lite"
  38. ],
  39. "_resolved": "http://registry.npmjs.org/unzip/-/unzip-0.1.11.tgz",
  40. "_shasum": "89749c63b058d7d90d619f86b98aa1535d3b97f0",
  41. "_shrinkwrap": null,
  42. "_spec": "unzip@~0.1.11",
  43. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/geoip-lite",
  44. "author": {
  45. "name": "Evan Oxfeld",
  46. "email": "eoxfeld@gmail.com"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/EvanOxfeld/node-unzip/issues"
  50. },
  51. "dependencies": {
  52. "binary": ">= 0.3.0 < 1",
  53. "fstream": ">= 0.1.30 < 1",
  54. "match-stream": ">= 0.0.2 < 1",
  55. "pullstream": ">= 0.4.1 < 1",
  56. "readable-stream": "~1.0.31",
  57. "setimmediate": ">= 1.0.1 < 2"
  58. },
  59. "description": "Unzip cross-platform streaming API compatible with fstream and fs.ReadStream",
  60. "devDependencies": {
  61. "dirdiff": ">= 0.0.1 < 1",
  62. "stream-buffers": ">= 0.2.5 < 1",
  63. "tap": ">= 0.3.0 < 1",
  64. "temp": ">= 0.4.0 < 1"
  65. },
  66. "directories": {
  67. "example": "examples",
  68. "test": "test"
  69. },
  70. "dist": {
  71. "shasum": "89749c63b058d7d90d619f86b98aa1535d3b97f0",
  72. "tarball": "https://registry.npmjs.org/unzip/-/unzip-0.1.11.tgz"
  73. },
  74. "gitHead": "5a62ecbcef6523708bb8b37decaf6e41728ac7fc",
  75. "homepage": "https://github.com/EvanOxfeld/node-unzip",
  76. "keywords": [
  77. "zip",
  78. "unzip",
  79. "zlib",
  80. "uncompress",
  81. "archive",
  82. "stream",
  83. "extract"
  84. ],
  85. "license": "MIT",
  86. "main": "unzip.js",
  87. "maintainers": [
  88. {
  89. "name": "evanoxfeld",
  90. "email": "eoxfeld@gmail.com"
  91. },
  92. {
  93. "name": "joeferner",
  94. "email": "joe@fernsroth.com"
  95. }
  96. ],
  97. "name": "unzip",
  98. "optionalDependencies": {},
  99. "readme": "ERROR: No README data found!",
  100. "repository": {
  101. "type": "git",
  102. "url": "git+https://github.com/EvanOxfeld/node-unzip.git"
  103. },
  104. "scripts": {
  105. "test": "tap ./test/*.js"
  106. },
  107. "version": "0.1.11"
  108. }