package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "unzip-response@^1.0.2",
  6. "scope": null,
  7. "escapedName": "unzip-response",
  8. "name": "unzip-response",
  9. "rawSpec": "^1.0.2",
  10. "spec": ">=1.0.2 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/got"
  14. ]
  15. ],
  16. "_from": "unzip-response@>=1.0.2 <2.0.0",
  17. "_id": "unzip-response@1.0.2",
  18. "_inCache": true,
  19. "_location": "/unzip-response",
  20. "_nodeVersion": "0.10.48",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/unzip-response-1.0.2.tgz_1477988883900_0.8392405717168003"
  24. },
  25. "_npmUser": {
  26. "name": "floatdrop",
  27. "email": "floatdrop@gmail.com"
  28. },
  29. "_npmVersion": "2.15.1",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "unzip-response@^1.0.2",
  33. "scope": null,
  34. "escapedName": "unzip-response",
  35. "name": "unzip-response",
  36. "rawSpec": "^1.0.2",
  37. "spec": ">=1.0.2 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/got"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/unzip-response/-/unzip-response-1.0.2.tgz",
  44. "_shasum": "b984f0877fc0a89c2c773cc1ef7b5b232b5b06fe",
  45. "_shrinkwrap": null,
  46. "_spec": "unzip-response@^1.0.2",
  47. "_where": "/home/robert/workspace/xmlrpc/node_modules/got",
  48. "bugs": {
  49. "url": "https://github.com/sindresorhus/unzip-response/issues"
  50. },
  51. "dependencies": {},
  52. "description": "Unzip a HTTP response if needed",
  53. "devDependencies": {
  54. "ava": "^0.16.0",
  55. "get-stream": "^2.3.0",
  56. "pify": "^2.3.0",
  57. "pinkie-promise": "^2.0.1",
  58. "rfpify": "^1.0.0",
  59. "xo": "^0.16.0"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "shasum": "b984f0877fc0a89c2c773cc1ef7b5b232b5b06fe",
  64. "tarball": "https://registry.npmjs.org/unzip-response/-/unzip-response-1.0.2.tgz"
  65. },
  66. "engines": {
  67. "node": ">=0.10"
  68. },
  69. "files": [
  70. "index.js"
  71. ],
  72. "gitHead": "da2d1afca2624505811a58da083c845ebdde2b2f",
  73. "homepage": "https://github.com/sindresorhus/unzip-response#readme",
  74. "keywords": [
  75. "http",
  76. "unzip",
  77. "zlib",
  78. "gzip",
  79. "deflate",
  80. "incoming",
  81. "message",
  82. "response",
  83. "stream"
  84. ],
  85. "license": "MIT",
  86. "maintainers": [
  87. {
  88. "name": "sindresorhus",
  89. "email": "sindresorhus@gmail.com"
  90. },
  91. {
  92. "name": "floatdrop",
  93. "email": "floatdrop@gmail.com"
  94. }
  95. ],
  96. "name": "unzip-response",
  97. "optionalDependencies": {},
  98. "readme": "ERROR: No README data found!",
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/sindresorhus/unzip-response.git"
  102. },
  103. "scripts": {
  104. "test": "xo && ava"
  105. },
  106. "version": "1.0.2",
  107. "xo": {
  108. "esnext": false
  109. }
  110. }