{ "_from": "rc-pagination@~2.2.0", "_id": "rc-pagination@2.2.0", "_inBundle": false, "_integrity": "sha512-fXempMD/kvHu8tsiW70uPjn1pI4mdD62xFG9drcBh17gj5CbCjazrjpWS615RSauk3b2BBgIcAJzREAMvlAkFQ==", "_location": "/rc-pagination", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "rc-pagination@~2.2.0", "name": "rc-pagination", "escapedName": "rc-pagination", "rawSpec": "~2.2.0", "saveSpec": null, "fetchSpec": "~2.2.0" }, "_requiredBy": [ "/antd" ], "_resolved": "https://registry.npmjs.org/rc-pagination/-/rc-pagination-2.2.0.tgz", "_shasum": "8daaab1b6ad664da2ddea842f86687b692eb775d", "_spec": "rc-pagination@~2.2.0", "_where": "/Users/thilina/TestProjects/icehrm-pro/web/node_modules/antd", "bugs": { "url": "http://github.com/react-component/pagination/issues" }, "bundleDependencies": false, "cnpm": { "mode": "npm" }, "dependencies": { "classnames": "^2.2.1" }, "deprecated": false, "description": "pagination ui component for react", "devDependencies": { "@types/classnames": "^2.2.9", "@types/react": "^16.9.2", "@types/react-dom": "^16.9.0", "@umijs/fabric": "^2.0.3", "coveralls": "^3.0.6", "cross-env": "^7.0.0", "enzyme": "^3.0.0", "enzyme-adapter-react-16": "^1.0.1", "enzyme-to-json": "^3.4.0", "eslint": "^6.6.0", "father": "^2.13.4", "husky": "^4.2.3", "less": "^3.10.3", "np": "^6.2.0", "prettier": "^2.0.1", "pretty-quick": "^2.0.1", "rc-select": "^10.0.1", "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", "husky": { "hooks": { "pre-commit": "pretty-quick --staged" } }, "keywords": [ "react", "react-component", "react-pagination", "pagination", "antd", "pager" ], "license": "MIT", "main": "./lib/index", "module": "./es/index", "name": "rc-pagination", "peerDependencies": { "react": "^16.0.0", "react-dom": "^16.0.0" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/react-component/pagination.git" }, "scripts": { "build": "father doc build --storybook", "compile": "father build && lessc assets/index.less assets/index.css", "coverage": "father test --coverage", "gh-pages": "npm run build && father doc deploy", "lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md", "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": "cross-env NODE_ENV=development father doc dev --storybook", "test": "father test" }, "tnpm": { "mode": "npm" }, "types": "rc-pagination.d.ts", "version": "2.2.0" }