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

adding photos

Location:
trip-planner-front/node_modules/webpack-log
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/webpack-log/node_modules/.bin/uuid

    rceaed42 r59329aa  
    77
    88if [ -x "$basedir/node" ]; then
    9   exec "$basedir/node"  "$basedir/../uuid/bin/uuid" "$@"
     9  "$basedir/node"  "$basedir/../uuid/bin/uuid" "$@"
     10  ret=$?
    1011else
    11   exec node  "$basedir/../uuid/bin/uuid" "$@"
     12  node  "$basedir/../uuid/bin/uuid" "$@"
     13  ret=$?
    1214fi
     15exit $ret
  • trip-planner-front/node_modules/webpack-log/node_modules/.bin/uuid.cmd

    rceaed42 r59329aa  
    11@ECHO off
    2 GOTO start
    3 :find_dp0
    4 SET dp0=%~dp0
    5 EXIT /b
    6 :start
    72SETLOCAL
    83CALL :find_dp0
     
    1510)
    1611
    17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%"  "%dp0%\..\uuid\bin\uuid" %*
     12"%_prog%"  "%dp0%\..\uuid\bin\uuid" %*
     13ENDLOCAL
     14EXIT /b %errorlevel%
     15:find_dp0
     16SET dp0=%~dp0
     17EXIT /b
  • trip-planner-front/node_modules/webpack-log/node_modules/.bin/uuid.ps1

    rceaed42 r59329aa  
    1010$ret=0
    1111if (Test-Path "$basedir/node$exe") {
    12   # Support pipeline input
    13   if ($MyInvocation.ExpectingInput) {
    14     $input | & "$basedir/node$exe"  "$basedir/../uuid/bin/uuid" $args
    15   } else {
    16     & "$basedir/node$exe"  "$basedir/../uuid/bin/uuid" $args
    17   }
     12  & "$basedir/node$exe"  "$basedir/../uuid/bin/uuid" $args
    1813  $ret=$LASTEXITCODE
    1914} else {
    20   # Support pipeline input
    21   if ($MyInvocation.ExpectingInput) {
    22     $input | & "node$exe"  "$basedir/../uuid/bin/uuid" $args
    23   } else {
    24     & "node$exe"  "$basedir/../uuid/bin/uuid" $args
    25   }
     15  & "node$exe"  "$basedir/../uuid/bin/uuid" $args
    2616  $ret=$LASTEXITCODE
    2717}
  • trip-planner-front/node_modules/webpack-log/node_modules/ansi-colors/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "ansi-colors",
    3   "description": "Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).",
    4   "version": "3.2.4",
    5   "homepage": "https://github.com/doowb/ansi-colors",
    6   "author": "Brian Woodward (https://github.com/doowb)",
    7   "contributors": [
    8     "Brian Woodward (https://twitter.com/doowb)",
    9     "Jason Schilling (https://sourecode.de)",
    10     "Jon Schlinkert (http://twitter.com/jonschlinkert)",
    11     "Jordan (https://github.com/Silic0nS0ldier)"
     2  "_args": [
     3    [
     4      "ansi-colors@3.2.4",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    127  ],
    13   "repository": "doowb/ansi-colors",
     8  "_development": true,
     9  "_from": "ansi-colors@3.2.4",
     10  "_id": "ansi-colors@3.2.4",
     11  "_inBundle": false,
     12  "_integrity": "sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==",
     13  "_location": "/webpack-log/ansi-colors",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "ansi-colors@3.2.4",
     19    "name": "ansi-colors",
     20    "escapedName": "ansi-colors",
     21    "rawSpec": "3.2.4",
     22    "saveSpec": null,
     23    "fetchSpec": "3.2.4"
     24  },
     25  "_requiredBy": [
     26    "/webpack-log"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.4.tgz",
     29  "_spec": "3.2.4",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Brian Woodward",
     33    "url": "https://github.com/doowb"
     34  },
    1435  "bugs": {
    1536    "url": "https://github.com/doowb/ansi-colors/issues"
    1637  },
    17   "license": "MIT",
    18   "files": [
    19     "index.js",
    20     "symbols.js",
    21     "types/index.d.ts"
     38  "contributors": [
     39    {
     40      "name": "Brian Woodward",
     41      "url": "https://twitter.com/doowb"
     42    },
     43    {
     44      "name": "Jason Schilling",
     45      "url": "https://sourecode.de"
     46    },
     47    {
     48      "name": "Jon Schlinkert",
     49      "url": "http://twitter.com/jonschlinkert"
     50    },
     51    {
     52      "name": "Jordan",
     53      "url": "https://github.com/Silic0nS0ldier"
     54    }
    2255  ],
    23   "main": "index.js",
    24   "types": "./types/index.d.ts",
    25   "engines": {
    26     "node": ">=6"
    27   },
    28   "scripts": {
    29     "test": "mocha"
    30   },
     56  "description": "Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).",
    3157  "devDependencies": {
    3258    "decache": "^4.4.0",
     
    3662    "text-table": "^0.2.0"
    3763  },
     64  "engines": {
     65    "node": ">=6"
     66  },
     67  "files": [
     68    "index.js",
     69    "symbols.js",
     70    "types/index.d.ts"
     71  ],
     72  "homepage": "https://github.com/doowb/ansi-colors",
    3873  "keywords": [
    3974    "ansi",
     
    76111    "yellow"
    77112  ],
     113  "license": "MIT",
     114  "main": "index.js",
     115  "name": "ansi-colors",
     116  "repository": {
     117    "type": "git",
     118    "url": "git+https://github.com/doowb/ansi-colors.git"
     119  },
     120  "scripts": {
     121    "test": "mocha"
     122  },
     123  "types": "./types/index.d.ts",
    78124  "verb": {
    79125    "toc": false,
     
    106152      "kleur"
    107153    ]
    108   }
     154  },
     155  "version": "3.2.4"
    109156}
  • trip-planner-front/node_modules/webpack-log/node_modules/uuid/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "uuid",
    3   "version": "3.4.0",
    4   "description": "RFC4122 (v1, v4, and v5) UUIDs",
     2  "_args": [
     3    [
     4      "uuid@3.4.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "uuid@3.4.0",
     10  "_id": "uuid@3.4.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
     13  "_location": "/webpack-log/uuid",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "uuid@3.4.0",
     19    "name": "uuid",
     20    "escapedName": "uuid",
     21    "rawSpec": "3.4.0",
     22    "saveSpec": null,
     23    "fetchSpec": "3.4.0"
     24  },
     25  "_requiredBy": [
     26    "/webpack-log"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
     29  "_spec": "3.4.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "bin": {
     32    "uuid": "bin/uuid"
     33  },
     34  "browser": {
     35    "./lib/rng.js": "./lib/rng-browser.js",
     36    "./lib/sha1.js": "./lib/sha1-browser.js",
     37    "./lib/md5.js": "./lib/md5-browser.js"
     38  },
     39  "bugs": {
     40    "url": "https://github.com/uuidjs/uuid/issues"
     41  },
    542  "commitlint": {
    643    "extends": [
     
    845    ]
    946  },
    10   "keywords": [
    11     "uuid",
    12     "guid",
    13     "rfc4122"
     47  "contributors": [
     48    {
     49      "name": "Robert Kieffer",
     50      "email": "robert@broofa.com"
     51    },
     52    {
     53      "name": "Christoph Tavan",
     54      "email": "dev@tavan.de"
     55    },
     56    {
     57      "name": "AJ ONeal",
     58      "email": "coolaj86@gmail.com"
     59    },
     60    {
     61      "name": "Vincent Voyer",
     62      "email": "vincent@zeroload.net"
     63    },
     64    {
     65      "name": "Roman Shtylman",
     66      "email": "shtylman@gmail.com"
     67    }
    1468  ],
    15   "license": "MIT",
    16   "bin": {
    17     "uuid": "./bin/uuid"
    18   },
     69  "description": "RFC4122 (v1, v4, and v5) UUIDs",
    1970  "devDependencies": {
    2071    "@commitlint/cli": "~8.2.0",
     
    2677    "standard-version": "7.0.0"
    2778  },
    28   "scripts": {
    29     "lint": "eslint .",
    30     "test": "npm run lint && mocha test/test.js",
    31     "md": "runmd --watch --output=README.md README_js.md",
    32     "release": "standard-version",
    33     "prepare": "runmd --output=README.md README_js.md"
    34   },
    35   "browser": {
    36     "./lib/rng.js": "./lib/rng-browser.js",
    37     "./lib/sha1.js": "./lib/sha1-browser.js",
    38     "./lib/md5.js": "./lib/md5-browser.js"
    39   },
    40   "repository": {
    41     "type": "git",
    42     "url": "https://github.com/uuidjs/uuid.git"
    43   },
     79  "homepage": "https://github.com/uuidjs/uuid#readme",
    4480  "husky": {
    4581    "hooks": {
    4682      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    4783    }
    48   }
     84  },
     85  "keywords": [
     86    "uuid",
     87    "guid",
     88    "rfc4122"
     89  ],
     90  "license": "MIT",
     91  "name": "uuid",
     92  "repository": {
     93    "type": "git",
     94    "url": "git+https://github.com/uuidjs/uuid.git"
     95  },
     96  "scripts": {
     97    "lint": "eslint .",
     98    "md": "runmd --watch --output=README.md README_js.md",
     99    "prepare": "runmd --output=README.md README_js.md",
     100    "release": "standard-version",
     101    "test": "npm run lint && mocha test/test.js"
     102  },
     103  "version": "3.4.0"
    49104}
  • trip-planner-front/node_modules/webpack-log/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "webpack-log",
    3   "version": "2.0.0",
    4   "description": "A common logger for the webpack ecosystem",
    5   "main": "src/index.js",
    6   "files": [
    7     "src"
     2  "_args": [
     3    [
     4      "webpack-log@2.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    87  ],
    9   "engines": {
    10     "node": ">= 6"
     8  "_development": true,
     9  "_from": "webpack-log@2.0.0",
     10  "_id": "webpack-log@2.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==",
     13  "_location": "/webpack-log",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "webpack-log@2.0.0",
     19    "name": "webpack-log",
     20    "escapedName": "webpack-log",
     21    "rawSpec": "2.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "2.0.0"
    1124  },
    12   "scripts": {
    13     "lint": "eslint src test",
    14     "test": "nyc --reporter lcovonly mocha --full-trace --check-leaks",
    15     "release": "standard-version"
     25  "_requiredBy": [
     26    "/webpack-dev-server",
     27    "/webpack-dev-server/webpack-dev-middleware"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/webpack-log/-/webpack-log-2.0.0.tgz",
     30  "_spec": "2.0.0",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Andrew Powell",
     34    "email": "andrew@shellscape.org"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/webpack-contrib/webpack-log/issues"
    1638  },
    1739  "dependencies": {
     
    1941    "uuid": "^3.3.2"
    2042  },
     43  "description": "A common logger for the webpack ecosystem",
    2144  "devDependencies": {
    2245    "assert": "^1.4.1",
     
    3053    "strip-ansi": "^4.0.0"
    3154  },
    32   "author": "Andrew Powell <andrew@shellscape.org>",
     55  "engines": {
     56    "node": ">= 6"
     57  },
     58  "files": [
     59    "src"
     60  ],
     61  "homepage": "https://github.com/webpack-contrib/webpack-log#readme",
    3362  "issues": "https://github.com/webpack-contrib/webpack-log/issues",
    34   "homepage": "https://github.com/webpack-contrib/webpack-log#readme",
    35   "repository": "https://github.com/webpack-contrib/webpack-log.git",
    36   "license": "MIT"
     63  "license": "MIT",
     64  "main": "src/index.js",
     65  "name": "webpack-log",
     66  "repository": {
     67    "type": "git",
     68    "url": "git+https://github.com/webpack-contrib/webpack-log.git"
     69  },
     70  "scripts": {
     71    "lint": "eslint src test",
     72    "release": "standard-version",
     73    "test": "nyc --reporter lcovonly mocha --full-trace --check-leaks"
     74  },
     75  "version": "2.0.0"
    3776}
Note: See TracChangeset for help on using the changeset viewer.