package.json
2.51 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
{
"_from": "rc-tooltip@~5.0.0",
"_id": "rc-tooltip@5.0.1",
"_inBundle": false,
"_integrity": "sha512-3AnxhUS0j74xAV3khrKw8o6rg+Ima3nw09DJBezMPnX3ImQUAnayWsPSlN1mEnihjA43rcFkGM1emiKE+CXyMQ==",
"_location": "/rc-tooltip",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "rc-tooltip@~5.0.0",
"name": "rc-tooltip",
"escapedName": "rc-tooltip",
"rawSpec": "~5.0.0",
"saveSpec": null,
"fetchSpec": "~5.0.0"
},
"_requiredBy": [
"/antd",
"/rc-slider"
],
"_resolved": "https://registry.npmjs.org/rc-tooltip/-/rc-tooltip-5.0.1.tgz",
"_shasum": "b82c4259604d2cb62ca610ed7932dd37fc6ef61d",
"_spec": "rc-tooltip@~5.0.0",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\antd",
"bugs": {
"url": "http://github.com/react-component/tooltip/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/runtime": "^7.11.2",
"rc-trigger": "^5.0.0"
},
"deprecated": false,
"description": "React Tooltip",
"devDependencies": {
"@types/jest": "^26.0.0",
"@types/react": "^16.9.9",
"@types/react-dom": "^16.9.2",
"@types/warning": "^3.0.0",
"cross-env": "^7.0.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"enzyme-to-json": "^3.4.3",
"eslint": "^7.1.0",
"father": "^2.23.1",
"less": "^3.11.1",
"np": "^6.0.0",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"typescript": "^3.6.4"
},
"files": [
"dist",
"lib",
"es",
"assets/*.css",
"assets/*.less"
],
"homepage": "http://github.com/react-component/tooltip",
"keywords": [
"react",
"react-component",
"react-tooltip",
"tooltip"
],
"license": "MIT",
"main": "lib/index",
"maintainers": [
{
"name": "yiminghe@gmail.com"
}
],
"module": "es/index",
"name": "rc-tooltip",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/react-component/tooltip.git"
},
"scripts": {
"build": "father doc build --storybook",
"compile": "father build && lessc assets/bootstrap.less assets/bootstrap.css && lessc assets/bootstrap_white.less assets/bootstrap_white.css",
"coverage": "father test --coverage",
"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
"now-build": "npm run build",
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
"start": "cross-env NODE_ENV=development father doc dev --storybook",
"test": "father test"
},
"version": "5.0.1"
}