source: imaps-frontend/node_modules/@remix-run/router/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 1.8 KB
RevLine 
[d565449]1{
[79a0317]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,
[d565449]36 "description": "Nested/Data-driven/Framework-agnostic Routing",
[79a0317]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",
[d565449]46 "keywords": [
47 "remix",
48 "router",
49 "location"
50 ],
[79a0317]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 },
[d565449]58 "repository": {
59 "type": "git",
[79a0317]60 "url": "git+https://github.com/remix-run/react-router.git",
[d565449]61 "directory": "packages/router"
62 },
63 "sideEffects": false,
64 "types": "./dist/index.d.ts",
[79a0317]65 "unpkg": "./dist/router.umd.min.js",
66 "version": "1.21.0"
67}
Note: See TracBrowser for help on using the repository browser.