1 |
3a515b92
|
cagy
|
{
|
2 |
|
|
"name": "react-router",
|
3 |
|
|
"version": "5.1.2",
|
4 |
|
|
"description": "Declarative routing for React",
|
5 |
|
|
"repository": "ReactTraining/react-router",
|
6 |
|
|
"license": "MIT",
|
7 |
|
|
"authors": [
|
8 |
|
|
"Michael Jackson",
|
9 |
|
|
"Ryan Florence"
|
10 |
|
|
],
|
11 |
|
|
"files": [
|
12 |
|
|
"MemoryRouter.js",
|
13 |
|
|
"Prompt.js",
|
14 |
|
|
"Redirect.js",
|
15 |
|
|
"Route.js",
|
16 |
|
|
"Router.js",
|
17 |
|
|
"StaticRouter.js",
|
18 |
|
|
"Switch.js",
|
19 |
|
|
"cjs",
|
20 |
|
|
"es",
|
21 |
|
|
"esm",
|
22 |
|
|
"index.js",
|
23 |
|
|
"generatePath.js",
|
24 |
|
|
"matchPath.js",
|
25 |
|
|
"modules/*.js",
|
26 |
|
|
"modules/utils/*.js",
|
27 |
|
|
"withRouter.js",
|
28 |
|
|
"warnAboutDeprecatedCJSRequire.js",
|
29 |
|
|
"umd"
|
30 |
|
|
],
|
31 |
|
|
"main": "index.js",
|
32 |
|
|
"module": "esm/react-router.js",
|
33 |
|
|
"sideEffects": false,
|
34 |
|
|
"scripts": {
|
35 |
|
|
"build": "rollup -c",
|
36 |
|
|
"lint": "eslint modules",
|
37 |
|
|
"test": "jest"
|
38 |
|
|
},
|
39 |
|
|
"peerDependencies": {
|
40 |
|
|
"react": ">=15"
|
41 |
|
|
},
|
42 |
|
|
"dependencies": {
|
43 |
|
|
"@babel/runtime": "^7.1.2",
|
44 |
|
|
"history": "^4.9.0",
|
45 |
|
|
"hoist-non-react-statics": "^3.1.0",
|
46 |
|
|
"loose-envify": "^1.3.1",
|
47 |
|
|
"mini-create-react-context": "^0.3.0",
|
48 |
|
|
"path-to-regexp": "^1.7.0",
|
49 |
|
|
"prop-types": "^15.6.2",
|
50 |
|
|
"react-is": "^16.6.0",
|
51 |
|
|
"tiny-invariant": "^1.0.2",
|
52 |
|
|
"tiny-warning": "^1.0.0"
|
53 |
|
|
},
|
54 |
|
|
"browserify": {
|
55 |
|
|
"transform": [
|
56 |
|
|
"loose-envify"
|
57 |
|
|
]
|
58 |
|
|
},
|
59 |
|
|
"keywords": [
|
60 |
|
|
"react",
|
61 |
|
|
"router",
|
62 |
|
|
"route",
|
63 |
|
|
"routing",
|
64 |
|
|
"history",
|
65 |
|
|
"link"
|
66 |
|
|
],
|
67 |
|
|
"gitHead": "f31bb27aa61dd4cb1c3cd9aa78133f739e2e9bb9"
|
68 |
|
|
}
|