{
  "_from": "rc-pagination@~3.1.17",
  "_id": "rc-pagination@3.1.17",
  "_inBundle": false,
  "_integrity": "sha512-/BQ5UxcBnW28vFAcP2hfh+Xg15W0QZn8TWYwdCApchMH1H0CxiaUUcULP8uXcFM1TygcdKWdt3JqsL9cTAfdkQ==",
  "_location": "/rc-pagination",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rc-pagination@~3.1.17",
    "name": "rc-pagination",
    "escapedName": "rc-pagination",
    "rawSpec": "~3.1.17",
    "saveSpec": null,
    "fetchSpec": "~3.1.17"
  },
  "_requiredBy": [
    "/antd"
  ],
  "_resolved": "https://registry.npmjs.org/rc-pagination/-/rc-pagination-3.1.17.tgz",
  "_shasum": "91e690aa894806e344cea88ea4a16d244194a1bd",
  "_spec": "rc-pagination@~3.1.17",
  "_where": "/home/smartsensero/public_html/research.smartsense.ro/node_modules/antd",
  "bugs": {
    "url": "http://github.com/react-component/pagination/issues"
  },
  "bundleDependencies": false,
  "cnpm": {
    "mode": "npm"
  },
  "dependencies": {
    "@babel/runtime": "^7.10.1",
    "classnames": "^2.2.1"
  },
  "deprecated": false,
  "description": "pagination ui component for react",
  "devDependencies": {
    "@types/classnames": "^2.2.9",
    "@types/jest": "^27.4.0",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "@umijs/fabric": "^2.0.3",
    "coveralls": "^3.0.6",
    "cross-env": "^7.0.0",
    "dumi": "^1.1.7",
    "enzyme": "^3.0.0",
    "enzyme-adapter-react-16": "^1.0.1",
    "enzyme-to-json": "^3.4.0",
    "eslint": "^7.0.0",
    "father": "^2.13.4",
    "gh-pages": "^3.1.0",
    "glob": "^7.1.6",
    "less": "^3.10.3",
    "np": "^7.0.0",
    "prettier": "^2.0.1",
    "pretty-quick": "^3.0.0",
    "rc-select": "^14.1.2",
    "react": "^16.0.0",
    "react-dom": "^16.0.0",
    "react-test-renderer": "^16.0.0"
  },
  "files": [
    "assets/*.css",
    "assets/*.less",
    "es",
    "lib",
    "dist",
    "rc-pagination.d.ts"
  ],
  "homepage": "https://react-component.github.io/pagination",
  "keywords": [
    "react",
    "react-component",
    "react-pagination",
    "pagination",
    "antd",
    "pager"
  ],
  "license": "MIT",
  "main": "./lib/index",
  "module": "./es/index",
  "name": "rc-pagination",
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/react-component/pagination.git"
  },
  "scripts": {
    "compile": "father build && lessc assets/index.less assets/index.css",
    "coverage": "father test --coverage",
    "docs:build": "dumi build",
    "docs:deploy": "gh-pages -d .doc",
    "gh-pages": "npm run docs:build && npm run docs:deploy",
    "lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
    "now-build": "npm run docs:build",
    "prepublishOnly": "npm run compile && np --yolo --no-publish && npm run gh-pages",
    "prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
    "pretty-quick": "pretty-quick",
    "start": "dumi dev",
    "test": "father test"
  },
  "tnpm": {
    "mode": "npm"
  },
  "types": "rc-pagination.d.ts",
  "version": "3.1.17"
}
