{
  "_from": "micromark-util-types@^2.0.0",
  "_id": "micromark-util-types@2.0.2",
  "_inBundle": false,
  "_integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
  "_location": "/micromark-util-types",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "micromark-util-types@^2.0.0",
    "name": "micromark-util-types",
    "escapedName": "micromark-util-types",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/micromark-util-character"
  ],
  "_resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
  "_shasum": "f00225f5f5a0ebc3254f96c36b6605c4b393908e",
  "_spec": "micromark-util-types@^2.0.0",
  "_where": "/var/www/web-lab/node_modules/micromark-util-character",
  "author": {
    "name": "Titus Wormer",
    "email": "tituswormer@gmail.com",
    "url": "https://wooorm.com"
  },
  "bugs": {
    "url": "https://github.com/micromark/micromark/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Titus Wormer",
      "email": "tituswormer@gmail.com",
      "url": "https://wooorm.com"
    }
  ],
  "deprecated": false,
  "description": "micromark utility with a couple of typescript types",
  "exports": "./index.js",
  "files": [
    "index.d.ts.map",
    "index.d.ts",
    "index.js"
  ],
  "funding": [
    {
      "type": "GitHub Sponsors",
      "url": "https://github.com/sponsors/unifiedjs"
    },
    {
      "type": "OpenCollective",
      "url": "https://opencollective.com/unified"
    }
  ],
  "keywords": [
    "micromark",
    "util",
    "utility",
    "typescript",
    "types"
  ],
  "license": "MIT",
  "name": "micromark-util-types",
  "repository": {
    "type": "git",
    "url": "https://github.com/micromark/micromark/tree/main/packages/micromark-util-types"
  },
  "sideEffects": false,
  "type": "module",
  "version": "2.0.2",
  "xo": {
    "envs": [
      "shared-node-browser"
    ],
    "overrides": [
      {
        "files": [
          "**/*.d.ts"
        ],
        "rules": {
          "@typescript-eslint/array-type": [
            "error",
            {
              "default": "generic"
            }
          ],
          "@typescript-eslint/ban-types": [
            "error",
            {
              "extendDefaults": true
            }
          ],
          "@typescript-eslint/consistent-type-definitions": [
            "error",
            "interface"
          ]
        }
      }
    ],
    "prettier": true,
    "rules": {
      "unicorn/text-encoding-identifier-case": "off"
    }
  }
}
