forgeplus-react/node_modules/rc-util/package.json

111 lines
2.7 KiB
JSON

{
"_args": [
[
"rc-util@4.21.1",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "rc-util@4.21.1",
"_id": "rc-util@4.21.1",
"_inBundle": false,
"_integrity": "sha512-Z+vlkSQVc1l8O2UjR3WQ+XdWlhj5q9BMQNLk2iOBch75CqPfrJyGtcWMcnhRlNuDu0Ndtt4kLVO8JI8BrABobg==",
"_location": "/rc-util",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "rc-util@4.21.1",
"name": "rc-util",
"escapedName": "rc-util",
"rawSpec": "4.21.1",
"saveSpec": null,
"fetchSpec": "4.21.1"
},
"_requiredBy": [
"/antd",
"/antd/rc-rate",
"/antd/rc-select",
"/antd/rc-tree",
"/rc-align",
"/rc-animate",
"/rc-calendar",
"/rc-cascader",
"/rc-dialog",
"/rc-drawer",
"/rc-form",
"/rc-input-number",
"/rc-mentions",
"/rc-menu",
"/rc-notification",
"/rc-resize-observer",
"/rc-select",
"/rc-slider",
"/rc-table",
"/rc-tabs",
"/rc-tree",
"/rc-tree-select",
"/rc-tree-select/rc-tree",
"/rc-tree-select/rc-trigger",
"/rc-tree-select/rc-trigger/rc-animate",
"/rc-tree/rc-animate",
"/rc-trigger"
],
"_resolved": "http://173.15.15.82:8081/repository/npm-all/rc-util/-/rc-util-4.21.1.tgz",
"_spec": "4.21.1",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"bugs": {
"url": "http://github.com/react-component/util/issues"
},
"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"
},
"description": "Common Utils For React Component",
"devDependencies": {
"@types/enzyme": "^3.10.5",
"@types/jest": "^25.2.3",
"@types/react": "^16.9.3",
"@types/react-dom": "^16.9.1",
"@types/warning": "^3.0.0",
"@umijs/fabric": "^1.2.1",
"coveralls": "^3.1.0",
"create-react-class": "^15.6.3",
"enzyme": "^3.10.0",
"eslint": "^6.6.0",
"father": "^2.14.0",
"np": "^6.2.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",
"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.21.1"
}