{
  "_args": [
    [
      "react-if@4.1.4",
      "/var/www/html/market_up"
    ]
  ],
  "_development": true,
  "_from": "react-if@4.1.4",
  "_id": "react-if@4.1.4",
  "_inBundle": false,
  "_integrity": "sha512-bjufPfCdPBiBy9EO/BeoxaqGc/xCwTu0coKtHfjpJw+v85DLMbpG43IUPISh+m3DzENx1rOYLpqbp2KaDmEYlg==",
  "_location": "/react-if",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-if@4.1.4",
    "name": "react-if",
    "escapedName": "react-if",
    "rawSpec": "4.1.4",
    "saveSpec": null,
    "fetchSpec": "4.1.4"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/react-if/-/react-if-4.1.4.tgz",
  "_spec": "4.1.4",
  "_where": "/var/www/html/market_up",
  "author": {
    "name": "Romain Ruetschi",
    "email": "romain.ruetschi@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/romac/react-if/issues"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "description": "🌗 Render React components conditionally",
  "devDependencies": {
    "@commitlint/cli": "^16.2.3",
    "@commitlint/config-conventional": "^16.2.1",
    "@favware/cliff-jumper": "^1.2.0",
    "@sapphire/eslint-config": "^4.3.4",
    "@sapphire/prettier-config": "^1.4.3",
    "@sapphire/ts-config": "^3.3.4",
    "@testing-library/jest-dom": "^5.16.4",
    "@testing-library/react": "^13.1.1",
    "@types/node": "^17.0.25",
    "@types/react": "^18.0.6",
    "@types/react-dom": "^18.0.2",
    "@types/testing-library__jest-dom": "^5.14.3",
    "@typescript-eslint/eslint-plugin": "^5.20.0",
    "@typescript-eslint/parser": "^5.20.0",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^8.13.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-config-react-app": "^7.0.1",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jsx-a11y": "^6.5.1",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.29.4",
    "eslint-plugin-react-hooks": "^4.4.0",
    "husky": "^7.0.4",
    "lint-staged": "^12.4.0",
    "prettier": "^2.6.2",
    "pretty-quick": "^3.1.3",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "tsdx": "^0.14.1",
    "typedoc": "^0.22.15",
    "typescript": "^4.6.3"
  },
  "engines": {
    "node": ">=12"
  },
  "exports": {
    "import": "./dist/react-if.esm.js",
    "require": "./dist/index.js",
    "types": "./dist/index.d.ts"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/romac/react-if",
  "license": "MIT",
  "lint-staged": {
    "*.{mjs,js,ts}": "eslint --fix --ext mjs,js,ts"
  },
  "main": "dist/index.js",
  "module": "dist/react-if.esm.js",
  "name": "react-if",
  "packageManager": "yarn@3.2.0",
  "peerDependencies": {
    "react": "^16.x || ^17.x || ^18.x"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/romac/react-if.git"
  },
  "resolutions": {
    "@types/react-dom": "^18.0.0",
    "@types/react": "^18.0.4",
    "@typescript-eslint/eslint-plugin": "^5.19.0",
    "@typescript-eslint/parser": "^5.19.0",
    "cz-conventional-changelog": "^3.3.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-config-react-app": "^7.0.1",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jsx-a11y": "^6.5.1",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react-hooks": "^4.4.0",
    "eslint-plugin-react": "^7.29.4",
    "eslint": "^8.13.0",
    "react-dom": "^18.0.0",
    "ansi-regex": "^5.0.1",
    "minimist": "^1.2.6",
    "react": "^18.0.0"
  },
  "scripts": {
    "build": "tsdx build --tsconfig ./src/tsconfig.json",
    "bump": "cliff-jumper",
    "check-update": "cliff-jumper --dry-run",
    "docs": "typedoc",
    "format": "prettier --write \"{src,tests}/**/*.{ts,tsx}\"",
    "lint": "eslint src test demo --fix",
    "prepare": "husky install .github/husky",
    "prepublish": "yarn build",
    "start": "tsdx watch --tsconfig ./src/tsconfig.json",
    "test": "tsdx test",
    "update": "yarn upgrade-interactive"
  },
  "sideEffects": false,
  "types": "dist/index.d.ts",
  "version": "4.1.4",
  "workspaces": [
    "demo/"
  ]
}
