Changeset 79a0317 for imaps-frontend/node_modules/react-router-dom
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/react-router-dom/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "react-router-dom", 3 "version": "6.28.0", 4 "description": "Declarative routing for React web applications", 5 "keywords": [ 6 "react", 7 "router", 8 "route", 9 "routing", 10 "history", 11 "link" 2 "_from": "react-router-dom@6.28.0", 3 "_id": "react-router-dom@6.28.0", 4 "_inBundle": false, 5 "_integrity": "sha512-kQ7Unsl5YdyOltsPGl31zOjLrDv+m2VcIEcIHqYYD3Lp0UppLjrzcfJqDJwXxFw3TH/yvapbnUvPlAj7Kx5nbg==", 6 "_location": "/react-router-dom", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "react-router-dom@6.28.0", 12 "name": "react-router-dom", 13 "escapedName": "react-router-dom", 14 "rawSpec": "6.28.0", 15 "saveSpec": null, 16 "fetchSpec": "6.28.0" 17 }, 18 "_requiredBy": [ 19 "/" 12 20 ], 13 "repository": { 14 "type": "git", 15 "url": "https://github.com/remix-run/react-router", 16 "directory": "packages/react-router-dom" 21 "_resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.28.0.tgz", 22 "_shasum": "f73ebb3490e59ac9f299377062ad1d10a9f579e6", 23 "_spec": "react-router-dom@6.28.0", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend", 25 "author": { 26 "name": "Remix Software", 27 "email": "hello@remix.run" 17 28 }, 18 "license": "MIT", 19 "author": "Remix Software <hello@remix.run>", 20 "sideEffects": false, 21 "main": "./dist/main.js", 22 "unpkg": "./dist/umd/react-router-dom.production.min.js", 23 "module": "./dist/index.js", 24 "types": "./dist/index.d.ts", 29 "bugs": { 30 "url": "https://github.com/remix-run/react-router/issues" 31 }, 32 "bundleDependencies": false, 25 33 "dependencies": { 26 34 "@remix-run/router": "1.21.0", 27 35 "react-router": "6.28.0" 28 36 }, 37 "deprecated": false, 38 "description": "Declarative routing for React web applications", 29 39 "devDependencies": { 30 40 "react": "^18.2.0", 31 41 "react-dom": "^18.2.0" 32 42 }, 33 "peerDependencies": { 34 "react": ">=16.8", 35 "react-dom": ">=16.8" 43 "engines": { 44 "node": ">=14.0.0" 36 45 }, 37 46 "files": [ … … 44 53 "server.mjs" 45 54 ], 46 "engines": { 47 "node": ">=14.0.0" 48 } 55 "homepage": "https://github.com/remix-run/react-router#readme", 56 "keywords": [ 57 "react", 58 "router", 59 "route", 60 "routing", 61 "history", 62 "link" 63 ], 64 "license": "MIT", 65 "main": "./dist/main.js", 66 "module": "./dist/index.js", 67 "name": "react-router-dom", 68 "peerDependencies": { 69 "react": ">=16.8", 70 "react-dom": ">=16.8" 71 }, 72 "repository": { 73 "type": "git", 74 "url": "git+https://github.com/remix-run/react-router.git", 75 "directory": "packages/react-router-dom" 76 }, 77 "scripts": { 78 "start": "node server.js" 79 }, 80 "sideEffects": false, 81 "types": "./dist/index.d.ts", 82 "unpkg": "./dist/umd/react-router-dom.production.min.js", 83 "version": "6.28.0" 49 84 }
Note:
See TracChangeset
for help on using the changeset viewer.