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/@jridgewell/resolve-uri/package.json

    r0c6b92a r79a0317  
    11{
    2   "name": "@jridgewell/resolve-uri",
    3   "version": "3.1.2",
     2  "_from": "@jridgewell/resolve-uri@^3.1.0",
     3  "_id": "@jridgewell/resolve-uri@3.1.2",
     4  "_inBundle": false,
     5  "_integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
     6  "_location": "/@jridgewell/resolve-uri",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "@jridgewell/resolve-uri@^3.1.0",
     12    "name": "@jridgewell/resolve-uri",
     13    "escapedName": "@jridgewell%2fresolve-uri",
     14    "scope": "@jridgewell",
     15    "rawSpec": "^3.1.0",
     16    "saveSpec": null,
     17    "fetchSpec": "^3.1.0"
     18  },
     19  "_requiredBy": [
     20    "/@jridgewell/trace-mapping"
     21  ],
     22  "_resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
     23  "_shasum": "7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6",
     24  "_spec": "@jridgewell/resolve-uri@^3.1.0",
     25  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@jridgewell/trace-mapping",
     26  "author": {
     27    "name": "Justin Ridgewell",
     28    "email": "justin@ridgewell.name"
     29  },
     30  "bugs": {
     31    "url": "https://github.com/jridgewell/resolve-uri/issues"
     32  },
     33  "bundleDependencies": false,
     34  "deprecated": false,
    435  "description": "Resolve a URI relative to an optional base URI",
    5   "keywords": [
    6     "resolve",
    7     "uri",
    8     "url",
    9     "path"
    10   ],
    11   "author": "Justin Ridgewell <justin@ridgewell.name>",
    12   "license": "MIT",
    13   "repository": "https://github.com/jridgewell/resolve-uri",
    14   "main": "dist/resolve-uri.umd.js",
    15   "module": "dist/resolve-uri.mjs",
    16   "types": "dist/types/resolve-uri.d.ts",
     36  "devDependencies": {
     37    "@jridgewell/resolve-uri-latest": "npm:@jridgewell/resolve-uri@*",
     38    "@rollup/plugin-typescript": "8.3.0",
     39    "@typescript-eslint/eslint-plugin": "5.10.0",
     40    "@typescript-eslint/parser": "5.10.0",
     41    "c8": "7.11.0",
     42    "eslint": "8.7.0",
     43    "eslint-config-prettier": "8.3.0",
     44    "mocha": "9.2.0",
     45    "npm-run-all": "4.1.5",
     46    "prettier": "2.5.1",
     47    "rollup": "2.66.0",
     48    "typescript": "4.5.5"
     49  },
     50  "engines": {
     51    "node": ">=6.0.0"
     52  },
    1753  "exports": {
    1854    ".": [
     
    3066    "dist"
    3167  ],
    32   "engines": {
    33     "node": ">=6.0.0"
     68  "homepage": "https://github.com/jridgewell/resolve-uri#readme",
     69  "keywords": [
     70    "resolve",
     71    "uri",
     72    "url",
     73    "path"
     74  ],
     75  "license": "MIT",
     76  "main": "dist/resolve-uri.umd.js",
     77  "module": "dist/resolve-uri.mjs",
     78  "name": "@jridgewell/resolve-uri",
     79  "repository": {
     80    "type": "git",
     81    "url": "git+https://github.com/jridgewell/resolve-uri.git"
    3482  },
    3583  "scripts": {
    36     "prebuild": "rm -rf dist",
    3784    "build": "run-s -n build:*",
    3885    "build:rollup": "rollup -c rollup.config.js",
     
    4188    "lint:prettier": "npm run test:lint:prettier -- --write",
    4289    "lint:ts": "npm run test:lint:ts -- --fix",
     90    "prebuild": "rm -rf dist",
     91    "prepublishOnly": "npm run preversion",
    4392    "pretest": "run-s build:rollup",
     93    "preversion": "run-s test build",
    4494    "test": "run-s -n test:lint test:only",
     95    "test:coverage": "c8 mocha",
    4596    "test:debug": "mocha --inspect-brk",
    4697    "test:lint": "run-s -n test:lint:*",
     
    4899    "test:lint:ts": "eslint '{src,test}/**/*.ts'",
    49100    "test:only": "mocha",
    50     "test:coverage": "c8 mocha",
    51     "test:watch": "mocha --watch",
    52     "prepublishOnly": "npm run preversion",
    53     "preversion": "run-s test build"
     101    "test:watch": "mocha --watch"
    54102  },
    55   "devDependencies": {
    56     "@jridgewell/resolve-uri-latest": "npm:@jridgewell/resolve-uri@*",
    57     "@rollup/plugin-typescript": "8.3.0",
    58     "@typescript-eslint/eslint-plugin": "5.10.0",
    59     "@typescript-eslint/parser": "5.10.0",
    60     "c8": "7.11.0",
    61     "eslint": "8.7.0",
    62     "eslint-config-prettier": "8.3.0",
    63     "mocha": "9.2.0",
    64     "npm-run-all": "4.1.5",
    65     "prettier": "2.5.1",
    66     "rollup": "2.66.0",
    67     "typescript": "4.5.5"
    68   }
     103  "types": "dist/types/resolve-uri.d.ts",
     104  "version": "3.1.2"
    69105}
Note: See TracChangeset for help on using the changeset viewer.