{
  "name": "cache-parser",
  "version": "1.2.6",
  "description": "A minimal parser for the Cache-Control header.",
  "homepage": "https://tinylibs.js.org/packages/cache-parser",
  "bugs": "https://github.com/arthurfiorette/tinylibs/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arthurfiorette/tinylibs.git",
    "directory": "packages/cache-parser"
  },
  "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"
  }
}