{
  "_from": "listhen@^1.10.0",
  "_id": "listhen@1.10.0",
  "_inBundle": false,
  "_integrity": "sha512-kfz4C0OrC6IpaVMtYDJtf6PFjurxe9NBBoDAh/o2p587INryFOO4DQ9OetbCdDrWFt1m1CJKvYrzkGsuPHw8nQ==",
  "_location": "/listhen",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "listhen@^1.10.0",
    "name": "listhen",
    "escapedName": "listhen",
    "rawSpec": "^1.10.0",
    "saveSpec": null,
    "fetchSpec": "^1.10.0"
  },
  "_requiredBy": [
    "/nitropack",
    "/nuxt/@nuxt/cli"
  ],
  "_resolved": "https://registry.npmjs.org/listhen/-/listhen-1.10.0.tgz",
  "_shasum": "9dfb05614a262d87feeec284a225bbd16b3f2fa5",
  "_spec": "listhen@^1.10.0",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/nuxt/node_modules/@nuxt/cli",
  "bin": {
    "listen": "bin/listhen.mjs",
    "listhen": "bin/listhen.mjs"
  },
  "bugs": {
    "url": "https://github.com/unjs/listhen/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@parcel/watcher": "^2.5.6",
    "@parcel/watcher-wasm": "^2.5.6",
    "citty": "^0.2.2",
    "consola": "^3.4.2",
    "crossws": ">=0.2.0 <0.5.0",
    "defu": "^6.1.7",
    "get-port-please": "^3.2.0",
    "h3": "^1.15.11",
    "http-shutdown": "^1.2.2",
    "jiti": "^2.6.1",
    "mlly": "^1.8.2",
    "node-forge": "^1.4.0",
    "pathe": "^2.0.3",
    "std-env": "^4.1.0",
    "tinyclip": "^0.1.12",
    "ufo": "^1.6.4",
    "untun": "^0.1.3",
    "uqr": "^0.1.3"
  },
  "deprecated": false,
  "description": "👂 Elegant HTTP Listener",
  "devDependencies": {
    "@types/node": "^25.6.0",
    "@types/node-forge": "^1.3.14",
    "@vitest/coverage-v8": "^4.1.5",
    "automd": "^0.4.3",
    "changelogen": "^0.6.2",
    "eslint": "^10.2.1",
    "eslint-config-unjs": "^0.6.2",
    "ip-regex": "^5.0.0",
    "prettier": "^3.8.3",
    "typescript": "^6.0.3",
    "unbuild": "^3.6.1",
    "vitest": "^4.1.5"
  },
  "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",
    "lib",
    "bin",
    "cli.d.ts"
  ],
  "homepage": "https://github.com/unjs/listhen#readme",
  "license": "MIT",
  "main": "./dist/index.mjs",
  "name": "listhen",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unjs/listhen.git"
  },
  "scripts": {
    "build": "unbuild",
    "dev": "vitest",
    "lint": "eslint . && prettier -c src test",
    "lint:fix": "eslint --fix . && prettier -w src test",
    "listhen": "node ./scripts/listhen.mjs",
    "play": "node ./scripts/listhen.mjs -w ./playground --ws",
    "release": "pnpm test && pnpm build && changelogen --release && pnpm publish && git push --follow-tags",
    "test": "pnpm lint && vitest run --coverage"
  },
  "types": "./dist/index.d.ts",
  "version": "1.10.0"
}
