mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-04-21 20:09:50 -04:00
104 lines
2.4 KiB
JSON
104 lines
2.4 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"react-router-dom@5.2.0",
|
|
"/home/chinmay/Desktop/HackTJ2020/frontend"
|
|
]
|
|
],
|
|
"_from": "react-router-dom@5.2.0",
|
|
"_id": "react-router-dom@5.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-gxAmfylo2QUjcwxI63RhQ5G85Qqt4voZpUXSEqCwykV0baaOTQDR1f0PmY8AELqIyVc0NEZUj0Gov5lNGcXgsA==",
|
|
"_location": "/react-router-dom",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "react-router-dom@5.2.0",
|
|
"name": "react-router-dom",
|
|
"escapedName": "react-router-dom",
|
|
"rawSpec": "5.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "5.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.2.0.tgz",
|
|
"_spec": "5.2.0",
|
|
"_where": "/home/chinmay/Desktop/HackTJ2020/frontend",
|
|
"author": {
|
|
"name": "React Training",
|
|
"email": "hello@reacttraining.com"
|
|
},
|
|
"browserify": {
|
|
"transform": [
|
|
"loose-envify"
|
|
]
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ReactTraining/react-router/issues"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.1.2",
|
|
"history": "^4.9.0",
|
|
"loose-envify": "^1.3.1",
|
|
"prop-types": "^15.6.2",
|
|
"react-router": "5.2.0",
|
|
"tiny-invariant": "^1.0.2",
|
|
"tiny-warning": "^1.0.0"
|
|
},
|
|
"description": "DOM bindings for React Router",
|
|
"files": [
|
|
"BrowserRouter.js",
|
|
"HashRouter.js",
|
|
"Link.js",
|
|
"MemoryRouter.js",
|
|
"NavLink.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-dom.js",
|
|
"name": "react-router-dom",
|
|
"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"
|
|
}
|