{
  "_from": "aria-hidden@^1.2.3",
  "_id": "aria-hidden@1.2.3",
  "_inBundle": false,
  "_integrity": "sha512-xcLxITLe2HYa1cnYnwCjkOO1PqUHQpozB8x9AR0OgWN2woOBi5kSDVxKfd0b7sb1hw5qFeJhXm9H1nu3xSfLeQ==",
  "_location": "/aria-hidden",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "aria-hidden@^1.2.3",
    "name": "aria-hidden",
    "escapedName": "aria-hidden",
    "rawSpec": "^1.2.3",
    "saveSpec": null,
    "fetchSpec": "^1.2.3"
  },
  "_requiredBy": [
    "/@radix-ui/react-menu",
    "/@strapi/design-system",
    "/@strapi/ui-primitives"
  ],
  "_resolved": "https://registry.npmjs.org/aria-hidden/-/aria-hidden-1.2.3.tgz",
  "_shasum": "14aeb7fb692bbb72d69bebfa47279c1fd725e954",
  "_spec": "aria-hidden@^1.2.3",
  "_where": "/home/ghf/system/node_modules/@strapi/design-system",
  "author": {
    "name": "Anton Korzunov",
    "email": "thekashey@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/theKashey/aria-hidden/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "deprecated": false,
  "description": "Cast aria-hidden to everything, except...",
  "devDependencies": {
    "@size-limit/preset-small-lib": "^2.1.6",
    "@theuiteam/lib-builder": "^0.2.1"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/theKashey/aria-hidden#readme",
  "jsnext:main": "dist/es2015/index.js",
  "keywords": [
    "DOM",
    "aria",
    "hidden",
    "inert"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{ts,tsx}": [
      "prettier --write",
      "eslint --fix"
    ],
    "*.{js,css,json,md}": [
      "prettier --write"
    ]
  },
  "main": "dist/es5/index.js",
  "module": "dist/es2015/index.js",
  "module:es2019": "dist/es2019/index.js",
  "name": "aria-hidden",
  "prettier": {
    "printWidth": 120,
    "trailingComma": "es5",
    "tabWidth": 2,
    "semi": true,
    "singleQuote": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/theKashey/aria-hidden.git"
  },
  "scripts": {
    "build": "lib-builder build && yarn size:report",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
    "changelog:rewrite": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
    "dev": "lib-builder dev",
    "format": "lib-builder format",
    "lint": "lib-builder lint",
    "prepare": "husky install",
    "prepublish": "yarn build",
    "prepublish-only": "yarn build && yarn changelog",
    "release": "yarn build && yarn test",
    "size": "npx size-limit",
    "size:report": "npx size-limit --json > .size.json",
    "test": "jest",
    "test:ci": "jest --runInBand --coverage",
    "update": "lib-builder update"
  },
  "sideEffects": false,
  "types": "dist/es5/index.d.ts",
  "version": "1.2.3"
}
