Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/@remix-run/router/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "@remix-run/router", 3 "version": "1.21.0", 2 "_from": "@remix-run/router@1.21.0", 3 "_id": "@remix-run/router@1.21.0", 4 "_inBundle": false, 5 "_integrity": "sha512-xfSkCAchbdG5PnbrKqFWwia4Bi61nH+wm8wLEqfHDyp7Y3dZzgqS2itV8i4gAq9pC2HsTpwyBC6Ds8VHZ96JlA==", 6 "_location": "/@remix-run/router", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "@remix-run/router@1.21.0", 12 "name": "@remix-run/router", 13 "escapedName": "@remix-run%2frouter", 14 "scope": "@remix-run", 15 "rawSpec": "1.21.0", 16 "saveSpec": null, 17 "fetchSpec": "1.21.0" 18 }, 19 "_requiredBy": [ 20 "/react-router", 21 "/react-router-dom" 22 ], 23 "_resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.21.0.tgz", 24 "_shasum": "c65ae4262bdcfe415dbd4f64ec87676e4a56e2b5", 25 "_spec": "@remix-run/router@1.21.0", 26 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/react-router", 27 "author": { 28 "name": "Remix Software", 29 "email": "hello@remix.run" 30 }, 31 "bugs": { 32 "url": "https://github.com/remix-run/react-router/issues" 33 }, 34 "bundleDependencies": false, 35 "deprecated": false, 4 36 "description": "Nested/Data-driven/Framework-agnostic Routing", 37 "engines": { 38 "node": ">=14.0.0" 39 }, 40 "files": [ 41 "dist/", 42 "*.ts", 43 "CHANGELOG.md" 44 ], 45 "homepage": "https://github.com/remix-run/react-router#readme", 5 46 "keywords": [ 6 47 "remix", … … 8 49 "location" 9 50 ], 51 "license": "MIT", 52 "main": "./dist/router.cjs.js", 53 "module": "./dist/router.js", 54 "name": "@remix-run/router", 55 "publishConfig": { 56 "access": "public" 57 }, 10 58 "repository": { 11 59 "type": "git", 12 "url": " https://github.com/remix-run/react-router",60 "url": "git+https://github.com/remix-run/react-router.git", 13 61 "directory": "packages/router" 14 62 }, 15 "license": "MIT",16 "author": "Remix Software <hello@remix.run>",17 63 "sideEffects": false, 18 " main": "./dist/router.cjs.js",64 "types": "./dist/index.d.ts", 19 65 "unpkg": "./dist/router.umd.min.js", 20 "module": "./dist/router.js", 21 "types": "./dist/index.d.ts", 22 "files": [ 23 "dist/", 24 "*.ts", 25 "CHANGELOG.md" 26 ], 27 "engines": { 28 "node": ">=14.0.0" 29 }, 30 "publishConfig": { 31 "access": "public" 32 } 66 "version": "1.21.0" 33 67 }
Note:
See TracChangeset
for help on using the changeset viewer.