Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/@jridgewell/resolve-uri/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "@jridgewell/resolve-uri",
    3   "version": "1.0.0",
    4   "description": "Resolve a URI relative to an optional base URI",
    5   "keywords": [
    6     "resolve",
    7     "uri",
    8     "url",
    9     "path"
     2  "_args": [
     3    [
     4      "@jridgewell/resolve-uri@1.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    107  ],
    11   "main": "dist/resolve-uri.umd.js",
    12   "module": "dist/resolve-uri.mjs",
    13   "typings": "dist/types/resolve-uri.d.ts",
    14   "files": [
    15     "dist"
     8  "_development": true,
     9  "_from": "@jridgewell/resolve-uri@1.0.0",
     10  "_id": "@jridgewell/resolve-uri@1.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-9oLAnygRMi8Q5QkYEU4XWK04B+nuoXoxjRvRxgjuChkLZFBja0YPSgdZ7dZtwhncLBcQe/I/E+fLuk5qxcYVJA==",
     13  "_location": "/@jridgewell/resolve-uri",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "@jridgewell/resolve-uri@1.0.0",
     19    "name": "@jridgewell/resolve-uri",
     20    "escapedName": "@jridgewell%2fresolve-uri",
     21    "scope": "@jridgewell",
     22    "rawSpec": "1.0.0",
     23    "saveSpec": null,
     24    "fetchSpec": "1.0.0"
     25  },
     26  "_requiredBy": [
     27    "/@ampproject/remapping"
    1628  ],
    17   "author": "Justin Ridgewell <jridgewell@google.com>",
    18   "repository": {
    19     "type": "git",
    20     "url": "git+https://github.com/jridgewell/resolve-uri.git"
     29  "_resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-1.0.0.tgz",
     30  "_spec": "1.0.0",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Justin Ridgewell",
     34    "email": "jridgewell@google.com"
    2135  },
    2236  "bugs": {
    2337    "url": "https://github.com/jridgewell/resolve-uri/issues"
    2438  },
    25   "license": "MIT",
    26   "engines": {
    27     "node": ">=6.0.0"
    28   },
    29   "scripts": {
    30     "lint:ts": "npm run test:lint:ts -- --fix",
    31     "lint:prettier": "npm run test:lint:prettier -- --write",
    32     "lint": "run-s -n lint:*",
    33     "prebuild": "rm -rf dist",
    34     "build:ts": "tsc --module commonjs",
    35     "build:rollup": "rollup -c rollup.config.ts",
    36     "build": "run-s -n build:*",
    37     "test": "jest --coverage",
    38     "test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
    39     "test:watch": "jest --coverage --watch",
    40     "test:lint:ts": "tslint  --project tsconfig.json -t codeFrame '{src,test}/**/*.ts'",
    41     "test:lint:prettier": "prettier --check '{src,test}/**/*.ts'",
    42     "test:lint": "run-s -n test:lint:*",
    43     "test:prod": "run-s -n test:lint 'test --no-cache'",
    44     "preversion": "run-s test:prod build",
    45     "prepublishOnly": "npm run preversion"
    46   },
     39  "description": "Resolve a URI relative to an optional base URI",
    4740  "devDependencies": {
    4841    "@types/jest": "24.0.15",
     
    6356    "tslint-config-standard": "8.0.1",
    6457    "typescript": "3.5.3"
    65   }
     58  },
     59  "engines": {
     60    "node": ">=6.0.0"
     61  },
     62  "files": [
     63    "dist"
     64  ],
     65  "homepage": "https://github.com/jridgewell/resolve-uri#readme",
     66  "keywords": [
     67    "resolve",
     68    "uri",
     69    "url",
     70    "path"
     71  ],
     72  "license": "MIT",
     73  "main": "dist/resolve-uri.umd.js",
     74  "module": "dist/resolve-uri.mjs",
     75  "name": "@jridgewell/resolve-uri",
     76  "repository": {
     77    "type": "git",
     78    "url": "git+https://github.com/jridgewell/resolve-uri.git"
     79  },
     80  "scripts": {
     81    "build": "run-s -n build:*",
     82    "build:rollup": "rollup -c rollup.config.ts",
     83    "build:ts": "tsc --module commonjs",
     84    "lint": "run-s -n lint:*",
     85    "lint:prettier": "npm run test:lint:prettier -- --write",
     86    "lint:ts": "npm run test:lint:ts -- --fix",
     87    "prebuild": "rm -rf dist",
     88    "prepublishOnly": "npm run preversion",
     89    "preversion": "run-s test:prod build",
     90    "test": "jest --coverage",
     91    "test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
     92    "test:lint": "run-s -n test:lint:*",
     93    "test:lint:prettier": "prettier --check '{src,test}/**/*.ts'",
     94    "test:lint:ts": "tslint  --project tsconfig.json -t codeFrame '{src,test}/**/*.ts'",
     95    "test:prod": "run-s -n test:lint 'test --no-cache'",
     96    "test:watch": "jest --coverage --watch"
     97  },
     98  "typings": "dist/types/resolve-uri.d.ts",
     99  "version": "1.0.0"
    66100}
Note: See TracChangeset for help on using the changeset viewer.