123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- {
- "_from": "react-router@5.2.0",
- "_id": "react-router@5.2.0",
- "_inBundle": false,
- "_integrity": "sha512-smz1DUuFHRKdcJC0jobGo8cVbhO3x50tCL4icacOlcwDOEQPq4TMqwx3sY1TP+DvtTgz4nm3thuo7A+BK2U0Dw==",
- "_location": "/react-router",
- "_phantomChildren": {
- "@babel/runtime": "7.10.4",
- "isarray": "0.0.1",
- "loose-envify": "1.4.0",
- "resolve-pathname": "3.0.0",
- "tiny-invariant": "1.1.0",
- "tiny-warning": "1.0.3",
- "value-equal": "1.0.1"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "react-router@5.2.0",
- "name": "react-router",
- "escapedName": "react-router",
- "rawSpec": "5.2.0",
- "saveSpec": null,
- "fetchSpec": "5.2.0"
- },
- "_requiredBy": [
- "/react-router-dom"
- ],
- "_resolved": "https://registry.npmjs.org/react-router/-/react-router-5.2.0.tgz",
- "_shasum": "424e75641ca8747fbf76e5ecca69781aa37ea293",
- "_spec": "react-router@5.2.0",
- "_where": "E:\\a-level\\project_js2\\node_modules\\react-router-dom",
- "author": {
- "name": "React Training",
- "email": "hello@reacttraining.com"
- },
- "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.4.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": "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.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"
- },
- "sideEffects": false,
- "version": "5.2.0"
- }
|