{
  "_from": "property-information@^7.0.0",
  "_id": "property-information@7.2.0",
  "_inBundle": false,
  "_integrity": "sha512-IAtzIB6sUiWaJYrX9smp3V46pBGbBeLFRGdh25kg1334VcBlD8HzhPeNIWQH9zhGmo2itIe25EHt9dQP7G5hmg==",
  "_location": "/property-information",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "property-information@^7.0.0",
    "name": "property-information",
    "escapedName": "property-information",
    "rawSpec": "^7.0.0",
    "saveSpec": null,
    "fetchSpec": "^7.0.0"
  },
  "_requiredBy": [
    "/hast-util-to-html"
  ],
  "_resolved": "https://registry.npmjs.org/property-information/-/property-information-7.2.0.tgz",
  "_shasum": "0809b34264e995c0bfcd3227028a1e35210af80a",
  "_spec": "property-information@^7.0.0",
  "_where": "/var/www/web-lab/node_modules/hast-util-to-html",
  "author": {
    "name": "Titus Wormer",
    "email": "tituswormer@gmail.com",
    "url": "https://wooorm.com"
  },
  "bugs": {
    "url": "https://github.com/wooorm/property-information/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Andrew Burgess",
      "email": "andrew@andrewburgess.io"
    },
    {
      "name": "Dustin Deus",
      "email": "deusdustin@gmail.com",
      "url": "http://starptech.de"
    },
    {
      "name": "Titus Wormer",
      "email": "tituswormer@gmail.com",
      "url": "https://wooorm.com"
    }
  ],
  "deprecated": false,
  "description": "Info on the properties and attributes of the web platform",
  "devDependencies": {
    "@types/mdast": "^4.0.0",
    "@types/node": "^25.0.0",
    "alpha-sort": "^5.0.0",
    "c8": "^11.0.0",
    "html-element-attributes": "^3.0.0",
    "html-event-attributes": "^2.0.0",
    "mdast-zone": "^6.0.0",
    "prettier": "^3.0.0",
    "remark-cli": "^12.0.0",
    "remark-preset-wooorm": "^11.0.0",
    "svg-element-attributes": "^2.0.0",
    "svg-event-attributes": "^2.0.0",
    "type-coverage": "^2.0.0",
    "typescript": "^6.0.0",
    "unist-builder": "^4.0.0",
    "xo": "^2.0.0"
  },
  "exports": "./index.js",
  "files": [
    "index.d.ts",
    "index.js",
    "lib/"
  ],
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/wooorm"
  },
  "homepage": "https://github.com/wooorm/property-information#readme",
  "keywords": [
    "aria",
    "attribute",
    "html",
    "information",
    "info",
    "property",
    "svg"
  ],
  "license": "MIT",
  "name": "property-information",
  "overrides": {
    "c8": {
      "yargs": "^18.0.0"
    }
  },
  "prettier": {
    "bracketSpacing": false,
    "semi": false,
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "none",
    "useTabs": false
  },
  "remarkConfig": {
    "plugins": [
      "remark-preset-wooorm",
      "./script/list.js"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wooorm/property-information.git"
  },
  "scripts": {
    "build": "tsc --build --clean && tsc --build && type-coverage",
    "format": "remark --frail --output --quiet -- . && prettier --log-level warn --write -- . && xo --fix",
    "generate": "node --conditions development script/generate-react.js && node --conditions development script/generate-exceptions.js",
    "test": "npm run generate && npm run build && npm run format && npm run test-coverage",
    "test-api": "node --conditions development test.js",
    "test-coverage": "c8 --100 --reporter lcov -- npm run test-api"
  },
  "sideEffects": false,
  "type": "module",
  "typeCoverage": {
    "atLeast": 100,
    "ignoreCatch": true
  },
  "version": "7.2.0"
}
