Ignore:
Timestamp:
01/21/25 03:08:24 (3 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/@remix-run/router/package.json

    r0c6b92a r79a0317  
    11{
    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,
    436  "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",
    546  "keywords": [
    647    "remix",
     
    849    "location"
    950  ],
     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  },
    1058  "repository": {
    1159    "type": "git",
    12     "url": "https://github.com/remix-run/react-router",
     60    "url": "git+https://github.com/remix-run/react-router.git",
    1361    "directory": "packages/router"
    1462  },
    15   "license": "MIT",
    16   "author": "Remix Software <hello@remix.run>",
    1763  "sideEffects": false,
    18   "main": "./dist/router.cjs.js",
     64  "types": "./dist/index.d.ts",
    1965  "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"
    3367}
Note: See TracChangeset for help on using the changeset viewer.