{
  "name": "@netlify/headers-parser",
  "version": "9.0.3",
  "description": "Parses Netlify headers into a JavaScript object representation",
  "type": "module",
  "exports": "./lib/index.js",
  "main": "./lib/index.js",
  "types": "./lib/index.d.js",
  "files": [
    "lib/**/*"
  ],
  "scripts": {
    "prebuild": "rm -rf lib",
    "build": "tsc",
    "test": "vitest run",
    "test:bench": "vitest bench",
    "test:dev": "vitest",
    "test:ci": "vitest run --reporter=default && vitest bench --run --passWithNoTests"
  },
  "keywords": [
    "netlify"
  ],
  "engines": {
    "node": ">=18.14.0"
  },
  "author": "Netlify",
  "license": "MIT",
  "dependencies": {
    "@iarna/toml": "^2.2.5",
    "escape-string-regexp": "^5.0.0",
    "fast-safe-stringify": "^2.0.7",
    "is-plain-obj": "^4.0.0",
    "map-obj": "^5.0.0",
    "path-exists": "^5.0.0"
  },
  "devDependencies": {
    "@types/node": "^18.19.111",
    "typescript": "^5.0.0",
    "vitest": "^3.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/netlify/build.git",
    "directory": "packages/headers-parser"
  },
  "bugs": {
    "url": "https://github.com/netlify/build/issues"
  },
  "homepage": "https://github.com/netlify/build#readme",
  "gitHead": "f0adac340a6e7a853d156b4685c66bb65d04bad5"
}
