{
  "_args": [
    [
      "react-intersection-observer@9.4.0",
      "/home/ghf/public_html"
    ]
  ],
  "_from": "react-intersection-observer@9.4.0",
  "_id": "react-intersection-observer@9.4.0",
  "_inBundle": false,
  "_integrity": "sha512-v0403CmomOVlzhqFXlzOxg0ziLcVq8mfbP0AwAcEQWgZmR2OulOT79Ikznw4UlB3N+jlUYqLMe4SDHUOyp0t2A==",
  "_location": "/react-intersection-observer",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-intersection-observer@9.4.0",
    "name": "react-intersection-observer",
    "escapedName": "react-intersection-observer",
    "rawSpec": "9.4.0",
    "saveSpec": null,
    "fetchSpec": "9.4.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-intersection-observer/-/react-intersection-observer-9.4.0.tgz",
  "_spec": "9.4.0",
  "_where": "/home/ghf/public_html",
  "author": {
    "name": "Daniel Schmidt"
  },
  "bugs": {
    "url": "https://github.com/thebuilder/react-intersection-observer/issues"
  },
  "description": "Monitor if a component is inside the viewport, using IntersectionObserver API",
  "exports": {
    "./test-utils": {
      "types": "./test-utils.d.ts",
      "default": "./test-utils.js"
    },
    ".": {
      "types": "./index.d.ts",
      "require": "./react-intersection-observer.js",
      "default": "./react-intersection-observer.modern.mjs"
    }
  },
  "homepage": "https://github.com/thebuilder/react-intersection-observer#readme",
  "keywords": [
    "react",
    "component",
    "hooks",
    "viewport",
    "intersection",
    "observer",
    "lazy load",
    "inview",
    "useInView",
    "useIntersectionObserver"
  ],
  "license": "MIT",
  "main": "./react-intersection-observer.js",
  "module": "./react-intersection-observer.esm.js",
  "name": "react-intersection-observer",
  "peerDependencies": {
    "react": "^15.0.0 || ^16.0.0 || ^17.0.0|| ^18.0.0"
  },
  "release": {
    "branches": [
      "master",
      {
        "name": "beta",
        "prerelease": true
      }
    ],
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      [
        "@semantic-release/npm",
        {
          "pkgRoot": "dist"
        }
      ],
      "@semantic-release/github"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thebuilder/react-intersection-observer.git"
  },
  "sideEffects": false,
  "size-limit": [
    {
      "path": "dist/react-intersection-observer.esm.js",
      "name": "InView",
      "import": "{ InView }",
      "limit": "1.8 kB"
    },
    {
      "path": "dist/react-intersection-observer.esm.js",
      "name": "useInView",
      "import": "{ useInView }",
      "limit": "1.3 kB"
    },
    {
      "path": "dist/react-intersection-observer.esm.js",
      "name": "observe",
      "import": "{ observe }",
      "limit": "1 kB"
    }
  ],
  "source": "./src/index.tsx",
  "types": "./index.d.ts",
  "unpkg": "./react-intersection-observer.umd.js",
  "version": "9.4.0"
}
