{
  "_from": "use-isomorphic-layout-effect@^1.1.2",
  "_id": "use-isomorphic-layout-effect@1.1.2",
  "_inBundle": false,
  "_integrity": "sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==",
  "_location": "/use-isomorphic-layout-effect",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "use-isomorphic-layout-effect@^1.1.2",
    "name": "use-isomorphic-layout-effect",
    "escapedName": "use-isomorphic-layout-effect",
    "rawSpec": "^1.1.2",
    "saveSpec": null,
    "fetchSpec": "^1.1.2"
  },
  "_requiredBy": [
    "/react-select"
  ],
  "_resolved": "https://registry.npmjs.org/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.1.2.tgz",
  "_shasum": "497cefb13d863d687b08477d9e5a164ad8c1a6fb",
  "_spec": "use-isomorphic-layout-effect@^1.1.2",
  "_where": "/home/ghf/system/node_modules/react-select",
  "browser": {
    "./dist/use-isomorphic-layout-effect.cjs.js": "./dist/use-isomorphic-layout-effect.browser.cjs.js",
    "./dist/use-isomorphic-layout-effect.esm.js": "./dist/use-isomorphic-layout-effect.browser.esm.js"
  },
  "bugs": {
    "url": "https://github.com/Andarist/use-isomorphic-layout-effect/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A React helper hook for scheduling a layout effect with a fallback to a regular effect for environments where layout effects should not be used (such as server-side rendering).",
  "devDependencies": {
    "@babel/core": "^7.10.4",
    "@babel/preset-env": "^7.10.4",
    "@babel/preset-typescript": "^7.10.4",
    "@preconstruct/cli": "1.1.14",
    "@types/react": "^16.9.41",
    "cpy-cli": "^3.1.1",
    "husky": "^4.2.5",
    "lint-staged": "^10.2.11",
    "prettier": "^2.0.5",
    "react": "^16.13.1",
    "typescript": "^3.9.5"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/Andarist/use-isomorphic-layout-effect#readme",
  "license": "MIT",
  "main": "dist/use-isomorphic-layout-effect.cjs.js",
  "module": "dist/use-isomorphic-layout-effect.esm.js",
  "name": "use-isomorphic-layout-effect",
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    }
  },
  "react-native": "./dist/use-isomorphic-layout-effect.native.esm.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Andarist/use-isomorphic-layout-effect.git"
  },
  "scripts": {
    "build": "preconstruct build",
    "postbuild": "cpy 'src/index.native.ts' . --rename=$npm_package_react_native",
    "prepare": "npm run build",
    "test": "echo \"Warning: no test specified\""
  },
  "version": "1.1.2"
}
