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-dev-server
Files:
56 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/.bin/mkdirp

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

    rceaed42 r59329aa  
    11{
    2   "name": "ajv-keywords",
    3   "version": "3.5.2",
    4   "description": "Custom JSON-Schema keywords for Ajv validator",
    5   "main": "index.js",
    6   "typings": "ajv-keywords.d.ts",
    7   "scripts": {
    8     "build": "node node_modules/ajv/scripts/compile-dots.js node_modules/ajv/lib keywords",
    9     "prepublish": "npm run build",
    10     "test": "npm run build && npm run eslint && npm run test-cov",
    11     "eslint": "eslint index.js keywords/*.js spec",
    12     "test-spec": "mocha spec/*.spec.js -R spec",
    13     "test-cov": "istanbul cover -x 'spec/**' node_modules/mocha/bin/_mocha -- spec/*.spec.js -R spec"
     2  "_args": [
     3    [
     4      "ajv-keywords@3.5.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "ajv-keywords@3.5.2",
     10  "_id": "ajv-keywords@3.5.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
     13  "_location": "/webpack-dev-server/ajv-keywords",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "ajv-keywords@3.5.2",
     19    "name": "ajv-keywords",
     20    "escapedName": "ajv-keywords",
     21    "rawSpec": "3.5.2",
     22    "saveSpec": null,
     23    "fetchSpec": "3.5.2"
    1424  },
    15   "repository": {
    16     "type": "git",
    17     "url": "git+https://github.com/epoberezkin/ajv-keywords.git"
     25  "_requiredBy": [
     26    "/webpack-dev-server/schema-utils"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
     29  "_spec": "3.5.2",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Evgeny Poberezkin"
    1833  },
    19   "keywords": [
    20     "JSON-Schema",
    21     "ajv",
    22     "keywords"
    23   ],
    24   "files": [
    25     "index.js",
    26     "ajv-keywords.d.ts",
    27     "keywords"
    28   ],
    29   "author": "Evgeny Poberezkin",
    30   "license": "MIT",
    3134  "bugs": {
    3235    "url": "https://github.com/epoberezkin/ajv-keywords/issues"
    3336  },
    34   "homepage": "https://github.com/epoberezkin/ajv-keywords#readme",
    35   "peerDependencies": {
    36     "ajv": "^6.9.1"
    37   },
     37  "description": "Custom JSON-Schema keywords for Ajv validator",
    3838  "devDependencies": {
    3939    "ajv": "^6.9.1",
     
    5050    "pre-commit": "^1.1.3",
    5151    "uuid": "^8.1.0"
    52   }
     52  },
     53  "files": [
     54    "index.js",
     55    "ajv-keywords.d.ts",
     56    "keywords"
     57  ],
     58  "homepage": "https://github.com/epoberezkin/ajv-keywords#readme",
     59  "keywords": [
     60    "JSON-Schema",
     61    "ajv",
     62    "keywords"
     63  ],
     64  "license": "MIT",
     65  "main": "index.js",
     66  "name": "ajv-keywords",
     67  "peerDependencies": {
     68    "ajv": "^6.9.1"
     69  },
     70  "repository": {
     71    "type": "git",
     72    "url": "git+https://github.com/epoberezkin/ajv-keywords.git"
     73  },
     74  "scripts": {
     75    "build": "node node_modules/ajv/scripts/compile-dots.js node_modules/ajv/lib keywords",
     76    "eslint": "eslint index.js keywords/*.js spec",
     77    "prepublish": "npm run build",
     78    "test": "npm run build && npm run eslint && npm run test-cov",
     79    "test-cov": "istanbul cover -x 'spec/**' node_modules/mocha/bin/_mocha -- spec/*.spec.js -R spec",
     80    "test-spec": "mocha spec/*.spec.js -R spec"
     81  },
     82  "typings": "ajv-keywords.d.ts",
     83  "version": "3.5.2"
    5384}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/ajv/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "ajv",
    3   "version": "6.12.6",
    4   "description": "Another JSON Schema Validator",
    5   "main": "lib/ajv.js",
    6   "typings": "lib/ajv.d.ts",
    7   "files": [
    8     "lib/",
    9     "dist/",
    10     "scripts/",
    11     "LICENSE",
    12     ".tonic_example.js"
     2  "_args": [
     3    [
     4      "ajv@6.12.6",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    137  ],
    14   "scripts": {
    15     "eslint": "eslint lib/{compile/,}*.js spec/{**/,}*.js scripts --ignore-pattern spec/JSON-Schema-Test-Suite",
    16     "jshint": "jshint lib/{compile/,}*.js",
    17     "lint": "npm run jshint && npm run eslint",
    18     "test-spec": "mocha spec/{**/,}*.spec.js -R spec",
    19     "test-fast": "AJV_FAST_TEST=true npm run test-spec",
    20     "test-debug": "npm run test-spec -- --inspect-brk",
    21     "test-cov": "nyc npm run test-spec",
    22     "test-ts": "tsc --target ES5 --noImplicitAny --noEmit spec/typescript/index.ts",
    23     "bundle": "del-cli dist && node ./scripts/bundle.js . Ajv pure_getters",
    24     "bundle-beautify": "node ./scripts/bundle.js js-beautify",
    25     "build": "del-cli lib/dotjs/*.js \"!lib/dotjs/index.js\" && node scripts/compile-dots.js",
    26     "test-karma": "karma start",
    27     "test-browser": "del-cli .browser && npm run bundle && scripts/prepare-tests && npm run test-karma",
    28     "test-all": "npm run test-cov && if-node-version 10 npm run test-browser",
    29     "test": "npm run lint && npm run build && npm run test-all",
    30     "prepublish": "npm run build && npm run bundle",
    31     "watch": "watch \"npm run build\" ./lib/dot"
     8  "_development": true,
     9  "_from": "ajv@6.12.6",
     10  "_id": "ajv@6.12.6",
     11  "_inBundle": false,
     12  "_integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
     13  "_location": "/webpack-dev-server/ajv",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "ajv@6.12.6",
     19    "name": "ajv",
     20    "escapedName": "ajv",
     21    "rawSpec": "6.12.6",
     22    "saveSpec": null,
     23    "fetchSpec": "6.12.6"
    3224  },
    33   "nyc": {
    34     "exclude": [
    35       "**/spec/**",
    36       "node_modules"
    37     ],
    38     "reporter": [
    39       "lcov",
    40       "text-summary"
    41     ]
     25  "_requiredBy": [
     26    "/webpack-dev-server/schema-utils"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
     29  "_spec": "6.12.6",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Evgeny Poberezkin"
    4233  },
    43   "repository": {
    44     "type": "git",
    45     "url": "https://github.com/ajv-validator/ajv.git"
    46   },
    47   "keywords": [
    48     "JSON",
    49     "schema",
    50     "validator",
    51     "validation",
    52     "jsonschema",
    53     "json-schema",
    54     "json-schema-validator",
    55     "json-schema-validation"
    56   ],
    57   "author": "Evgeny Poberezkin",
    58   "license": "MIT",
    5934  "bugs": {
    6035    "url": "https://github.com/ajv-validator/ajv/issues"
    6136  },
    62   "homepage": "https://github.com/ajv-validator/ajv",
    63   "tonicExampleFilename": ".tonic_example.js",
     37  "collective": {
     38    "type": "opencollective",
     39    "url": "https://opencollective.com/ajv"
     40  },
    6441  "dependencies": {
    6542    "fast-deep-equal": "^3.1.1",
     
    6845    "uri-js": "^4.2.2"
    6946  },
     47  "description": "Another JSON Schema Validator",
    7048  "devDependencies": {
    7149    "ajv-async": "^1.0.0",
     
    9674    "watch": "^1.0.0"
    9775  },
    98   "collective": {
    99     "type": "opencollective",
    100     "url": "https://opencollective.com/ajv"
    101   },
     76  "files": [
     77    "lib/",
     78    "dist/",
     79    "scripts/",
     80    "LICENSE",
     81    ".tonic_example.js"
     82  ],
    10283  "funding": {
    10384    "type": "github",
    10485    "url": "https://github.com/sponsors/epoberezkin"
    105   }
     86  },
     87  "homepage": "https://github.com/ajv-validator/ajv",
     88  "keywords": [
     89    "JSON",
     90    "schema",
     91    "validator",
     92    "validation",
     93    "jsonschema",
     94    "json-schema",
     95    "json-schema-validator",
     96    "json-schema-validation"
     97  ],
     98  "license": "MIT",
     99  "main": "lib/ajv.js",
     100  "name": "ajv",
     101  "nyc": {
     102    "exclude": [
     103      "**/spec/**",
     104      "node_modules"
     105    ],
     106    "reporter": [
     107      "lcov",
     108      "text-summary"
     109    ]
     110  },
     111  "repository": {
     112    "type": "git",
     113    "url": "git+https://github.com/ajv-validator/ajv.git"
     114  },
     115  "scripts": {
     116    "build": "del-cli lib/dotjs/*.js \"!lib/dotjs/index.js\" && node scripts/compile-dots.js",
     117    "bundle": "del-cli dist && node ./scripts/bundle.js . Ajv pure_getters",
     118    "bundle-beautify": "node ./scripts/bundle.js js-beautify",
     119    "eslint": "eslint lib/{compile/,}*.js spec/{**/,}*.js scripts --ignore-pattern spec/JSON-Schema-Test-Suite",
     120    "jshint": "jshint lib/{compile/,}*.js",
     121    "lint": "npm run jshint && npm run eslint",
     122    "prepublish": "npm run build && npm run bundle",
     123    "test": "npm run lint && npm run build && npm run test-all",
     124    "test-all": "npm run test-cov && if-node-version 10 npm run test-browser",
     125    "test-browser": "del-cli .browser && npm run bundle && scripts/prepare-tests && npm run test-karma",
     126    "test-cov": "nyc npm run test-spec",
     127    "test-debug": "npm run test-spec -- --inspect-brk",
     128    "test-fast": "AJV_FAST_TEST=true npm run test-spec",
     129    "test-karma": "karma start",
     130    "test-spec": "mocha spec/{**/,}*.spec.js -R spec",
     131    "test-ts": "tsc --target ES5 --noImplicitAny --noEmit spec/typescript/index.ts",
     132    "watch": "watch \"npm run build\" ./lib/dot"
     133  },
     134  "tonicExampleFilename": ".tonic_example.js",
     135  "typings": "lib/ajv.d.ts",
     136  "version": "6.12.6"
    106137}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/ansi-regex/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "ansi-regex",
    3   "version": "2.1.1",
    4   "description": "Regular expression for matching ANSI escape codes",
    5   "license": "MIT",
    6   "repository": "chalk/ansi-regex",
     2  "_args": [
     3    [
     4      "ansi-regex@2.1.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "ansi-regex@2.1.1",
     10  "_id": "ansi-regex@2.1.1",
     11  "_inBundle": false,
     12  "_integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
     13  "_location": "/webpack-dev-server/ansi-regex",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "ansi-regex@2.1.1",
     19    "name": "ansi-regex",
     20    "escapedName": "ansi-regex",
     21    "rawSpec": "2.1.1",
     22    "saveSpec": null,
     23    "fetchSpec": "2.1.1"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server/strip-ansi"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
     29  "_spec": "2.1.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    731  "author": {
    832    "name": "Sindre Sorhus",
     
    1034    "url": "sindresorhus.com"
    1135  },
    12   "maintainers": [
    13     "Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)",
    14     "Joshua Appelman <jappelman@xebia.com> (jbnicolai.com)",
    15     "JD Ballard <i.am.qix@gmail.com> (github.com/qix-)"
    16   ],
     36  "bugs": {
     37    "url": "https://github.com/chalk/ansi-regex/issues"
     38  },
     39  "description": "Regular expression for matching ANSI escape codes",
     40  "devDependencies": {
     41    "ava": "0.17.0",
     42    "xo": "0.16.0"
     43  },
    1744  "engines": {
    1845    "node": ">=0.10.0"
    19   },
    20   "scripts": {
    21     "test": "xo && ava --verbose",
    22     "view-supported": "node fixtures/view-codes.js"
    2346  },
    2447  "files": [
    2548    "index.js"
    2649  ],
     50  "homepage": "https://github.com/chalk/ansi-regex#readme",
    2751  "keywords": [
    2852    "ansi",
     
    5276    "pattern"
    5377  ],
    54   "devDependencies": {
    55     "ava": "0.17.0",
    56     "xo": "0.16.0"
     78  "license": "MIT",
     79  "maintainers": [
     80    {
     81      "name": "Sindre Sorhus",
     82      "email": "sindresorhus@gmail.com",
     83      "url": "sindresorhus.com"
     84    },
     85    {
     86      "name": "Joshua Appelman",
     87      "email": "jappelman@xebia.com",
     88      "url": "jbnicolai.com"
     89    },
     90    {
     91      "name": "JD Ballard",
     92      "email": "i.am.qix@gmail.com",
     93      "url": "github.com/qix-"
     94    }
     95  ],
     96  "name": "ansi-regex",
     97  "repository": {
     98    "type": "git",
     99    "url": "git+https://github.com/chalk/ansi-regex.git"
    57100  },
     101  "scripts": {
     102    "test": "xo && ava --verbose",
     103    "view-supported": "node fixtures/view-codes.js"
     104  },
     105  "version": "2.1.1",
    58106  "xo": {
    59107    "rules": {
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/anymatch/node_modules/normalize-path/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "normalize-path",
    3   "description": "Normalize file path slashes to be unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes unless disabled.",
    4   "version": "2.1.1",
    5   "homepage": "https://github.com/jonschlinkert/normalize-path",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "contributors": [
    8     "Blaine Bublitz <blaine.bublitz@gmail.com> (https://twitter.com/BlaineBublitz)",
    9     "Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)"
     2  "_args": [
     3    [
     4      "normalize-path@2.1.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    107  ],
    11   "repository": "jonschlinkert/normalize-path",
     8  "_development": true,
     9  "_from": "normalize-path@2.1.1",
     10  "_id": "normalize-path@2.1.1",
     11  "_inBundle": false,
     12  "_integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
     13  "_location": "/webpack-dev-server/anymatch/normalize-path",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "normalize-path@2.1.1",
     19    "name": "normalize-path",
     20    "escapedName": "normalize-path",
     21    "rawSpec": "2.1.1",
     22    "saveSpec": null,
     23    "fetchSpec": "2.1.1"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server/anymatch"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
     29  "_spec": "2.1.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Jon Schlinkert",
     33    "url": "https://github.com/jonschlinkert"
     34  },
    1235  "bugs": {
    1336    "url": "https://github.com/jonschlinkert/normalize-path/issues"
    1437  },
    15   "license": "MIT",
    16   "files": [
    17     "index.js"
     38  "contributors": [
     39    {
     40      "name": "Blaine Bublitz",
     41      "email": "blaine.bublitz@gmail.com",
     42      "url": "https://twitter.com/BlaineBublitz"
     43    },
     44    {
     45      "name": "Jon Schlinkert",
     46      "email": "jon.schlinkert@sellside.com",
     47      "url": "http://twitter.com/jonschlinkert"
     48    }
    1849  ],
    19   "main": "index.js",
    20   "engines": {
    21     "node": ">=0.10.0"
    22   },
    23   "scripts": {
    24     "test": "mocha"
    25   },
    2650  "dependencies": {
    2751    "remove-trailing-separator": "^1.0.1"
    2852  },
     53  "description": "Normalize file path slashes to be unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes unless disabled.",
    2954  "devDependencies": {
    3055    "benchmarked": "^0.1.1",
     
    3358    "mocha": "*"
    3459  },
     60  "engines": {
     61    "node": ">=0.10.0"
     62  },
     63  "files": [
     64    "index.js"
     65  ],
     66  "homepage": "https://github.com/jonschlinkert/normalize-path",
    3567  "keywords": [
    3668    "backslash",
     
    4981    "urix"
    5082  ],
     83  "license": "MIT",
     84  "main": "index.js",
     85  "name": "normalize-path",
     86  "repository": {
     87    "type": "git",
     88    "url": "git+https://github.com/jonschlinkert/normalize-path.git"
     89  },
     90  "scripts": {
     91    "test": "mocha"
     92  },
    5193  "verb": {
    5294    "related": {
     
    75117      "reflinks": true
    76118    }
    77   }
     119  },
     120  "version": "2.1.1"
    78121}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/anymatch/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "anymatch",
    3   "version": "2.0.0",
    4   "description": "Matches strings against configurable strings, globs, regular expressions, and/or functions",
    5   "files": [
    6     "index.js"
     2  "_args": [
     3    [
     4      "anymatch@2.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    77  ],
     8  "_development": true,
     9  "_from": "anymatch@2.0.0",
     10  "_id": "anymatch@2.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==",
     13  "_location": "/webpack-dev-server/anymatch",
     14  "_phantomChildren": {
     15    "remove-trailing-separator": "1.1.0"
     16  },
     17  "_requested": {
     18    "type": "version",
     19    "registry": true,
     20    "raw": "anymatch@2.0.0",
     21    "name": "anymatch",
     22    "escapedName": "anymatch",
     23    "rawSpec": "2.0.0",
     24    "saveSpec": null,
     25    "fetchSpec": "2.0.0"
     26  },
     27  "_requiredBy": [
     28    "/webpack-dev-server/chokidar"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz",
     31  "_spec": "2.0.0",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    833  "author": {
    934    "name": "Elan Shanker",
    1035    "url": "http://github.com/es128"
    1136  },
    12   "license": "ISC",
    13   "homepage": "https://github.com/micromatch/anymatch",
    14   "repository": {
    15     "type": "git",
    16     "url": "https://github.com/micromatch/anymatch"
    17   },
    1837  "bugs": {
    1938    "url": "https://github.com/micromatch/anymatch/issues"
    2039  },
     40  "dependencies": {
     41    "micromatch": "^3.1.4",
     42    "normalize-path": "^2.1.1"
     43  },
     44  "description": "Matches strings against configurable strings, globs, regular expressions, and/or functions",
     45  "devDependencies": {
     46    "coveralls": "^2.7.0",
     47    "istanbul": "^0.4.5",
     48    "mocha": "^3.0.0"
     49  },
     50  "files": [
     51    "index.js"
     52  ],
     53  "homepage": "https://github.com/micromatch/anymatch",
    2154  "keywords": [
    2255    "match",
     
    3366    "function"
    3467  ],
     68  "license": "ISC",
     69  "name": "anymatch",
     70  "repository": {
     71    "type": "git",
     72    "url": "git+https://github.com/micromatch/anymatch.git"
     73  },
    3574  "scripts": {
    3675    "test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"
    3776  },
    38   "dependencies": {
    39     "micromatch": "^3.1.4",
    40     "normalize-path": "^2.1.1"
    41   },
    42   "devDependencies": {
    43     "coveralls": "^2.7.0",
    44     "istanbul": "^0.4.5",
    45     "mocha": "^3.0.0"
    46   }
     77  "version": "2.0.0"
    4778}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/binary-extensions/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "binary-extensions",
    3   "version": "1.13.1",
    4   "description": "List of binary file extensions",
    5   "license": "MIT",
    6   "repository": "sindresorhus/binary-extensions",
     2  "_args": [
     3    [
     4      "binary-extensions@1.13.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "binary-extensions@1.13.1",
     10  "_id": "binary-extensions@1.13.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==",
     13  "_location": "/webpack-dev-server/binary-extensions",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "binary-extensions@1.13.1",
     19    "name": "binary-extensions",
     20    "escapedName": "binary-extensions",
     21    "rawSpec": "1.13.1",
     22    "saveSpec": null,
     23    "fetchSpec": "1.13.1"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server/is-binary-path"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz",
     29  "_spec": "1.13.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    731  "author": {
    832    "name": "Sindre Sorhus",
     
    1034    "url": "sindresorhus.com"
    1135  },
     36  "bugs": {
     37    "url": "https://github.com/sindresorhus/binary-extensions/issues"
     38  },
     39  "description": "List of binary file extensions",
     40  "devDependencies": {
     41    "ava": "0.16.0"
     42  },
    1243  "engines": {
    1344    "node": ">=0.10.0"
    1445  },
    15   "scripts": {
    16     "test": "ava"
    17   },
    18   "main": "binary-extensions.json",
    1946  "files": [
    2047    "binary-extensions.json"
    2148  ],
     49  "homepage": "https://github.com/sindresorhus/binary-extensions#readme",
    2250  "keywords": [
    2351    "bin",
     
    3159    "array"
    3260  ],
    33   "devDependencies": {
    34     "ava": "0.16.0"
    35   }
     61  "license": "MIT",
     62  "main": "binary-extensions.json",
     63  "name": "binary-extensions",
     64  "repository": {
     65    "type": "git",
     66    "url": "git+https://github.com/sindresorhus/binary-extensions.git"
     67  },
     68  "scripts": {
     69    "test": "ava"
     70  },
     71  "version": "1.13.1"
    3672}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/braces/node_modules/extend-shallow/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "extend-shallow",
    3   "description": "Extend an object with the properties of additional objects. node.js/javascript util.",
    4   "version": "2.0.1",
    5   "homepage": "https://github.com/jonschlinkert/extend-shallow",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "repository": "jonschlinkert/extend-shallow",
     2  "_args": [
     3    [
     4      "extend-shallow@2.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "extend-shallow@2.0.1",
     10  "_id": "extend-shallow@2.0.1",
     11  "_inBundle": false,
     12  "_integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
     13  "_location": "/webpack-dev-server/braces/extend-shallow",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "extend-shallow@2.0.1",
     19    "name": "extend-shallow",
     20    "escapedName": "extend-shallow",
     21    "rawSpec": "2.0.1",
     22    "saveSpec": null,
     23    "fetchSpec": "2.0.1"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server/braces"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
     29  "_spec": "2.0.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Jon Schlinkert",
     33    "url": "https://github.com/jonschlinkert"
     34  },
    835  "bugs": {
    936    "url": "https://github.com/jonschlinkert/extend-shallow/issues"
    10   },
    11   "license": "MIT",
    12   "files": [
    13     "index.js"
    14   ],
    15   "main": "index.js",
    16   "engines": {
    17     "node": ">=0.10.0"
    18   },
    19   "scripts": {
    20     "test": "mocha"
    2137  },
    2238  "dependencies": {
    2339    "is-extendable": "^0.1.0"
    2440  },
     41  "description": "Extend an object with the properties of additional objects. node.js/javascript util.",
    2542  "devDependencies": {
    2643    "array-slice": "^0.2.3",
     
    3552    "should": "^7.0.1"
    3653  },
     54  "engines": {
     55    "node": ">=0.10.0"
     56  },
     57  "files": [
     58    "index.js"
     59  ],
     60  "homepage": "https://github.com/jonschlinkert/extend-shallow",
    3761  "keywords": [
    3862    "assign",
     
    5377    "utils",
    5478    "value"
    55   ]
     79  ],
     80  "license": "MIT",
     81  "main": "index.js",
     82  "name": "extend-shallow",
     83  "repository": {
     84    "type": "git",
     85    "url": "git+https://github.com/jonschlinkert/extend-shallow.git"
     86  },
     87  "scripts": {
     88    "test": "mocha"
     89  },
     90  "version": "2.0.1"
    5691}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/braces/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "braces",
    3   "description": "Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.",
    4   "version": "2.3.2",
    5   "homepage": "https://github.com/micromatch/braces",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "contributors": [
    8     "Brian Woodward (https://twitter.com/doowb)",
    9     "Elan Shanker (https://github.com/es128)",
    10     "Eugene Sharygin (https://github.com/eush77)",
    11     "hemanth.hm (http://h3manth.com)",
    12     "Jon Schlinkert (http://twitter.com/jonschlinkert)"
     2  "_args": [
     3    [
     4      "braces@2.3.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    137  ],
    14   "repository": "micromatch/braces",
     8  "_development": true,
     9  "_from": "braces@2.3.2",
     10  "_id": "braces@2.3.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
     13  "_location": "/webpack-dev-server/braces",
     14  "_phantomChildren": {
     15    "is-extendable": "0.1.1"
     16  },
     17  "_requested": {
     18    "type": "version",
     19    "registry": true,
     20    "raw": "braces@2.3.2",
     21    "name": "braces",
     22    "escapedName": "braces",
     23    "rawSpec": "2.3.2",
     24    "saveSpec": null,
     25    "fetchSpec": "2.3.2"
     26  },
     27  "_requiredBy": [
     28    "/webpack-dev-server/chokidar",
     29    "/webpack-dev-server/micromatch"
     30  ],
     31  "_resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
     32  "_spec": "2.3.2",
     33  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     34  "author": {
     35    "name": "Jon Schlinkert",
     36    "url": "https://github.com/jonschlinkert"
     37  },
    1538  "bugs": {
    1639    "url": "https://github.com/micromatch/braces/issues"
    1740  },
    18   "license": "MIT",
    19   "files": [
    20     "index.js",
    21     "lib"
     41  "contributors": [
     42    {
     43      "name": "Brian Woodward",
     44      "url": "https://twitter.com/doowb"
     45    },
     46    {
     47      "name": "Elan Shanker",
     48      "url": "https://github.com/es128"
     49    },
     50    {
     51      "name": "Eugene Sharygin",
     52      "url": "https://github.com/eush77"
     53    },
     54    {
     55      "name": "hemanth.hm",
     56      "url": "http://h3manth.com"
     57    },
     58    {
     59      "name": "Jon Schlinkert",
     60      "url": "http://twitter.com/jonschlinkert"
     61    }
    2262  ],
    23   "main": "index.js",
    24   "engines": {
    25     "node": ">=0.10.0"
    26   },
    27   "scripts": {
    28     "test": "mocha",
    29     "benchmark": "node benchmark"
    30   },
    3163  "dependencies": {
    3264    "arr-flatten": "^1.1.0",
     
    4173    "to-regex": "^3.0.1"
    4274  },
     75  "description": "Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.",
    4376  "devDependencies": {
    4477    "ansi-cyan": "^0.1.1",
     
    6093    "yargs-parser": "^8.0.0"
    6194  },
     95  "engines": {
     96    "node": ">=0.10.0"
     97  },
     98  "files": [
     99    "index.js",
     100    "lib"
     101  ],
     102  "homepage": "https://github.com/micromatch/braces",
    62103  "keywords": [
    63104    "alpha",
     
    84125    "sh"
    85126  ],
     127  "license": "MIT",
     128  "main": "index.js",
     129  "name": "braces",
     130  "repository": {
     131    "type": "git",
     132    "url": "git+https://github.com/micromatch/braces.git"
     133  },
     134  "scripts": {
     135    "benchmark": "node benchmark",
     136    "test": "mocha"
     137  },
    86138  "verb": {
    87139    "toc": false,
     
    105157      ]
    106158    }
    107   }
     159  },
     160  "version": "2.3.2"
    108161}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/chokidar/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "chokidar",
    3   "description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.",
    4   "version": "2.1.8",
    5   "keywords": [
    6     "fs",
    7     "watch",
    8     "watchFile",
    9     "watcher",
    10     "watching",
    11     "file",
    12     "fsevents"
     2  "_args": [
     3    [
     4      "chokidar@2.1.8",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    137  ],
    14   "types": "./types/index.d.ts",
    15   "homepage": "https://github.com/paulmillr/chokidar",
    16   "author": "Paul Miller (https://paulmillr.com), Elan Shanker",
    17   "repository": {
    18     "type": "git",
    19     "url": "https://github.com/paulmillr/chokidar.git"
     8  "_development": true,
     9  "_from": "chokidar@2.1.8",
     10  "_id": "chokidar@2.1.8",
     11  "_inBundle": false,
     12  "_integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==",
     13  "_location": "/webpack-dev-server/chokidar",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "chokidar@2.1.8",
     19    "name": "chokidar",
     20    "escapedName": "chokidar",
     21    "rawSpec": "2.1.8",
     22    "saveSpec": null,
     23    "fetchSpec": "2.1.8"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz",
     29  "_spec": "2.1.8",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Paul Miller",
     33    "url": "https://paulmillr.com"
    2034  },
    2135  "bugs": {
    2236    "url": "https://github.com/paulmillr/chokidar/issues"
    2337  },
    24   "license": "MIT",
    25   "scripts": {
    26     "test": "nyc mocha --exit",
    27     "coveralls": "nyc report --reporter=text-lcov | coveralls",
    28     "dtslint": "dtslint types"
    29   },
    30   "files": [
    31     "index.js",
    32     "lib/",
    33     "types/index.d.ts"
    34   ],
    3538  "dependencies": {
    3639    "anymatch": "^2.0.0",
    3740    "async-each": "^1.0.1",
    3841    "braces": "^2.3.2",
     42    "fsevents": "^1.2.7",
    3943    "glob-parent": "^3.1.0",
    4044    "inherits": "^2.0.3",
     
    4650    "upath": "^1.1.1"
    4751  },
    48   "optionalDependencies": {
    49     "fsevents": "^1.2.7"
    50   },
     52  "description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.",
    5153  "devDependencies": {
    5254    "@types/node": "^11.9.4",
     
    6062    "sinon": "^1.10.3",
    6163    "sinon-chai": "^2.6.0"
    62   }
     64  },
     65  "files": [
     66    "index.js",
     67    "lib/",
     68    "types/index.d.ts"
     69  ],
     70  "homepage": "https://github.com/paulmillr/chokidar",
     71  "keywords": [
     72    "fs",
     73    "watch",
     74    "watchFile",
     75    "watcher",
     76    "watching",
     77    "file",
     78    "fsevents"
     79  ],
     80  "license": "MIT",
     81  "name": "chokidar",
     82  "optionalDependencies": {
     83    "fsevents": "^1.2.7"
     84  },
     85  "repository": {
     86    "type": "git",
     87    "url": "git+https://github.com/paulmillr/chokidar.git"
     88  },
     89  "scripts": {
     90    "coveralls": "nyc report --reporter=text-lcov | coveralls",
     91    "dtslint": "dtslint types",
     92    "test": "nyc mocha --exit"
     93  },
     94  "types": "./types/index.d.ts",
     95  "version": "2.1.8"
    6396}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/cliui/node_modules/ansi-regex/package.json

    rceaed42 r59329aa  
    11{
    2         "name": "ansi-regex",
    3         "version": "4.1.0",
    4         "description": "Regular expression for matching ANSI escape codes",
    5         "license": "MIT",
    6         "repository": "chalk/ansi-regex",
    7         "author": {
    8                 "name": "Sindre Sorhus",
    9                 "email": "sindresorhus@gmail.com",
    10                 "url": "sindresorhus.com"
    11         },
    12         "engines": {
    13                 "node": ">=6"
    14         },
    15         "scripts": {
    16                 "test": "xo && ava",
    17                 "view-supported": "node fixtures/view-codes.js"
    18         },
    19         "files": [
    20                 "index.js"
    21         ],
    22         "keywords": [
    23                 "ansi",
    24                 "styles",
    25                 "color",
    26                 "colour",
    27                 "colors",
    28                 "terminal",
    29                 "console",
    30                 "cli",
    31                 "string",
    32                 "tty",
    33                 "escape",
    34                 "formatting",
    35                 "rgb",
    36                 "256",
    37                 "shell",
    38                 "xterm",
    39                 "command-line",
    40                 "text",
    41                 "regex",
    42                 "regexp",
    43                 "re",
    44                 "match",
    45                 "test",
    46                 "find",
    47                 "pattern"
    48         ],
    49         "devDependencies": {
    50                 "ava": "^0.25.0",
    51                 "xo": "^0.23.0"
    52         }
     2  "_args": [
     3    [
     4      "ansi-regex@4.1.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "ansi-regex@4.1.0",
     10  "_id": "ansi-regex@4.1.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==",
     13  "_location": "/webpack-dev-server/cliui/ansi-regex",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "ansi-regex@4.1.0",
     19    "name": "ansi-regex",
     20    "escapedName": "ansi-regex",
     21    "rawSpec": "4.1.0",
     22    "saveSpec": null,
     23    "fetchSpec": "4.1.0"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server/cliui/strip-ansi"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz",
     29  "_spec": "4.1.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Sindre Sorhus",
     33    "email": "sindresorhus@gmail.com",
     34    "url": "sindresorhus.com"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/chalk/ansi-regex/issues"
     38  },
     39  "description": "Regular expression for matching ANSI escape codes",
     40  "devDependencies": {
     41    "ava": "^0.25.0",
     42    "xo": "^0.23.0"
     43  },
     44  "engines": {
     45    "node": ">=6"
     46  },
     47  "files": [
     48    "index.js"
     49  ],
     50  "homepage": "https://github.com/chalk/ansi-regex#readme",
     51  "keywords": [
     52    "ansi",
     53    "styles",
     54    "color",
     55    "colour",
     56    "colors",
     57    "terminal",
     58    "console",
     59    "cli",
     60    "string",
     61    "tty",
     62    "escape",
     63    "formatting",
     64    "rgb",
     65    "256",
     66    "shell",
     67    "xterm",
     68    "command-line",
     69    "text",
     70    "regex",
     71    "regexp",
     72    "re",
     73    "match",
     74    "test",
     75    "find",
     76    "pattern"
     77  ],
     78  "license": "MIT",
     79  "name": "ansi-regex",
     80  "repository": {
     81    "type": "git",
     82    "url": "git+https://github.com/chalk/ansi-regex.git"
     83  },
     84  "scripts": {
     85    "test": "xo && ava",
     86    "view-supported": "node fixtures/view-codes.js"
     87  },
     88  "version": "4.1.0"
    5389}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/cliui/node_modules/strip-ansi/package.json

    rceaed42 r59329aa  
    11{
    2         "name": "strip-ansi",
    3         "version": "5.2.0",
    4         "description": "Strip ANSI escape codes from a string",
    5         "license": "MIT",
    6         "repository": "chalk/strip-ansi",
    7         "author": {
    8                 "name": "Sindre Sorhus",
    9                 "email": "sindresorhus@gmail.com",
    10                 "url": "sindresorhus.com"
    11         },
    12         "engines": {
    13                 "node": ">=6"
    14         },
    15         "scripts": {
    16                 "test": "xo && ava && tsd-check"
    17         },
    18         "files": [
    19                 "index.js",
    20                 "index.d.ts"
    21         ],
    22         "keywords": [
    23                 "strip",
    24                 "trim",
    25                 "remove",
    26                 "ansi",
    27                 "styles",
    28                 "color",
    29                 "colour",
    30                 "colors",
    31                 "terminal",
    32                 "console",
    33                 "string",
    34                 "tty",
    35                 "escape",
    36                 "formatting",
    37                 "rgb",
    38                 "256",
    39                 "shell",
    40                 "xterm",
    41                 "log",
    42                 "logging",
    43                 "command-line",
    44                 "text"
    45         ],
    46         "dependencies": {
    47                 "ansi-regex": "^4.1.0"
    48         },
    49         "devDependencies": {
    50                 "ava": "^1.3.1",
    51                 "tsd-check": "^0.5.0",
    52                 "xo": "^0.24.0"
    53         }
     2  "_args": [
     3    [
     4      "strip-ansi@5.2.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "strip-ansi@5.2.0",
     10  "_id": "strip-ansi@5.2.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
     13  "_location": "/webpack-dev-server/cliui/strip-ansi",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "strip-ansi@5.2.0",
     19    "name": "strip-ansi",
     20    "escapedName": "strip-ansi",
     21    "rawSpec": "5.2.0",
     22    "saveSpec": null,
     23    "fetchSpec": "5.2.0"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server/cliui"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
     29  "_spec": "5.2.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Sindre Sorhus",
     33    "email": "sindresorhus@gmail.com",
     34    "url": "sindresorhus.com"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/chalk/strip-ansi/issues"
     38  },
     39  "dependencies": {
     40    "ansi-regex": "^4.1.0"
     41  },
     42  "description": "Strip ANSI escape codes from a string",
     43  "devDependencies": {
     44    "ava": "^1.3.1",
     45    "tsd-check": "^0.5.0",
     46    "xo": "^0.24.0"
     47  },
     48  "engines": {
     49    "node": ">=6"
     50  },
     51  "files": [
     52    "index.js",
     53    "index.d.ts"
     54  ],
     55  "homepage": "https://github.com/chalk/strip-ansi#readme",
     56  "keywords": [
     57    "strip",
     58    "trim",
     59    "remove",
     60    "ansi",
     61    "styles",
     62    "color",
     63    "colour",
     64    "colors",
     65    "terminal",
     66    "console",
     67    "string",
     68    "tty",
     69    "escape",
     70    "formatting",
     71    "rgb",
     72    "256",
     73    "shell",
     74    "xterm",
     75    "log",
     76    "logging",
     77    "command-line",
     78    "text"
     79  ],
     80  "license": "MIT",
     81  "name": "strip-ansi",
     82  "repository": {
     83    "type": "git",
     84    "url": "git+https://github.com/chalk/strip-ansi.git"
     85  },
     86  "scripts": {
     87    "test": "xo && ava && tsd-check"
     88  },
     89  "version": "5.2.0"
    5490}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/cliui/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "cliui",
    3   "version": "5.0.0",
    4   "description": "easily create complex multi-column command-line-interfaces",
    5   "main": "index.js",
    6   "scripts": {
    7     "pretest": "standard",
    8     "test": "nyc mocha",
    9     "coverage": "nyc --reporter=text-lcov mocha | coveralls",
    10     "release": "standard-version"
     2  "_args": [
     3    [
     4      "cliui@5.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "cliui@5.0.0",
     10  "_id": "cliui@5.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==",
     13  "_location": "/webpack-dev-server/cliui",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "cliui@5.0.0",
     19    "name": "cliui",
     20    "escapedName": "cliui",
     21    "rawSpec": "5.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "5.0.0"
    1124  },
    12   "repository": {
    13     "type": "git",
    14     "url": "http://github.com/yargs/cliui.git"
     25  "_requiredBy": [
     26    "/webpack-dev-server/yargs"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz",
     29  "_spec": "5.0.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Ben Coe",
     33    "email": "ben@npmjs.com"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/yargs/cliui/issues"
    1537  },
    1638  "config": {
     
    2648    }
    2749  },
    28   "standard": {
    29     "ignore": [
    30       "**/example/**"
    31     ],
    32     "globals": [
    33       "it"
    34     ]
     50  "dependencies": {
     51    "string-width": "^3.1.0",
     52    "strip-ansi": "^5.2.0",
     53    "wrap-ansi": "^5.1.0"
    3554  },
     55  "description": "easily create complex multi-column command-line-interfaces",
     56  "devDependencies": {
     57    "chai": "^4.2.0",
     58    "chalk": "^2.4.2",
     59    "coveralls": "^3.0.3",
     60    "mocha": "^6.0.2",
     61    "nyc": "^13.3.0",
     62    "standard": "^12.0.1",
     63    "standard-version": "^5.0.2"
     64  },
     65  "engine": {
     66    "node": ">=6"
     67  },
     68  "files": [
     69    "index.js"
     70  ],
     71  "homepage": "https://github.com/yargs/cliui#readme",
    3672  "keywords": [
    3773    "cli",
     
    4379    "table"
    4480  ],
    45   "author": "Ben Coe <ben@npmjs.com>",
    4681  "license": "ISC",
    47   "dependencies": {
    48     "string-width": "^3.1.0",
    49     "strip-ansi": "^5.2.0",
    50     "wrap-ansi": "^5.1.0"
     82  "main": "index.js",
     83  "name": "cliui",
     84  "repository": {
     85    "type": "git",
     86    "url": "git+ssh://git@github.com/yargs/cliui.git"
    5187  },
    52   "devDependencies": {
    53     "chai": "^4.2.0",
    54     "chalk": "^2.4.2",
    55     "coveralls": "^3.0.3",
    56     "mocha": "^6.0.2",
    57     "nyc": "^13.3.0",
    58     "standard": "^12.0.1",
    59     "standard-version": "^5.0.2"
     88  "scripts": {
     89    "coverage": "nyc --reporter=text-lcov mocha | coveralls",
     90    "pretest": "standard",
     91    "release": "standard-version",
     92    "test": "nyc mocha"
    6093  },
    61   "files": [
    62     "index.js"
    63   ],
    64   "engine": {
    65     "node": ">=6"
    66   }
     94  "standard": {
     95    "ignore": [
     96      "**/example/**"
     97    ],
     98    "globals": [
     99      "it"
     100    ]
     101  },
     102  "version": "5.0.0"
    67103}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/emoji-regex/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "emoji-regex",
    3   "version": "7.0.3",
     2  "_args": [
     3    [
     4      "emoji-regex@7.0.3",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "emoji-regex@7.0.3",
     10  "_id": "emoji-regex@7.0.3",
     11  "_inBundle": false,
     12  "_integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==",
     13  "_location": "/webpack-dev-server/emoji-regex",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "emoji-regex@7.0.3",
     19    "name": "emoji-regex",
     20    "escapedName": "emoji-regex",
     21    "rawSpec": "7.0.3",
     22    "saveSpec": null,
     23    "fetchSpec": "7.0.3"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server/string-width"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz",
     29  "_spec": "7.0.3",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Mathias Bynens",
     33    "url": "https://mathiasbynens.be/"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/mathiasbynens/emoji-regex/issues"
     37  },
    438  "description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.",
     39  "devDependencies": {
     40    "@babel/cli": "^7.0.0",
     41    "@babel/core": "^7.0.0",
     42    "@babel/plugin-proposal-unicode-property-regex": "^7.0.0",
     43    "@babel/preset-env": "^7.0.0",
     44    "mocha": "^5.2.0",
     45    "regexgen": "^1.3.0",
     46    "unicode-11.0.0": "^0.7.7",
     47    "unicode-tr51": "^9.0.1"
     48  },
     49  "files": [
     50    "LICENSE-MIT.txt",
     51    "index.js",
     52    "index.d.ts",
     53    "text.js",
     54    "es2015/index.js",
     55    "es2015/text.js"
     56  ],
    557  "homepage": "https://mths.be/emoji-regex",
    6   "main": "index.js",
    7   "types": "index.d.ts",
    858  "keywords": [
    959    "unicode",
     
    1767  ],
    1868  "license": "MIT",
    19   "author": {
    20     "name": "Mathias Bynens",
    21     "url": "https://mathiasbynens.be/"
    22   },
     69  "main": "index.js",
     70  "name": "emoji-regex",
    2371  "repository": {
    2472    "type": "git",
    25     "url": "https://github.com/mathiasbynens/emoji-regex.git"
     73    "url": "git+https://github.com/mathiasbynens/emoji-regex.git"
    2674  },
    27   "bugs": "https://github.com/mathiasbynens/emoji-regex/issues",
    28   "files": [
    29     "LICENSE-MIT.txt",
    30     "index.js",
    31     "index.d.ts",
    32     "text.js",
    33     "es2015/index.js",
    34     "es2015/text.js"
    35   ],
    3675  "scripts": {
    3776    "build": "rm -rf -- es2015; babel src -d .; NODE_ENV=es2015 babel src -d ./es2015; node script/inject-sequences.js",
     
    3978    "test:watch": "npm run test -- --watch"
    4079  },
    41   "devDependencies": {
    42     "@babel/cli": "^7.0.0",
    43     "@babel/core": "^7.0.0",
    44     "@babel/plugin-proposal-unicode-property-regex": "^7.0.0",
    45     "@babel/preset-env": "^7.0.0",
    46     "mocha": "^5.2.0",
    47     "regexgen": "^1.3.0",
    48     "unicode-11.0.0": "^0.7.7",
    49     "unicode-tr51": "^9.0.1"
    50   }
     80  "types": "index.d.ts",
     81  "version": "7.0.3"
    5182}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/fill-range/node_modules/extend-shallow/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "extend-shallow",
    3   "description": "Extend an object with the properties of additional objects. node.js/javascript util.",
    4   "version": "2.0.1",
    5   "homepage": "https://github.com/jonschlinkert/extend-shallow",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "repository": "jonschlinkert/extend-shallow",
     2  "_args": [
     3    [
     4      "extend-shallow@2.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "extend-shallow@2.0.1",
     10  "_id": "extend-shallow@2.0.1",
     11  "_inBundle": false,
     12  "_integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
     13  "_location": "/webpack-dev-server/fill-range/extend-shallow",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "extend-shallow@2.0.1",
     19    "name": "extend-shallow",
     20    "escapedName": "extend-shallow",
     21    "rawSpec": "2.0.1",
     22    "saveSpec": null,
     23    "fetchSpec": "2.0.1"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server/fill-range"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
     29  "_spec": "2.0.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Jon Schlinkert",
     33    "url": "https://github.com/jonschlinkert"
     34  },
    835  "bugs": {
    936    "url": "https://github.com/jonschlinkert/extend-shallow/issues"
    10   },
    11   "license": "MIT",
    12   "files": [
    13     "index.js"
    14   ],
    15   "main": "index.js",
    16   "engines": {
    17     "node": ">=0.10.0"
    18   },
    19   "scripts": {
    20     "test": "mocha"
    2137  },
    2238  "dependencies": {
    2339    "is-extendable": "^0.1.0"
    2440  },
     41  "description": "Extend an object with the properties of additional objects. node.js/javascript util.",
    2542  "devDependencies": {
    2643    "array-slice": "^0.2.3",
     
    3552    "should": "^7.0.1"
    3653  },
     54  "engines": {
     55    "node": ">=0.10.0"
     56  },
     57  "files": [
     58    "index.js"
     59  ],
     60  "homepage": "https://github.com/jonschlinkert/extend-shallow",
    3761  "keywords": [
    3862    "assign",
     
    5377    "utils",
    5478    "value"
    55   ]
     79  ],
     80  "license": "MIT",
     81  "main": "index.js",
     82  "name": "extend-shallow",
     83  "repository": {
     84    "type": "git",
     85    "url": "git+https://github.com/jonschlinkert/extend-shallow.git"
     86  },
     87  "scripts": {
     88    "test": "mocha"
     89  },
     90  "version": "2.0.1"
    5691}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/fill-range/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "fill-range",
    3   "description": "Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`",
    4   "version": "4.0.0",
    5   "homepage": "https://github.com/jonschlinkert/fill-range",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "contributors": [
    8     "<wtgtybhertgeghgtwtg@gmail.com> (https://github.com/wtgtybhertgeghgtwtg)",
    9     "Edo Rivai <edo.rivai@gmail.com> (edo.rivai.nl)",
    10     "Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)",
    11     "Paul Miller <paul+gh@paulmillr.com> (paulmillr.com)"
     2  "_args": [
     3    [
     4      "fill-range@4.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    127  ],
    13   "repository": "jonschlinkert/fill-range",
     8  "_development": true,
     9  "_from": "fill-range@4.0.0",
     10  "_id": "fill-range@4.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=",
     13  "_location": "/webpack-dev-server/fill-range",
     14  "_phantomChildren": {
     15    "is-extendable": "0.1.1"
     16  },
     17  "_requested": {
     18    "type": "version",
     19    "registry": true,
     20    "raw": "fill-range@4.0.0",
     21    "name": "fill-range",
     22    "escapedName": "fill-range",
     23    "rawSpec": "4.0.0",
     24    "saveSpec": null,
     25    "fetchSpec": "4.0.0"
     26  },
     27  "_requiredBy": [
     28    "/webpack-dev-server/braces"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",
     31  "_spec": "4.0.0",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Jon Schlinkert",
     35    "url": "https://github.com/jonschlinkert"
     36  },
    1437  "bugs": {
    1538    "url": "https://github.com/jonschlinkert/fill-range/issues"
    1639  },
    17   "license": "MIT",
    18   "files": [
    19     "index.js"
     40  "contributors": [
     41    {
     42      "email": "wtgtybhertgeghgtwtg@gmail.com",
     43      "url": "https://github.com/wtgtybhertgeghgtwtg"
     44    },
     45    {
     46      "name": "Edo Rivai",
     47      "email": "edo.rivai@gmail.com",
     48      "url": "edo.rivai.nl"
     49    },
     50    {
     51      "name": "Jon Schlinkert",
     52      "email": "jon.schlinkert@sellside.com",
     53      "url": "http://twitter.com/jonschlinkert"
     54    },
     55    {
     56      "name": "Paul Miller",
     57      "email": "paul+gh@paulmillr.com",
     58      "url": "paulmillr.com"
     59    }
    2060  ],
    21   "main": "index.js",
    22   "engines": {
    23     "node": ">=0.10.0"
    24   },
    25   "scripts": {
    26     "test": "mocha"
    27   },
    2861  "dependencies": {
    2962    "extend-shallow": "^2.0.1",
     
    3265    "to-regex-range": "^2.1.0"
    3366  },
     67  "description": "Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`",
    3468  "devDependencies": {
    3569    "ansi-cyan": "^0.1.1",
     
    3973    "mocha": "^3.2.0"
    4074  },
     75  "engines": {
     76    "node": ">=0.10.0"
     77  },
     78  "files": [
     79    "index.js"
     80  ],
     81  "homepage": "https://github.com/jonschlinkert/fill-range",
    4182  "keywords": [
    4283    "alpha",
     
    59100    "sh"
    60101  ],
     102  "license": "MIT",
     103  "main": "index.js",
     104  "name": "fill-range",
     105  "repository": {
     106    "type": "git",
     107    "url": "git+https://github.com/jonschlinkert/fill-range.git"
     108  },
     109  "scripts": {
     110    "test": "mocha"
     111  },
    61112  "verb": {
    62113    "related": {
     
    79130      "reflinks": true
    80131    }
    81   }
     132  },
     133  "version": "4.0.0"
    82134}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/find-up/package.json

    rceaed42 r59329aa  
    11{
    2         "name": "find-up",
    3         "version": "3.0.0",
    4         "description": "Find a file or directory by walking up parent directories",
    5         "license": "MIT",
    6         "repository": "sindresorhus/find-up",
    7         "author": {
    8                 "name": "Sindre Sorhus",
    9                 "email": "sindresorhus@gmail.com",
    10                 "url": "sindresorhus.com"
    11         },
    12         "engines": {
    13                 "node": ">=6"
    14         },
    15         "scripts": {
    16                 "test": "xo && ava"
    17         },
    18         "files": [
    19                 "index.js"
    20         ],
    21         "keywords": [
    22                 "find",
    23                 "up",
    24                 "find-up",
    25                 "findup",
    26                 "look-up",
    27                 "look",
    28                 "file",
    29                 "search",
    30                 "match",
    31                 "package",
    32                 "resolve",
    33                 "parent",
    34                 "parents",
    35                 "folder",
    36                 "directory",
    37                 "dir",
    38                 "walk",
    39                 "walking",
    40                 "path"
    41         ],
    42         "dependencies": {
    43                 "locate-path": "^3.0.0"
    44         },
    45         "devDependencies": {
    46                 "ava": "*",
    47                 "tempy": "^0.2.1",
    48                 "xo": "*"
    49         }
     2  "_args": [
     3    [
     4      "find-up@3.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "find-up@3.0.0",
     10  "_id": "find-up@3.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
     13  "_location": "/webpack-dev-server/find-up",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "find-up@3.0.0",
     19    "name": "find-up",
     20    "escapedName": "find-up",
     21    "rawSpec": "3.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "3.0.0"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server/yargs"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
     29  "_spec": "3.0.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Sindre Sorhus",
     33    "email": "sindresorhus@gmail.com",
     34    "url": "sindresorhus.com"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/sindresorhus/find-up/issues"
     38  },
     39  "dependencies": {
     40    "locate-path": "^3.0.0"
     41  },
     42  "description": "Find a file or directory by walking up parent directories",
     43  "devDependencies": {
     44    "ava": "*",
     45    "tempy": "^0.2.1",
     46    "xo": "*"
     47  },
     48  "engines": {
     49    "node": ">=6"
     50  },
     51  "files": [
     52    "index.js"
     53  ],
     54  "homepage": "https://github.com/sindresorhus/find-up#readme",
     55  "keywords": [
     56    "find",
     57    "up",
     58    "find-up",
     59    "findup",
     60    "look-up",
     61    "look",
     62    "file",
     63    "search",
     64    "match",
     65    "package",
     66    "resolve",
     67    "parent",
     68    "parents",
     69    "folder",
     70    "directory",
     71    "dir",
     72    "walk",
     73    "walking",
     74    "path"
     75  ],
     76  "license": "MIT",
     77  "name": "find-up",
     78  "repository": {
     79    "type": "git",
     80    "url": "git+https://github.com/sindresorhus/find-up.git"
     81  },
     82  "scripts": {
     83    "test": "xo && ava"
     84  },
     85  "version": "3.0.0"
    5086}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/glob-parent/node_modules/is-glob/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "is-glob",
    3   "description": "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience.",
    4   "version": "3.1.0",
    5   "homepage": "https://github.com/jonschlinkert/is-glob",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "contributors": [
    8     "Daniel Perez <daniel@claudetech.com> (http://tuvistavie.com)",
    9     "Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)"
     2  "_args": [
     3    [
     4      "is-glob@3.1.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    107  ],
    11   "repository": "jonschlinkert/is-glob",
     8  "_development": true,
     9  "_from": "is-glob@3.1.0",
     10  "_id": "is-glob@3.1.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=",
     13  "_location": "/webpack-dev-server/glob-parent/is-glob",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "is-glob@3.1.0",
     19    "name": "is-glob",
     20    "escapedName": "is-glob",
     21    "rawSpec": "3.1.0",
     22    "saveSpec": null,
     23    "fetchSpec": "3.1.0"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server/glob-parent"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz",
     29  "_spec": "3.1.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Jon Schlinkert",
     33    "url": "https://github.com/jonschlinkert"
     34  },
    1235  "bugs": {
    1336    "url": "https://github.com/jonschlinkert/is-glob/issues"
    1437  },
    15   "license": "MIT",
    16   "files": [
    17     "index.js"
     38  "contributors": [
     39    {
     40      "name": "Daniel Perez",
     41      "email": "daniel@claudetech.com",
     42      "url": "http://tuvistavie.com"
     43    },
     44    {
     45      "name": "Jon Schlinkert",
     46      "email": "jon.schlinkert@sellside.com",
     47      "url": "http://twitter.com/jonschlinkert"
     48    }
    1849  ],
    19   "main": "index.js",
    20   "engines": {
    21     "node": ">=0.10.0"
    22   },
    23   "scripts": {
    24     "test": "mocha"
    25   },
    2650  "dependencies": {
    2751    "is-extglob": "^2.1.0"
    2852  },
     53  "description": "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience.",
    2954  "devDependencies": {
    3055    "gulp-format-md": "^0.1.10",
    3156    "mocha": "^3.0.2"
    3257  },
     58  "engines": {
     59    "node": ">=0.10.0"
     60  },
     61  "files": [
     62    "index.js"
     63  ],
     64  "homepage": "https://github.com/jonschlinkert/is-glob",
    3365  "keywords": [
    3466    "bash",
     
    5082    "test"
    5183  ],
     84  "license": "MIT",
     85  "main": "index.js",
     86  "name": "is-glob",
     87  "repository": {
     88    "type": "git",
     89    "url": "git+https://github.com/jonschlinkert/is-glob.git"
     90  },
     91  "scripts": {
     92    "test": "mocha"
     93  },
    5294  "verb": {
    5395    "layout": "default",
     
    77119      "vinyl"
    78120    ]
    79   }
     121  },
     122  "version": "3.1.0"
    80123}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/glob-parent/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "glob-parent",
    3   "version": "3.1.0",
     2  "_args": [
     3    [
     4      "glob-parent@3.1.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "glob-parent@3.1.0",
     10  "_id": "glob-parent@3.1.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=",
     13  "_location": "/webpack-dev-server/glob-parent",
     14  "_phantomChildren": {
     15    "is-extglob": "2.1.1"
     16  },
     17  "_requested": {
     18    "type": "version",
     19    "registry": true,
     20    "raw": "glob-parent@3.1.0",
     21    "name": "glob-parent",
     22    "escapedName": "glob-parent",
     23    "rawSpec": "3.1.0",
     24    "saveSpec": null,
     25    "fetchSpec": "3.1.0"
     26  },
     27  "_requiredBy": [
     28    "/webpack-dev-server/chokidar"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz",
     31  "_spec": "3.1.0",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Elan Shanker",
     35    "url": "https://github.com/es128"
     36  },
     37  "bugs": {
     38    "url": "https://github.com/es128/glob-parent/issues"
     39  },
     40  "dependencies": {
     41    "is-glob": "^3.1.0",
     42    "path-dirname": "^1.0.0"
     43  },
    444  "description": "Strips glob magic from a string to provide the parent directory path",
    5   "main": "index.js",
    6   "scripts": {
    7     "test": "istanbul test node_modules/mocha/bin/_mocha",
    8     "ci-test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"
     45  "devDependencies": {
     46    "coveralls": "^2.11.2",
     47    "istanbul": "^0.3.5",
     48    "mocha": "^2.1.0"
    949  },
    10   "repository": {
    11     "type": "git",
    12     "url": "https://github.com/es128/glob-parent"
    13   },
     50  "files": [
     51    "index.js"
     52  ],
     53  "homepage": "https://github.com/es128/glob-parent",
    1454  "keywords": [
    1555    "glob",
     
    2262    "wildcard"
    2363  ],
    24   "files": [
    25     "index.js"
    26   ],
    27   "author": "Elan Shanker (https://github.com/es128)",
    2864  "license": "ISC",
    29   "bugs": {
    30     "url": "https://github.com/es128/glob-parent/issues"
     65  "main": "index.js",
     66  "name": "glob-parent",
     67  "repository": {
     68    "type": "git",
     69    "url": "git+https://github.com/es128/glob-parent.git"
    3170  },
    32   "homepage": "https://github.com/es128/glob-parent",
    33   "dependencies": {
    34     "is-glob": "^3.1.0",
    35     "path-dirname": "^1.0.0"
     71  "scripts": {
     72    "ci-test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls",
     73    "test": "istanbul test node_modules/mocha/bin/_mocha"
    3674  },
    37   "devDependencies": {
    38     "coveralls": "^2.11.2",
    39     "istanbul": "^0.3.5",
    40     "mocha": "^2.1.0"
    41   }
     75  "version": "3.1.0"
    4276}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/is-binary-path/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "is-binary-path",
    3   "version": "1.0.1",
    4   "description": "Check if a filepath is a binary file",
    5   "license": "MIT",
    6   "repository": "sindresorhus/is-binary-path",
     2  "_args": [
     3    [
     4      "is-binary-path@1.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "is-binary-path@1.0.1",
     10  "_id": "is-binary-path@1.0.1",
     11  "_inBundle": false,
     12  "_integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=",
     13  "_location": "/webpack-dev-server/is-binary-path",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "is-binary-path@1.0.1",
     19    "name": "is-binary-path",
     20    "escapedName": "is-binary-path",
     21    "rawSpec": "1.0.1",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.1"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server/chokidar"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
     29  "_spec": "1.0.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    731  "author": {
    832    "name": "Sindre Sorhus",
     
    1034    "url": "sindresorhus.com"
    1135  },
     36  "bugs": {
     37    "url": "https://github.com/sindresorhus/is-binary-path/issues"
     38  },
     39  "dependencies": {
     40    "binary-extensions": "^1.0.0"
     41  },
     42  "description": "Check if a filepath is a binary file",
     43  "devDependencies": {
     44    "ava": "0.0.4"
     45  },
    1246  "engines": {
    1347    "node": ">=0.10.0"
    14   },
    15   "scripts": {
    16     "test": "node test.js"
    1748  },
    1849  "files": [
    1950    "index.js"
    2051  ],
     52  "homepage": "https://github.com/sindresorhus/is-binary-path#readme",
    2153  "keywords": [
    2254    "bin",
     
    3163    "is"
    3264  ],
    33   "dependencies": {
    34     "binary-extensions": "^1.0.0"
     65  "license": "MIT",
     66  "name": "is-binary-path",
     67  "repository": {
     68    "type": "git",
     69    "url": "git+https://github.com/sindresorhus/is-binary-path.git"
    3570  },
    36   "devDependencies": {
    37     "ava": "0.0.4"
    38   }
     71  "scripts": {
     72    "test": "node test.js"
     73  },
     74  "version": "1.0.1"
    3975}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/is-extendable/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "is-extendable",
    3   "description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"",
    4   "version": "0.1.1",
    5   "homepage": "https://github.com/jonschlinkert/is-extendable",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "repository": "jonschlinkert/is-extendable",
     2  "_args": [
     3    [
     4      "is-extendable@0.1.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "is-extendable@0.1.1",
     10  "_id": "is-extendable@0.1.1",
     11  "_inBundle": false,
     12  "_integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
     13  "_location": "/webpack-dev-server/is-extendable",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "is-extendable@0.1.1",
     19    "name": "is-extendable",
     20    "escapedName": "is-extendable",
     21    "rawSpec": "0.1.1",
     22    "saveSpec": null,
     23    "fetchSpec": "0.1.1"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server/braces/extend-shallow",
     27    "/webpack-dev-server/fill-range/extend-shallow"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
     30  "_spec": "0.1.1",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Jon Schlinkert",
     34    "url": "https://github.com/jonschlinkert"
     35  },
    836  "bugs": {
    937    "url": "https://github.com/jonschlinkert/is-extendable/issues"
    1038  },
    11   "license": "MIT",
     39  "description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"",
     40  "devDependencies": {
     41    "mocha": "*"
     42  },
     43  "engines": {
     44    "node": ">=0.10.0"
     45  },
    1246  "files": [
    1347    "index.js"
    1448  ],
    15   "main": "index.js",
    16   "engines": {
    17     "node": ">=0.10.0"
    18   },
    19   "scripts": {
    20     "test": "mocha"
    21   },
    22   "devDependencies": {
    23     "mocha": "*"
    24   },
     49  "homepage": "https://github.com/jonschlinkert/is-extendable",
    2550  "keywords": [
    2651    "array",
     
    3661    "test"
    3762  ],
     63  "license": "MIT",
     64  "main": "index.js",
     65  "name": "is-extendable",
     66  "repository": {
     67    "type": "git",
     68    "url": "git+https://github.com/jonschlinkert/is-extendable.git"
     69  },
     70  "scripts": {
     71    "test": "mocha"
     72  },
    3873  "verbiage": {
    3974    "related": {
     
    4883      ]
    4984    }
    50   }
     85  },
     86  "version": "0.1.1"
    5187}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/is-fullwidth-code-point/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "is-fullwidth-code-point",
    3   "version": "2.0.0",
    4   "description": "Check if the character represented by a given Unicode code point is fullwidth",
    5   "license": "MIT",
    6   "repository": "sindresorhus/is-fullwidth-code-point",
     2  "_args": [
     3    [
     4      "is-fullwidth-code-point@2.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "is-fullwidth-code-point@2.0.0",
     10  "_id": "is-fullwidth-code-point@2.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
     13  "_location": "/webpack-dev-server/is-fullwidth-code-point",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "is-fullwidth-code-point@2.0.0",
     19    "name": "is-fullwidth-code-point",
     20    "escapedName": "is-fullwidth-code-point",
     21    "rawSpec": "2.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "2.0.0"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server/string-width"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
     29  "_spec": "2.0.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    731  "author": {
    832    "name": "Sindre Sorhus",
     
    1034    "url": "sindresorhus.com"
    1135  },
     36  "bugs": {
     37    "url": "https://github.com/sindresorhus/is-fullwidth-code-point/issues"
     38  },
     39  "description": "Check if the character represented by a given Unicode code point is fullwidth",
     40  "devDependencies": {
     41    "ava": "*",
     42    "xo": "*"
     43  },
    1244  "engines": {
    1345    "node": ">=4"
    14   },
    15   "scripts": {
    16     "test": "xo && ava"
    1746  },
    1847  "files": [
    1948    "index.js"
    2049  ],
     50  "homepage": "https://github.com/sindresorhus/is-fullwidth-code-point#readme",
    2151  "keywords": [
    2252    "fullwidth",
     
    3666    "check"
    3767  ],
    38   "devDependencies": {
    39     "ava": "*",
    40     "xo": "*"
     68  "license": "MIT",
     69  "name": "is-fullwidth-code-point",
     70  "repository": {
     71    "type": "git",
     72    "url": "git+https://github.com/sindresorhus/is-fullwidth-code-point.git"
    4173  },
     74  "scripts": {
     75    "test": "xo && ava"
     76  },
     77  "version": "2.0.0",
    4278  "xo": {
    4379    "esnext": true
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/is-number/node_modules/kind-of/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "kind-of",
    3   "description": "Get the native type of a value.",
    4   "version": "3.2.2",
    5   "homepage": "https://github.com/jonschlinkert/kind-of",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "contributors": [
    8     "David Fox-Powell (https://dtothefp.github.io/me)",
    9     "Jon Schlinkert (http://twitter.com/jonschlinkert)",
    10     "Ken Sheedlo (kensheedlo.com)",
    11     "laggingreflex (https://github.com/laggingreflex)",
    12     "Miguel Mota (https://miguelmota.com)",
    13     "Peter deHaan (http://about.me/peterdehaan)"
     2  "_args": [
     3    [
     4      "kind-of@3.2.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    147  ],
    15   "repository": "jonschlinkert/kind-of",
     8  "_development": true,
     9  "_from": "kind-of@3.2.2",
     10  "_id": "kind-of@3.2.2",
     11  "_inBundle": false,
     12  "_integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
     13  "_location": "/webpack-dev-server/is-number/kind-of",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "kind-of@3.2.2",
     19    "name": "kind-of",
     20    "escapedName": "kind-of",
     21    "rawSpec": "3.2.2",
     22    "saveSpec": null,
     23    "fetchSpec": "3.2.2"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server/is-number"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
     29  "_spec": "3.2.2",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Jon Schlinkert",
     33    "url": "https://github.com/jonschlinkert"
     34  },
    1635  "bugs": {
    1736    "url": "https://github.com/jonschlinkert/kind-of/issues"
    1837  },
    19   "license": "MIT",
    20   "files": [
    21     "index.js"
     38  "contributors": [
     39    {
     40      "name": "David Fox-Powell",
     41      "url": "https://dtothefp.github.io/me"
     42    },
     43    {
     44      "name": "Jon Schlinkert",
     45      "url": "http://twitter.com/jonschlinkert"
     46    },
     47    {
     48      "name": "Ken Sheedlo",
     49      "url": "kensheedlo.com"
     50    },
     51    {
     52      "name": "laggingreflex",
     53      "url": "https://github.com/laggingreflex"
     54    },
     55    {
     56      "name": "Miguel Mota",
     57      "url": "https://miguelmota.com"
     58    },
     59    {
     60      "name": "Peter deHaan",
     61      "url": "http://about.me/peterdehaan"
     62    }
    2263  ],
    23   "main": "index.js",
    24   "engines": {
    25     "node": ">=0.10.0"
    26   },
    27   "scripts": {
    28     "test": "mocha",
    29     "prepublish": "browserify -o browser.js -e index.js -s index --bare"
    30   },
    3164  "dependencies": {
    3265    "is-buffer": "^1.1.5"
    3366  },
     67  "description": "Get the native type of a value.",
    3468  "devDependencies": {
    3569    "ansi-bold": "^0.1.1",
     
    4276    "typeof": "^1.0.0"
    4377  },
     78  "engines": {
     79    "node": ">=0.10.0"
     80  },
     81  "files": [
     82    "index.js"
     83  ],
     84  "homepage": "https://github.com/jonschlinkert/kind-of",
    4485  "keywords": [
    4586    "arguments",
     
    65106    "types"
    66107  ],
     108  "license": "MIT",
     109  "main": "index.js",
     110  "name": "kind-of",
     111  "repository": {
     112    "type": "git",
     113    "url": "git+https://github.com/jonschlinkert/kind-of.git"
     114  },
     115  "scripts": {
     116    "prepublish": "browserify -o browser.js -e index.js -s index --bare",
     117    "test": "mocha"
     118  },
    67119  "verb": {
    68120    "related": {
     
    87139      "verb"
    88140    ]
    89   }
     141  },
     142  "version": "3.2.2"
    90143}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/is-number/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "is-number",
    3   "description": "Returns true if the value is a number. comprehensive tests.",
    4   "version": "3.0.0",
    5   "homepage": "https://github.com/jonschlinkert/is-number",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "contributors": [
    8     "Charlike Mike Reagent (http://www.tunnckocore.tk)",
    9     "Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)"
     2  "_args": [
     3    [
     4      "is-number@3.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    107  ],
    11   "repository": "jonschlinkert/is-number",
     8  "_development": true,
     9  "_from": "is-number@3.0.0",
     10  "_id": "is-number@3.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
     13  "_location": "/webpack-dev-server/is-number",
     14  "_phantomChildren": {
     15    "is-buffer": "1.1.6"
     16  },
     17  "_requested": {
     18    "type": "version",
     19    "registry": true,
     20    "raw": "is-number@3.0.0",
     21    "name": "is-number",
     22    "escapedName": "is-number",
     23    "rawSpec": "3.0.0",
     24    "saveSpec": null,
     25    "fetchSpec": "3.0.0"
     26  },
     27  "_requiredBy": [
     28    "/webpack-dev-server/fill-range",
     29    "/webpack-dev-server/to-regex-range"
     30  ],
     31  "_resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
     32  "_spec": "3.0.0",
     33  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     34  "author": {
     35    "name": "Jon Schlinkert",
     36    "url": "https://github.com/jonschlinkert"
     37  },
    1238  "bugs": {
    1339    "url": "https://github.com/jonschlinkert/is-number/issues"
    1440  },
    15   "license": "MIT",
    16   "files": [
    17     "index.js"
     41  "contributors": [
     42    {
     43      "name": "Charlike Mike Reagent",
     44      "url": "http://www.tunnckocore.tk"
     45    },
     46    {
     47      "name": "Jon Schlinkert",
     48      "email": "jon.schlinkert@sellside.com",
     49      "url": "http://twitter.com/jonschlinkert"
     50    }
    1851  ],
    19   "main": "index.js",
    20   "engines": {
    21     "node": ">=0.10.0"
    22   },
    23   "scripts": {
    24     "test": "mocha"
    25   },
    2652  "dependencies": {
    2753    "kind-of": "^3.0.2"
    2854  },
     55  "description": "Returns true if the value is a number. comprehensive tests.",
    2956  "devDependencies": {
    3057    "benchmarked": "^0.2.5",
     
    3360    "mocha": "^3.0.2"
    3461  },
     62  "engines": {
     63    "node": ">=0.10.0"
     64  },
     65  "files": [
     66    "index.js"
     67  ],
     68  "homepage": "https://github.com/jonschlinkert/is-number",
    3569  "keywords": [
    3670    "check",
     
    5488    "value"
    5589  ],
     90  "license": "MIT",
     91  "main": "index.js",
     92  "name": "is-number",
     93  "repository": {
     94    "type": "git",
     95    "url": "git+https://github.com/jonschlinkert/is-number.git"
     96  },
     97  "scripts": {
     98    "test": "mocha"
     99  },
    56100  "verb": {
    57101    "related": {
     
    80124      "verb-generate-readme"
    81125    ]
    82   }
     126  },
     127  "version": "3.0.0"
    83128}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/json-schema-traverse/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "json-schema-traverse",
    3   "version": "0.4.1",
    4   "description": "Traverse JSON Schema passing each schema object to callback",
    5   "main": "index.js",
    6   "scripts": {
    7     "eslint": "eslint index.js spec",
    8     "test-spec": "mocha spec -R spec",
    9     "test": "npm run eslint && nyc npm run test-spec"
     2  "_args": [
     3    [
     4      "json-schema-traverse@0.4.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "json-schema-traverse@0.4.1",
     10  "_id": "json-schema-traverse@0.4.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
     13  "_location": "/webpack-dev-server/json-schema-traverse",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "json-schema-traverse@0.4.1",
     19    "name": "json-schema-traverse",
     20    "escapedName": "json-schema-traverse",
     21    "rawSpec": "0.4.1",
     22    "saveSpec": null,
     23    "fetchSpec": "0.4.1"
    1024  },
    11   "repository": {
    12     "type": "git",
    13     "url": "git+https://github.com/epoberezkin/json-schema-traverse.git"
     25  "_requiredBy": [
     26    "/webpack-dev-server/ajv"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
     29  "_spec": "0.4.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Evgeny Poberezkin"
    1433  },
    15   "keywords": [
    16     "JSON-Schema",
    17     "traverse",
    18     "iterate"
    19   ],
    20   "author": "Evgeny Poberezkin",
    21   "license": "MIT",
    2234  "bugs": {
    2335    "url": "https://github.com/epoberezkin/json-schema-traverse/issues"
    2436  },
    25   "homepage": "https://github.com/epoberezkin/json-schema-traverse#readme",
     37  "description": "Traverse JSON Schema passing each schema object to callback",
    2638  "devDependencies": {
    2739    "coveralls": "^2.13.1",
     
    3143    "pre-commit": "^1.2.2"
    3244  },
     45  "homepage": "https://github.com/epoberezkin/json-schema-traverse#readme",
     46  "keywords": [
     47    "JSON-Schema",
     48    "traverse",
     49    "iterate"
     50  ],
     51  "license": "MIT",
     52  "main": "index.js",
     53  "name": "json-schema-traverse",
    3354  "nyc": {
    3455    "exclude": [
     
    4061      "text-summary"
    4162    ]
    42   }
     63  },
     64  "repository": {
     65    "type": "git",
     66    "url": "git+https://github.com/epoberezkin/json-schema-traverse.git"
     67  },
     68  "scripts": {
     69    "eslint": "eslint index.js spec",
     70    "test": "npm run eslint && nyc npm run test-spec",
     71    "test-spec": "mocha spec -R spec"
     72  },
     73  "version": "0.4.1"
    4374}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/locate-path/package.json

    rceaed42 r59329aa  
    11{
    2         "name": "locate-path",
    3         "version": "3.0.0",
    4         "description": "Get the first path that exists on disk of multiple paths",
    5         "license": "MIT",
    6         "repository": "sindresorhus/locate-path",
    7         "author": {
    8                 "name": "Sindre Sorhus",
    9                 "email": "sindresorhus@gmail.com",
    10                 "url": "sindresorhus.com"
    11         },
    12         "engines": {
    13                 "node": ">=6"
    14         },
    15         "scripts": {
    16                 "test": "xo && ava"
    17         },
    18         "files": [
    19                 "index.js"
    20         ],
    21         "keywords": [
    22                 "locate",
    23                 "path",
    24                 "paths",
    25                 "file",
    26                 "files",
    27                 "exists",
    28                 "find",
    29                 "finder",
    30                 "search",
    31                 "searcher",
    32                 "array",
    33                 "iterable",
    34                 "iterator"
    35         ],
    36         "dependencies": {
    37                 "p-locate": "^3.0.0",
    38                 "path-exists": "^3.0.0"
    39         },
    40         "devDependencies": {
    41                 "ava": "*",
    42                 "xo": "*"
    43         }
     2  "_args": [
     3    [
     4      "locate-path@3.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "locate-path@3.0.0",
     10  "_id": "locate-path@3.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
     13  "_location": "/webpack-dev-server/locate-path",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "locate-path@3.0.0",
     19    "name": "locate-path",
     20    "escapedName": "locate-path",
     21    "rawSpec": "3.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "3.0.0"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server/find-up"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
     29  "_spec": "3.0.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Sindre Sorhus",
     33    "email": "sindresorhus@gmail.com",
     34    "url": "sindresorhus.com"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/sindresorhus/locate-path/issues"
     38  },
     39  "dependencies": {
     40    "p-locate": "^3.0.0",
     41    "path-exists": "^3.0.0"
     42  },
     43  "description": "Get the first path that exists on disk of multiple paths",
     44  "devDependencies": {
     45    "ava": "*",
     46    "xo": "*"
     47  },
     48  "engines": {
     49    "node": ">=6"
     50  },
     51  "files": [
     52    "index.js"
     53  ],
     54  "homepage": "https://github.com/sindresorhus/locate-path#readme",
     55  "keywords": [
     56    "locate",
     57    "path",
     58    "paths",
     59    "file",
     60    "files",
     61    "exists",
     62    "find",
     63    "finder",
     64    "search",
     65    "searcher",
     66    "array",
     67    "iterable",
     68    "iterator"
     69  ],
     70  "license": "MIT",
     71  "name": "locate-path",
     72  "repository": {
     73    "type": "git",
     74    "url": "git+https://github.com/sindresorhus/locate-path.git"
     75  },
     76  "scripts": {
     77    "test": "xo && ava"
     78  },
     79  "version": "3.0.0"
    4480}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/micromatch/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "micromatch",
    3   "description": "Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.",
    4   "version": "3.1.10",
    5   "homepage": "https://github.com/micromatch/micromatch",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "contributors": [
    8     "Amila Welihinda (amilajack.com)",
    9     "Bogdan Chadkin (https://github.com/TrySound)",
    10     "Brian Woodward (https://twitter.com/doowb)",
    11     "Devon Govett (http://badassjs.com)",
    12     "Elan Shanker (https://github.com/es128)",
    13     "Fabrício Matté (https://ultcombo.js.org)",
    14     "Jon Schlinkert (http://twitter.com/jonschlinkert)",
    15     "Martin Kolárik (https://kolarik.sk)",
    16     "Olsten Larck (https://i.am.charlike.online)",
    17     "Paul Miller (paulmillr.com)",
    18     "Tom Byrer (https://github.com/tomByrer)",
    19     "Tyler Akins (http://rumkin.com)",
    20     "(https://github.com/DianeLooney)"
    21   ],
    22   "repository": "micromatch/micromatch",
     2  "_args": [
     3    [
     4      "micromatch@3.1.10",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "micromatch@3.1.10",
     10  "_id": "micromatch@3.1.10",
     11  "_inBundle": false,
     12  "_integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
     13  "_location": "/webpack-dev-server/micromatch",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "micromatch@3.1.10",
     19    "name": "micromatch",
     20    "escapedName": "micromatch",
     21    "rawSpec": "3.1.10",
     22    "saveSpec": null,
     23    "fetchSpec": "3.1.10"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server/anymatch",
     27    "/webpack-dev-server/readdirp"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
     30  "_spec": "3.1.10",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Jon Schlinkert",
     34    "url": "https://github.com/jonschlinkert"
     35  },
    2336  "bugs": {
    2437    "url": "https://github.com/micromatch/micromatch/issues"
    2538  },
    26   "license": "MIT",
    27   "files": [
    28     "index.js",
    29     "lib"
    30   ],
    31   "main": "index.js",
    32   "engines": {
    33     "node": ">=0.10.0"
    34   },
    35   "scripts": {
    36     "test": "mocha"
    37   },
     39  "contributors": [
     40    {
     41      "name": "Amila Welihinda",
     42      "url": "amilajack.com"
     43    },
     44    {
     45      "name": "Bogdan Chadkin",
     46      "url": "https://github.com/TrySound"
     47    },
     48    {
     49      "name": "Brian Woodward",
     50      "url": "https://twitter.com/doowb"
     51    },
     52    {
     53      "name": "Devon Govett",
     54      "url": "http://badassjs.com"
     55    },
     56    {
     57      "name": "Elan Shanker",
     58      "url": "https://github.com/es128"
     59    },
     60    {
     61      "name": "Fabrício Matté",
     62      "url": "https://ultcombo.js.org"
     63    },
     64    {
     65      "name": "Jon Schlinkert",
     66      "url": "http://twitter.com/jonschlinkert"
     67    },
     68    {
     69      "name": "Martin Kolárik",
     70      "url": "https://kolarik.sk"
     71    },
     72    {
     73      "name": "Olsten Larck",
     74      "url": "https://i.am.charlike.online"
     75    },
     76    {
     77      "name": "Paul Miller",
     78      "url": "paulmillr.com"
     79    },
     80    {
     81      "name": "Tom Byrer",
     82      "url": "https://github.com/tomByrer"
     83    },
     84    {
     85      "name": "Tyler Akins",
     86      "url": "http://rumkin.com"
     87    },
     88    {
     89      "url": "https://github.com/DianeLooney"
     90    }
     91  ],
    3892  "dependencies": {
    3993    "arr-diff": "^4.0.0",
     
    51105    "to-regex": "^3.0.2"
    52106  },
     107  "description": "Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.",
    53108  "devDependencies": {
    54109    "bash-match": "^1.0.2",
     
    65120    "multimatch": "^2.1.0"
    66121  },
     122  "engines": {
     123    "node": ">=0.10.0"
     124  },
     125  "files": [
     126    "index.js",
     127    "lib"
     128  ],
     129  "homepage": "https://github.com/micromatch/micromatch",
    67130  "keywords": [
    68131    "bash",
     
    94157    "wildcard"
    95158  ],
     159  "license": "MIT",
    96160  "lintDeps": {
    97161    "dependencies": {
     
    111175      }
    112176    }
     177  },
     178  "main": "index.js",
     179  "name": "micromatch",
     180  "repository": {
     181    "type": "git",
     182    "url": "git+https://github.com/micromatch/micromatch.git"
     183  },
     184  "scripts": {
     185    "test": "mocha"
    113186  },
    114187  "verb": {
     
    144217      "snapdragon"
    145218    ]
    146   }
     219  },
     220  "version": "3.1.10"
    147221}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/mkdirp/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "mkdirp",
     2  "_args": [
     3    [
     4      "mkdirp@0.5.5",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "mkdirp@0.5.5",
     10  "_id": "mkdirp@0.5.5",
     11  "_inBundle": false,
     12  "_integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
     13  "_location": "/webpack-dev-server/mkdirp",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "mkdirp@0.5.5",
     19    "name": "mkdirp",
     20    "escapedName": "mkdirp",
     21    "rawSpec": "0.5.5",
     22    "saveSpec": null,
     23    "fetchSpec": "0.5.5"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server/webpack-dev-middleware"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
     29  "_spec": "0.5.5",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "James Halliday",
     33    "email": "mail@substack.net",
     34    "url": "http://substack.net"
     35  },
     36  "bin": {
     37    "mkdirp": "bin/cmd.js"
     38  },
     39  "bugs": {
     40    "url": "https://github.com/substack/node-mkdirp/issues"
     41  },
     42  "dependencies": {
     43    "minimist": "^1.2.5"
     44  },
    345  "description": "Recursively mkdir, like `mkdir -p`",
    4   "version": "0.5.5",
    5   "publishConfig": {
    6     "tag": "legacy"
     46  "devDependencies": {
     47    "mock-fs": "^3.7.0",
     48    "tap": "^5.4.2"
    749  },
    8   "author": "James Halliday <mail@substack.net> (http://substack.net)",
    9   "main": "index.js",
     50  "files": [
     51    "bin",
     52    "index.js"
     53  ],
     54  "homepage": "https://github.com/substack/node-mkdirp#readme",
    1055  "keywords": [
    1156    "mkdir",
    1257    "directory"
    1358  ],
     59  "license": "MIT",
     60  "main": "index.js",
     61  "name": "mkdirp",
     62  "publishConfig": {
     63    "tag": "legacy"
     64  },
    1465  "repository": {
    1566    "type": "git",
    16     "url": "https://github.com/substack/node-mkdirp.git"
     67    "url": "git+https://github.com/substack/node-mkdirp.git"
    1768  },
    1869  "scripts": {
    1970    "test": "tap test/*.js"
    2071  },
    21   "dependencies": {
    22     "minimist": "^1.2.5"
    23   },
    24   "devDependencies": {
    25     "mock-fs": "^3.7.0",
    26     "tap": "^5.4.2"
    27   },
    28   "bin": "bin/cmd.js",
    29   "license": "MIT",
    30   "files": [
    31     "bin",
    32     "index.js"
    33   ]
     72  "version": "0.5.5"
    3473}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/p-limit/package.json

    rceaed42 r59329aa  
    11{
    2         "name": "p-limit",
    3         "version": "2.3.0",
    4         "description": "Run multiple promise-returning & async functions with limited concurrency",
    5         "license": "MIT",
    6         "repository": "sindresorhus/p-limit",
    7         "funding": "https://github.com/sponsors/sindresorhus",
    8         "author": {
    9                 "name": "Sindre Sorhus",
    10                 "email": "sindresorhus@gmail.com",
    11                 "url": "sindresorhus.com"
    12         },
    13         "engines": {
    14                 "node": ">=6"
    15         },
    16         "scripts": {
    17                 "test": "xo && ava && tsd-check"
    18         },
    19         "files": [
    20                 "index.js",
    21                 "index.d.ts"
    22         ],
    23         "keywords": [
    24                 "promise",
    25                 "limit",
    26                 "limited",
    27                 "concurrency",
    28                 "throttle",
    29                 "throat",
    30                 "rate",
    31                 "batch",
    32                 "ratelimit",
    33                 "task",
    34                 "queue",
    35                 "async",
    36                 "await",
    37                 "promises",
    38                 "bluebird"
    39         ],
    40         "dependencies": {
    41                 "p-try": "^2.0.0"
    42         },
    43         "devDependencies": {
    44                 "ava": "^1.2.1",
    45                 "delay": "^4.1.0",
    46                 "in-range": "^1.0.0",
    47                 "random-int": "^1.0.0",
    48                 "time-span": "^2.0.0",
    49                 "tsd-check": "^0.3.0",
    50                 "xo": "^0.24.0"
    51         }
     2  "_args": [
     3    [
     4      "p-limit@2.3.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "p-limit@2.3.0",
     10  "_id": "p-limit@2.3.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
     13  "_location": "/webpack-dev-server/p-limit",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "p-limit@2.3.0",
     19    "name": "p-limit",
     20    "escapedName": "p-limit",
     21    "rawSpec": "2.3.0",
     22    "saveSpec": null,
     23    "fetchSpec": "2.3.0"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server/p-locate"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
     29  "_spec": "2.3.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Sindre Sorhus",
     33    "email": "sindresorhus@gmail.com",
     34    "url": "sindresorhus.com"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/sindresorhus/p-limit/issues"
     38  },
     39  "dependencies": {
     40    "p-try": "^2.0.0"
     41  },
     42  "description": "Run multiple promise-returning & async functions with limited concurrency",
     43  "devDependencies": {
     44    "ava": "^1.2.1",
     45    "delay": "^4.1.0",
     46    "in-range": "^1.0.0",
     47    "random-int": "^1.0.0",
     48    "time-span": "^2.0.0",
     49    "tsd-check": "^0.3.0",
     50    "xo": "^0.24.0"
     51  },
     52  "engines": {
     53    "node": ">=6"
     54  },
     55  "files": [
     56    "index.js",
     57    "index.d.ts"
     58  ],
     59  "funding": "https://github.com/sponsors/sindresorhus",
     60  "homepage": "https://github.com/sindresorhus/p-limit#readme",
     61  "keywords": [
     62    "promise",
     63    "limit",
     64    "limited",
     65    "concurrency",
     66    "throttle",
     67    "throat",
     68    "rate",
     69    "batch",
     70    "ratelimit",
     71    "task",
     72    "queue",
     73    "async",
     74    "await",
     75    "promises",
     76    "bluebird"
     77  ],
     78  "license": "MIT",
     79  "name": "p-limit",
     80  "repository": {
     81    "type": "git",
     82    "url": "git+https://github.com/sindresorhus/p-limit.git"
     83  },
     84  "scripts": {
     85    "test": "xo && ava && tsd-check"
     86  },
     87  "version": "2.3.0"
    5288}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/p-locate/package.json

    rceaed42 r59329aa  
    11{
    2         "name": "p-locate",
    3         "version": "3.0.0",
    4         "description": "Get the first fulfilled promise that satisfies the provided testing function",
    5         "license": "MIT",
    6         "repository": "sindresorhus/p-locate",
    7         "author": {
    8                 "name": "Sindre Sorhus",
    9                 "email": "sindresorhus@gmail.com",
    10                 "url": "sindresorhus.com"
    11         },
    12         "engines": {
    13                 "node": ">=6"
    14         },
    15         "scripts": {
    16                 "test": "xo && ava"
    17         },
    18         "files": [
    19                 "index.js"
    20         ],
    21         "keywords": [
    22                 "promise",
    23                 "locate",
    24                 "find",
    25                 "finder",
    26                 "search",
    27                 "searcher",
    28                 "test",
    29                 "array",
    30                 "collection",
    31                 "iterable",
    32                 "iterator",
    33                 "race",
    34                 "fulfilled",
    35                 "fastest",
    36                 "async",
    37                 "await",
    38                 "promises",
    39                 "bluebird"
    40         ],
    41         "dependencies": {
    42                 "p-limit": "^2.0.0"
    43         },
    44         "devDependencies": {
    45                 "ava": "*",
    46                 "delay": "^3.0.0",
    47                 "in-range": "^1.0.0",
    48                 "time-span": "^2.0.0",
    49                 "xo": "*"
    50         }
     2  "_args": [
     3    [
     4      "p-locate@3.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "p-locate@3.0.0",
     10  "_id": "p-locate@3.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
     13  "_location": "/webpack-dev-server/p-locate",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "p-locate@3.0.0",
     19    "name": "p-locate",
     20    "escapedName": "p-locate",
     21    "rawSpec": "3.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "3.0.0"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server/locate-path"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
     29  "_spec": "3.0.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Sindre Sorhus",
     33    "email": "sindresorhus@gmail.com",
     34    "url": "sindresorhus.com"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/sindresorhus/p-locate/issues"
     38  },
     39  "dependencies": {
     40    "p-limit": "^2.0.0"
     41  },
     42  "description": "Get the first fulfilled promise that satisfies the provided testing function",
     43  "devDependencies": {
     44    "ava": "*",
     45    "delay": "^3.0.0",
     46    "in-range": "^1.0.0",
     47    "time-span": "^2.0.0",
     48    "xo": "*"
     49  },
     50  "engines": {
     51    "node": ">=6"
     52  },
     53  "files": [
     54    "index.js"
     55  ],
     56  "homepage": "https://github.com/sindresorhus/p-locate#readme",
     57  "keywords": [
     58    "promise",
     59    "locate",
     60    "find",
     61    "finder",
     62    "search",
     63    "searcher",
     64    "test",
     65    "array",
     66    "collection",
     67    "iterable",
     68    "iterator",
     69    "race",
     70    "fulfilled",
     71    "fastest",
     72    "async",
     73    "await",
     74    "promises",
     75    "bluebird"
     76  ],
     77  "license": "MIT",
     78  "name": "p-locate",
     79  "repository": {
     80    "type": "git",
     81    "url": "git+https://github.com/sindresorhus/p-locate.git"
     82  },
     83  "scripts": {
     84    "test": "xo && ava"
     85  },
     86  "version": "3.0.0"
    5187}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/path-exists/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "path-exists",
    3   "version": "3.0.0",
    4   "description": "Check if a path exists",
    5   "license": "MIT",
    6   "repository": "sindresorhus/path-exists",
     2  "_args": [
     3    [
     4      "path-exists@3.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "path-exists@3.0.0",
     10  "_id": "path-exists@3.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
     13  "_location": "/webpack-dev-server/path-exists",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "path-exists@3.0.0",
     19    "name": "path-exists",
     20    "escapedName": "path-exists",
     21    "rawSpec": "3.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "3.0.0"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server/locate-path"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
     29  "_spec": "3.0.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    731  "author": {
    832    "name": "Sindre Sorhus",
     
    1034    "url": "sindresorhus.com"
    1135  },
     36  "bugs": {
     37    "url": "https://github.com/sindresorhus/path-exists/issues"
     38  },
     39  "description": "Check if a path exists",
     40  "devDependencies": {
     41    "ava": "*",
     42    "xo": "*"
     43  },
    1244  "engines": {
    1345    "node": ">=4"
    14   },
    15   "scripts": {
    16     "test": "xo && ava"
    1746  },
    1847  "files": [
    1948    "index.js"
    2049  ],
     50  "homepage": "https://github.com/sindresorhus/path-exists#readme",
    2151  "keywords": [
    2252    "path",
     
    3161    "stat"
    3262  ],
    33   "devDependencies": {
    34     "ava": "*",
    35     "xo": "*"
     63  "license": "MIT",
     64  "name": "path-exists",
     65  "repository": {
     66    "type": "git",
     67    "url": "git+https://github.com/sindresorhus/path-exists.git"
    3668  },
     69  "scripts": {
     70    "test": "xo && ava"
     71  },
     72  "version": "3.0.0",
    3773  "xo": {
    3874    "esnext": true
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/readable-stream/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "readable-stream",
    3   "version": "2.3.7",
    4   "description": "Streams3, a user-land copy of the stream library from Node.js",
    5   "main": "readable.js",
     2  "_args": [
     3    [
     4      "readable-stream@2.3.7",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "readable-stream@2.3.7",
     10  "_id": "readable-stream@2.3.7",
     11  "_inBundle": false,
     12  "_integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
     13  "_location": "/webpack-dev-server/readable-stream",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "readable-stream@2.3.7",
     19    "name": "readable-stream",
     20    "escapedName": "readable-stream",
     21    "rawSpec": "2.3.7",
     22    "saveSpec": null,
     23    "fetchSpec": "2.3.7"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server/readdirp"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
     29  "_spec": "2.3.7",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "browser": {
     32    "util": false,
     33    "./readable.js": "./readable-browser.js",
     34    "./writable.js": "./writable-browser.js",
     35    "./duplex.js": "./duplex-browser.js",
     36    "./lib/internal/streams/stream.js": "./lib/internal/streams/stream-browser.js"
     37  },
     38  "bugs": {
     39    "url": "https://github.com/nodejs/readable-stream/issues"
     40  },
    641  "dependencies": {
    742    "core-util-is": "~1.0.0",
     
    1348    "util-deprecate": "~1.0.1"
    1449  },
     50  "description": "Streams3, a user-land copy of the stream library from Node.js",
    1551  "devDependencies": {
    1652    "assert": "^1.4.0",
     
    2258    "tape": "^4.8.0"
    2359  },
    24   "scripts": {
    25     "test": "tap test/parallel/*.js test/ours/*.js && node test/verify-dependencies.js",
    26     "ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js",
    27     "cover": "nyc npm test",
    28     "report": "nyc report --reporter=lcov"
    29   },
    30   "repository": {
    31     "type": "git",
    32     "url": "git://github.com/nodejs/readable-stream"
    33   },
     60  "homepage": "https://github.com/nodejs/readable-stream#readme",
    3461  "keywords": [
    3562    "readable",
     
    3764    "pipe"
    3865  ],
    39   "browser": {
    40     "util": false,
    41     "./readable.js": "./readable-browser.js",
    42     "./writable.js": "./writable-browser.js",
    43     "./duplex.js": "./duplex-browser.js",
    44     "./lib/internal/streams/stream.js": "./lib/internal/streams/stream-browser.js"
    45   },
     66  "license": "MIT",
     67  "main": "readable.js",
     68  "name": "readable-stream",
    4669  "nyc": {
    4770    "include": [
     
    4972    ]
    5073  },
    51   "license": "MIT"
     74  "repository": {
     75    "type": "git",
     76    "url": "git://github.com/nodejs/readable-stream.git"
     77  },
     78  "scripts": {
     79    "ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js",
     80    "cover": "nyc npm test",
     81    "report": "nyc report --reporter=lcov",
     82    "test": "tap test/parallel/*.js test/ours/*.js && node test/verify-dependencies.js"
     83  },
     84  "version": "2.3.7"
    5285}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/readdirp/package.json

    rceaed42 r59329aa  
    11{
    2   "author": "Thorsten Lorenz <thlorenz@gmx.de> (thlorenz.com)",
    3   "name": "readdirp",
     2  "_args": [
     3    [
     4      "readdirp@2.2.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "readdirp@2.2.1",
     10  "_id": "readdirp@2.2.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==",
     13  "_location": "/webpack-dev-server/readdirp",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "readdirp@2.2.1",
     19    "name": "readdirp",
     20    "escapedName": "readdirp",
     21    "rawSpec": "2.2.1",
     22    "saveSpec": null,
     23    "fetchSpec": "2.2.1"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server/chokidar"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz",
     29  "_spec": "2.2.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Thorsten Lorenz",
     33    "email": "thlorenz@gmx.de",
     34    "url": "thlorenz.com"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/paulmillr/readdirp/issues"
     38  },
     39  "dependencies": {
     40    "graceful-fs": "^4.1.11",
     41    "micromatch": "^3.1.10",
     42    "readable-stream": "^2.0.2"
     43  },
    444  "description": "Recursive version of fs.readdir with streaming api.",
    5   "version": "2.2.1",
    6   "homepage": "https://github.com/paulmillr/readdirp",
    7   "repository": {
    8     "type": "git",
    9     "url": "git://github.com/paulmillr/readdirp.git"
     45  "devDependencies": {
     46    "nave": "^0.5.1",
     47    "proxyquire": "^1.7.9",
     48    "tap": "1.3.2",
     49    "through2": "^2.0.0"
    1050  },
    1151  "engines": {
     
    1656    "stream-api.js"
    1757  ],
     58  "homepage": "https://github.com/paulmillr/readdirp",
    1859  "keywords": [
    1960    "recursive",
     
    2667    "filter"
    2768  ],
     69  "license": "MIT",
    2870  "main": "readdirp.js",
     71  "name": "readdirp",
     72  "repository": {
     73    "type": "git",
     74    "url": "git://github.com/paulmillr/readdirp.git"
     75  },
    2976  "scripts": {
    30     "test-main": "(cd test && set -e; for t in ./*.js; do node $t; done)",
     77    "test": "npm run test-main",
    3178    "test-0.10": "nave use 0.10 npm run test-main",
    3279    "test-0.12": "nave use 0.12 npm run test-main",
     
    3481    "test-6": "nave use 6.2 npm run test-main",
    3582    "test-all": "npm run test-main && npm run test-0.10 && npm run test-0.12 && npm run test-4 && npm run test-6",
    36     "test": "npm run test-main"
     83    "test-main": "(cd test && set -e; for t in ./*.js; do node $t; done)"
    3784  },
    38   "dependencies": {
    39     "graceful-fs": "^4.1.11",
    40     "micromatch": "^3.1.10",
    41     "readable-stream": "^2.0.2"
    42   },
    43   "devDependencies": {
    44     "nave": "^0.5.1",
    45     "proxyquire": "^1.7.9",
    46     "tap": "1.3.2",
    47     "through2": "^2.0.0"
    48   },
    49   "license": "MIT"
     85  "version": "2.2.1"
    5086}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/schema-utils/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "schema-utils",
    3   "version": "1.0.0",
    4   "description": "webpack Validation Utils",
    5   "main": "src/index.js",
    6   "files": [
    7     "src"
     2  "_args": [
     3    [
     4      "schema-utils@1.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    87  ],
    9   "engines": {
    10     "node": ">= 4"
     8  "_development": true,
     9  "_from": "schema-utils@1.0.0",
     10  "_id": "schema-utils@1.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
     13  "_location": "/webpack-dev-server/schema-utils",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "schema-utils@1.0.0",
     19    "name": "schema-utils",
     20    "escapedName": "schema-utils",
     21    "rawSpec": "1.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.0"
    1124  },
    12   "scripts": {
    13     "lint": "eslint --cache src test",
    14     "test": "jest --env node --verbose --coverage",
    15     "clean": "del-cli coverage",
    16     "commits": "commitlint --from $(git rev-list --tags --max-count=1)",
    17     "release": "npm run commits && standard-version"
     25  "_requiredBy": [
     26    "/webpack-dev-server"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
     29  "_spec": "1.0.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "webpack Contrib",
     33    "url": "https://github.com/webpack-contrib"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/webpack-contrib/schema-utils/issues"
    1837  },
    1938  "dependencies": {
     
    2241    "ajv-keywords": "^3.1.0"
    2342  },
     43  "description": "webpack Validation Utils",
    2444  "devDependencies": {
    2545    "@commitlint/cli": "^7.0.0",
     
    3454    "standard-version": "^4.0.0"
    3555  },
    36   "author": "webpack Contrib (https://github.com/webpack-contrib)",
    37   "bugs": "https://github.com/webpack-contrib/schema-utils/issues",
     56  "engines": {
     57    "node": ">= 4"
     58  },
     59  "files": [
     60    "src"
     61  ],
    3862  "homepage": "https://github.com/webpack-contrib/schema-utils",
    39   "repository": "https://github.com/webpack-contrib/schema-utils",
    40   "license": "MIT"
     63  "license": "MIT",
     64  "main": "src/index.js",
     65  "name": "schema-utils",
     66  "repository": {
     67    "type": "git",
     68    "url": "git+https://github.com/webpack-contrib/schema-utils.git"
     69  },
     70  "scripts": {
     71    "clean": "del-cli coverage",
     72    "commits": "commitlint --from $(git rev-list --tags --max-count=1)",
     73    "lint": "eslint --cache src test",
     74    "release": "npm run commits && standard-version",
     75    "test": "jest --env node --verbose --coverage"
     76  },
     77  "version": "1.0.0"
    4178}
  • trip-planner-front/node_modules/webpack-dev-server/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": "/webpack-dev-server/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    "/webpack-dev-server"
     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/webpack-dev-server/node_modules/string-width/node_modules/ansi-regex/package.json

    rceaed42 r59329aa  
    11{
    2         "name": "ansi-regex",
    3         "version": "4.1.0",
    4         "description": "Regular expression for matching ANSI escape codes",
    5         "license": "MIT",
    6         "repository": "chalk/ansi-regex",
    7         "author": {
    8                 "name": "Sindre Sorhus",
    9                 "email": "sindresorhus@gmail.com",
    10                 "url": "sindresorhus.com"
    11         },
    12         "engines": {
    13                 "node": ">=6"
    14         },
    15         "scripts": {
    16                 "test": "xo && ava",
    17                 "view-supported": "node fixtures/view-codes.js"
    18         },
    19         "files": [
    20                 "index.js"
    21         ],
    22         "keywords": [
    23                 "ansi",
    24                 "styles",
    25                 "color",
    26                 "colour",
    27                 "colors",
    28                 "terminal",
    29                 "console",
    30                 "cli",
    31                 "string",
    32                 "tty",
    33                 "escape",
    34                 "formatting",
    35                 "rgb",
    36                 "256",
    37                 "shell",
    38                 "xterm",
    39                 "command-line",
    40                 "text",
    41                 "regex",
    42                 "regexp",
    43                 "re",
    44                 "match",
    45                 "test",
    46                 "find",
    47                 "pattern"
    48         ],
    49         "devDependencies": {
    50                 "ava": "^0.25.0",
    51                 "xo": "^0.23.0"
    52         }
     2  "_args": [
     3    [
     4      "ansi-regex@4.1.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "ansi-regex@4.1.0",
     10  "_id": "ansi-regex@4.1.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==",
     13  "_location": "/webpack-dev-server/string-width/ansi-regex",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "ansi-regex@4.1.0",
     19    "name": "ansi-regex",
     20    "escapedName": "ansi-regex",
     21    "rawSpec": "4.1.0",
     22    "saveSpec": null,
     23    "fetchSpec": "4.1.0"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server/string-width/strip-ansi"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz",
     29  "_spec": "4.1.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Sindre Sorhus",
     33    "email": "sindresorhus@gmail.com",
     34    "url": "sindresorhus.com"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/chalk/ansi-regex/issues"
     38  },
     39  "description": "Regular expression for matching ANSI escape codes",
     40  "devDependencies": {
     41    "ava": "^0.25.0",
     42    "xo": "^0.23.0"
     43  },
     44  "engines": {
     45    "node": ">=6"
     46  },
     47  "files": [
     48    "index.js"
     49  ],
     50  "homepage": "https://github.com/chalk/ansi-regex#readme",
     51  "keywords": [
     52    "ansi",
     53    "styles",
     54    "color",
     55    "colour",
     56    "colors",
     57    "terminal",
     58    "console",
     59    "cli",
     60    "string",
     61    "tty",
     62    "escape",
     63    "formatting",
     64    "rgb",
     65    "256",
     66    "shell",
     67    "xterm",
     68    "command-line",
     69    "text",
     70    "regex",
     71    "regexp",
     72    "re",
     73    "match",
     74    "test",
     75    "find",
     76    "pattern"
     77  ],
     78  "license": "MIT",
     79  "name": "ansi-regex",
     80  "repository": {
     81    "type": "git",
     82    "url": "git+https://github.com/chalk/ansi-regex.git"
     83  },
     84  "scripts": {
     85    "test": "xo && ava",
     86    "view-supported": "node fixtures/view-codes.js"
     87  },
     88  "version": "4.1.0"
    5389}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/string-width/node_modules/strip-ansi/package.json

    rceaed42 r59329aa  
    11{
    2         "name": "strip-ansi",
    3         "version": "5.2.0",
    4         "description": "Strip ANSI escape codes from a string",
    5         "license": "MIT",
    6         "repository": "chalk/strip-ansi",
    7         "author": {
    8                 "name": "Sindre Sorhus",
    9                 "email": "sindresorhus@gmail.com",
    10                 "url": "sindresorhus.com"
    11         },
    12         "engines": {
    13                 "node": ">=6"
    14         },
    15         "scripts": {
    16                 "test": "xo && ava && tsd-check"
    17         },
    18         "files": [
    19                 "index.js",
    20                 "index.d.ts"
    21         ],
    22         "keywords": [
    23                 "strip",
    24                 "trim",
    25                 "remove",
    26                 "ansi",
    27                 "styles",
    28                 "color",
    29                 "colour",
    30                 "colors",
    31                 "terminal",
    32                 "console",
    33                 "string",
    34                 "tty",
    35                 "escape",
    36                 "formatting",
    37                 "rgb",
    38                 "256",
    39                 "shell",
    40                 "xterm",
    41                 "log",
    42                 "logging",
    43                 "command-line",
    44                 "text"
    45         ],
    46         "dependencies": {
    47                 "ansi-regex": "^4.1.0"
    48         },
    49         "devDependencies": {
    50                 "ava": "^1.3.1",
    51                 "tsd-check": "^0.5.0",
    52                 "xo": "^0.24.0"
    53         }
     2  "_args": [
     3    [
     4      "strip-ansi@5.2.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "strip-ansi@5.2.0",
     10  "_id": "strip-ansi@5.2.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
     13  "_location": "/webpack-dev-server/string-width/strip-ansi",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "strip-ansi@5.2.0",
     19    "name": "strip-ansi",
     20    "escapedName": "strip-ansi",
     21    "rawSpec": "5.2.0",
     22    "saveSpec": null,
     23    "fetchSpec": "5.2.0"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server/string-width"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
     29  "_spec": "5.2.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Sindre Sorhus",
     33    "email": "sindresorhus@gmail.com",
     34    "url": "sindresorhus.com"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/chalk/strip-ansi/issues"
     38  },
     39  "dependencies": {
     40    "ansi-regex": "^4.1.0"
     41  },
     42  "description": "Strip ANSI escape codes from a string",
     43  "devDependencies": {
     44    "ava": "^1.3.1",
     45    "tsd-check": "^0.5.0",
     46    "xo": "^0.24.0"
     47  },
     48  "engines": {
     49    "node": ">=6"
     50  },
     51  "files": [
     52    "index.js",
     53    "index.d.ts"
     54  ],
     55  "homepage": "https://github.com/chalk/strip-ansi#readme",
     56  "keywords": [
     57    "strip",
     58    "trim",
     59    "remove",
     60    "ansi",
     61    "styles",
     62    "color",
     63    "colour",
     64    "colors",
     65    "terminal",
     66    "console",
     67    "string",
     68    "tty",
     69    "escape",
     70    "formatting",
     71    "rgb",
     72    "256",
     73    "shell",
     74    "xterm",
     75    "log",
     76    "logging",
     77    "command-line",
     78    "text"
     79  ],
     80  "license": "MIT",
     81  "name": "strip-ansi",
     82  "repository": {
     83    "type": "git",
     84    "url": "git+https://github.com/chalk/strip-ansi.git"
     85  },
     86  "scripts": {
     87    "test": "xo && ava && tsd-check"
     88  },
     89  "version": "5.2.0"
    5490}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/string-width/package.json

    rceaed42 r59329aa  
    11{
    2         "name": "string-width",
    3         "version": "3.1.0",
    4         "description": "Get the visual width of a string - the number of columns required to display it",
    5         "license": "MIT",
    6         "repository": "sindresorhus/string-width",
    7         "author": {
    8                 "name": "Sindre Sorhus",
    9                 "email": "sindresorhus@gmail.com",
    10                 "url": "sindresorhus.com"
    11         },
    12         "engines": {
    13                 "node": ">=6"
    14         },
    15         "scripts": {
    16                 "test": "xo && ava"
    17         },
    18         "files": [
    19                 "index.js"
    20         ],
    21         "keywords": [
    22                 "string",
    23                 "str",
    24                 "character",
    25                 "char",
    26                 "unicode",
    27                 "width",
    28                 "visual",
    29                 "column",
    30                 "columns",
    31                 "fullwidth",
    32                 "full-width",
    33                 "full",
    34                 "ansi",
    35                 "escape",
    36                 "codes",
    37                 "cli",
    38                 "command-line",
    39                 "terminal",
    40                 "console",
    41                 "cjk",
    42                 "chinese",
    43                 "japanese",
    44                 "korean",
    45                 "fixed-width"
    46         ],
    47         "dependencies": {
    48                 "emoji-regex": "^7.0.1",
    49                 "is-fullwidth-code-point": "^2.0.0",
    50                 "strip-ansi": "^5.1.0"
    51         },
    52         "devDependencies": {
    53                 "ava": "^1.0.1",
    54                 "xo": "^0.23.0"
    55         }
     2  "_args": [
     3    [
     4      "string-width@3.1.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "string-width@3.1.0",
     10  "_id": "string-width@3.1.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==",
     13  "_location": "/webpack-dev-server/string-width",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "string-width@3.1.0",
     19    "name": "string-width",
     20    "escapedName": "string-width",
     21    "rawSpec": "3.1.0",
     22    "saveSpec": null,
     23    "fetchSpec": "3.1.0"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server/cliui",
     27    "/webpack-dev-server/wrap-ansi",
     28    "/webpack-dev-server/yargs"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz",
     31  "_spec": "3.1.0",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Sindre Sorhus",
     35    "email": "sindresorhus@gmail.com",
     36    "url": "sindresorhus.com"
     37  },
     38  "bugs": {
     39    "url": "https://github.com/sindresorhus/string-width/issues"
     40  },
     41  "dependencies": {
     42    "emoji-regex": "^7.0.1",
     43    "is-fullwidth-code-point": "^2.0.0",
     44    "strip-ansi": "^5.1.0"
     45  },
     46  "description": "Get the visual width of a string - the number of columns required to display it",
     47  "devDependencies": {
     48    "ava": "^1.0.1",
     49    "xo": "^0.23.0"
     50  },
     51  "engines": {
     52    "node": ">=6"
     53  },
     54  "files": [
     55    "index.js"
     56  ],
     57  "homepage": "https://github.com/sindresorhus/string-width#readme",
     58  "keywords": [
     59    "string",
     60    "str",
     61    "character",
     62    "char",
     63    "unicode",
     64    "width",
     65    "visual",
     66    "column",
     67    "columns",
     68    "fullwidth",
     69    "full-width",
     70    "full",
     71    "ansi",
     72    "escape",
     73    "codes",
     74    "cli",
     75    "command-line",
     76    "terminal",
     77    "console",
     78    "cjk",
     79    "chinese",
     80    "japanese",
     81    "korean",
     82    "fixed-width"
     83  ],
     84  "license": "MIT",
     85  "name": "string-width",
     86  "repository": {
     87    "type": "git",
     88    "url": "git+https://github.com/sindresorhus/string-width.git"
     89  },
     90  "scripts": {
     91    "test": "xo && ava"
     92  },
     93  "version": "3.1.0"
    5694}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/string_decoder/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "string_decoder",
    3   "version": "1.1.1",
    4   "description": "The string_decoder module from Node core",
    5   "main": "lib/string_decoder.js",
     2  "_args": [
     3    [
     4      "string_decoder@1.1.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "string_decoder@1.1.1",
     10  "_id": "string_decoder@1.1.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
     13  "_location": "/webpack-dev-server/string_decoder",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "string_decoder@1.1.1",
     19    "name": "string_decoder",
     20    "escapedName": "string_decoder",
     21    "rawSpec": "1.1.1",
     22    "saveSpec": null,
     23    "fetchSpec": "1.1.1"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server/readable-stream"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
     29  "_spec": "1.1.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "bugs": {
     32    "url": "https://github.com/nodejs/string_decoder/issues"
     33  },
    634  "dependencies": {
    735    "safe-buffer": "~5.1.0"
    836  },
     37  "description": "The string_decoder module from Node core",
    938  "devDependencies": {
    1039    "babel-polyfill": "^6.23.0",
     
    1241    "inherits": "^2.0.3",
    1342    "tap": "~0.4.8"
    14   },
    15   "scripts": {
    16     "test": "tap test/parallel/*.js && node test/verify-dependencies",
    17     "ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js"
    18   },
    19   "repository": {
    20     "type": "git",
    21     "url": "git://github.com/nodejs/string_decoder.git"
    2243  },
    2344  "homepage": "https://github.com/nodejs/string_decoder",
     
    2849    "browserify"
    2950  ],
    30   "license": "MIT"
     51  "license": "MIT",
     52  "main": "lib/string_decoder.js",
     53  "name": "string_decoder",
     54  "repository": {
     55    "type": "git",
     56    "url": "git://github.com/nodejs/string_decoder.git"
     57  },
     58  "scripts": {
     59    "ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js",
     60    "test": "tap test/parallel/*.js && node test/verify-dependencies"
     61  },
     62  "version": "1.1.1"
    3163}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/strip-ansi/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "strip-ansi",
    3   "version": "3.0.1",
    4   "description": "Strip ANSI escape codes",
    5   "license": "MIT",
    6   "repository": "chalk/strip-ansi",
     2  "_args": [
     3    [
     4      "strip-ansi@3.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "strip-ansi@3.0.1",
     10  "_id": "strip-ansi@3.0.1",
     11  "_inBundle": false,
     12  "_integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
     13  "_location": "/webpack-dev-server/strip-ansi",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "strip-ansi@3.0.1",
     19    "name": "strip-ansi",
     20    "escapedName": "strip-ansi",
     21    "rawSpec": "3.0.1",
     22    "saveSpec": null,
     23    "fetchSpec": "3.0.1"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
     29  "_spec": "3.0.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    731  "author": {
    832    "name": "Sindre Sorhus",
     
    1034    "url": "sindresorhus.com"
    1135  },
    12   "maintainers": [
    13     "Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)",
    14     "Joshua Boy Nicolai Appelman <joshua@jbna.nl> (jbna.nl)",
    15     "JD Ballard <i.am.qix@gmail.com> (github.com/qix-)"
    16   ],
     36  "bugs": {
     37    "url": "https://github.com/chalk/strip-ansi/issues"
     38  },
     39  "dependencies": {
     40    "ansi-regex": "^2.0.0"
     41  },
     42  "description": "Strip ANSI escape codes",
     43  "devDependencies": {
     44    "ava": "*",
     45    "xo": "*"
     46  },
    1747  "engines": {
    1848    "node": ">=0.10.0"
    19   },
    20   "scripts": {
    21     "test": "xo && ava"
    2249  },
    2350  "files": [
    2451    "index.js"
    2552  ],
     53  "homepage": "https://github.com/chalk/strip-ansi#readme",
    2654  "keywords": [
    2755    "strip",
     
    4876    "text"
    4977  ],
    50   "dependencies": {
    51     "ansi-regex": "^2.0.0"
     78  "license": "MIT",
     79  "maintainers": [
     80    {
     81      "name": "Sindre Sorhus",
     82      "email": "sindresorhus@gmail.com",
     83      "url": "sindresorhus.com"
     84    },
     85    {
     86      "name": "Joshua Boy Nicolai Appelman",
     87      "email": "joshua@jbna.nl",
     88      "url": "jbna.nl"
     89    },
     90    {
     91      "name": "JD Ballard",
     92      "email": "i.am.qix@gmail.com",
     93      "url": "github.com/qix-"
     94    }
     95  ],
     96  "name": "strip-ansi",
     97  "repository": {
     98    "type": "git",
     99    "url": "git+https://github.com/chalk/strip-ansi.git"
    52100  },
    53   "devDependencies": {
    54     "ava": "*",
    55     "xo": "*"
    56   }
     101  "scripts": {
     102    "test": "xo && ava"
     103  },
     104  "version": "3.0.1"
    57105}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/supports-color/package.json

    rceaed42 r59329aa  
    11{
    2         "name": "supports-color",
    3         "version": "6.1.0",
    4         "description": "Detect whether a terminal supports color",
    5         "license": "MIT",
    6         "repository": "chalk/supports-color",
    7         "author": {
    8                 "name": "Sindre Sorhus",
    9                 "email": "sindresorhus@gmail.com",
    10                 "url": "sindresorhus.com"
    11         },
    12         "engines": {
    13                 "node": ">=6"
    14         },
    15         "scripts": {
    16                 "test": "xo && ava"
    17         },
    18         "files": [
    19                 "index.js",
    20                 "browser.js"
    21         ],
    22         "keywords": [
    23                 "color",
    24                 "colour",
    25                 "colors",
    26                 "terminal",
    27                 "console",
    28                 "cli",
    29                 "ansi",
    30                 "styles",
    31                 "tty",
    32                 "rgb",
    33                 "256",
    34                 "shell",
    35                 "xterm",
    36                 "command-line",
    37                 "support",
    38                 "supports",
    39                 "capability",
    40                 "detect",
    41                 "truecolor",
    42                 "16m"
    43         ],
    44         "dependencies": {
    45                 "has-flag": "^3.0.0"
    46         },
    47         "devDependencies": {
    48                 "ava": "^0.25.0",
    49                 "import-fresh": "^2.0.0",
    50                 "xo": "^0.23.0"
    51         },
    52         "browser": "browser.js"
     2  "_args": [
     3    [
     4      "supports-color@6.1.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "supports-color@6.1.0",
     10  "_id": "supports-color@6.1.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
     13  "_location": "/webpack-dev-server/supports-color",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "supports-color@6.1.0",
     19    "name": "supports-color",
     20    "escapedName": "supports-color",
     21    "rawSpec": "6.1.0",
     22    "saveSpec": null,
     23    "fetchSpec": "6.1.0"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
     29  "_spec": "6.1.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Sindre Sorhus",
     33    "email": "sindresorhus@gmail.com",
     34    "url": "sindresorhus.com"
     35  },
     36  "browser": "browser.js",
     37  "bugs": {
     38    "url": "https://github.com/chalk/supports-color/issues"
     39  },
     40  "dependencies": {
     41    "has-flag": "^3.0.0"
     42  },
     43  "description": "Detect whether a terminal supports color",
     44  "devDependencies": {
     45    "ava": "^0.25.0",
     46    "import-fresh": "^2.0.0",
     47    "xo": "^0.23.0"
     48  },
     49  "engines": {
     50    "node": ">=6"
     51  },
     52  "files": [
     53    "index.js",
     54    "browser.js"
     55  ],
     56  "homepage": "https://github.com/chalk/supports-color#readme",
     57  "keywords": [
     58    "color",
     59    "colour",
     60    "colors",
     61    "terminal",
     62    "console",
     63    "cli",
     64    "ansi",
     65    "styles",
     66    "tty",
     67    "rgb",
     68    "256",
     69    "shell",
     70    "xterm",
     71    "command-line",
     72    "support",
     73    "supports",
     74    "capability",
     75    "detect",
     76    "truecolor",
     77    "16m"
     78  ],
     79  "license": "MIT",
     80  "name": "supports-color",
     81  "repository": {
     82    "type": "git",
     83    "url": "git+https://github.com/chalk/supports-color.git"
     84  },
     85  "scripts": {
     86    "test": "xo && ava"
     87  },
     88  "version": "6.1.0"
    5389}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/to-regex-range/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "to-regex-range",
    3   "description": "Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.",
    4   "version": "2.1.1",
    5   "homepage": "https://github.com/micromatch/to-regex-range",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "repository": "micromatch/to-regex-range",
     2  "_args": [
     3    [
     4      "to-regex-range@2.1.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "to-regex-range@2.1.1",
     10  "_id": "to-regex-range@2.1.1",
     11  "_inBundle": false,
     12  "_integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=",
     13  "_location": "/webpack-dev-server/to-regex-range",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "to-regex-range@2.1.1",
     19    "name": "to-regex-range",
     20    "escapedName": "to-regex-range",
     21    "rawSpec": "2.1.1",
     22    "saveSpec": null,
     23    "fetchSpec": "2.1.1"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server/fill-range"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz",
     29  "_spec": "2.1.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Jon Schlinkert",
     33    "url": "https://github.com/jonschlinkert"
     34  },
    835  "bugs": {
    936    "url": "https://github.com/micromatch/to-regex-range/issues"
    10   },
    11   "license": "MIT",
    12   "files": [
    13     "index.js"
    14   ],
    15   "main": "index.js",
    16   "engines": {
    17     "node": ">=0.10.0"
    18   },
    19   "scripts": {
    20     "test": "mocha"
    2137  },
    2238  "dependencies": {
     
    2440    "repeat-string": "^1.6.1"
    2541  },
     42  "description": "Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.",
    2643  "devDependencies": {
    2744    "fill-range": "^3.1.1",
     
    3148    "time-diff": "^0.3.1"
    3249  },
     50  "engines": {
     51    "node": ">=0.10.0"
     52  },
     53  "files": [
     54    "index.js"
     55  ],
     56  "homepage": "https://github.com/micromatch/to-regex-range",
    3357  "keywords": [
    3458    "alpha",
     
    5377    "year"
    5478  ],
     79  "license": "MIT",
     80  "main": "index.js",
     81  "name": "to-regex-range",
     82  "repository": {
     83    "type": "git",
     84    "url": "git+https://github.com/micromatch/to-regex-range.git"
     85  },
     86  "scripts": {
     87    "test": "mocha"
     88  },
    5589  "verb": {
    5690    "related": {
     
    83117      "1-9"
    84118    ]
    85   }
     119  },
     120  "version": "2.1.1"
    86121}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/webpack-dev-middleware/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "webpack-dev-middleware",
    3   "version": "3.7.3",
    4   "description": "A development middleware for webpack",
    5   "license": "MIT",
    6   "repository": "webpack/webpack-dev-middleware",
    7   "author": "Tobias Koppers @sokra",
    8   "homepage": "https://github.com/webpack/webpack-dev-middleware",
    9   "bugs": "https://github.com/webpack/webpack-dev-middleware/issues",
    10   "main": "index.js",
    11   "engines": {
    12     "node": ">= 6"
     2  "_args": [
     3    [
     4      "webpack-dev-middleware@3.7.3",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "webpack-dev-middleware@3.7.3",
     10  "_id": "webpack-dev-middleware@3.7.3",
     11  "_inBundle": false,
     12  "_integrity": "sha512-djelc/zGiz9nZj/U7PTBi2ViorGJXEWo/3ltkPbDyxCXhhEXkW0ce99falaok4TPj+AsxLiXJR0EBOb0zh9fKQ==",
     13  "_location": "/webpack-dev-server/webpack-dev-middleware",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "webpack-dev-middleware@3.7.3",
     19    "name": "webpack-dev-middleware",
     20    "escapedName": "webpack-dev-middleware",
     21    "rawSpec": "3.7.3",
     22    "saveSpec": null,
     23    "fetchSpec": "3.7.3"
    1324  },
    14   "scripts": {
    15     "commitlint": "commitlint --from=master",
    16     "lint": "eslint --cache lib test",
    17     "release": "standard-version",
    18     "security": "npm audit",
    19     "test:only": "jest",
    20     "test:coverage": "npm run test:only -- --coverage",
    21     "test:watch": "npm run test:only --watch",
    22     "pretest": "npm run lint",
    23     "test": "npm run test:coverage",
    24     "defaults": "webpack-defaults"
     25  "_requiredBy": [
     26    "/webpack-dev-server"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-3.7.3.tgz",
     29  "_spec": "3.7.3",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Tobias Koppers @sokra"
    2533  },
    26   "files": [
    27     "lib",
    28     "index.js"
    29   ],
    30   "peerDependencies": {
    31     "webpack": "^4.0.0 || ^5.0.0"
     34  "bugs": {
     35    "url": "https://github.com/webpack/webpack-dev-middleware/issues"
    3236  },
    3337  "dependencies": {
     
    3842    "webpack-log": "^2.0.0"
    3943  },
     44  "description": "A development middleware for webpack",
    4045  "devDependencies": {
    4146    "@babel/cli": "^7.6.2",
     
    6570    "webpack": "^4.41.0"
    6671  },
     72  "engines": {
     73    "node": ">= 6"
     74  },
     75  "files": [
     76    "lib",
     77    "index.js"
     78  ],
     79  "homepage": "https://github.com/webpack/webpack-dev-middleware",
    6780  "keywords": [
    6881    "webpack",
    6982    "middleware",
    7083    "develompent"
    71   ]
     84  ],
     85  "license": "MIT",
     86  "main": "index.js",
     87  "name": "webpack-dev-middleware",
     88  "peerDependencies": {
     89    "webpack": "^4.0.0 || ^5.0.0"
     90  },
     91  "repository": {
     92    "type": "git",
     93    "url": "git+https://github.com/webpack/webpack-dev-middleware.git"
     94  },
     95  "scripts": {
     96    "commitlint": "commitlint --from=master",
     97    "defaults": "webpack-defaults",
     98    "lint": "eslint --cache lib test",
     99    "pretest": "npm run lint",
     100    "release": "standard-version",
     101    "security": "npm audit",
     102    "test": "npm run test:coverage",
     103    "test:coverage": "npm run test:only -- --coverage",
     104    "test:only": "jest",
     105    "test:watch": "npm run test:only --watch"
     106  },
     107  "version": "3.7.3"
    72108}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/wrap-ansi/node_modules/ansi-regex/package.json

    rceaed42 r59329aa  
    11{
    2         "name": "ansi-regex",
    3         "version": "4.1.0",
    4         "description": "Regular expression for matching ANSI escape codes",
    5         "license": "MIT",
    6         "repository": "chalk/ansi-regex",
    7         "author": {
    8                 "name": "Sindre Sorhus",
    9                 "email": "sindresorhus@gmail.com",
    10                 "url": "sindresorhus.com"
    11         },
    12         "engines": {
    13                 "node": ">=6"
    14         },
    15         "scripts": {
    16                 "test": "xo && ava",
    17                 "view-supported": "node fixtures/view-codes.js"
    18         },
    19         "files": [
    20                 "index.js"
    21         ],
    22         "keywords": [
    23                 "ansi",
    24                 "styles",
    25                 "color",
    26                 "colour",
    27                 "colors",
    28                 "terminal",
    29                 "console",
    30                 "cli",
    31                 "string",
    32                 "tty",
    33                 "escape",
    34                 "formatting",
    35                 "rgb",
    36                 "256",
    37                 "shell",
    38                 "xterm",
    39                 "command-line",
    40                 "text",
    41                 "regex",
    42                 "regexp",
    43                 "re",
    44                 "match",
    45                 "test",
    46                 "find",
    47                 "pattern"
    48         ],
    49         "devDependencies": {
    50                 "ava": "^0.25.0",
    51                 "xo": "^0.23.0"
    52         }
     2  "_args": [
     3    [
     4      "ansi-regex@4.1.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "ansi-regex@4.1.0",
     10  "_id": "ansi-regex@4.1.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==",
     13  "_location": "/webpack-dev-server/wrap-ansi/ansi-regex",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "ansi-regex@4.1.0",
     19    "name": "ansi-regex",
     20    "escapedName": "ansi-regex",
     21    "rawSpec": "4.1.0",
     22    "saveSpec": null,
     23    "fetchSpec": "4.1.0"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server/wrap-ansi/strip-ansi"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz",
     29  "_spec": "4.1.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Sindre Sorhus",
     33    "email": "sindresorhus@gmail.com",
     34    "url": "sindresorhus.com"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/chalk/ansi-regex/issues"
     38  },
     39  "description": "Regular expression for matching ANSI escape codes",
     40  "devDependencies": {
     41    "ava": "^0.25.0",
     42    "xo": "^0.23.0"
     43  },
     44  "engines": {
     45    "node": ">=6"
     46  },
     47  "files": [
     48    "index.js"
     49  ],
     50  "homepage": "https://github.com/chalk/ansi-regex#readme",
     51  "keywords": [
     52    "ansi",
     53    "styles",
     54    "color",
     55    "colour",
     56    "colors",
     57    "terminal",
     58    "console",
     59    "cli",
     60    "string",
     61    "tty",
     62    "escape",
     63    "formatting",
     64    "rgb",
     65    "256",
     66    "shell",
     67    "xterm",
     68    "command-line",
     69    "text",
     70    "regex",
     71    "regexp",
     72    "re",
     73    "match",
     74    "test",
     75    "find",
     76    "pattern"
     77  ],
     78  "license": "MIT",
     79  "name": "ansi-regex",
     80  "repository": {
     81    "type": "git",
     82    "url": "git+https://github.com/chalk/ansi-regex.git"
     83  },
     84  "scripts": {
     85    "test": "xo && ava",
     86    "view-supported": "node fixtures/view-codes.js"
     87  },
     88  "version": "4.1.0"
    5389}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/wrap-ansi/node_modules/strip-ansi/package.json

    rceaed42 r59329aa  
    11{
    2         "name": "strip-ansi",
    3         "version": "5.2.0",
    4         "description": "Strip ANSI escape codes from a string",
    5         "license": "MIT",
    6         "repository": "chalk/strip-ansi",
    7         "author": {
    8                 "name": "Sindre Sorhus",
    9                 "email": "sindresorhus@gmail.com",
    10                 "url": "sindresorhus.com"
    11         },
    12         "engines": {
    13                 "node": ">=6"
    14         },
    15         "scripts": {
    16                 "test": "xo && ava && tsd-check"
    17         },
    18         "files": [
    19                 "index.js",
    20                 "index.d.ts"
    21         ],
    22         "keywords": [
    23                 "strip",
    24                 "trim",
    25                 "remove",
    26                 "ansi",
    27                 "styles",
    28                 "color",
    29                 "colour",
    30                 "colors",
    31                 "terminal",
    32                 "console",
    33                 "string",
    34                 "tty",
    35                 "escape",
    36                 "formatting",
    37                 "rgb",
    38                 "256",
    39                 "shell",
    40                 "xterm",
    41                 "log",
    42                 "logging",
    43                 "command-line",
    44                 "text"
    45         ],
    46         "dependencies": {
    47                 "ansi-regex": "^4.1.0"
    48         },
    49         "devDependencies": {
    50                 "ava": "^1.3.1",
    51                 "tsd-check": "^0.5.0",
    52                 "xo": "^0.24.0"
    53         }
     2  "_args": [
     3    [
     4      "strip-ansi@5.2.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "strip-ansi@5.2.0",
     10  "_id": "strip-ansi@5.2.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
     13  "_location": "/webpack-dev-server/wrap-ansi/strip-ansi",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "strip-ansi@5.2.0",
     19    "name": "strip-ansi",
     20    "escapedName": "strip-ansi",
     21    "rawSpec": "5.2.0",
     22    "saveSpec": null,
     23    "fetchSpec": "5.2.0"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server/wrap-ansi"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
     29  "_spec": "5.2.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Sindre Sorhus",
     33    "email": "sindresorhus@gmail.com",
     34    "url": "sindresorhus.com"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/chalk/strip-ansi/issues"
     38  },
     39  "dependencies": {
     40    "ansi-regex": "^4.1.0"
     41  },
     42  "description": "Strip ANSI escape codes from a string",
     43  "devDependencies": {
     44    "ava": "^1.3.1",
     45    "tsd-check": "^0.5.0",
     46    "xo": "^0.24.0"
     47  },
     48  "engines": {
     49    "node": ">=6"
     50  },
     51  "files": [
     52    "index.js",
     53    "index.d.ts"
     54  ],
     55  "homepage": "https://github.com/chalk/strip-ansi#readme",
     56  "keywords": [
     57    "strip",
     58    "trim",
     59    "remove",
     60    "ansi",
     61    "styles",
     62    "color",
     63    "colour",
     64    "colors",
     65    "terminal",
     66    "console",
     67    "string",
     68    "tty",
     69    "escape",
     70    "formatting",
     71    "rgb",
     72    "256",
     73    "shell",
     74    "xterm",
     75    "log",
     76    "logging",
     77    "command-line",
     78    "text"
     79  ],
     80  "license": "MIT",
     81  "name": "strip-ansi",
     82  "repository": {
     83    "type": "git",
     84    "url": "git+https://github.com/chalk/strip-ansi.git"
     85  },
     86  "scripts": {
     87    "test": "xo && ava && tsd-check"
     88  },
     89  "version": "5.2.0"
    5490}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/wrap-ansi/package.json

    rceaed42 r59329aa  
    11{
    2         "name": "wrap-ansi",
    3         "version": "5.1.0",
    4         "description": "Wordwrap a string with ANSI escape codes",
    5         "license": "MIT",
    6         "repository": "chalk/wrap-ansi",
    7         "author": {
    8                 "name": "Sindre Sorhus",
    9                 "email": "sindresorhus@gmail.com",
    10                 "url": "sindresorhus.com"
    11         },
    12         "engines": {
    13                 "node": ">=6"
    14         },
    15         "scripts": {
    16                 "test": "xo && nyc ava"
    17         },
    18         "files": [
    19                 "index.js"
    20         ],
    21         "keywords": [
    22                 "wrap",
    23                 "break",
    24                 "wordwrap",
    25                 "wordbreak",
    26                 "linewrap",
    27                 "ansi",
    28                 "styles",
    29                 "color",
    30                 "colour",
    31                 "colors",
    32                 "terminal",
    33                 "console",
    34                 "cli",
    35                 "string",
    36                 "tty",
    37                 "escape",
    38                 "formatting",
    39                 "rgb",
    40                 "256",
    41                 "shell",
    42                 "xterm",
    43                 "log",
    44                 "logging",
    45                 "command-line",
    46                 "text"
    47         ],
    48         "dependencies": {
    49                 "ansi-styles": "^3.2.0",
    50                 "string-width": "^3.0.0",
    51                 "strip-ansi": "^5.0.0"
    52         },
    53         "devDependencies": {
    54                 "ava": "^1.2.1",
    55                 "chalk": "^2.4.2",
    56                 "coveralls": "^3.0.3",
    57                 "has-ansi": "^3.0.0",
    58                 "nyc": "^13.3.0",
    59                 "xo": "^0.24.0"
    60         }
     2  "_args": [
     3    [
     4      "wrap-ansi@5.1.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "wrap-ansi@5.1.0",
     10  "_id": "wrap-ansi@5.1.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==",
     13  "_location": "/webpack-dev-server/wrap-ansi",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "wrap-ansi@5.1.0",
     19    "name": "wrap-ansi",
     20    "escapedName": "wrap-ansi",
     21    "rawSpec": "5.1.0",
     22    "saveSpec": null,
     23    "fetchSpec": "5.1.0"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server/cliui"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz",
     29  "_spec": "5.1.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Sindre Sorhus",
     33    "email": "sindresorhus@gmail.com",
     34    "url": "sindresorhus.com"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/chalk/wrap-ansi/issues"
     38  },
     39  "dependencies": {
     40    "ansi-styles": "^3.2.0",
     41    "string-width": "^3.0.0",
     42    "strip-ansi": "^5.0.0"
     43  },
     44  "description": "Wordwrap a string with ANSI escape codes",
     45  "devDependencies": {
     46    "ava": "^1.2.1",
     47    "chalk": "^2.4.2",
     48    "coveralls": "^3.0.3",
     49    "has-ansi": "^3.0.0",
     50    "nyc": "^13.3.0",
     51    "xo": "^0.24.0"
     52  },
     53  "engines": {
     54    "node": ">=6"
     55  },
     56  "files": [
     57    "index.js"
     58  ],
     59  "homepage": "https://github.com/chalk/wrap-ansi#readme",
     60  "keywords": [
     61    "wrap",
     62    "break",
     63    "wordwrap",
     64    "wordbreak",
     65    "linewrap",
     66    "ansi",
     67    "styles",
     68    "color",
     69    "colour",
     70    "colors",
     71    "terminal",
     72    "console",
     73    "cli",
     74    "string",
     75    "tty",
     76    "escape",
     77    "formatting",
     78    "rgb",
     79    "256",
     80    "shell",
     81    "xterm",
     82    "log",
     83    "logging",
     84    "command-line",
     85    "text"
     86  ],
     87  "license": "MIT",
     88  "name": "wrap-ansi",
     89  "repository": {
     90    "type": "git",
     91    "url": "git+https://github.com/chalk/wrap-ansi.git"
     92  },
     93  "scripts": {
     94    "test": "xo && nyc ava"
     95  },
     96  "version": "5.1.0"
    6197}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/ws/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "ws",
    3   "version": "6.2.2",
    4   "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
    5   "keywords": [
    6     "HyBi",
    7     "Push",
    8     "RFC-6455",
    9     "WebSocket",
    10     "WebSockets",
    11     "real-time"
     2  "_args": [
     3    [
     4      "ws@6.2.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    127  ],
    13   "homepage": "https://github.com/websockets/ws",
    14   "bugs": "https://github.com/websockets/ws/issues",
    15   "repository": "websockets/ws",
    16   "author": "Einar Otto Stangvik <einaros@gmail.com> (http://2x.io)",
    17   "license": "MIT",
    18   "main": "index.js",
     8  "_development": true,
     9  "_from": "ws@6.2.2",
     10  "_id": "ws@6.2.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==",
     13  "_location": "/webpack-dev-server/ws",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "ws@6.2.2",
     19    "name": "ws",
     20    "escapedName": "ws",
     21    "rawSpec": "6.2.2",
     22    "saveSpec": null,
     23    "fetchSpec": "6.2.2"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/ws/-/ws-6.2.2.tgz",
     29  "_spec": "6.2.2",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Einar Otto Stangvik",
     33    "email": "einaros@gmail.com",
     34    "url": "http://2x.io"
     35  },
    1936  "browser": "browser.js",
    20   "files": [
    21     "browser.js",
    22     "index.js",
    23     "lib/*.js"
    24   ],
    25   "scripts": {
    26     "test": "npm run lint && nyc --reporter=html --reporter=text mocha test/*.test.js",
    27     "integration": "npm run lint && mocha test/*.integration.js",
    28     "lint": "eslint --ignore-path .gitignore . && prettier --check --ignore-path .gitignore \"**/*.{json,md,yml}\""
     37  "bugs": {
     38    "url": "https://github.com/websockets/ws/issues"
    2939  },
    3040  "dependencies": {
    3141    "async-limiter": "~1.0.0"
    3242  },
     43  "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
    3344  "devDependencies": {
    3445    "benchmark": "~2.1.4",
     
    4253    "prettier": "~1.16.1",
    4354    "utf-8-validate": "~5.0.0"
    44   }
     55  },
     56  "files": [
     57    "browser.js",
     58    "index.js",
     59    "lib/*.js"
     60  ],
     61  "homepage": "https://github.com/websockets/ws",
     62  "keywords": [
     63    "HyBi",
     64    "Push",
     65    "RFC-6455",
     66    "WebSocket",
     67    "WebSockets",
     68    "real-time"
     69  ],
     70  "license": "MIT",
     71  "main": "index.js",
     72  "name": "ws",
     73  "repository": {
     74    "type": "git",
     75    "url": "git+https://github.com/websockets/ws.git"
     76  },
     77  "scripts": {
     78    "integration": "npm run lint && mocha test/*.integration.js",
     79    "lint": "eslint --ignore-path .gitignore . && prettier --check --ignore-path .gitignore \"**/*.{json,md,yml}\"",
     80    "test": "npm run lint && nyc --reporter=html --reporter=text mocha test/*.test.js"
     81  },
     82  "version": "6.2.2"
    4583}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/y18n/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "y18n",
    3   "version": "4.0.3",
    4   "description": "the bare-bones internationalization library used by yargs",
    5   "main": "index.js",
    6   "scripts": {
    7     "pretest": "standard",
    8     "test": "nyc mocha",
    9     "coverage": "nyc report --reporter=text-lcov | coveralls",
    10     "release": "standard-version"
     2  "_args": [
     3    [
     4      "y18n@4.0.3",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "y18n@4.0.3",
     10  "_id": "y18n@4.0.3",
     11  "_inBundle": false,
     12  "_integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==",
     13  "_location": "/webpack-dev-server/y18n",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "y18n@4.0.3",
     19    "name": "y18n",
     20    "escapedName": "y18n",
     21    "rawSpec": "4.0.3",
     22    "saveSpec": null,
     23    "fetchSpec": "4.0.3"
    1124  },
    12   "repository": {
    13     "type": "git",
    14     "url": "git@github.com:yargs/y18n.git"
     25  "_requiredBy": [
     26    "/webpack-dev-server/yargs"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
     29  "_spec": "4.0.3",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Ben Coe",
     33    "email": "ben@npmjs.com"
    1534  },
    16   "files": [
    17     "index.js"
    18   ],
    19   "keywords": [
    20     "i18n",
    21     "internationalization",
    22     "yargs"
    23   ],
    24   "author": "Ben Coe <ben@npmjs.com>",
    25   "license": "ISC",
    2635  "bugs": {
    2736    "url": "https://github.com/yargs/y18n/issues"
    2837  },
    29   "homepage": "https://github.com/yargs/y18n",
     38  "description": "the bare-bones internationalization library used by yargs",
    3039  "devDependencies": {
    3140    "chai": "^4.0.1",
     
    3645    "standard": "^10.0.0-beta.0",
    3746    "standard-version": "^4.2.0"
    38   }
     47  },
     48  "files": [
     49    "index.js"
     50  ],
     51  "homepage": "https://github.com/yargs/y18n",
     52  "keywords": [
     53    "i18n",
     54    "internationalization",
     55    "yargs"
     56  ],
     57  "license": "ISC",
     58  "main": "index.js",
     59  "name": "y18n",
     60  "repository": {
     61    "type": "git",
     62    "url": "git+ssh://git@github.com/yargs/y18n.git"
     63  },
     64  "scripts": {
     65    "coverage": "nyc report --reporter=text-lcov | coveralls",
     66    "pretest": "standard",
     67    "release": "standard-version",
     68    "test": "nyc mocha"
     69  },
     70  "version": "4.0.3"
    3971}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/yargs-parser/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "yargs-parser",
    3   "version": "13.1.2",
     2  "_args": [
     3    [
     4      "yargs-parser@13.1.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "yargs-parser@13.1.2",
     10  "_id": "yargs-parser@13.1.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==",
     13  "_location": "/webpack-dev-server/yargs-parser",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "yargs-parser@13.1.2",
     19    "name": "yargs-parser",
     20    "escapedName": "yargs-parser",
     21    "rawSpec": "13.1.2",
     22    "saveSpec": null,
     23    "fetchSpec": "13.1.2"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server/yargs"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz",
     29  "_spec": "13.1.2",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Ben Coe",
     33    "email": "ben@npmjs.com"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/yargs/yargs-parser/issues"
     37  },
     38  "dependencies": {
     39    "camelcase": "^5.0.0",
     40    "decamelize": "^1.2.0"
     41  },
    442  "description": "the mighty option parser used by yargs",
    5   "main": "index.js",
    6   "scripts": {
    7     "test": "nyc mocha test/*.js",
    8     "posttest": "standard",
    9     "coverage": "nyc report --reporter=text-lcov | coveralls",
    10     "release": "standard-version"
     43  "devDependencies": {
     44    "chai": "^4.2.0",
     45    "coveralls": "^3.0.2",
     46    "mocha": "^5.2.0",
     47    "nyc": "^14.1.0",
     48    "standard": "^12.0.1",
     49    "standard-version": "^6.0.0"
    1150  },
    12   "repository": {
    13     "url": "git@github.com:yargs/yargs-parser.git"
     51  "engine": {
     52    "node": ">=6"
    1453  },
     54  "files": [
     55    "lib",
     56    "index.js"
     57  ],
     58  "homepage": "https://github.com/yargs/yargs-parser#readme",
    1559  "keywords": [
    1660    "argument",
     
    2468    "argument"
    2569  ],
    26   "author": "Ben Coe <ben@npmjs.com>",
    2770  "license": "ISC",
    28   "devDependencies": {
    29     "chai": "^4.2.0",
    30     "coveralls": "^3.0.2",
    31     "mocha": "^5.2.0",
    32     "nyc": "^14.1.0",
    33     "standard": "^12.0.1",
    34     "standard-version": "^6.0.0"
     71  "main": "index.js",
     72  "name": "yargs-parser",
     73  "repository": {
     74    "url": "git+ssh://git@github.com/yargs/yargs-parser.git"
    3575  },
    36   "dependencies": {
    37     "camelcase": "^5.0.0",
    38     "decamelize": "^1.2.0"
     76  "scripts": {
     77    "coverage": "nyc report --reporter=text-lcov | coveralls",
     78    "posttest": "standard",
     79    "release": "standard-version",
     80    "test": "nyc mocha test/*.js"
    3981  },
    40   "files": [
    41     "lib",
    42     "index.js"
    43   ],
    44   "engine": {
    45     "node": ">=6"
    46   }
     82  "version": "13.1.2"
    4783}
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/yargs/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "yargs",
    3   "version": "13.3.2",
    4   "description": "yargs the modern, pirate-themed, successor to optimist.",
    5   "main": "./index.js",
     2  "_args": [
     3    [
     4      "yargs@13.3.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "yargs@13.3.2",
     10  "_id": "yargs@13.3.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==",
     13  "_location": "/webpack-dev-server/yargs",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "yargs@13.3.2",
     19    "name": "yargs",
     20    "escapedName": "yargs",
     21    "rawSpec": "13.3.2",
     22    "saveSpec": null,
     23    "fetchSpec": "13.3.2"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz",
     29  "_spec": "13.3.2",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "bugs": {
     32    "url": "https://github.com/yargs/yargs/issues"
     33  },
    634  "contributors": [
    735    {
     
    937      "url": "https://github.com/yargs/yargs/graphs/contributors"
    1038    }
    11   ],
    12   "files": [
    13     "index.js",
    14     "yargs.js",
    15     "lib",
    16     "locales",
    17     "completion.sh.hbs",
    18     "completion.zsh.hbs",
    19     "LICENSE"
    2039  ],
    2140  "dependencies": {
     
    3150    "yargs-parser": "^13.1.2"
    3251  },
     52  "description": "yargs the modern, pirate-themed, successor to optimist.",
    3353  "devDependencies": {
    3454    "chai": "^4.2.0",
     
    4767    "yargs-test-extends": "^1.0.1"
    4868  },
    49   "scripts": {
    50     "pretest": "standard",
    51     "test": "nyc --cache mocha --require ./test/before.js --timeout=12000 --check-leaks",
    52     "coverage": "nyc report --reporter=text-lcov | coveralls",
    53     "release": "standard-version"
     69  "engine": {
     70    "node": ">=6"
    5471  },
    55   "repository": {
    56     "type": "git",
    57     "url": "https://github.com/yargs/yargs.git"
    58   },
     72  "files": [
     73    "index.js",
     74    "yargs.js",
     75    "lib",
     76    "locales",
     77    "completion.sh.hbs",
     78    "completion.zsh.hbs",
     79    "LICENSE"
     80  ],
    5981  "homepage": "https://yargs.js.org/",
    60   "standard": {
    61     "ignore": [
    62       "**/example/**"
    63     ]
    64   },
    6582  "keywords": [
    6683    "argument",
     
    7390  ],
    7491  "license": "MIT",
    75   "engine": {
    76     "node": ">=6"
    77   }
     92  "main": "./index.js",
     93  "name": "yargs",
     94  "repository": {
     95    "type": "git",
     96    "url": "git+https://github.com/yargs/yargs.git"
     97  },
     98  "scripts": {
     99    "coverage": "nyc report --reporter=text-lcov | coveralls",
     100    "pretest": "standard",
     101    "release": "standard-version",
     102    "test": "nyc --cache mocha --require ./test/before.js --timeout=12000 --check-leaks"
     103  },
     104  "standard": {
     105    "ignore": [
     106      "**/example/**"
     107    ]
     108  },
     109  "version": "13.3.2"
    78110}
  • trip-planner-front/node_modules/webpack-dev-server/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "webpack-dev-server",
    3   "version": "3.11.2",
    4   "description": "Serves a webpack app. Updates the browser on changes.",
    5   "bin": "bin/webpack-dev-server.js",
    6   "main": "lib/Server.js",
    7   "files": [
    8     "bin",
    9     "lib",
    10     "ssl",
    11     "client"
     2  "_args": [
     3    [
     4      "webpack-dev-server@3.11.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    127  ],
    13   "engines": {
    14     "node": ">= 6.11.5"
    15   },
    16   "scripts": {
    17     "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css}\" --list-different",
    18     "lint:js": "eslint . --cache",
    19     "lint": "npm-run-all -l -p \"lint:**\"",
    20     "lint:type": "tsc --noEmit",
    21     "commitlint": "commitlint --from=master",
    22     "security": "npm audit",
    23     "test:only": "jest --forceExit",
    24     "test:coverage": "npm run test:only -- --coverage",
    25     "test:watch": "npm run test:coverage --watch",
    26     "test": "npm run test:coverage",
    27     "pretest": "npm run lint",
    28     "prepare": "rimraf ./ssl/*.pem && npm run build:client",
    29     "build:client:default": "babel client-src/default --out-dir client --ignore \"./client-src/default/*.config.js\"",
    30     "build:client:clients": "babel client-src/clients --out-dir client/clients",
    31     "build:client:index": "webpack ./client-src/default/index.js -o client/index.bundle.js --color --config client-src/default/webpack.config.js",
    32     "build:client:live": "webpack ./client-src/live/index.js -o client/live.bundle.js --color --config client-src/live/webpack.config.js",
    33     "build:client:sockjs": "webpack ./client-src/sockjs/index.js -o client/sockjs.bundle.js --color --config client-src/sockjs/webpack.config.js",
    34     "build:client": "rimraf ./client/* && npm-run-all -s -l -p \"build:client:**\"",
    35     "webpack-dev-server": "node examples/run-example.js",
    36     "release": "standard-version"
     8  "_development": true,
     9  "_from": "webpack-dev-server@3.11.2",
     10  "_id": "webpack-dev-server@3.11.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-A80BkuHRQfCiNtGBS1EMf2ChTUs0x+B3wGDFmOeT4rmJOHhHTCH2naNxIHhmkr0/UillP4U3yeIyv1pNp+QDLQ==",
     13  "_location": "/webpack-dev-server",
     14  "_phantomChildren": {
     15    "ajv-errors": "1.0.1",
     16    "ansi-styles": "3.2.1",
     17    "arr-diff": "4.0.0",
     18    "arr-flatten": "1.1.0",
     19    "array-unique": "0.3.2",
     20    "async-each": "1.0.3",
     21    "async-limiter": "1.0.1",
     22    "bindings": "1.5.0",
     23    "camelcase": "5.3.1",
     24    "core-util-is": "1.0.2",
     25    "decamelize": "1.2.0",
     26    "define-property": "2.0.2",
     27    "extend-shallow": "3.0.2",
     28    "extglob": "2.0.4",
     29    "fast-deep-equal": "3.1.3",
     30    "fast-json-stable-stringify": "2.1.0",
     31    "fragment-cache": "0.2.1",
     32    "get-caller-file": "2.0.5",
     33    "graceful-fs": "4.2.8",
     34    "has-flag": "3.0.0",
     35    "inherits": "2.0.4",
     36    "is-buffer": "1.1.6",
     37    "is-extglob": "2.1.1",
     38    "is-glob": "4.0.3",
     39    "isarray": "1.0.0",
     40    "isobject": "3.0.1",
     41    "kind-of": "6.0.3",
     42    "memory-fs": "0.4.1",
     43    "mime": "2.5.2",
     44    "minimist": "1.2.5",
     45    "nan": "2.15.0",
     46    "nanomatch": "1.2.13",
     47    "normalize-path": "3.0.0",
     48    "object.pick": "1.3.0",
     49    "p-try": "2.2.0",
     50    "path-dirname": "1.0.2",
     51    "path-is-absolute": "1.0.1",
     52    "process-nextick-args": "2.0.1",
     53    "range-parser": "1.2.1",
     54    "regex-not": "1.0.2",
     55    "remove-trailing-separator": "1.1.0",
     56    "repeat-element": "1.1.4",
     57    "repeat-string": "1.6.1",
     58    "require-directory": "2.1.1",
     59    "require-main-filename": "2.0.0",
     60    "safe-buffer": "5.1.2",
     61    "set-blocking": "2.0.0",
     62    "snapdragon": "0.8.2",
     63    "snapdragon-node": "2.1.1",
     64    "split-string": "3.1.0",
     65    "to-regex": "3.0.2",
     66    "upath": "1.2.0",
     67    "uri-js": "4.4.1",
     68    "util-deprecate": "1.0.2",
     69    "webpack-log": "2.0.0",
     70    "which-module": "2.0.0"
     71  },
     72  "_requested": {
     73    "type": "version",
     74    "registry": true,
     75    "raw": "webpack-dev-server@3.11.2",
     76    "name": "webpack-dev-server",
     77    "escapedName": "webpack-dev-server",
     78    "rawSpec": "3.11.2",
     79    "saveSpec": null,
     80    "fetchSpec": "3.11.2"
     81  },
     82  "_requiredBy": [
     83    "/@angular-devkit/build-angular"
     84  ],
     85  "_resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-3.11.2.tgz",
     86  "_spec": "3.11.2",
     87  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     88  "author": {
     89    "name": "Tobias Koppers @sokra"
     90  },
     91  "bin": {
     92    "webpack-dev-server": "bin/webpack-dev-server.js"
     93  },
     94  "bugs": {
     95    "url": "https://github.com/webpack/webpack-dev-server/issues"
    3796  },
    3897  "dependencies": {
     
    71130    "yargs": "^13.3.2"
    72131  },
     132  "description": "Serves a webpack app. Updates the browser on changes.",
    73133  "devDependencies": {
    74134    "@babel/cli": "^7.8.4",
     
    114174    "webpack-cli": "^3.3.11"
    115175  },
     176  "engines": {
     177    "node": ">= 6.11.5"
     178  },
     179  "files": [
     180    "bin",
     181    "lib",
     182    "ssl",
     183    "client"
     184  ],
     185  "homepage": "https://github.com/webpack/webpack-dev-server#readme",
     186  "license": "MIT",
     187  "main": "lib/Server.js",
     188  "name": "webpack-dev-server",
    116189  "peerDependencies": {
    117190    "webpack": "^4.0.0 || ^5.0.0"
     
    122195    }
    123196  },
    124   "author": "Tobias Koppers @sokra",
    125   "bugs": "https://github.com/webpack/webpack-dev-server/issues",
    126   "homepage": "https://github.com/webpack/webpack-dev-server#readme",
    127   "repository": "https://github.com/webpack/webpack-dev-server.git",
    128   "license": "MIT"
     197  "repository": {
     198    "type": "git",
     199    "url": "git+https://github.com/webpack/webpack-dev-server.git"
     200  },
     201  "scripts": {
     202    "build:client": "rimraf ./client/* && npm-run-all -s -l -p \"build:client:**\"",
     203    "build:client:clients": "babel client-src/clients --out-dir client/clients",
     204    "build:client:default": "babel client-src/default --out-dir client --ignore \"./client-src/default/*.config.js\"",
     205    "build:client:index": "webpack ./client-src/default/index.js -o client/index.bundle.js --color --config client-src/default/webpack.config.js",
     206    "build:client:live": "webpack ./client-src/live/index.js -o client/live.bundle.js --color --config client-src/live/webpack.config.js",
     207    "build:client:sockjs": "webpack ./client-src/sockjs/index.js -o client/sockjs.bundle.js --color --config client-src/sockjs/webpack.config.js",
     208    "commitlint": "commitlint --from=master",
     209    "lint": "npm-run-all -l -p \"lint:**\"",
     210    "lint:js": "eslint . --cache",
     211    "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css}\" --list-different",
     212    "lint:type": "tsc --noEmit",
     213    "prepare": "rimraf ./ssl/*.pem && npm run build:client",
     214    "pretest": "npm run lint",
     215    "release": "standard-version",
     216    "security": "npm audit",
     217    "test": "npm run test:coverage",
     218    "test:coverage": "npm run test:only -- --coverage",
     219    "test:only": "jest --forceExit",
     220    "test:watch": "npm run test:coverage --watch",
     221    "webpack-dev-server": "node examples/run-example.js"
     222  },
     223  "version": "3.11.2"
    129224}
Note: See TracChangeset for help on using the changeset viewer.