{ "_from": "rc-pagination@~1.20.11", "_id": "rc-pagination@1.20.15", "_inBundle": false, "_integrity": "sha512-/Xr4/3GOa1DtL8iCYl7qRUroEMrRDhZiiuHwcVFfSiwa9LYloMlUWcOJsnr8LN6A7rLPdm3/CHStUNeYd+2pKw==", "_location": "/rc-pagination", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "rc-pagination@~1.20.11", "name": "rc-pagination", "escapedName": "rc-pagination", "rawSpec": "~1.20.11", "saveSpec": null, "fetchSpec": "~1.20.11" }, "_requiredBy": [ "/antd" ], "_resolved": "https://registry.npmjs.org/rc-pagination/-/rc-pagination-1.20.15.tgz", "_shasum": "ccb4cd0e9bd4e47f72f29ea432c0350bf7b3d807", "_spec": "rc-pagination@~1.20.11", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/antd", "author": { "name": "i@xiaoba.me" }, "bugs": { "url": "http://github.com/react-component/pagination/issues" }, "bundleDependencies": false, "config": { "port": 3000, "entry": { "rc-pagination": [ "./src/index.js", "./assets/index.less" ] } }, "dependencies": { "babel-runtime": "6.x", "classnames": "^2.2.6", "prop-types": "^15.5.7", "react-lifecycles-compat": "^3.0.4" }, "deprecated": false, "description": "pagination ui component for react", "devDependencies": { "core-js": "^3.1.4", "expect.js": "0.3.x", "pre-commit": "1.x", "rc-select": "9.x", "rc-test": "^6.0.1", "rc-tools": "6.x", "react": "^16.5.2", "react-dom": "^16.5.2" }, "files": [ "dist", "lib", "es", "assets/*.css", "rc-pagination.d.ts" ], "homepage": "http://github.com/react-component/pagination", "keywords": [ "react", "react-component", "react-pagination", "pagination" ], "license": "MIT", "main": "lib/index", "module": "es/index", "name": "rc-pagination", "pre-commit": [ "lint" ], "repository": { "type": "git", "url": "git+ssh://git@github.com/react-component/pagination.git" }, "scripts": { "build": "rc-tools run build", "chrome-test": "rc-test run chrome-test", "compile": "rc-tools run compile --babel-runtime", "coverage": "rc-test run coverage", "dist": "rc-tools run dist", "gh-pages": "rc-tools run gh-pages", "karma": "rc-test run karma", "lint": "rc-tools run lint", "lint:fix": "rc-tools run lint --fix", "now-build": "npm run build", "pub": "rc-tools run pub --babel-runtime", "saucelabs": "rc-test run saucelabs", "start": "rc-tools run server", "test": "rc-test run test" }, "types": "rc-pagination.d.ts", "version": "1.20.15" }