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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "proxy-from-env@^1.0.0",
  3. "_id": "proxy-from-env@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
  6. "_location": "/proxy-from-env",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "proxy-from-env@^1.0.0",
  12. "name": "proxy-from-env",
  13. "escapedName": "proxy-from-env",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/proxy-agent",
  20. "/remote-content"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
  23. "_shasum": "e102f16ca355424865755d2c9e8ea4f24d58c3e2",
  24. "_spec": "proxy-from-env@^1.0.0",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\remote-content",
  26. "author": {
  27. "name": "Rob Wu",
  28. "email": "rob@robwu.nl",
  29. "url": "https://robwu.nl/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/Rob--W/proxy-from-env/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Offers getProxyForUrl to get the proxy URL for a URL, respecting the *_PROXY (e.g. HTTP_PROXY) and NO_PROXY environment variables.",
  37. "devDependencies": {
  38. "coveralls": "^3.0.9",
  39. "eslint": "^6.8.0",
  40. "istanbul": "^0.4.5",
  41. "mocha": "^7.1.0"
  42. },
  43. "homepage": "https://github.com/Rob--W/proxy-from-env#readme",
  44. "keywords": [
  45. "proxy",
  46. "http_proxy",
  47. "https_proxy",
  48. "no_proxy",
  49. "environment"
  50. ],
  51. "license": "MIT",
  52. "main": "index.js",
  53. "name": "proxy-from-env",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/Rob--W/proxy-from-env.git"
  57. },
  58. "scripts": {
  59. "lint": "eslint *.js",
  60. "test": "mocha ./test.js --reporter spec",
  61. "test-coverage": "istanbul cover ./node_modules/.bin/_mocha -- --reporter spec"
  62. },
  63. "version": "1.1.0"
  64. }