package.json
2.38 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
{
"_from": "classnames@^2.2.6",
"_id": "classnames@2.2.6",
"_inBundle": false,
"_integrity": "sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q==",
"_location": "/classnames",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "classnames@^2.2.6",
"name": "classnames",
"escapedName": "classnames",
"rawSpec": "^2.2.6",
"saveSpec": null,
"fetchSpec": "^2.2.6"
},
"_requiredBy": [
"/@ant-design/icons",
"/@ant-design/react-slick",
"/antd",
"/rc-align",
"/rc-checkbox",
"/rc-collapse",
"/rc-dialog",
"/rc-drawer",
"/rc-dropdown",
"/rc-image",
"/rc-input-number",
"/rc-mentions",
"/rc-menu",
"/rc-motion",
"/rc-notification",
"/rc-pagination",
"/rc-picker",
"/rc-progress",
"/rc-rate",
"/rc-resize-observer",
"/rc-select",
"/rc-slider",
"/rc-steps",
"/rc-switch",
"/rc-table",
"/rc-tabs",
"/rc-textarea",
"/rc-tree",
"/rc-tree-select",
"/rc-trigger",
"/rc-upload",
"/rc-virtual-list"
],
"_resolved": "https://registry.npmjs.org/classnames/-/classnames-2.2.6.tgz",
"_shasum": "43935bffdd291f326dad0a205309b38d00f650ce",
"_spec": "classnames@^2.2.6",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\antd",
"author": {
"name": "Jed Watson"
},
"bugs": {
"url": "https://github.com/JedWatson/classnames/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A simple utility for conditionally joining classNames together",
"devDependencies": {
"benchmark": "^1.0.0",
"browserify": "^14.1.0",
"mocha": "^2.1.0",
"opn-cli": "^3.1.0"
},
"homepage": "https://github.com/JedWatson/classnames#readme",
"keywords": [
"react",
"css",
"classes",
"classname",
"classnames",
"util",
"utility"
],
"license": "MIT",
"main": "index.js",
"name": "classnames",
"repository": {
"type": "git",
"url": "git+https://github.com/JedWatson/classnames.git"
},
"scripts": {
"benchmarks": "node ./benchmarks/run",
"benchmarks-browserify": "browserify ./benchmarks/runInBrowser.js >./benchmarks/runInBrowser.bundle.js",
"benchmarks-in-browser": "opn ./benchmarks/benchmarks.html",
"test": "mocha tests/*.js"
},
"version": "2.2.6"
}