{
  "name": "@cto.af/http-headers",
  "version": "1.0.4",
  "decription": "Parse HTTP headers from RFC 9110 (and others) using the full ABNF",
  "main": "lib/index.js",
  "type": "module",
  "keywords": [
    "http",
    "header",
    "rfc",
    "9110",
    "parser",
    "peggy",
    "peg",
    "abnf",
    "rfc3986",
    "rfc4647",
    "rfc5322",
    "rfc5646",
    "rfc6265",
    "rfc6797",
    "rfc7639",
    "rfc7838",
    "rfc8288",
    "rfc8942",
    "rfc9111",
    "content-security-policy",
    "set-cookie",
    "permissions-policy",
    "referrer-policy",
    "network-error-logging",
    "draft-reschke-http-jfv",
    "reporting-endpoints",
    "server-timing"
  ],
  "author": "Joe Hildebrand <joe-github@cursive.net>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cto-af/http-headers.git"
  },
  "homepage": "https://github.com/cto-af/http-headers#readme",
  "bugs": {
    "url": "https://github.com/cto-af/http-headers/issues"
  },
  "files": [
    "lib"
  ],
  "packageManager": "pnpm@10.30.3",
  "pnpm": {
    "overrides": {
      "c8@11.0.0>yargs": "18.0.0"
    }
  },
  "engines": {
    "node": ">=20"
  }
}
