UNPKG

infrastructure-components

Version:

Infrastructure-Components configure the infrastructure of your React-App as part of your React-Components.

103 lines (102 loc) 2.47 kB
{ "_from": "react-router@5.1.2", "_id": "react-router@5.1.2", "_inBundle": false, "_integrity": "sha512-yjEuMFy1ONK246B+rsa0cUam5OeAQ8pyclRDgpxuSCrAlJ1qN9uZ5IgyKC7gQg0w8OM50NXHEegPh/ks9YuR2A==", "_location": "/react-router", "_phantomChildren": {}, "_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": [ "#USER", "/", "/react-router-dom" ], "_resolved": "https://registry.npmjs.org/react-router/-/react-router-5.1.2.tgz", "_shasum": "6ea51d789cb36a6be1ba5f7c0d48dd9e817d3418", "_spec": "react-router@5.1.2", "_where": "/Users/frank.zickert/WebstormProjects/infrastructure-components", "authors": [ "Michael Jackson", "Ryan Florence" ], "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.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" }, "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": "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" }