{
  "_args": [
    [
      "react-resize-detector@6.6.1",
      "C:\\laragon\\www\\itokin\\DriverOPCDA\\frontend"
    ]
  ],
  "_development": true,
  "_from": "react-resize-detector@6.6.1",
  "_id": "react-resize-detector@6.6.1",
  "_inBundle": false,
  "_integrity": "sha512-Fu/UzzQa2yu+psxqwjIOi6r/tWrcSo3WhuYhcEjPml7GgdwQiPGDmjBbr/k/GhBggrChQkuzXbonNLJj6cfeXA==",
  "_location": "/react-resize-detector",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-resize-detector@6.6.1",
    "name": "react-resize-detector",
    "escapedName": "react-resize-detector",
    "rawSpec": "6.6.1",
    "saveSpec": null,
    "fetchSpec": "6.6.1"
  },
  "_requiredBy": [
    "/recharts"
  ],
  "_resolved": "https://registry.npmjs.org/react-resize-detector/-/react-resize-detector-6.6.1.tgz",
  "_spec": "6.6.1",
  "_where": "C:\\laragon\\www\\itokin\\DriverOPCDA\\frontend",
  "author": {
    "name": "Vitalii Maslianok",
    "email": "maslianok@gmail.com",
    "url": "https://github.com/maslianok"
  },
  "bugs": {
    "url": "https://github.com/maslianok/react-resize-detector/issues"
  },
  "contributors": [
    {
      "name": "James J. Womack",
      "url": "@james_womack"
    },
    {
      "name": "Lam Hieu",
      "email": "lamhieu.vk@gmail.com",
      "url": "https://lamhieu.info"
    }
  ],
  "dependencies": {
    "@types/resize-observer-browser": "^0.1.5",
    "lodash.debounce": "^4.0.8",
    "lodash.throttle": "^4.1.1",
    "resize-observer-polyfill": "^1.5.1"
  },
  "description": "React resize detector",
  "devDependencies": {
    "@babel/cli": "^7.12.10",
    "@babel/core": "^7.12.10",
    "@rollup/plugin-babel": "^5.2.2",
    "@rollup/plugin-commonjs": "^17.0.0",
    "@rollup/plugin-inject": "^4.0.2",
    "@rollup/plugin-node-resolve": "^11.0.1",
    "@types/lodash": "^4.14.167",
    "@types/react": "^17.0.0",
    "@types/react-dom": "^17.0.0",
    "@typescript-eslint/eslint-plugin": "^4.12.0",
    "@typescript-eslint/parser": "^4.12.0",
    "babel-eslint": "^10.0.3",
    "cross-env": "^7.0.3",
    "eslint": "^7.17.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-react": "^7.22.0",
    "rimraf": "^3.0.0",
    "rollup": "^2.36.1",
    "rollup-plugin-copy": "^3.4.0",
    "rollup-plugin-typescript2": "^0.29.0",
    "tslint": "^6.1.3",
    "typescript": "^4.1.3"
  },
  "directories": {
    "example": "example"
  },
  "files": [
    "build"
  ],
  "homepage": "https://github.com/maslianok/react-resize-detector",
  "keywords": [
    "react",
    "resize",
    "detector"
  ],
  "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",
    "react-dom": "^16.0.0 || ^17.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maslianok/react-resize-detector.git"
  },
  "scripts": {
    "build": "rollup -c",
    "link": "npm link react react-dom",
    "prerelease": "npm version prerelease --preid=rc"
  },
  "sideEffects": false,
  "types": "build/index.d.ts",
  "version": "6.6.1"
}
