Gazebo_simulation-Frontend/node_modules/react-router/package.json

107 lines
2.4 KiB
JSON

{
"_args": [
[
"react-router@5.1.2",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_from": "react-router@5.1.2",
"_id": "react-router@5.1.2",
"_inBundle": false,
"_integrity": "sha512-yjEuMFy1ONK246B+rsa0cUam5OeAQ8pyclRDgpxuSCrAlJ1qN9uZ5IgyKC7gQg0w8OM50NXHEegPh/ks9YuR2A==",
"_location": "/react-router",
"_phantomChildren": {
"react-is": "16.12.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "react-router@5.1.2",
"name": "react-router",
"escapedName": "react-router",
"rawSpec": "5.1.2",
"saveSpec": null,
"fetchSpec": "5.1.2"
},
"_requiredBy": [
"/react-admin",
"/react-router-dom"
],
"_resolved": "https://registry.npmjs.org/react-router/-/react-router-5.1.2.tgz",
"_spec": "5.1.2",
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
"authors": [
"Michael Jackson",
"Ryan Florence"
],
"browserify": {
"transform": [
"loose-envify"
]
},
"bugs": {
"url": "https://github.com/ReactTraining/react-router/issues"
},
"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.3.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"
},
"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": "f31bb27aa61dd4cb1c3cd9aa78133f739e2e9bb9",
"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",
"test": "jest"
},
"sideEffects": false,
"version": "5.1.2"
}