{
  "_from": "httpxy@^0.1.7",
  "_id": "httpxy@0.1.7",
  "_inBundle": false,
  "_integrity": "sha512-pXNx8gnANKAndgga5ahefxc++tJvNL87CXoRwxn1cJE2ZkWEojF3tNfQIEhZX/vfpt+wzeAzpUI4qkediX1MLQ==",
  "_location": "/httpxy",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "httpxy@^0.1.7",
    "name": "httpxy",
    "escapedName": "httpxy",
    "rawSpec": "^0.1.7",
    "saveSpec": null,
    "fetchSpec": "^0.1.7"
  },
  "_requiredBy": [
    "/nitropack",
    "/nuxt/@nuxt/cli"
  ],
  "_resolved": "https://registry.npmjs.org/httpxy/-/httpxy-0.1.7.tgz",
  "_shasum": "02d02e57eda10e8b5c0e3f9f10860e3d7a5991a4",
  "_spec": "httpxy@^0.1.7",
  "_where": "/home/ctr65084/public_html/tranvial-site/node_modules/nuxt/node_modules/@nuxt/cli",
  "bugs": {
    "url": "https://github.com/unjs/httpxy/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A full-featured HTTP proxy for Node.js.",
  "devDependencies": {
    "@types/node": "^22.10.10",
    "@vitest/coverage-v8": "^3.0.4",
    "changelogen": "^0.5.7",
    "eslint": "^9.19.0",
    "eslint-config-unjs": "^0.4.2",
    "jiti": "^2.4.2",
    "listhen": "^1.9.0",
    "ofetch": "^1.4.1",
    "prettier": "^3.4.2",
    "typescript": "^5.7.3",
    "unbuild": "^3.3.1",
    "vitest": "^3.0.4"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/unjs/httpxy#readme",
  "license": "MIT",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "name": "httpxy",
  "packageManager": "pnpm@9.15.4",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unjs/httpxy.git"
  },
  "scripts": {
    "build": "unbuild",
    "dev": "vitest",
    "lint": "eslint --cache . && prettier -c src test",
    "lint:fix": "eslint --cache . --fix && prettier -c src test -w",
    "play": "jiti ./playground",
    "prepack": "pnpm run build",
    "release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
    "test": "pnpm lint && pnpm test:types && vitest run --coverage",
    "test:types": "tsc --noEmit"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "0.1.7"
}
