{
  "name": "@html-validate/w3c-data",
  "version": "1.20260920.0",
  "description": "Machine readable data scraped from W3C specifications",
  "keywords": [
    "html",
    "w3c",
    "aria",
    "html-validate"
  ],
  "homepage": "https://gitlab.com/html-validate/w3c-data#readme",
  "bugs": {
    "url": "https://gitlab.com/html-validate/w3c-data/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/html-validate/w3c-data.git"
  },
  "license": "MIT",
  "author": "David Sveningsson <ext@sidvind.com>",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs"
    },
    "./aria": {
      "types": "./dist/aria.d.ts",
      "import": "./dist/aria.mjs"
    },
    "./aria-latest": {
      "types": "./dist/aria-latest.d.ts",
      "import": "./dist/aria-latest.mjs"
    },
    "./aria-1.3": {
      "types": "./dist/aria-1.3.d.ts",
      "import": "./dist/aria-1.3.mjs"
    },
    "./aria-1.2": {
      "types": "./dist/aria-1.2.d.ts",
      "import": "./dist/aria-1.2.mjs"
    }
  },
  "main": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "engines": {
    "node": "^22.16.0 || >= 24.0.0"
  }
}
