{
  "_args": [
    [
      "react-timer-hook@2.0.7",
      "/var/www/html/frontend"
    ]
  ],
  "_from": "react-timer-hook@2.0.7",
  "_id": "react-timer-hook@2.0.7",
  "_inBundle": false,
  "_integrity": "sha512-kCuCgXLS736lc7hocvHsGzmBdOh3uv1Al9ynIgxmV690nA73UqgYLoGNIxoo6CUoEcyNVARiveBlCRKDQbZIbQ==",
  "_location": "/react-timer-hook",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-timer-hook@2.0.7",
    "name": "react-timer-hook",
    "escapedName": "react-timer-hook",
    "rawSpec": "2.0.7",
    "saveSpec": null,
    "fetchSpec": "2.0.7"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-timer-hook/-/react-timer-hook-2.0.7.tgz",
  "_spec": "2.0.7",
  "_where": "/var/www/html/frontend",
  "author": {
    "name": "amrlabib"
  },
  "bugs": {
    "url": "https://github.com/amrlabib/react-timer-hook/issues"
  },
  "description": "React timer hook is a custom react hook built to handle timers(countdown), stopwatch and time logic/state in your react component.",
  "devDependencies": {
    "babel": "^6.23.0",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^10.0.3",
    "babel-loader": "7",
    "babel-preset-env": "^1.7.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-1": "^6.24.1",
    "copy-webpack-plugin": "^4.6.0",
    "eslint": "^6.8.0",
    "eslint-config-airbnb": "^18.0.1",
    "eslint-plugin-import": "^2.19.1",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-react": "^7.17.0",
    "eslint-plugin-react-hooks": "^2.3.0",
    "husky": "^4.0.1",
    "react": "^16.8.0",
    "react-dom": "16.8.0",
    "styled-components": "^5.2.1",
    "webpack": "^4.24.0",
    "webpack-cli": "^3.1.2",
    "webpack-dev-server": "^3.1.10"
  },
  "homepage": "https://github.com/amrlabib/react-timer-hook#readme",
  "husky": {
    "hooks": {
      "pre-commit": "yarn lint"
    }
  },
  "keywords": [
    "react",
    "react-hook",
    "react-hooks",
    "timer",
    "countdown",
    "time",
    "clock",
    "useTimer",
    "useStopwatch",
    "useTime",
    "react-native"
  ],
  "license": "ISC",
  "main": "dist/index.js",
  "name": "react-timer-hook",
  "peerDependencies": {
    "react": "^16.8.0",
    "react-dom": "^16.8.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/amrlabib/react-timer-hook.git"
  },
  "scripts": {
    "build:demo": "rm -rf ./docs && webpack --config webpack.dev.js && webpack-dev-server --open --config webpack.dev.js",
    "build:prod": "rm -rf ./dist && webpack --config webpack.prod.js",
    "lint": "eslint src"
  },
  "types": "dist/index.d.ts",
  "version": "2.0.7"
}
