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/istanbul-lib-instrument
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/istanbul-lib-instrument/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/istanbul-lib-instrument/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/istanbul-lib-instrument/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/istanbul-lib-instrument/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": "/istanbul-lib-instrument/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    "/istanbul-lib-instrument"
     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/istanbul-lib-instrument/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "istanbul-lib-instrument",
    3   "version": "4.0.3",
    4   "description": "Core istanbul API for JS code coverage",
    5   "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
    6   "main": "dist/index.js",
    7   "files": [
    8     "dist"
     2  "_args": [
     3    [
     4      "istanbul-lib-instrument@4.0.3",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    97  ],
    10   "scripts": {
    11     "release": "babel src --out-dir dist && documentation build -f md -o api.md src",
    12     "test": "nyc --nycrc-path=../../monorepo-per-package-nycrc.json --require=@babel/register --include=src mocha",
    13     "prepublish": "npm run release"
     8  "_development": true,
     9  "_from": "istanbul-lib-instrument@4.0.3",
     10  "_id": "istanbul-lib-instrument@4.0.3",
     11  "_inBundle": false,
     12  "_integrity": "sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==",
     13  "_location": "/istanbul-lib-instrument",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "istanbul-lib-instrument@4.0.3",
     19    "name": "istanbul-lib-instrument",
     20    "escapedName": "istanbul-lib-instrument",
     21    "rawSpec": "4.0.3",
     22    "saveSpec": null,
     23    "fetchSpec": "4.0.3"
     24  },
     25  "_requiredBy": [
     26    "/@jsdevtools/coverage-istanbul-loader",
     27    "/karma-coverage"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz",
     30  "_spec": "4.0.3",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Krishnan Anantheswaran",
     34    "email": "kananthmail-github@yahoo.com"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/istanbuljs/istanbuljs/issues"
    1438  },
    1539  "dependencies": {
     
    1943    "semver": "^6.3.0"
    2044  },
     45  "description": "Core istanbul API for JS code coverage",
    2146  "devDependencies": {
    2247    "@babel/cli": "^7.7.5",
     
    3257    "nyc": "^15.0.0-beta.2"
    3358  },
    34   "license": "BSD-3-Clause",
    35   "bugs": {
    36     "url": "https://github.com/istanbuljs/istanbuljs/issues"
     59  "engines": {
     60    "node": ">=8"
    3761  },
     62  "files": [
     63    "dist"
     64  ],
     65  "gitHead": "2c6f0e24680d050503d404de0ebff53467fefbff",
    3866  "homepage": "https://istanbul.js.org/",
    39   "repository": {
    40     "type": "git",
    41     "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
    42     "directory": "packages/istanbul-lib-instrument"
    43   },
    4467  "keywords": [
    4568    "coverage",
     
    4871    "instrumentation"
    4972  ],
    50   "engines": {
    51     "node": ">=8"
     73  "license": "BSD-3-Clause",
     74  "main": "dist/index.js",
     75  "name": "istanbul-lib-instrument",
     76  "repository": {
     77    "type": "git",
     78    "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
     79    "directory": "packages/istanbul-lib-instrument"
    5280  },
    53   "gitHead": "2c6f0e24680d050503d404de0ebff53467fefbff"
     81  "scripts": {
     82    "prepublish": "npm run release",
     83    "release": "babel src --out-dir dist && documentation build -f md -o api.md src",
     84    "test": "nyc --nycrc-path=../../monorepo-per-package-nycrc.json --require=@babel/register --include=src mocha"
     85  },
     86  "version": "4.0.3"
    5487}
Note: See TracChangeset for help on using the changeset viewer.