107 lines
2.7 KiB
JSON
107 lines
2.7 KiB
JSON
{
|
|
"_from": "rc-util@^4.20.0",
|
|
"_id": "rc-util@4.20.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-NBBc9Ad5yGAVTp4jV+pD7tXQGqHxGM2onPSZFyVoJ5fuvRF+ZgzSjZ6RXLPE0pVVISRJ07h+APgLJPBcAeZQlg==",
|
|
"_location": "/rc-util",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "rc-util@^4.20.0",
|
|
"name": "rc-util",
|
|
"escapedName": "rc-util",
|
|
"rawSpec": "^4.20.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.20.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@ant-design/icons",
|
|
"/antd",
|
|
"/rc-align",
|
|
"/rc-animate",
|
|
"/rc-cascader",
|
|
"/rc-dialog",
|
|
"/rc-drawer",
|
|
"/rc-field-form",
|
|
"/rc-input-number",
|
|
"/rc-mentions",
|
|
"/rc-menu",
|
|
"/rc-notification",
|
|
"/rc-picker",
|
|
"/rc-rate",
|
|
"/rc-resize-observer",
|
|
"/rc-select",
|
|
"/rc-slider",
|
|
"/rc-table",
|
|
"/rc-tree",
|
|
"/rc-tree-select",
|
|
"/rc-trigger",
|
|
"/rc-virtual-list"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/rc-util/-/rc-util-4.20.3.tgz",
|
|
"_shasum": "c4d4ee6171cf685dc75572752a764310325888d3",
|
|
"_spec": "rc-util@^4.20.0",
|
|
"_where": "/Users/thilina/TestProjects/icehrm-pro/web/node_modules/antd",
|
|
"bugs": {
|
|
"url": "http://github.com/react-component/util/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"config": {
|
|
"port": 8100
|
|
},
|
|
"dependencies": {
|
|
"add-dom-event-listener": "^1.1.0",
|
|
"prop-types": "^15.5.10",
|
|
"react-is": "^16.12.0",
|
|
"react-lifecycles-compat": "^3.0.4",
|
|
"shallowequal": "^1.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Common Utils For React Component",
|
|
"devDependencies": {
|
|
"@types/enzyme": "^3.10.5",
|
|
"@types/jest": "^24.0.23",
|
|
"@types/react": "^16.9.3",
|
|
"@types/react-dom": "^16.9.1",
|
|
"@types/warning": "^3.0.0",
|
|
"@umijs/fabric": "^1.2.1",
|
|
"coveralls": "^2.11.15",
|
|
"create-react-class": "^15.6.3",
|
|
"enzyme": "^3.10.0",
|
|
"eslint": "^6.6.0",
|
|
"father": "^2.14.0",
|
|
"np": "^5.0.3",
|
|
"react": "^16.2.0",
|
|
"react-dom": "^16.2.0",
|
|
"typescript": "^3.8.3"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"es"
|
|
],
|
|
"homepage": "http://github.com/react-component/util",
|
|
"keywords": [
|
|
"react",
|
|
"util"
|
|
],
|
|
"license": "MIT",
|
|
"name": "rc-util",
|
|
"peerDependencies": {
|
|
"react": "^15.0.0 || ^16.0.0",
|
|
"react-dom": "^15.0.0 || ^16.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/react-component/util.git"
|
|
},
|
|
"scripts": {
|
|
"compile": "father build",
|
|
"coverage": "father test --coverage && cat ./coverage/lcov.info | coveralls",
|
|
"lint": "eslint src/ --ext .tsx,.ts & eslint tests/ --ext .js",
|
|
"prepublishOnly": "npm run compile && np --yolo --no-publish",
|
|
"test": "father test"
|
|
},
|
|
"version": "4.20.3"
|
|
}
|