package.json
2.44 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
{
"_from": "react-router@5.2.0",
"_id": "react-router@5.2.0",
"_inBundle": false,
"_integrity": "sha512-smz1DUuFHRKdcJC0jobGo8cVbhO3x50tCL4icacOlcwDOEQPq4TMqwx3sY1TP+DvtTgz4nm3thuo7A+BK2U0Dw==",
"_location": "/react-router",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "react-router@5.2.0",
"name": "react-router",
"escapedName": "react-router",
"rawSpec": "5.2.0",
"saveSpec": null,
"fetchSpec": "5.2.0"
},
"_requiredBy": [
"/react-router-dom"
],
"_resolved": "https://registry.npmjs.org/react-router/-/react-router-5.2.0.tgz",
"_shasum": "424e75641ca8747fbf76e5ecca69781aa37ea293",
"_spec": "react-router@5.2.0",
"_where": "C:\\Users\\WP\\Desktop\\오픈소스 SW개발\\프로젝트\\TermProject\\node_modules\\react-router-dom",
"author": {
"name": "React Training",
"email": "hello@reacttraining.com"
},
"browserify": {
"transform": [
"loose-envify"
]
},
"bugs": {
"url": "https://github.com/ReactTraining/react-router/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/runtime": "^7.1.2",
"history": "^4.9.0",
"hoist-non-react-statics": "^3.1.0",
"loose-envify": "^1.3.1",
"mini-create-react-context": "^0.4.0",
"path-to-regexp": "^1.7.0",
"prop-types": "^15.6.2",
"react-is": "^16.6.0",
"tiny-invariant": "^1.0.2",
"tiny-warning": "^1.0.0"
},
"deprecated": false,
"description": "Declarative routing for React",
"files": [
"MemoryRouter.js",
"Prompt.js",
"Redirect.js",
"Route.js",
"Router.js",
"StaticRouter.js",
"Switch.js",
"cjs",
"es",
"esm",
"index.js",
"generatePath.js",
"matchPath.js",
"modules/*.js",
"modules/utils/*.js",
"withRouter.js",
"warnAboutDeprecatedCJSRequire.js",
"umd"
],
"gitHead": "21a62e55c0d6196002bd4ab5b3350514976928cf",
"homepage": "https://github.com/ReactTraining/react-router#readme",
"keywords": [
"react",
"router",
"route",
"routing",
"history",
"link"
],
"license": "MIT",
"main": "index.js",
"module": "esm/react-router.js",
"name": "react-router",
"peerDependencies": {
"react": ">=15"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ReactTraining/react-router.git"
},
"scripts": {
"build": "rollup -c",
"lint": "eslint modules"
},
"sideEffects": false,
"version": "5.2.0"
}