{
  "_from": "untun@^0.1.3",
  "_id": "untun@0.1.3",
  "_inBundle": false,
  "_integrity": "sha512-4luGP9LMYszMRZwsvyUd9MrxgEGZdZuZgpVQHEEX0lCYFESasVRvZd0EYpCkOIbJKHMuv0LskpXc/8Un+MJzEQ==",
  "_location": "/untun",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "untun@^0.1.3",
    "name": "untun",
    "escapedName": "untun",
    "rawSpec": "^0.1.3",
    "saveSpec": null,
    "fetchSpec": "^0.1.3"
  },
  "_requiredBy": [
    "/listhen"
  ],
  "_resolved": "https://registry.npmjs.org/untun/-/untun-0.1.3.tgz",
  "_shasum": "5d10dee37a3a5737ff03d158be877dae0a0e58a6",
  "_spec": "untun@^0.1.3",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/listhen",
  "bin": {
    "untun": "bin/untun.mjs"
  },
  "bugs": {
    "url": "https://github.com/unjs/untun/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "citty": "^0.1.5",
    "consola": "^3.2.3",
    "pathe": "^1.1.1"
  },
  "deprecated": false,
  "description": "Tunnel your local HTTP(s) server to the world! Powered by Cloudflare Quick Tunnels.",
  "devDependencies": {
    "@types/node": "^20.10.4",
    "@vitest/coverage-v8": "^1.0.4",
    "changelogen": "^0.5.5",
    "eslint": "^8.55.0",
    "eslint-config-unjs": "^0.2.1",
    "jiti": "^1.21.0",
    "prettier": "^3.1.1",
    "typescript": "^5.3.3",
    "unbuild": "^2.0.0",
    "vitest": "^1.0.4"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./cli": {
      "types": "./dist/cli.d.ts",
      "import": "./dist/cli.mjs",
      "require": "./dist/cli.cjs"
    }
  },
  "files": [
    "dist",
    "bin"
  ],
  "homepage": "https://github.com/unjs/untun#readme",
  "license": "MIT",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "name": "untun",
  "packageManager": "pnpm@8.11.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unjs/untun.git"
  },
  "scripts": {
    "build": "unbuild",
    "dev": "vitest dev",
    "lint": "eslint --cache --ext .ts,.js,.mjs,.cjs . && prettier -c src test",
    "lint:fix": "eslint --cache --ext .ts,.js,.mjs,.cjs . --fix && prettier -c src test -w",
    "prepack": "pnpm run build",
    "release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
    "test": "pnpm lint &&pnpm typecheck &&  vitest run --coverage",
    "typecheck": "tsc --noEmit",
    "untun": "jiti ./scripts/untun.mjs"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "0.1.3"
}
