{
  "_from": "unist-util-is@^6.0.0",
  "_id": "unist-util-is@6.0.1",
  "_inBundle": false,
  "_integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==",
  "_location": "/unist-util-is",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "unist-util-is@^6.0.0",
    "name": "unist-util-is",
    "escapedName": "unist-util-is",
    "rawSpec": "^6.0.0",
    "saveSpec": null,
    "fetchSpec": "^6.0.0"
  },
  "_requiredBy": [
    "/unist-util-visit",
    "/unist-util-visit-parents"
  ],
  "_resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz",
  "_shasum": "d0a3f86f2dd0db7acd7d8c2478080b5c67f9c6a9",
  "_spec": "unist-util-is@^6.0.0",
  "_where": "/var/www/web-lab/node_modules/unist-util-visit",
  "author": {
    "name": "Titus Wormer",
    "email": "tituswormer@gmail.com",
    "url": "https://wooorm.com"
  },
  "bugs": {
    "url": "https://github.com/syntax-tree/unist-util-is/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Titus Wormer",
      "email": "tituswormer@gmail.com",
      "url": "https://wooorm.com"
    },
    {
      "name": "Christian Murphy",
      "email": "christian.murphy.42@gmail.com"
    },
    {
      "name": "Lucas Brandstaetter",
      "email": "lucas@brandstaetter.tech",
      "url": "https://github.com/Roang-zero1"
    }
  ],
  "dependencies": {
    "@types/unist": "^3.0.0"
  },
  "deprecated": false,
  "description": "unist utility to check if a node passes a test",
  "devDependencies": {
    "@types/mdast": "^4.0.0",
    "@types/node": "^24.0.0",
    "c8": "^10.0.0",
    "prettier": "^3.0.0",
    "remark-cli": "^12.0.0",
    "remark-preset-wooorm": "^11.0.0",
    "tsd": "^0.33.0",
    "type-coverage": "^2.0.0",
    "typescript": "^5.0.0",
    "xo": "^0.58.0"
  },
  "exports": "./index.js",
  "files": [
    "lib/",
    "index.d.ts.map",
    "index.d.ts",
    "index.js"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/unified"
  },
  "homepage": "https://github.com/syntax-tree/unist-util-is#readme",
  "keywords": [
    "unist",
    "unist-util",
    "util",
    "utility",
    "tree",
    "node",
    "is",
    "equal",
    "check",
    "test",
    "type"
  ],
  "license": "MIT",
  "name": "unist-util-is",
  "prettier": {
    "bracketSpacing": false,
    "semi": false,
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "none",
    "useTabs": false
  },
  "remarkConfig": {
    "plugins": [
      "remark-preset-wooorm"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/syntax-tree/unist-util-is.git"
  },
  "scripts": {
    "build": "tsc --build --clean && tsc --build && tsd && type-coverage",
    "format": "remark . -qfo && prettier . -w --log-level warn && xo --fix",
    "prepack": "npm run build && npm run format",
    "test": "npm run build && npm run format && npm run test-coverage",
    "test-api": "node --conditions development test/index.js",
    "test-coverage": "c8 --100 --reporter lcov npm run test-api"
  },
  "sideEffects": false,
  "type": "module",
  "typeCoverage": {
    "atLeast": 100,
    "detail": true,
    "#": "needed `any`s",
    "ignoreFiles": [
      "lib/index.d.ts"
    ],
    "ignoreCatch": true,
    "strict": true
  },
  "version": "6.0.1",
  "xo": {
    "overrides": [
      {
        "files": [
          "**/*.ts"
        ],
        "rules": {
          "@typescript-eslint/consistent-type-definitions": "off",
          "@typescript-eslint/no-unnecessary-type-arguments": "off",
          "@typescript-eslint/no-unsafe-argument": "off",
          "@typescript-eslint/no-unsafe-assignment": "off",
          "import/no-extraneous-dependencies": "off"
        }
      }
    ],
    "prettier": true
  }
}
