package.json
2.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"_from": "rc-util@^5.1.0",
"_id": "rc-util@5.5.1",
"_inBundle": false,
"_integrity": "sha512-lnkBptu1RX65GO6jf28scbDMM/9MVl/hYI0uMEVM+cQ0ALLhFChDzgv7ciNpjayCH88wSDHTp6582es4tzJHhA==",
"_location": "/rc-util",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "rc-util@^5.1.0",
"name": "rc-util",
"escapedName": "rc-util",
"rawSpec": "^5.1.0",
"saveSpec": null,
"fetchSpec": "^5.1.0"
},
"_requiredBy": [
"/@ant-design/icons",
"/antd",
"/rc-align",
"/rc-cascader",
"/rc-collapse",
"/rc-dialog",
"/rc-drawer",
"/rc-field-form",
"/rc-image",
"/rc-input-number",
"/rc-mentions",
"/rc-menu",
"/rc-motion",
"/rc-notification",
"/rc-picker",
"/rc-rate",
"/rc-resize-observer",
"/rc-select",
"/rc-slider",
"/rc-steps",
"/rc-switch",
"/rc-table",
"/rc-tabs",
"/rc-tree",
"/rc-tree-select",
"/rc-trigger",
"/rc-upload",
"/rc-virtual-list"
],
"_resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.5.1.tgz",
"_shasum": "8c75a115c09bd9b80ce17eb3457c9b221df6f526",
"_spec": "rc-util@^5.1.0",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\antd",
"bugs": {
"url": "http://github.com/react-component/util/issues"
},
"bundleDependencies": false,
"dependencies": {
"react-is": "^16.12.0",
"shallowequal": "^1.1.0"
},
"deprecated": false,
"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": "^2.0.8",
"coveralls": "^3.1.0",
"create-react-class": "^15.6.3",
"cross-env": "^7.0.2",
"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",
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.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",
"start": "cross-env NODE_ENV=development father doc dev --storybook",
"test": "father test"
},
"version": "5.5.1"
}