package.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. {
  2. "_from": "got@^11.8.5",
  3. "_id": "got@11.8.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==",
  6. "_location": "/got",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "got@^11.8.5",
  12. "name": "got",
  13. "escapedName": "got",
  14. "rawSpec": "^11.8.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^11.8.5"
  17. },
  18. "_requiredBy": [
  19. "/@electron/get"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/got/-/got-11.8.6.tgz",
  22. "_shasum": "276e827ead8772eddbcfc97170590b841823233a",
  23. "_spec": "got@^11.8.5",
  24. "_where": "/Users/xulianxin/Documents/develop/game/TileMatch/TileManor.Lv/TileManor/scripts/electron/node_modules/@electron/get",
  25. "ava": {
  26. "files": [
  27. "test/*"
  28. ],
  29. "timeout": "1m",
  30. "typescript": {
  31. "rewritePaths": {
  32. "test/": "dist/test/"
  33. }
  34. }
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/got/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "@sindresorhus/is": "^4.0.0",
  42. "@szmarczak/http-timer": "^4.0.5",
  43. "@types/cacheable-request": "^6.0.1",
  44. "@types/responselike": "^1.0.0",
  45. "cacheable-lookup": "^5.0.3",
  46. "cacheable-request": "^7.0.2",
  47. "decompress-response": "^6.0.0",
  48. "http2-wrapper": "^1.0.0-beta.5.2",
  49. "lowercase-keys": "^2.0.0",
  50. "p-cancelable": "^2.0.0",
  51. "responselike": "^2.0.0"
  52. },
  53. "deprecated": false,
  54. "description": "Human-friendly and powerful HTTP request library for Node.js",
  55. "devDependencies": {
  56. "@ava/typescript": "^1.1.1",
  57. "@sindresorhus/tsconfig": "^0.7.0",
  58. "@sinonjs/fake-timers": "^6.0.1",
  59. "@types/benchmark": "^1.0.33",
  60. "@types/express": "^4.17.7",
  61. "@types/express-serve-static-core": "4.17.18 - 4.17.30",
  62. "@types/node": "^14.14.0",
  63. "@types/node-fetch": "^2.5.7",
  64. "@types/pem": "^1.9.5",
  65. "@types/pify": "^3.0.2",
  66. "@types/request": "^2.48.5",
  67. "@types/sinon": "^9.0.5",
  68. "@types/tough-cookie": "^4.0.0",
  69. "ava": "^3.11.1",
  70. "axios": "^0.20.0",
  71. "benchmark": "^2.1.4",
  72. "coveralls": "^3.1.0",
  73. "create-test-server": "^3.0.1",
  74. "del-cli": "^3.0.1",
  75. "delay": "^4.4.0",
  76. "express": "^4.17.1",
  77. "form-data": "^3.0.0",
  78. "get-stream": "^6.0.0",
  79. "nock": "^13.0.4",
  80. "node-fetch": "^2.6.0",
  81. "np": "^6.4.0",
  82. "nyc": "^15.1.0",
  83. "p-event": "^4.2.0",
  84. "pem": "^1.14.4",
  85. "pify": "^5.0.0",
  86. "sinon": "^9.0.3",
  87. "slow-stream": "0.0.4",
  88. "tempy": "^1.0.0",
  89. "to-readable-stream": "^2.1.0",
  90. "tough-cookie": "^4.0.0",
  91. "typescript": "4.0.3",
  92. "xo": "^0.34.1"
  93. },
  94. "engines": {
  95. "node": ">=10.19.0"
  96. },
  97. "files": [
  98. "dist/source"
  99. ],
  100. "funding": "https://github.com/sindresorhus/got?sponsor=1",
  101. "homepage": "https://github.com/sindresorhus/got#readme",
  102. "keywords": [
  103. "http",
  104. "https",
  105. "http2",
  106. "get",
  107. "got",
  108. "url",
  109. "uri",
  110. "request",
  111. "simple",
  112. "curl",
  113. "wget",
  114. "fetch",
  115. "net",
  116. "network",
  117. "gzip",
  118. "brotli",
  119. "requests",
  120. "human-friendly",
  121. "axios",
  122. "superagent",
  123. "node-fetch",
  124. "ky"
  125. ],
  126. "license": "MIT",
  127. "main": "dist/source",
  128. "name": "got",
  129. "nyc": {
  130. "extension": [
  131. ".ts"
  132. ],
  133. "exclude": [
  134. "**/test/**"
  135. ]
  136. },
  137. "repository": {
  138. "type": "git",
  139. "url": "git+https://github.com/sindresorhus/got.git"
  140. },
  141. "runkitExampleFilename": "./documentation/examples/runkit-example.js",
  142. "scripts": {
  143. "build": "del-cli dist && tsc",
  144. "prepare": "npm run build",
  145. "release": "np",
  146. "test": "xo && npm run build && nyc --reporter=html --reporter=text ava"
  147. },
  148. "sideEffects": false,
  149. "types": "dist/source",
  150. "version": "11.8.6",
  151. "xo": {
  152. "ignores": [
  153. "documentation/examples/*"
  154. ],
  155. "rules": {
  156. "@typescript-eslint/no-empty-function": "off",
  157. "node/prefer-global/url": "off",
  158. "node/prefer-global/url-search-params": "off",
  159. "import/no-anonymous-default-export": "off",
  160. "@typescript-eslint/no-implicit-any-catch": "off"
  161. }
  162. }
  163. }