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/send
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/send/node_modules/.bin/mime

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

    rceaed42 r59329aa  
    11{
    2   "name": "ms",
    3   "version": "2.0.0",
     2  "_args": [
     3    [
     4      "ms@2.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "ms@2.0.0",
     10  "_id": "ms@2.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
     13  "_location": "/send/debug/ms",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "ms@2.0.0",
     19    "name": "ms",
     20    "escapedName": "ms",
     21    "rawSpec": "2.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "2.0.0"
     24  },
     25  "_requiredBy": [
     26    "/send/debug"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
     29  "_spec": "2.0.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "bugs": {
     32    "url": "https://github.com/zeit/ms/issues"
     33  },
    434  "description": "Tiny milisecond conversion utility",
    5   "repository": "zeit/ms",
    6   "main": "./index",
    7   "files": [
    8     "index.js"
    9   ],
    10   "scripts": {
    11     "precommit": "lint-staged",
    12     "lint": "eslint lib/* bin/*",
    13     "test": "mocha tests.js"
     35  "devDependencies": {
     36    "eslint": "3.19.0",
     37    "expect.js": "0.3.1",
     38    "husky": "0.13.3",
     39    "lint-staged": "3.4.1",
     40    "mocha": "3.4.1"
    1441  },
    1542  "eslintConfig": {
     
    2047    }
    2148  },
     49  "files": [
     50    "index.js"
     51  ],
     52  "homepage": "https://github.com/zeit/ms#readme",
     53  "license": "MIT",
    2254  "lint-staged": {
    2355    "*.js": [
     
    2759    ]
    2860  },
    29   "license": "MIT",
    30   "devDependencies": {
    31     "eslint": "3.19.0",
    32     "expect.js": "0.3.1",
    33     "husky": "0.13.3",
    34     "lint-staged": "3.4.1",
    35     "mocha": "3.4.1"
    36   }
     61  "main": "./index",
     62  "name": "ms",
     63  "repository": {
     64    "type": "git",
     65    "url": "git+https://github.com/zeit/ms.git"
     66  },
     67  "scripts": {
     68    "lint": "eslint lib/* bin/*",
     69    "precommit": "lint-staged",
     70    "test": "mocha tests.js"
     71  },
     72  "version": "2.0.0"
    3773}
  • trip-planner-front/node_modules/send/node_modules/debug/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "debug",
    3   "version": "2.6.9",
    4   "repository": {
    5     "type": "git",
    6     "url": "git://github.com/visionmedia/debug.git"
     2  "_args": [
     3    [
     4      "debug@2.6.9",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "debug@2.6.9",
     10  "_id": "debug@2.6.9",
     11  "_inBundle": false,
     12  "_integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
     13  "_location": "/send/debug",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "debug@2.6.9",
     19    "name": "debug",
     20    "escapedName": "debug",
     21    "rawSpec": "2.6.9",
     22    "saveSpec": null,
     23    "fetchSpec": "2.6.9"
    724  },
    8   "description": "small debugging utility",
    9   "keywords": [
    10     "debug",
    11     "log",
    12     "debugger"
     25  "_requiredBy": [
     26    "/send"
    1327  ],
    14   "author": "TJ Holowaychuk <tj@vision-media.ca>",
     28  "_resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
     29  "_spec": "2.6.9",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "TJ Holowaychuk",
     33    "email": "tj@vision-media.ca"
     34  },
     35  "browser": "./src/browser.js",
     36  "bugs": {
     37    "url": "https://github.com/visionmedia/debug/issues"
     38  },
     39  "component": {
     40    "scripts": {
     41      "debug/index.js": "browser.js",
     42      "debug/debug.js": "debug.js"
     43    }
     44  },
    1545  "contributors": [
    16     "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io)",
    17     "Andrew Rhyne <rhyneandrew@gmail.com>"
     46    {
     47      "name": "Nathan Rajlich",
     48      "email": "nathan@tootallnate.net",
     49      "url": "http://n8.io"
     50    },
     51    {
     52      "name": "Andrew Rhyne",
     53      "email": "rhyneandrew@gmail.com"
     54    }
    1855  ],
    19   "license": "MIT",
    2056  "dependencies": {
    2157    "ms": "2.0.0"
    2258  },
     59  "description": "small debugging utility",
    2360  "devDependencies": {
    2461    "browserify": "9.0.3",
     
    3976    "sinon-chai": "^2.8.0"
    4077  },
     78  "homepage": "https://github.com/visionmedia/debug#readme",
     79  "keywords": [
     80    "debug",
     81    "log",
     82    "debugger"
     83  ],
     84  "license": "MIT",
    4185  "main": "./src/index.js",
    42   "browser": "./src/browser.js",
    43   "component": {
    44     "scripts": {
    45       "debug/index.js": "browser.js",
    46       "debug/debug.js": "debug.js"
    47     }
    48   }
     86  "name": "debug",
     87  "repository": {
     88    "type": "git",
     89    "url": "git://github.com/visionmedia/debug.git"
     90  },
     91  "version": "2.6.9"
    4992}
  • trip-planner-front/node_modules/send/node_modules/mime/package.json

    rceaed42 r59329aa  
    11{
     2  "_args": [
     3    [
     4      "mime@1.6.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "mime@1.6.0",
     10  "_id": "mime@1.6.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
     13  "_location": "/send/mime",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "mime@1.6.0",
     19    "name": "mime",
     20    "escapedName": "mime",
     21    "rawSpec": "1.6.0",
     22    "saveSpec": null,
     23    "fetchSpec": "1.6.0"
     24  },
     25  "_requiredBy": [
     26    "/send"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
     29  "_spec": "1.6.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    231  "author": {
    332    "name": "Robert Kieffer",
    4     "url": "http://github.com/broofa",
    5     "email": "robert@broofa.com"
     33    "email": "robert@broofa.com",
     34    "url": "http://github.com/broofa"
    635  },
    736  "bin": {
    837    "mime": "cli.js"
    938  },
    10   "engines": {
    11     "node": ">=4"
     39  "bugs": {
     40    "url": "https://github.com/broofa/node-mime/issues"
    1241  },
    1342  "contributors": [
    1443    {
    1544      "name": "Benjamin Thomas",
    16       "url": "http://github.com/bentomas",
    17       "email": "benjamin@benjaminthomas.org"
     45      "email": "benjamin@benjaminthomas.org",
     46      "url": "http://github.com/bentomas"
    1847    }
    1948  ],
     49  "dependencies": {},
    2050  "description": "A comprehensive library for mime-type mapping",
    21   "license": "MIT",
    22   "dependencies": {},
    2351  "devDependencies": {
    2452    "github-release-notes": "0.13.1",
     
    2654    "mime-score": "1.1.0"
    2755  },
    28   "scripts": {
    29     "prepare": "node src/build.js",
    30     "changelog": "gren changelog --tags=all --generate --override",
    31     "test": "node src/test.js"
     56  "engines": {
     57    "node": ">=4"
    3258  },
     59  "homepage": "https://github.com/broofa/node-mime#readme",
    3360  "keywords": [
    3461    "util",
    3562    "mime"
    3663  ],
     64  "license": "MIT",
    3765  "main": "mime.js",
    3866  "name": "mime",
    3967  "repository": {
    40     "url": "https://github.com/broofa/node-mime",
     68    "url": "git+https://github.com/broofa/node-mime.git",
    4169    "type": "git"
     70  },
     71  "scripts": {
     72    "changelog": "gren changelog --tags=all --generate --override",
     73    "prepare": "node src/build.js",
     74    "test": "node src/test.js"
    4275  },
    4376  "version": "1.6.0"
  • trip-planner-front/node_modules/send/node_modules/ms/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "ms",
    3   "version": "2.1.1",
     2  "_args": [
     3    [
     4      "ms@2.1.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "ms@2.1.1",
     10  "_id": "ms@2.1.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==",
     13  "_location": "/send/ms",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "ms@2.1.1",
     19    "name": "ms",
     20    "escapedName": "ms",
     21    "rawSpec": "2.1.1",
     22    "saveSpec": null,
     23    "fetchSpec": "2.1.1"
     24  },
     25  "_requiredBy": [
     26    "/send"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz",
     29  "_spec": "2.1.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "bugs": {
     32    "url": "https://github.com/zeit/ms/issues"
     33  },
    434  "description": "Tiny millisecond conversion utility",
    5   "repository": "zeit/ms",
    6   "main": "./index",
    7   "files": [
    8     "index.js"
    9   ],
    10   "scripts": {
    11     "precommit": "lint-staged",
    12     "lint": "eslint lib/* bin/*",
    13     "test": "mocha tests.js"
     35  "devDependencies": {
     36    "eslint": "4.12.1",
     37    "expect.js": "0.3.1",
     38    "husky": "0.14.3",
     39    "lint-staged": "5.0.0",
     40    "mocha": "4.0.1"
    1441  },
    1542  "eslintConfig": {
     
    2047    }
    2148  },
     49  "files": [
     50    "index.js"
     51  ],
     52  "homepage": "https://github.com/zeit/ms#readme",
     53  "license": "MIT",
    2254  "lint-staged": {
    2355    "*.js": [
     
    2759    ]
    2860  },
    29   "license": "MIT",
    30   "devDependencies": {
    31     "eslint": "4.12.1",
    32     "expect.js": "0.3.1",
    33     "husky": "0.14.3",
    34     "lint-staged": "5.0.0",
    35     "mocha": "4.0.1"
    36   }
     61  "main": "./index",
     62  "name": "ms",
     63  "repository": {
     64    "type": "git",
     65    "url": "git+https://github.com/zeit/ms.git"
     66  },
     67  "scripts": {
     68    "lint": "eslint lib/* bin/*",
     69    "precommit": "lint-staged",
     70    "test": "mocha tests.js"
     71  },
     72  "version": "2.1.1"
    3773}
  • trip-planner-front/node_modules/send/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "send",
    3   "description": "Better streaming static file server with Range and conditional-GET support",
    4   "version": "0.17.1",
    5   "author": "TJ Holowaychuk <tj@vision-media.ca>",
     2  "_args": [
     3    [
     4      "send@0.17.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "send@0.17.1",
     10  "_id": "send@0.17.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==",
     13  "_location": "/send",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "send@0.17.1",
     19    "name": "send",
     20    "escapedName": "send",
     21    "rawSpec": "0.17.1",
     22    "saveSpec": null,
     23    "fetchSpec": "0.17.1"
     24  },
     25  "_requiredBy": [
     26    "/express",
     27    "/serve-static"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz",
     30  "_spec": "0.17.1",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "TJ Holowaychuk",
     34    "email": "tj@vision-media.ca"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/pillarjs/send/issues"
     38  },
    639  "contributors": [
    7     "Douglas Christopher Wilson <doug@somethingdoug.com>",
    8     "James Wyatt Cready <jcready@gmail.com>",
    9     "Jesús Leganés Combarro <piranna@gmail.com>"
    10   ],
    11   "license": "MIT",
    12   "repository": "pillarjs/send",
    13   "keywords": [
    14     "static",
    15     "file",
    16     "server"
     40    {
     41      "name": "Douglas Christopher Wilson",
     42      "email": "doug@somethingdoug.com"
     43    },
     44    {
     45      "name": "James Wyatt Cready",
     46      "email": "jcready@gmail.com"
     47    },
     48    {
     49      "name": "Jesús Leganés Combarro",
     50      "email": "piranna@gmail.com"
     51    }
    1752  ],
    1853  "dependencies": {
     
    3166    "statuses": "~1.5.0"
    3267  },
     68  "description": "Better streaming static file server with Range and conditional-GET support",
    3369  "devDependencies": {
    3470    "after": "0.8.2",
     
    4480    "supertest": "4.0.2"
    4581  },
     82  "engines": {
     83    "node": ">= 0.8.0"
     84  },
    4685  "files": [
    4786    "HISTORY.md",
     
    5089    "index.js"
    5190  ],
    52   "engines": {
    53     "node": ">= 0.8.0"
     91  "homepage": "https://github.com/pillarjs/send#readme",
     92  "keywords": [
     93    "static",
     94    "file",
     95    "server"
     96  ],
     97  "license": "MIT",
     98  "name": "send",
     99  "repository": {
     100    "type": "git",
     101    "url": "git+https://github.com/pillarjs/send.git"
    54102  },
    55103  "scripts": {
     
    58106    "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec",
    59107    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot"
    60   }
     108  },
     109  "version": "0.17.1"
    61110}
Note: See TracChangeset for help on using the changeset viewer.