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 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "superagent-proxy@^2.0.0",
  3. "_id": "superagent-proxy@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-TktJma5jPdiH1BNN+reF/RMW3b8aBTCV7KlLFV0uYcREgNf3pvo7Rdt564OcFHwkGb3mYEhHuWPBhSbOwiNaYw==",
  6. "_location": "/superagent-proxy",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "superagent-proxy@^2.0.0",
  12. "name": "superagent-proxy",
  13. "escapedName": "superagent-proxy",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/remote-content"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/superagent-proxy/-/superagent-proxy-2.0.0.tgz",
  22. "_shasum": "9f57515cd660e2e9ce55c0e6bd70f92eb07c3ee0",
  23. "_spec": "superagent-proxy@^2.0.0",
  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": "Nathan Rajlich",
  27. "email": "nathan@tootallnate.net",
  28. "url": "http://n8.io/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/TooTallNate/superagent-proxy/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "debug": "^3.1.0",
  36. "proxy-agent": "3"
  37. },
  38. "deprecated": false,
  39. "description": "`Request#proxy(uri)` superagent extension",
  40. "devDependencies": {
  41. "mocha": "2",
  42. "superagent": ">= 0.15.4 || 1 || 2 || 3"
  43. },
  44. "engines": {
  45. "node": ">=6"
  46. },
  47. "homepage": "https://github.com/TooTallNate/superagent-proxy#readme",
  48. "keywords": [
  49. "superagent",
  50. "http",
  51. "https",
  52. "proxy",
  53. "socks"
  54. ],
  55. "license": "MIT",
  56. "main": "index.js",
  57. "name": "superagent-proxy",
  58. "peerDependencies": {
  59. "superagent": ">= 0.15.4 || 1 || 2 || 3"
  60. },
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/TooTallNate/superagent-proxy.git"
  64. },
  65. "scripts": {
  66. "test": "mocha --reporter spec"
  67. },
  68. "version": "2.0.0"
  69. }