UNPKG

infrastructure-components

Version:

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

132 lines (131 loc) 3.35 kB
{ "_args": [ [ "react-router@5.0.0", "/Users/frank.zickert/WebstormProjects/infrastructure-components" ] ], "_from": "react-router@5.0.0", "_id": "react-router@5.0.0", "_inBundle": false, "_integrity": "sha512-6EQDakGdLG/it2x9EaCt9ZpEEPxnd0OCLBHQ1AcITAAx7nCnyvnzf76jKWG1s2/oJ7SSviUgfWHofdYljFexsA==", "_location": "/react-router", "_phantomChildren": { "isarray": "0.0.1" }, "_requested": { "type": "version", "registry": true, "raw": "react-router@5.0.0", "name": "react-router", "escapedName": "react-router", "rawSpec": "5.0.0", "saveSpec": null, "fetchSpec": "5.0.0" }, "_requiredBy": [ "/", "/react-router-dom" ], "_resolved": "https://registry.npmjs.org/react-router/-/react-router-5.0.0.tgz", "_spec": "5.0.0", "_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" }, "dependencies": { "@babel/runtime": "^7.1.2", "create-react-context": "^0.2.2", "history": "^4.9.0", "hoist-non-react-statics": "^3.1.0", "loose-envify": "^1.3.1", "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", "devDependencies": { "@babel/core": "^7.1.2", "@babel/plugin-proposal-class-properties": "^7.1.0", "@babel/plugin-transform-runtime": "^7.1.0", "@babel/preset-env": "^7.1.0", "@babel/preset-react": "^7.0.0", "babel-core": "^7.0.0-bridge.0", "babel-eslint": "^10.0.1", "babel-jest": "^23.6.0", "babel-plugin-dev-expression": "^0.2.1", "eslint": "^5.7.0", "eslint-plugin-import": "^2.12.0", "eslint-plugin-react": "^7.9.1", "jest": "^23.6.0", "jest-circus": "^23.6.0", "raf": "^3.4.0", "react": "^16.5.2", "react-dom": "^16.5.2", "rollup": "^0.66.6", "rollup-plugin-babel": "^4.0.3", "rollup-plugin-commonjs": "^9.2.0", "rollup-plugin-node-resolve": "^3.4.0", "rollup-plugin-replace": "^2.1.0", "rollup-plugin-size-snapshot": "^0.7.0", "rollup-plugin-uglify": "^6.0.0" }, "files": [ "MemoryRouter.js", "Prompt.js", "Redirect.js", "Route.js", "Router.js", "StaticRouter.js", "Switch.js", "cjs", "es", "esm", "index.js", "generatePath.js", "matchPath.js", "withRouter.js", "warnAboutDeprecatedCJSRequire.js", "umd" ], "gitHead": "ea8eba843bf899daf8a51c2617d05c179b38369d", "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", "prepublishOnly": "npm run build", "test": "jest" }, "sideEffects": false, "version": "5.0.0" }