{
  "_from": "proxy-from-env@^2.1.0",
  "_id": "proxy-from-env@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==",
  "_location": "/proxy-from-env",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "proxy-from-env@^2.1.0",
    "name": "proxy-from-env",
    "escapedName": "proxy-from-env",
    "rawSpec": "^2.1.0",
    "saveSpec": null,
    "fetchSpec": "^2.1.0"
  },
  "_requiredBy": [
    "/axios"
  ],
  "_resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz",
  "_shasum": "a7487568adad577cfaaa7e88c49cab3ab3081aba",
  "_spec": "proxy-from-env@^2.1.0",
  "_where": "/var/www/jschat.store/MrX/node_modules/axios",
  "author": {
    "name": "Rob Wu",
    "email": "rob@robwu.nl",
    "url": "https://robwu.nl/"
  },
  "bugs": {
    "url": "https://github.com/Rob--W/proxy-from-env/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Offers getProxyForUrl to get the proxy URL for a URL, respecting the *_PROXY (e.g. HTTP_PROXY) and NO_PROXY environment variables.",
  "devDependencies": {
    "eslint": "^9.39.2"
  },
  "engines": {
    "node": ">=10"
  },
  "exports": {
    "import": "./index.js",
    "require": "./index.cjs"
  },
  "files": [
    "index.js",
    "index.cjs"
  ],
  "homepage": "https://github.com/Rob--W/proxy-from-env#readme",
  "keywords": [
    "proxy",
    "http_proxy",
    "https_proxy",
    "no_proxy",
    "environment"
  ],
  "license": "MIT",
  "main": "index.cjs",
  "name": "proxy-from-env",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Rob--W/proxy-from-env.git"
  },
  "scripts": {
    "lint": "eslint *.js *.mjs *.cjs",
    "test": "node --test ./test.js",
    "test-coverage": "node --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=lcov.info ./test.js",
    "test-coverage-as-html": "npm run test-coverage && genhtml lcov.info -o coverage/",
    "test-require": "node ./test-require.cjs"
  },
  "sideEffects": false,
  "type": "module",
  "version": "2.1.0"
}
