package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "unzip-response@^1.0.0",
  3. "_id": "unzip-response@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-uYTwh3/AqJwsdzzB73tbIytbBv4=",
  6. "_location": "/unzip-response",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "unzip-response@^1.0.0",
  12. "name": "unzip-response",
  13. "escapedName": "unzip-response",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/simple-get"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/unzip-response/-/unzip-response-1.0.2.tgz",
  22. "_shasum": "b984f0877fc0a89c2c773cc1ef7b5b232b5b06fe",
  23. "_spec": "unzip-response@^1.0.0",
  24. "_where": "/home/tdedhar/Documents/viki/node_modules/simple-get",
  25. "bugs": {
  26. "url": "https://github.com/sindresorhus/unzip-response/issues"
  27. },
  28. "bundleDependencies": false,
  29. "deprecated": false,
  30. "description": "Unzip a HTTP response if needed",
  31. "devDependencies": {
  32. "ava": "^0.16.0",
  33. "get-stream": "^2.3.0",
  34. "pify": "^2.3.0",
  35. "pinkie-promise": "^2.0.1",
  36. "rfpify": "^1.0.0",
  37. "xo": "^0.16.0"
  38. },
  39. "engines": {
  40. "node": ">=0.10"
  41. },
  42. "files": [
  43. "index.js"
  44. ],
  45. "homepage": "https://github.com/sindresorhus/unzip-response#readme",
  46. "keywords": [
  47. "http",
  48. "unzip",
  49. "zlib",
  50. "gzip",
  51. "deflate",
  52. "incoming",
  53. "message",
  54. "response",
  55. "stream"
  56. ],
  57. "license": "MIT",
  58. "maintainers": [
  59. {
  60. "name": "Sindre Sorhus",
  61. "email": "sindresorhus@gmail.com",
  62. "url": "sindresorhus.com"
  63. },
  64. {
  65. "name": "Vsevolod Strukchinsky",
  66. "email": "floatdrop@gmail.com",
  67. "url": "github.com/floatdrop"
  68. }
  69. ],
  70. "name": "unzip-response",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/sindresorhus/unzip-response.git"
  74. },
  75. "scripts": {
  76. "test": "xo && ava"
  77. },
  78. "version": "1.0.2",
  79. "xo": {
  80. "esnext": false
  81. }
  82. }