package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "got@^5.0.0",
  6. "scope": null,
  7. "escapedName": "got",
  8. "name": "got",
  9. "rawSpec": "^5.0.0",
  10. "spec": ">=5.0.0 <6.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/package-json"
  14. ]
  15. ],
  16. "_from": "got@>=5.0.0 <6.0.0",
  17. "_id": "got@5.7.1",
  18. "_inCache": true,
  19. "_location": "/got",
  20. "_nodeVersion": "0.10.48",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/got-5.7.1.tgz_1478113400687_0.6078383799176663"
  24. },
  25. "_npmUser": {
  26. "name": "floatdrop",
  27. "email": "floatdrop@gmail.com"
  28. },
  29. "_npmVersion": "2.15.1",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "got@^5.0.0",
  33. "scope": null,
  34. "escapedName": "got",
  35. "name": "got",
  36. "rawSpec": "^5.0.0",
  37. "spec": ">=5.0.0 <6.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/package-json"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/got/-/got-5.7.1.tgz",
  44. "_shasum": "5f81635a61e4a6589f180569ea4e381680a51f35",
  45. "_shrinkwrap": null,
  46. "_spec": "got@^5.0.0",
  47. "_where": "/home/robert/workspace/xmlrpc/node_modules/package-json",
  48. "browser": {
  49. "unzip-response": false
  50. },
  51. "bugs": {
  52. "url": "https://github.com/sindresorhus/got/issues"
  53. },
  54. "dependencies": {
  55. "create-error-class": "^3.0.1",
  56. "duplexer2": "^0.1.4",
  57. "is-redirect": "^1.0.0",
  58. "is-retry-allowed": "^1.0.0",
  59. "is-stream": "^1.0.0",
  60. "lowercase-keys": "^1.0.0",
  61. "node-status-codes": "^1.0.0",
  62. "object-assign": "^4.0.1",
  63. "parse-json": "^2.1.0",
  64. "pinkie-promise": "^2.0.0",
  65. "read-all-stream": "^3.0.0",
  66. "readable-stream": "^2.0.5",
  67. "timed-out": "^3.0.0",
  68. "unzip-response": "^1.0.2",
  69. "url-parse-lax": "^1.0.0"
  70. },
  71. "description": "Simplified HTTP/HTTPS requests",
  72. "devDependencies": {
  73. "ava": "^0.16.0",
  74. "coveralls": "^2.11.4",
  75. "form-data": "^2.1.1",
  76. "get-port": "^2.0.0",
  77. "get-stream": "^2.3.0",
  78. "into-stream": "^2.0.0",
  79. "nyc": "^8.1.0",
  80. "pem": "^1.4.4",
  81. "pify": "^2.3.0",
  82. "tempfile": "^1.1.1",
  83. "xo": "0.16.x"
  84. },
  85. "directories": {},
  86. "dist": {
  87. "shasum": "5f81635a61e4a6589f180569ea4e381680a51f35",
  88. "tarball": "https://registry.npmjs.org/got/-/got-5.7.1.tgz"
  89. },
  90. "engines": {
  91. "node": ">=0.10.0 <7"
  92. },
  93. "files": [
  94. "index.js"
  95. ],
  96. "gitHead": "856b4caf16b02ce28ef0d92e83cf434a50b71e84",
  97. "homepage": "https://github.com/sindresorhus/got#readme",
  98. "keywords": [
  99. "http",
  100. "https",
  101. "get",
  102. "got",
  103. "url",
  104. "uri",
  105. "request",
  106. "util",
  107. "utility",
  108. "simple",
  109. "curl",
  110. "wget",
  111. "fetch"
  112. ],
  113. "license": "MIT",
  114. "maintainers": [
  115. {
  116. "name": "sindresorhus",
  117. "email": "sindresorhus@gmail.com"
  118. },
  119. {
  120. "name": "floatdrop",
  121. "email": "floatdrop@gmail.com"
  122. },
  123. {
  124. "name": "kevva",
  125. "email": "kevinmartensson@gmail.com"
  126. }
  127. ],
  128. "name": "got",
  129. "optionalDependencies": {},
  130. "readme": "ERROR: No README data found!",
  131. "repository": {
  132. "type": "git",
  133. "url": "git+https://github.com/sindresorhus/got.git"
  134. },
  135. "scripts": {
  136. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  137. "test": "xo && nyc ava"
  138. },
  139. "version": "5.7.1",
  140. "warnings": [
  141. {
  142. "code": "ENOTSUP",
  143. "required": {
  144. "node": ">=0.10.0 <7"
  145. },
  146. "pkgid": "got@5.7.1"
  147. }
  148. ],
  149. "xo": {
  150. "ignores": [
  151. "test/**"
  152. ]
  153. }
  154. }