106 lines
2.6 KiB
JSON
106 lines
2.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"rc-pagination@1.21.1",
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
|
]
|
|
],
|
|
"_from": "rc-pagination@1.21.1",
|
|
"_id": "rc-pagination@1.21.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-Z+iYLbrJOBKHdgoAjLhL9jOgb7nrbPzNmV31p0ikph010/Ov1+UkrauYzWhumUyR+GbRFi3mummdKW/WtlOewA==",
|
|
"_location": "/rc-pagination",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "rc-pagination@1.21.1",
|
|
"name": "rc-pagination",
|
|
"escapedName": "rc-pagination",
|
|
"rawSpec": "1.21.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.21.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "http://173.15.15.82:8081/repository/npm-all/rc-pagination/-/rc-pagination-1.21.1.tgz",
|
|
"_spec": "1.21.1",
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
|
"author": {
|
|
"name": "i@xiaoba.me"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/react-component/pagination/issues"
|
|
},
|
|
"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"
|
|
},
|
|
"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.21.1"
|
|
}
|