package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "unzip-response@^2.0.1",
  3. "_id": "unzip-response@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-0vD3N9FrBhXnKmk17QQhRXLVb5c=",
  6. "_location": "/unzip-response",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "unzip-response@^2.0.1",
  12. "name": "unzip-response",
  13. "escapedName": "unzip-response",
  14. "rawSpec": "^2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/got"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/unzip-response/-/unzip-response-2.0.1.tgz",
  22. "_shasum": "d2f0f737d16b0615e72a6935ed04214572d56f97",
  23. "_spec": "unzip-response@^2.0.1",
  24. "_where": "/Users/rebecca/code/npm/node_modules/got",
  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": "*",
  33. "get-stream": "^2.3.0",
  34. "pify": "^2.3.0",
  35. "rfpify": "^1.0.0",
  36. "xo": "*"
  37. },
  38. "engines": {
  39. "node": ">=4"
  40. },
  41. "files": [
  42. "index.js"
  43. ],
  44. "homepage": "https://github.com/sindresorhus/unzip-response#readme",
  45. "keywords": [
  46. "http",
  47. "unzip",
  48. "zlib",
  49. "gzip",
  50. "deflate",
  51. "incoming",
  52. "message",
  53. "response",
  54. "stream"
  55. ],
  56. "license": "MIT",
  57. "maintainers": [
  58. {
  59. "name": "Sindre Sorhus",
  60. "email": "sindresorhus@gmail.com",
  61. "url": "sindresorhus.com"
  62. },
  63. {
  64. "name": "Vsevolod Strukchinsky",
  65. "email": "floatdrop@gmail.com",
  66. "url": "github.com/floatdrop"
  67. }
  68. ],
  69. "name": "unzip-response",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/sindresorhus/unzip-response.git"
  73. },
  74. "scripts": {
  75. "test": "xo && ava"
  76. },
  77. "version": "2.0.1",
  78. "xo": {
  79. "esnext": true
  80. }
  81. }