{
  "name": "http-vary",
  "version": "1.0.3",
  "description": "A minimal parser and utility for the HTTP Vary header.",
  "keywords": [
    "vary",
    "http",
    "header",
    "headers",
    "cache",
    "caching",
    "http-cache",
    "vary-header",
    "rfc9110",
    "rfc9111",
    "cache-key",
    "parser"
  ],
  "homepage": "https://tinylibs.js.org/packages/http-vary",
  "bugs": "https://github.com/arthurfiorette/tinylibs/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arthurfiorette/tinylibs.git",
    "directory": "packages/http-vary"
  },
  "license": "MIT",
  "author": "Arthur Fiorette <npm@arthur.place>",
  "sideEffects": false,
  "main": "dist/index.js",
  "umd:main": "dist/index.umd.js",
  "unpkg": "dist/index.umd.js",
  "module": "dist/index.mjs",
  "source": "src/index.ts",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "src",
    "LICENSE",
    "README.md"
  ],
  "devDependencies": {
    "microbundle": "^0.15.1"
  },
  "scripts": {
    "build": "microbundle --tsconfig tsconfig.build.json",
    "test": "jest --coverage"
  }
}