{
  "_from": "@restart/hooks@^0.4.5",
  "_id": "@restart/hooks@0.4.5",
  "_inBundle": false,
  "_integrity": "sha512-tLGtY0aHeIfT7aPwUkvQuhIy3+q3w4iqmUzFLPlOAf/vNUacLaBt1j/S//jv/dQhenRh8jvswyMojCwmLvJw8A==",
  "_location": "/@restart/hooks",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@restart/hooks@^0.4.5",
    "name": "@restart/hooks",
    "escapedName": "@restart%2fhooks",
    "scope": "@restart",
    "rawSpec": "^0.4.5",
    "saveSpec": null,
    "fetchSpec": "^0.4.5"
  },
  "_requiredBy": [
    "/@restart/ui",
    "/react-bootstrap"
  ],
  "_resolved": "https://registry.npmjs.org/@restart/hooks/-/hooks-0.4.5.tgz",
  "_shasum": "e7acbea237bfc9e479970500cf87538b41a1ed02",
  "_spec": "@restart/hooks@^0.4.5",
  "_where": "C:\\Users\\silvi\\Documents\\eramitra-dev\\node_modules\\react-bootstrap",
  "author": {
    "name": "Jason Quense",
    "email": "monastic.panic@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/react-restart/hooks/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "dequal": "^2.0.2"
  },
  "deprecated": false,
  "description": "A set of utility and general-purpose React hooks.",
  "homepage": "https://github.com/react-restart/hooks#readme",
  "jest": {
    "preset": "@4c",
    "rootDir": "./test",
    "setupFilesAfterEnv": [
      "./setup.js"
    ]
  },
  "license": "MIT",
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "name": "@restart/hooks",
  "peerDependencies": {
    "react": ">=16.8.0"
  },
  "prettier": {
    "singleQuote": true,
    "semi": false,
    "trailingComma": "all"
  },
  "publishConfig": {
    "access": "public",
    "directory": "lib"
  },
  "release": {
    "conventionalCommits": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jquense/react-common-hooks.git"
  },
  "types": "cjs/index.d.ts",
  "version": "0.4.5"
}
