{
  "_args": [
    [
      "react-paginate@8.2.0",
      "/home/crm/camaraca.crm-cmlapps.com"
    ]
  ],
  "_from": "react-paginate@8.2.0",
  "_id": "react-paginate@8.2.0",
  "_inBundle": false,
  "_integrity": "sha512-sJCz1PW+9PNIjUSn919nlcRVuleN2YPoFBOvL+6TPgrH/3lwphqiSOgdrLafLdyLDxsgK+oSgviqacF4hxsDIw==",
  "_location": "/react-paginate",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-paginate@8.2.0",
    "name": "react-paginate",
    "escapedName": "react-paginate",
    "rawSpec": "8.2.0",
    "saveSpec": null,
    "fetchSpec": "8.2.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-paginate/-/react-paginate-8.2.0.tgz",
  "_spec": "8.2.0",
  "_where": "/home/crm/camaraca.crm-cmlapps.com",
  "author": {
    "name": "Adèle Delamarche"
  },
  "bugs": {
    "url": "https://github.com/AdeleD/react-paginate/issues"
  },
  "dependencies": {
    "prop-types": "^15"
  },
  "description": "A ReactJS component that creates a pagination.",
  "devDependencies": {
    "@babel/core": "^7",
    "@babel/eslint-parser": "^7",
    "@babel/preset-env": "^7",
    "@babel/preset-react": "^7",
    "@pmmmwh/react-refresh-webpack-plugin": "^0.5.8",
    "@testing-library/react": "^13",
    "babel-loader": "^9",
    "core-js": "^3",
    "eslint": "^7",
    "eslint-plugin-react": "^7",
    "express": "^4",
    "husky": "^8",
    "jest-cli": "^29",
    "jest-environment-jsdom": "^29.2.2",
    "jquery": "^3.6",
    "prettier": "^2.7",
    "react": "^18",
    "react-dom": "^18",
    "react-refresh": "^0.14.0",
    "serve-static": "^1",
    "styled-components": "^5",
    "webpack": "^5",
    "webpack-cli": "^4",
    "webpack-dev-middleware": "^5",
    "webpack-hot-middleware": "^2.25.2"
  },
  "homepage": "https://github.com/AdeleD/react-paginate#readme",
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint"
    }
  },
  "keywords": [
    "react-component",
    "paginate",
    "paginator",
    "pagination"
  ],
  "license": "MIT",
  "main": "./dist/react-paginate.js",
  "name": "react-paginate",
  "peerDependencies": {
    "react": "^16 || ^17 || ^18"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AdeleD/react-paginate.git"
  },
  "scripts": {
    "build": "webpack --config webpack.config.js --mode=production",
    "demo": "node demo/data.js && node demo/server.js",
    "format": "prettier --write .",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "start": "npm run demo",
    "test": "jest",
    "test-watch": "jest --watch"
  },
  "version": "8.2.0"
}
