You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 6.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. {
  2. "_from": "superagent@^5.2.1",
  3. "_id": "superagent@5.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-pMWBUnIllK4ZTw7p/UaobiQPwAO5w/1NRRTDpV0FTVNmECztsxKspj3ZWEordVEaqpZtmOQJJna4yTLyC/q7PQ==",
  6. "_location": "/superagent",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "superagent@^5.2.1",
  12. "name": "superagent",
  13. "escapedName": "superagent",
  14. "rawSpec": "^5.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.2.1"
  17. },
  18. "_requiredBy": [
  19. "/remote-content"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/superagent/-/superagent-5.2.2.tgz",
  22. "_shasum": "6ff726c5642795b2c27009e92687c8e69a6bb07d",
  23. "_spec": "superagent@^5.2.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\remote-content",
  25. "author": {
  26. "name": "TJ Holowaychuk",
  27. "email": "tj@vision-media.ca"
  28. },
  29. "browser": {
  30. "./src/node/index.js": "./src/client.js",
  31. "./lib/node/index.js": "./lib/client.js",
  32. "./test/support/server.js": "./test/support/blank.js"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/visionmedia/superagent/issues"
  36. },
  37. "bundleDependencies": false,
  38. "commitlint": {
  39. "extends": [
  40. "@commitlint/config-conventional"
  41. ]
  42. },
  43. "contributors": [
  44. {
  45. "name": "Kornel Lesiński",
  46. "email": "kornel@geekhood.net"
  47. },
  48. {
  49. "name": "Peter Lyons",
  50. "email": "pete@peterlyons.com"
  51. },
  52. {
  53. "name": "Hunter Loftis",
  54. "email": "hunter@hunterloftis.com"
  55. },
  56. {
  57. "name": "Nick Baugh",
  58. "email": "niftylettuce@gmail.com"
  59. }
  60. ],
  61. "dependencies": {
  62. "component-emitter": "^1.3.0",
  63. "cookiejar": "^2.1.2",
  64. "debug": "^4.1.1",
  65. "fast-safe-stringify": "^2.0.7",
  66. "form-data": "^3.0.0",
  67. "formidable": "^1.2.1",
  68. "methods": "^1.1.2",
  69. "mime": "^2.4.4",
  70. "qs": "^6.9.1",
  71. "readable-stream": "^3.4.0",
  72. "semver": "^6.3.0"
  73. },
  74. "deprecated": false,
  75. "description": "elegant & feature rich browser / node HTTP with a fluent API",
  76. "devDependencies": {
  77. "@babel/cli": "^7.7.4",
  78. "@babel/core": "^7.7.4",
  79. "@babel/preset-env": "^7.7.4",
  80. "@commitlint/cli": "^8.2.0",
  81. "@commitlint/config-conventional": "^8.2.0",
  82. "Base64": "^1.1.0",
  83. "babelify": "^10.0.0",
  84. "basic-auth-connect": "^1.0.0",
  85. "body-parser": "^1.19.0",
  86. "browserify": "^16.5.0",
  87. "codecov": "^3.6.1",
  88. "cookie-parser": "^1.4.4",
  89. "cross-env": "^6.0.3",
  90. "eslint": "^6.7.2",
  91. "eslint-config-xo-lass": "^1.0.3",
  92. "eslint-plugin-compat": "^3.3.0",
  93. "eslint-plugin-node": "^10.0.0",
  94. "express": "^4.17.1",
  95. "express-session": "^1.17.0",
  96. "fixpack": "^2.3.1",
  97. "husky": "^3.1.0",
  98. "lint-staged": "^9.5.0",
  99. "marked": "^0.7.0",
  100. "mocha": "3.5.3",
  101. "multer": "^1.4.2",
  102. "nyc": "^14.1.1",
  103. "remark-cli": "^7.0.1",
  104. "remark-preset-github": "^0.0.16",
  105. "rimraf": "^3.0.0",
  106. "should": "^13.2.3",
  107. "should-http": "^0.1.1",
  108. "tinyify": "^2.5.2",
  109. "uglify-js": "^3.7.1",
  110. "xo": "0.25.3",
  111. "zuul": "^3.12.0"
  112. },
  113. "engines": {
  114. "node": ">= 7.0.0"
  115. },
  116. "homepage": "https://github.com/visionmedia/superagent",
  117. "husky": {
  118. "hooks": {
  119. "pre-commit": "npm test",
  120. "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
  121. }
  122. },
  123. "jsdelivr": "dist/superagent.min.js",
  124. "keywords": [
  125. "agent",
  126. "ajax",
  127. "ajax",
  128. "api",
  129. "async",
  130. "await",
  131. "axios",
  132. "cancel",
  133. "client",
  134. "frisbee",
  135. "got",
  136. "http",
  137. "http",
  138. "https",
  139. "ky",
  140. "promise",
  141. "promise",
  142. "promises",
  143. "request",
  144. "request",
  145. "requests",
  146. "response",
  147. "rest",
  148. "retry",
  149. "super",
  150. "superagent",
  151. "timeout",
  152. "transform",
  153. "xhr",
  154. "xmlhttprequest"
  155. ],
  156. "license": "MIT",
  157. "lint-staged": {
  158. "linters": {
  159. "*.js": [
  160. "xo --fix",
  161. "git add"
  162. ],
  163. "*.md": [
  164. "remark . -qfo",
  165. "git add"
  166. ],
  167. "package.json": [
  168. "fixpack",
  169. "git add"
  170. ]
  171. }
  172. },
  173. "main": "lib/node/index.js",
  174. "name": "superagent",
  175. "prettier": {
  176. "singleQuote": true,
  177. "bracketSpacing": true,
  178. "trailingComma": "none"
  179. },
  180. "remarkConfig": {
  181. "plugins": [
  182. "preset-github"
  183. ]
  184. },
  185. "repository": {
  186. "type": "git",
  187. "url": "git://github.com/visionmedia/superagent.git"
  188. },
  189. "scripts": {
  190. "browserify": "browserify src/node/index.js -o dist/superagent.js -s superagent -g [ babelify --configFile ./.dist.babelrc ]",
  191. "build": "npm run build:clean && npm run build:lib && npm run build:dist",
  192. "build:clean": "rimraf lib dist",
  193. "build:dist": "npm run browserify && npm run minify",
  194. "build:lib": "babel --config-file ./.lib.babelrc src --out-dir lib",
  195. "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
  196. "lint": "xo && remark . -qfo && eslint -c .lib.eslintrc lib && eslint -c .dist.eslintrc dist",
  197. "minify": "cross-env NODE_ENV=production browserify src/node/index.js -o dist/superagent.min.js -s superagent -g [ babelify --configFile ./.dist.babelrc ] -p tinyify",
  198. "nyc": "cross-env NODE_ENV=test nyc ava",
  199. "test": "npm run build && npm run lint && make test",
  200. "test-http2": "npm run build && npm run lint && make test-node-http2"
  201. },
  202. "unpkg": "dist/superagent.min.js",
  203. "version": "5.2.2",
  204. "xo": {
  205. "prettier": true,
  206. "space": true,
  207. "extends": [
  208. "xo-lass"
  209. ],
  210. "env": [
  211. "node",
  212. "browser"
  213. ],
  214. "overrides": [
  215. {
  216. "files": "test/**/*.js",
  217. "env": [
  218. "mocha"
  219. ],
  220. "rules": {
  221. "block-scoped-var": "off",
  222. "complexity": "off",
  223. "default-case": "off",
  224. "eqeqeq": "off",
  225. "func-name-matching": "off",
  226. "func-names": "off",
  227. "guard-for-in": "off",
  228. "handle-callback-err": "off",
  229. "import/no-extraneous-dependencies": "off",
  230. "import/no-unassigned-import": "off",
  231. "import/order": "off",
  232. "max-nested-callbacks": "off",
  233. "new-cap": "off",
  234. "no-eq-null": "off",
  235. "no-extend-native": "off",
  236. "no-implicit-coercion": "off",
  237. "no-multi-assign": "off",
  238. "no-negated-condition": "off",
  239. "no-prototype-builtins": "off",
  240. "no-redeclare": "off",
  241. "no-undef": "off",
  242. "no-unused-expressions": "off",
  243. "no-unused-vars": "off",
  244. "no-use-extend-native/no-use-extend-native": "off",
  245. "no-useless-escape": "off",
  246. "no-var": "off",
  247. "no-void": "off",
  248. "node/no-deprecated-api": "off",
  249. "prefer-rest-params": "off",
  250. "prefer-spread": "off",
  251. "promise/prefer-await-to-then": "off",
  252. "promise/valid-params": "off",
  253. "unicorn/filename-case": "off",
  254. "valid-jsdoc": "off"
  255. }
  256. }
  257. ],
  258. "globals": [
  259. "ActiveXObject"
  260. ]
  261. }
  262. }