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/@babel/core
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/@babel/core/node_modules/.bin/semver

    rceaed42 r59329aa  
    77
    88if [ -x "$basedir/node" ]; then
    9   exec "$basedir/node"  "$basedir/../semver/bin/semver.js" "$@"
     9  "$basedir/node"  "$basedir/../semver/bin/semver.js" "$@"
     10  ret=$?
    1011else
    11   exec node  "$basedir/../semver/bin/semver.js" "$@"
     12  node  "$basedir/../semver/bin/semver.js" "$@"
     13  ret=$?
    1214fi
     15exit $ret
  • trip-planner-front/node_modules/@babel/core/node_modules/.bin/semver.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%\..\semver\bin\semver.js" %*
     12"%_prog%"  "%dp0%\..\semver\bin\semver.js" %*
     13ENDLOCAL
     14EXIT /b %errorlevel%
     15:find_dp0
     16SET dp0=%~dp0
     17EXIT /b
  • trip-planner-front/node_modules/@babel/core/node_modules/.bin/semver.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/../semver/bin/semver.js" $args
    15   } else {
    16     & "$basedir/node$exe"  "$basedir/../semver/bin/semver.js" $args
    17   }
     12  & "$basedir/node$exe"  "$basedir/../semver/bin/semver.js" $args
    1813  $ret=$LASTEXITCODE
    1914} else {
    20   # Support pipeline input
    21   if ($MyInvocation.ExpectingInput) {
    22     $input | & "node$exe"  "$basedir/../semver/bin/semver.js" $args
    23   } else {
    24     & "node$exe"  "$basedir/../semver/bin/semver.js" $args
    25   }
     15  & "node$exe"  "$basedir/../semver/bin/semver.js" $args
    2616  $ret=$LASTEXITCODE
    2717}
  • trip-planner-front/node_modules/@babel/core/node_modules/semver/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "semver",
    3   "version": "6.3.0",
     2  "_args": [
     3    [
     4      "semver@6.3.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "semver@6.3.0",
     10  "_id": "semver@6.3.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
     13  "_location": "/@babel/core/semver",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "semver@6.3.0",
     19    "name": "semver",
     20    "escapedName": "semver",
     21    "rawSpec": "6.3.0",
     22    "saveSpec": null,
     23    "fetchSpec": "6.3.0"
     24  },
     25  "_requiredBy": [
     26    "/@babel/core"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
     29  "_spec": "6.3.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "bin": {
     32    "semver": "bin/semver.js"
     33  },
     34  "bugs": {
     35    "url": "https://github.com/npm/node-semver/issues"
     36  },
    437  "description": "The semantic version parser used by npm.",
    5   "main": "semver.js",
    6   "scripts": {
    7     "test": "tap",
    8     "preversion": "npm test",
    9     "postversion": "npm publish",
    10     "postpublish": "git push origin --follow-tags"
    11   },
    1238  "devDependencies": {
    1339    "tap": "^14.3.1"
    14   },
    15   "license": "ISC",
    16   "repository": "https://github.com/npm/node-semver",
    17   "bin": {
    18     "semver": "./bin/semver.js"
    1940  },
    2041  "files": [
     
    2344    "semver.js"
    2445  ],
     46  "homepage": "https://github.com/npm/node-semver#readme",
     47  "license": "ISC",
     48  "main": "semver.js",
     49  "name": "semver",
     50  "repository": {
     51    "type": "git",
     52    "url": "git+https://github.com/npm/node-semver.git"
     53  },
     54  "scripts": {
     55    "postpublish": "git push origin --follow-tags",
     56    "postversion": "npm publish",
     57    "preversion": "npm test",
     58    "test": "tap"
     59  },
    2560  "tap": {
    2661    "check-coverage": true
    27   }
     62  },
     63  "version": "6.3.0"
    2864}
  • trip-planner-front/node_modules/@babel/core/node_modules/source-map/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "source-map",
     2  "_args": [
     3    [
     4      "source-map@0.5.7",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "source-map@0.5.7",
     10  "_id": "source-map@0.5.7",
     11  "_inBundle": false,
     12  "_integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
     13  "_location": "/@babel/core/source-map",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "source-map@0.5.7",
     19    "name": "source-map",
     20    "escapedName": "source-map",
     21    "rawSpec": "0.5.7",
     22    "saveSpec": null,
     23    "fetchSpec": "0.5.7"
     24  },
     25  "_requiredBy": [
     26    "/@babel/core"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
     29  "_spec": "0.5.7",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Nick Fitzgerald",
     33    "email": "nfitzgerald@mozilla.com"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/mozilla/source-map/issues"
     37  },
     38  "contributors": [
     39    {
     40      "name": "Tobias Koppers",
     41      "email": "tobias.koppers@googlemail.com"
     42    },
     43    {
     44      "name": "Duncan Beevers",
     45      "email": "duncan@dweebd.com"
     46    },
     47    {
     48      "name": "Stephen Crane",
     49      "email": "scrane@mozilla.com"
     50    },
     51    {
     52      "name": "Ryan Seddon",
     53      "email": "seddon.ryan@gmail.com"
     54    },
     55    {
     56      "name": "Miles Elam",
     57      "email": "miles.elam@deem.com"
     58    },
     59    {
     60      "name": "Mihai Bazon",
     61      "email": "mihai.bazon@gmail.com"
     62    },
     63    {
     64      "name": "Michael Ficarra",
     65      "email": "github.public.email@michael.ficarra.me"
     66    },
     67    {
     68      "name": "Todd Wolfson",
     69      "email": "todd@twolfson.com"
     70    },
     71    {
     72      "name": "Alexander Solovyov",
     73      "email": "alexander@solovyov.net"
     74    },
     75    {
     76      "name": "Felix Gnass",
     77      "email": "fgnass@gmail.com"
     78    },
     79    {
     80      "name": "Conrad Irwin",
     81      "email": "conrad.irwin@gmail.com"
     82    },
     83    {
     84      "name": "usrbincc",
     85      "email": "usrbincc@yahoo.com"
     86    },
     87    {
     88      "name": "David Glasser",
     89      "email": "glasser@davidglasser.net"
     90    },
     91    {
     92      "name": "Chase Douglas",
     93      "email": "chase@newrelic.com"
     94    },
     95    {
     96      "name": "Evan Wallace",
     97      "email": "evan.exe@gmail.com"
     98    },
     99    {
     100      "name": "Heather Arthur",
     101      "email": "fayearthur@gmail.com"
     102    },
     103    {
     104      "name": "Hugh Kennedy",
     105      "email": "hughskennedy@gmail.com"
     106    },
     107    {
     108      "name": "David Glasser",
     109      "email": "glasser@davidglasser.net"
     110    },
     111    {
     112      "name": "Simon Lydell",
     113      "email": "simon.lydell@gmail.com"
     114    },
     115    {
     116      "name": "Jmeas Smith",
     117      "email": "jellyes2@gmail.com"
     118    },
     119    {
     120      "name": "Michael Z Goddard",
     121      "email": "mzgoddard@gmail.com"
     122    },
     123    {
     124      "name": "azu",
     125      "email": "azu@users.noreply.github.com"
     126    },
     127    {
     128      "name": "John Gozde",
     129      "email": "john@gozde.ca"
     130    },
     131    {
     132      "name": "Adam Kirkton",
     133      "email": "akirkton@truefitinnovation.com"
     134    },
     135    {
     136      "name": "Chris Montgomery",
     137      "email": "christopher.montgomery@dowjones.com"
     138    },
     139    {
     140      "name": "J. Ryan Stinnett",
     141      "email": "jryans@gmail.com"
     142    },
     143    {
     144      "name": "Jack Herrington",
     145      "email": "jherrington@walmartlabs.com"
     146    },
     147    {
     148      "name": "Chris Truter",
     149      "email": "jeffpalentine@gmail.com"
     150    },
     151    {
     152      "name": "Daniel Espeset",
     153      "email": "daniel@danielespeset.com"
     154    },
     155    {
     156      "name": "Jamie Wong",
     157      "email": "jamie.lf.wong@gmail.com"
     158    },
     159    {
     160      "name": "Eddy Bruël",
     161      "email": "ejpbruel@mozilla.com"
     162    },
     163    {
     164      "name": "Hawken Rives",
     165      "email": "hawkrives@gmail.com"
     166    },
     167    {
     168      "name": "Gilad Peleg",
     169      "email": "giladp007@gmail.com"
     170    },
     171    {
     172      "name": "djchie",
     173      "email": "djchie.dev@gmail.com"
     174    },
     175    {
     176      "name": "Gary Ye",
     177      "email": "garysye@gmail.com"
     178    },
     179    {
     180      "name": "Nicolas Lalevée",
     181      "email": "nicolas.lalevee@hibnet.org"
     182    }
     183  ],
    3184  "description": "Generates and consumes source maps",
    4   "version": "0.5.7",
    5   "homepage": "https://github.com/mozilla/source-map",
    6   "author": "Nick Fitzgerald <nfitzgerald@mozilla.com>",
    7   "contributors": [
    8     "Tobias Koppers <tobias.koppers@googlemail.com>",
    9     "Duncan Beevers <duncan@dweebd.com>",
    10     "Stephen Crane <scrane@mozilla.com>",
    11     "Ryan Seddon <seddon.ryan@gmail.com>",
    12     "Miles Elam <miles.elam@deem.com>",
    13     "Mihai Bazon <mihai.bazon@gmail.com>",
    14     "Michael Ficarra <github.public.email@michael.ficarra.me>",
    15     "Todd Wolfson <todd@twolfson.com>",
    16     "Alexander Solovyov <alexander@solovyov.net>",
    17     "Felix Gnass <fgnass@gmail.com>",
    18     "Conrad Irwin <conrad.irwin@gmail.com>",
    19     "usrbincc <usrbincc@yahoo.com>",
    20     "David Glasser <glasser@davidglasser.net>",
    21     "Chase Douglas <chase@newrelic.com>",
    22     "Evan Wallace <evan.exe@gmail.com>",
    23     "Heather Arthur <fayearthur@gmail.com>",
    24     "Hugh Kennedy <hughskennedy@gmail.com>",
    25     "David Glasser <glasser@davidglasser.net>",
    26     "Simon Lydell <simon.lydell@gmail.com>",
    27     "Jmeas Smith <jellyes2@gmail.com>",
    28     "Michael Z Goddard <mzgoddard@gmail.com>",
    29     "azu <azu@users.noreply.github.com>",
    30     "John Gozde <john@gozde.ca>",
    31     "Adam Kirkton <akirkton@truefitinnovation.com>",
    32     "Chris Montgomery <christopher.montgomery@dowjones.com>",
    33     "J. Ryan Stinnett <jryans@gmail.com>",
    34     "Jack Herrington <jherrington@walmartlabs.com>",
    35     "Chris Truter <jeffpalentine@gmail.com>",
    36     "Daniel Espeset <daniel@danielespeset.com>",
    37     "Jamie Wong <jamie.lf.wong@gmail.com>",
    38     "Eddy Bruël <ejpbruel@mozilla.com>",
    39     "Hawken Rives <hawkrives@gmail.com>",
    40     "Gilad Peleg <giladp007@gmail.com>",
    41     "djchie <djchie.dev@gmail.com>",
    42     "Gary Ye <garysye@gmail.com>",
    43     "Nicolas Lalevée <nicolas.lalevee@hibnet.org>"
    44   ],
    45   "repository": {
    46     "type": "git",
    47     "url": "http://github.com/mozilla/source-map.git"
    48   },
    49   "main": "./source-map.js",
     185  "devDependencies": {
     186    "doctoc": "^0.15.0",
     187    "webpack": "^1.12.0"
     188  },
     189  "engines": {
     190    "node": ">=0.10.0"
     191  },
    50192  "files": [
    51193    "source-map.js",
     
    56198    "dist/source-map.min.js.map"
    57199  ],
    58   "engines": {
    59     "node": ">=0.10.0"
    60   },
     200  "homepage": "https://github.com/mozilla/source-map",
    61201  "license": "BSD-3-Clause",
     202  "main": "./source-map.js",
     203  "name": "source-map",
     204  "repository": {
     205    "type": "git",
     206    "url": "git+ssh://git@github.com/mozilla/source-map.git"
     207  },
    62208  "scripts": {
     209    "build": "webpack --color",
    63210    "test": "npm run build && node test/run-tests.js",
    64     "build": "webpack --color",
    65211    "toc": "doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md"
    66212  },
    67   "devDependencies": {
    68     "doctoc": "^0.15.0",
    69     "webpack": "^1.12.0"
    70   },
    71   "typings": "source-map"
     213  "typings": "source-map",
     214  "version": "0.5.7"
    72215}
  • trip-planner-front/node_modules/@babel/core/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "@babel/core",
    3   "version": "7.14.8",
    4   "description": "Babel compiler core.",
    5   "main": "./lib/index.js",
    6   "author": "The Babel Team (https://babel.dev/team)",
    7   "license": "MIT",
    8   "publishConfig": {
    9     "access": "public"
     2  "_args": [
     3    [
     4      "@babel/core@7.14.8",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "@babel/core@7.14.8",
     10  "_id": "@babel/core@7.14.8",
     11  "_inBundle": false,
     12  "_integrity": "sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q==",
     13  "_location": "/@babel/core",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "@babel/core@7.14.8",
     19    "name": "@babel/core",
     20    "escapedName": "@babel%2fcore",
     21    "scope": "@babel",
     22    "rawSpec": "7.14.8",
     23    "saveSpec": null,
     24    "fetchSpec": "7.14.8"
    1025  },
    11   "repository": {
    12     "type": "git",
    13     "url": "https://github.com/babel/babel.git",
    14     "directory": "packages/babel-core"
    15   },
    16   "homepage": "https://babel.dev/docs/en/next/babel-core",
    17   "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20core%22+is%3Aopen",
    18   "keywords": [
    19     "6to5",
    20     "babel",
    21     "classes",
    22     "const",
    23     "es6",
    24     "harmony",
    25     "let",
    26     "modules",
    27     "transpile",
    28     "transpiler",
    29     "var",
    30     "babel-core",
    31     "compiler"
     26  "_requiredBy": [
     27    "/@angular-devkit/build-angular",
     28    "/@angular/compiler-cli",
     29    "/istanbul-lib-instrument"
    3230  ],
    33   "engines": {
    34     "node": ">=6.9.0"
    35   },
    36   "funding": {
    37     "type": "opencollective",
    38     "url": "https://opencollective.com/babel"
     31  "_resolved": "https://registry.npmjs.org/@babel/core/-/core-7.14.8.tgz",
     32  "_spec": "7.14.8",
     33  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     34  "author": {
     35    "name": "The Babel Team",
     36    "url": "https://babel.dev/team"
    3937  },
    4038  "browser": {
     
    4745    "./src/transform-file.ts": "./src/transform-file-browser.ts",
    4846    "./src/transformation/util/clone-deep.ts": "./src/transformation/util/clone-deep-browser.ts"
     47  },
     48  "bugs": {
     49    "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20core%22+is%3Aopen"
    4950  },
    5051  "dependencies": {
     
    6566    "source-map": "^0.5.0"
    6667  },
     68  "description": "Babel compiler core.",
    6769  "devDependencies": {
    6870    "@babel/helper-transform-fixture-test-runner": "7.14.5",
     
    7375    "@types/semver": "^5.4.0",
    7476    "@types/source-map": "^0.5.0"
    75   }
     77  },
     78  "engines": {
     79    "node": ">=6.9.0"
     80  },
     81  "funding": {
     82    "type": "opencollective",
     83    "url": "https://opencollective.com/babel"
     84  },
     85  "homepage": "https://babel.dev/docs/en/next/babel-core",
     86  "keywords": [
     87    "6to5",
     88    "babel",
     89    "classes",
     90    "const",
     91    "es6",
     92    "harmony",
     93    "let",
     94    "modules",
     95    "transpile",
     96    "transpiler",
     97    "var",
     98    "babel-core",
     99    "compiler"
     100  ],
     101  "license": "MIT",
     102  "main": "./lib/index.js",
     103  "name": "@babel/core",
     104  "publishConfig": {
     105    "access": "public"
     106  },
     107  "repository": {
     108    "type": "git",
     109    "url": "git+https://github.com/babel/babel.git",
     110    "directory": "packages/babel-core"
     111  },
     112  "version": "7.14.8"
    76113}
Note: See TracChangeset for help on using the changeset viewer.