-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.06 KB
/
package.json
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
{
"_args": [
[
"react-router-config@5.1.1",
"C:\\Workspace\\pycharmprojects\\Bulkemails\\frontend"
]
],
"_from": "react-router-config@5.1.1",
"_id": "react-router-config@5.1.1",
"_inBundle": false,
"_integrity": "sha512-DuanZjaD8mQp1ppHjgnnUnyOlqYXZVjnov/JzFhjLEwd3Z4dYjMSnqrEzzGThH47vpCOqPPwJM2FtthLeJ8Pbg==",
"_location": "/react-router-config",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "react-router-config@5.1.1",
"name": "react-router-config",
"escapedName": "react-router-config",
"rawSpec": "5.1.1",
"saveSpec": null,
"fetchSpec": "5.1.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-router-config/-/react-router-config-5.1.1.tgz",
"_spec": "5.1.1",
"_where": "C:\\Workspace\\pycharmprojects\\Bulkemails\\frontend",
"authors": [
"Ryan Florence"
],
"browserify": {
"transform": [
"loose-envify"
]
},
"bugs": {
"url": "https://github.com/ReactTraining/react-router/issues"
},
"dependencies": {
"@babel/runtime": "^7.1.2"
},
"description": "Static route config matching for React Router",
"files": [
"cjs",
"es",
"esm",
"index.js",
"matchRoutes.js",
"modules/*.js",
"modules/utils/*.js",
"renderRoutes.js",
"warnAboutDeprecatedCJSRequire.js",
"umd"
],
"gitHead": "fbb6358dd7f47eedd55d0b63e0725ac335d28bde",
"homepage": "https://github.com/ReactTraining/react-router#readme",
"keywords": [
"react",
"router",
"route",
"routing",
"static routes",
"route config",
"react router"
],
"license": "MIT",
"main": "index.js",
"module": "esm/react-router-config.js",
"name": "react-router-config",
"peerDependencies": {
"react": ">=15",
"react-router": ">=5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ReactTraining/react-router.git"
},
"scripts": {
"build": "rollup -c",
"lint": "eslint modules",
"test": "jest"
},
"sideEffects": false,
"version": "5.1.1"
}