package.json 1.8 KB

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