{
  "_from": "react-resize-detector@^9.1.0",
  "_id": "react-resize-detector@9.1.1",
  "_inBundle": false,
  "_integrity": "sha512-siLzop7i4xIvZIACE/PHTvRegA8QRCEt0TfmvJ/qCIFQJ4U+3NuYcF8tNDmDWxfIn+X1eNCyY2rauH4KRxge8w==",
  "_location": "/react-resize-detector",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-resize-detector@^9.1.0",
    "name": "react-resize-detector",
    "escapedName": "react-resize-detector",
    "rawSpec": "^9.1.0",
    "saveSpec": null,
    "fetchSpec": "^9.1.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-resize-detector/-/react-resize-detector-9.1.1.tgz",
  "_shasum": "ce13cf55b9b09d9978fc51e0c87bb3639704921e",
  "_spec": "react-resize-detector@^9.1.0",
  "_where": "/var/www/html/frontend-new",
  "author": {
    "name": "Vitalii Maslianok",
    "email": "maslianok@gmail.com",
    "url": "https://github.com/maslianok"
  },
  "bugs": {
    "url": "https://github.com/maslianok/react-resize-detector/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "James J. Womack",
      "url": "@james_womack"
    },
    {
      "name": "Roman Zhuravlov",
      "url": "@snelsi"
    }
  ],
  "dependencies": {
    "lodash": "^4.17.21"
  },
  "deprecated": false,
  "description": "React resize detector",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-typescript": "^11.1.5",
    "@types/lodash": "^4.14.202",
    "@types/react": "^18.2.45",
    "@types/react-dom": "^18.2.18",
    "@typescript-eslint/eslint-plugin": "^6.15.0",
    "@typescript-eslint/parser": "^6.15.0",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-react": "^7.33.2",
    "prettier": "^3.1.1",
    "rollup": "^4.9.1",
    "rollup-plugin-node-externals": "^6.1.2",
    "tslib": "^2.6.2",
    "typescript": "^5.3.3"
  },
  "directories": {
    "example": "example"
  },
  "files": [
    "build"
  ],
  "homepage": "https://github.com/maslianok/react-resize-detector",
  "keywords": [
    "react",
    "resize",
    "detector",
    "resizeObserver",
    "observer"
  ],
  "license": "MIT",
  "main": "build/index.js",
  "maintainers": [
    {
      "name": "Vitalii Maslianok",
      "email": "maslianok@gmail.com"
    }
  ],
  "module": "build/index.esm.js",
  "name": "react-resize-detector",
  "peerDependencies": {
    "react": "^16.0.0 || ^17.0.0 || ^18.0.0",
    "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maslianok/react-resize-detector.git"
  },
  "scripts": {
    "build": "rollup -c",
    "fix": "npm run prettier && npm run lint-fix",
    "link": "npm link react react-dom",
    "lint": "eslint .",
    "lint-fix": "eslint --fix",
    "prepublishOnly": "npm run build",
    "prerelease": "npm version prerelease --preid=rc",
    "prettier": "prettier --write ."
  },
  "sideEffects": false,
  "types": "build/types/index.d.ts",
  "version": "9.1.1"
}
