{
  "_args": [
    [
      "react-if@4.0.1",
      "/var/www/html/dev_photogram/photogram-web"
    ]
  ],
  "_development": true,
  "_from": "react-if@4.0.1",
  "_id": "react-if@4.0.1",
  "_inBundle": false,
  "_integrity": "sha512-TyfDGdBrIAHntLM5YkRbszeqcyzucB3m2ddF46XH10wTZ8SE2ZjNPD8qNphTJ+7j36SZ4qMvqmlMntcsczLAXQ==",
  "_location": "/react-if",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-if@4.0.1",
    "name": "react-if",
    "escapedName": "react-if",
    "rawSpec": "4.0.1",
    "saveSpec": null,
    "fetchSpec": "4.0.1"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/react-if/-/react-if-4.0.1.tgz",
  "_spec": "4.0.1",
  "_where": "/var/www/html/dev_photogram/photogram-web",
  "author": {
    "name": "Romain Ruetschi",
    "email": "romain.ruetschi@gmail.com"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "description": "🌗 Render React components conditionally",
  "devDependencies": {
    "@commitlint/cli": "^11.0.0",
    "@commitlint/config-conventional": "^11.0.0",
    "@favware/eslint-config-react-app": "^1.1.4",
    "@favware/ts-config": "^3.0.4",
    "@size-limit/preset-small-lib": "^4.6.2",
    "@types/enzyme": "^3.10.7",
    "@types/enzyme-adapter-react-16": "^1.0.6",
    "@types/node": "^14.14.1",
    "@types/react": "^16.9.53",
    "@types/react-dom": "^16.9.8",
    "@typescript-eslint/eslint-plugin": "^4.5.0",
    "@typescript-eslint/parser": "^4.5.0",
    "cz-conventional-changelog": "^3.3.0",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.5",
    "enzyme-to-json": "^3.6.1",
    "eslint": "^7.11.0",
    "eslint-config-prettier": "^6.14.0",
    "eslint-plugin-prettier": "^3.1.4",
    "husky": "^4.3.0",
    "jest-enzyme": "^7.1.2",
    "prettier": "^2.1.2",
    "react": "^16.14.0",
    "react-dom": "^16.14.0",
    "size-limit": "^4.6.2",
    "standard-version": "^9.0.0",
    "tsdx": "^0.14.1",
    "typedoc": "^0.19.2",
    "typedoc-plugin-nojekyll": "^1.0.1",
    "typescript": "^4.0.3"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/romac/react-if",
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "pre-commit": "tsdx lint"
    }
  },
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/react-if.esm.js",
  "name": "react-if",
  "peerDependencies": {
    "react": ">=16"
  },
  "resolutions": {
    "@typescript-eslint/eslint-plugin": "^4.5.0",
    "@typescript-eslint/parser": "^4.5.0",
    "acorn": "^6.4.2",
    "cz-conventional-changelog": "^3.3.0",
    "eslint-config-prettier": "^6.14.0",
    "eslint-plugin-prettier": "^3.1.4",
    "eslint": "^7.11.0",
    "kind-of": "^6.0.3",
    "lodash": "^4.17.20",
    "minimist": "^1.2.5"
  },
  "scripts": {
    "analyze": "size-limit --why",
    "build": "tsdx build --tsconfig ./src/tsconfig.json",
    "commit": "git-cz",
    "cz": "git-cz",
    "docs": "typedoc",
    "format": "prettier --write {src,tests}/**/*.ts",
    "lint": "tsdx lint src test demo --fix",
    "prepublishOnly": "yarn build",
    "size": "size-limit",
    "start": "tsdx watch --tsconfig ./src/tsconfig.json",
    "sversion": "standard-version",
    "test": "tsdx test",
    "update": "yarn upgrade-interactive --latest"
  },
  "size-limit": [
    {
      "path": "dist/react-if.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/react-if.esm.js",
      "limit": "10 KB"
    }
  ],
  "typings": "dist/index.d.ts",
  "version": "4.0.1"
}
