Changeset 59329aa for trip-planner-front/node_modules/http-proxy-middleware
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- Location:
- trip-planner-front/node_modules/http-proxy-middleware
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/http-proxy-middleware/node_modules/braces/node_modules/extend-shallow/package.json
rceaed42 r59329aa 1 1 { 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": "/http-proxy-middleware/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 "/http-proxy-middleware/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 }, 8 35 "bugs": { 9 36 "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"21 37 }, 22 38 "dependencies": { 23 39 "is-extendable": "^0.1.0" 24 40 }, 41 "description": "Extend an object with the properties of additional objects. node.js/javascript util.", 25 42 "devDependencies": { 26 43 "array-slice": "^0.2.3", … … 35 52 "should": "^7.0.1" 36 53 }, 54 "engines": { 55 "node": ">=0.10.0" 56 }, 57 "files": [ 58 "index.js" 59 ], 60 "homepage": "https://github.com/jonschlinkert/extend-shallow", 37 61 "keywords": [ 38 62 "assign", … … 53 77 "utils", 54 78 "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" 56 91 } -
trip-planner-front/node_modules/http-proxy-middleware/node_modules/braces/package.json
rceaed42 r59329aa 1 1 { 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 ] 13 7 ], 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": "/http-proxy-middleware/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 "/http-proxy-middleware/micromatch" 29 ], 30 "_resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", 31 "_spec": "2.3.2", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 33 "author": { 34 "name": "Jon Schlinkert", 35 "url": "https://github.com/jonschlinkert" 36 }, 15 37 "bugs": { 16 38 "url": "https://github.com/micromatch/braces/issues" 17 39 }, 18 "license": "MIT", 19 "files": [ 20 "index.js", 21 "lib" 40 "contributors": [ 41 { 42 "name": "Brian Woodward", 43 "url": "https://twitter.com/doowb" 44 }, 45 { 46 "name": "Elan Shanker", 47 "url": "https://github.com/es128" 48 }, 49 { 50 "name": "Eugene Sharygin", 51 "url": "https://github.com/eush77" 52 }, 53 { 54 "name": "hemanth.hm", 55 "url": "http://h3manth.com" 56 }, 57 { 58 "name": "Jon Schlinkert", 59 "url": "http://twitter.com/jonschlinkert" 60 } 22 61 ], 23 "main": "index.js",24 "engines": {25 "node": ">=0.10.0"26 },27 "scripts": {28 "test": "mocha",29 "benchmark": "node benchmark"30 },31 62 "dependencies": { 32 63 "arr-flatten": "^1.1.0", … … 41 72 "to-regex": "^3.0.1" 42 73 }, 74 "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.", 43 75 "devDependencies": { 44 76 "ansi-cyan": "^0.1.1", … … 60 92 "yargs-parser": "^8.0.0" 61 93 }, 94 "engines": { 95 "node": ">=0.10.0" 96 }, 97 "files": [ 98 "index.js", 99 "lib" 100 ], 101 "homepage": "https://github.com/micromatch/braces", 62 102 "keywords": [ 63 103 "alpha", … … 84 124 "sh" 85 125 ], 126 "license": "MIT", 127 "main": "index.js", 128 "name": "braces", 129 "repository": { 130 "type": "git", 131 "url": "git+https://github.com/micromatch/braces.git" 132 }, 133 "scripts": { 134 "benchmark": "node benchmark", 135 "test": "mocha" 136 }, 86 137 "verb": { 87 138 "toc": false, … … 105 156 ] 106 157 } 107 } 158 }, 159 "version": "2.3.2" 108 160 } -
trip-planner-front/node_modules/http-proxy-middleware/node_modules/fill-range/node_modules/extend-shallow/package.json
rceaed42 r59329aa 1 1 { 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": "/http-proxy-middleware/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 "/http-proxy-middleware/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 }, 8 35 "bugs": { 9 36 "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"21 37 }, 22 38 "dependencies": { 23 39 "is-extendable": "^0.1.0" 24 40 }, 41 "description": "Extend an object with the properties of additional objects. node.js/javascript util.", 25 42 "devDependencies": { 26 43 "array-slice": "^0.2.3", … … 35 52 "should": "^7.0.1" 36 53 }, 54 "engines": { 55 "node": ">=0.10.0" 56 }, 57 "files": [ 58 "index.js" 59 ], 60 "homepage": "https://github.com/jonschlinkert/extend-shallow", 37 61 "keywords": [ 38 62 "assign", … … 53 77 "utils", 54 78 "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" 56 91 } -
trip-planner-front/node_modules/http-proxy-middleware/node_modules/fill-range/package.json
rceaed42 r59329aa 1 1 { 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 ] 12 7 ], 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": "/http-proxy-middleware/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 "/http-proxy-middleware/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 }, 14 37 "bugs": { 15 38 "url": "https://github.com/jonschlinkert/fill-range/issues" 16 39 }, 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 } 20 60 ], 21 "main": "index.js",22 "engines": {23 "node": ">=0.10.0"24 },25 "scripts": {26 "test": "mocha"27 },28 61 "dependencies": { 29 62 "extend-shallow": "^2.0.1", … … 32 65 "to-regex-range": "^2.1.0" 33 66 }, 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`", 34 68 "devDependencies": { 35 69 "ansi-cyan": "^0.1.1", … … 39 73 "mocha": "^3.2.0" 40 74 }, 75 "engines": { 76 "node": ">=0.10.0" 77 }, 78 "files": [ 79 "index.js" 80 ], 81 "homepage": "https://github.com/jonschlinkert/fill-range", 41 82 "keywords": [ 42 83 "alpha", … … 59 100 "sh" 60 101 ], 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 }, 61 112 "verb": { 62 113 "related": { … … 79 130 "reflinks": true 80 131 } 81 } 132 }, 133 "version": "4.0.0" 82 134 } -
trip-planner-front/node_modules/http-proxy-middleware/node_modules/is-extendable/package.json
rceaed42 r59329aa 1 1 { 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": "/http-proxy-middleware/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 "/http-proxy-middleware/braces/extend-shallow", 27 "/http-proxy-middleware/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 }, 8 36 "bugs": { 9 37 "url": "https://github.com/jonschlinkert/is-extendable/issues" 10 38 }, 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 }, 12 46 "files": [ 13 47 "index.js" 14 48 ], 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", 25 50 "keywords": [ 26 51 "array", … … 36 61 "test" 37 62 ], 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 }, 38 73 "verbiage": { 39 74 "related": { … … 48 83 ] 49 84 } 50 } 85 }, 86 "version": "0.1.1" 51 87 } -
trip-planner-front/node_modules/http-proxy-middleware/node_modules/is-number/node_modules/kind-of/package.json
rceaed42 r59329aa 1 1 { 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 ] 14 7 ], 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": "/http-proxy-middleware/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 "/http-proxy-middleware/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 }, 16 35 "bugs": { 17 36 "url": "https://github.com/jonschlinkert/kind-of/issues" 18 37 }, 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 } 22 63 ], 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 },31 64 "dependencies": { 32 65 "is-buffer": "^1.1.5" 33 66 }, 67 "description": "Get the native type of a value.", 34 68 "devDependencies": { 35 69 "ansi-bold": "^0.1.1", … … 42 76 "typeof": "^1.0.0" 43 77 }, 78 "engines": { 79 "node": ">=0.10.0" 80 }, 81 "files": [ 82 "index.js" 83 ], 84 "homepage": "https://github.com/jonschlinkert/kind-of", 44 85 "keywords": [ 45 86 "arguments", … … 65 106 "types" 66 107 ], 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 }, 67 119 "verb": { 68 120 "related": { … … 87 139 "verb" 88 140 ] 89 } 141 }, 142 "version": "3.2.2" 90 143 } -
trip-planner-front/node_modules/http-proxy-middleware/node_modules/is-number/package.json
rceaed42 r59329aa 1 1 { 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 ] 10 7 ], 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": "/http-proxy-middleware/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 "/http-proxy-middleware/fill-range", 29 "/http-proxy-middleware/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 }, 12 38 "bugs": { 13 39 "url": "https://github.com/jonschlinkert/is-number/issues" 14 40 }, 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 } 18 51 ], 19 "main": "index.js",20 "engines": {21 "node": ">=0.10.0"22 },23 "scripts": {24 "test": "mocha"25 },26 52 "dependencies": { 27 53 "kind-of": "^3.0.2" 28 54 }, 55 "description": "Returns true if the value is a number. comprehensive tests.", 29 56 "devDependencies": { 30 57 "benchmarked": "^0.2.5", … … 33 60 "mocha": "^3.0.2" 34 61 }, 62 "engines": { 63 "node": ">=0.10.0" 64 }, 65 "files": [ 66 "index.js" 67 ], 68 "homepage": "https://github.com/jonschlinkert/is-number", 35 69 "keywords": [ 36 70 "check", … … 54 88 "value" 55 89 ], 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 }, 56 100 "verb": { 57 101 "related": { … … 80 124 "verb-generate-readme" 81 125 ] 82 } 126 }, 127 "version": "3.0.0" 83 128 } -
trip-planner-front/node_modules/http-proxy-middleware/node_modules/micromatch/package.json
rceaed42 r59329aa 1 1 { 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": "/http-proxy-middleware/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 "/http-proxy-middleware" 27 ], 28 "_resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", 29 "_spec": "3.1.10", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Jon Schlinkert", 33 "url": "https://github.com/jonschlinkert" 34 }, 23 35 "bugs": { 24 36 "url": "https://github.com/micromatch/micromatch/issues" 25 37 }, 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 }, 38 "contributors": [ 39 { 40 "name": "Amila Welihinda", 41 "url": "amilajack.com" 42 }, 43 { 44 "name": "Bogdan Chadkin", 45 "url": "https://github.com/TrySound" 46 }, 47 { 48 "name": "Brian Woodward", 49 "url": "https://twitter.com/doowb" 50 }, 51 { 52 "name": "Devon Govett", 53 "url": "http://badassjs.com" 54 }, 55 { 56 "name": "Elan Shanker", 57 "url": "https://github.com/es128" 58 }, 59 { 60 "name": "Fabrício Matté", 61 "url": "https://ultcombo.js.org" 62 }, 63 { 64 "name": "Jon Schlinkert", 65 "url": "http://twitter.com/jonschlinkert" 66 }, 67 { 68 "name": "Martin Kolárik", 69 "url": "https://kolarik.sk" 70 }, 71 { 72 "name": "Olsten Larck", 73 "url": "https://i.am.charlike.online" 74 }, 75 { 76 "name": "Paul Miller", 77 "url": "paulmillr.com" 78 }, 79 { 80 "name": "Tom Byrer", 81 "url": "https://github.com/tomByrer" 82 }, 83 { 84 "name": "Tyler Akins", 85 "url": "http://rumkin.com" 86 }, 87 { 88 "url": "https://github.com/DianeLooney" 89 } 90 ], 38 91 "dependencies": { 39 92 "arr-diff": "^4.0.0", … … 51 104 "to-regex": "^3.0.2" 52 105 }, 106 "description": "Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.", 53 107 "devDependencies": { 54 108 "bash-match": "^1.0.2", … … 65 119 "multimatch": "^2.1.0" 66 120 }, 121 "engines": { 122 "node": ">=0.10.0" 123 }, 124 "files": [ 125 "index.js", 126 "lib" 127 ], 128 "homepage": "https://github.com/micromatch/micromatch", 67 129 "keywords": [ 68 130 "bash", … … 94 156 "wildcard" 95 157 ], 158 "license": "MIT", 96 159 "lintDeps": { 97 160 "dependencies": { … … 111 174 } 112 175 } 176 }, 177 "main": "index.js", 178 "name": "micromatch", 179 "repository": { 180 "type": "git", 181 "url": "git+https://github.com/micromatch/micromatch.git" 182 }, 183 "scripts": { 184 "test": "mocha" 113 185 }, 114 186 "verb": { … … 144 216 "snapdragon" 145 217 ] 146 } 218 }, 219 "version": "3.1.10" 147 220 } -
trip-planner-front/node_modules/http-proxy-middleware/node_modules/to-regex-range/package.json
rceaed42 r59329aa 1 1 { 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": "/http-proxy-middleware/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 "/http-proxy-middleware/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 }, 8 35 "bugs": { 9 36 "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"21 37 }, 22 38 "dependencies": { … … 24 40 "repeat-string": "^1.6.1" 25 41 }, 42 "description": "Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.", 26 43 "devDependencies": { 27 44 "fill-range": "^3.1.1", … … 31 48 "time-diff": "^0.3.1" 32 49 }, 50 "engines": { 51 "node": ">=0.10.0" 52 }, 53 "files": [ 54 "index.js" 55 ], 56 "homepage": "https://github.com/micromatch/to-regex-range", 33 57 "keywords": [ 34 58 "alpha", … … 53 77 "year" 54 78 ], 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 }, 55 89 "verb": { 56 90 "related": { … … 83 117 "1-9" 84 118 ] 85 } 119 }, 120 "version": "2.1.1" 86 121 } -
trip-planner-front/node_modules/http-proxy-middleware/package.json
rceaed42 r59329aa 1 1 { 2 "name": "http-proxy-middleware", 3 "version": "0.19.1", 4 "description": "The one-liner node.js proxy middleware for connect, express and browser-sync", 5 "main": "index.js", 6 "files": [ 7 "index.js", 8 "lib" 2 "_args": [ 3 [ 4 "http-proxy-middleware@0.19.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 9 7 ], 10 "scripts": { 11 "clean": "rm -rf coverage", 12 "lint": "prettier \"**/*.{js,md}\" --list-different", 13 "lint:fix": "prettier \"**/*.{js,md}\" --write", 14 "test": "npm run lint && mocha --recursive --colors --reporter spec", 15 "cover": "npm run clean && istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive", 16 "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --recursive --reporter spec && istanbul-coveralls && npm run clean" 8 "_development": true, 9 "_from": "http-proxy-middleware@0.19.1", 10 "_id": "http-proxy-middleware@0.19.1", 11 "_inBundle": false, 12 "_integrity": "sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q==", 13 "_location": "/http-proxy-middleware", 14 "_phantomChildren": { 15 "arr-diff": "4.0.0", 16 "arr-flatten": "1.1.0", 17 "array-unique": "0.3.2", 18 "define-property": "2.0.2", 19 "extend-shallow": "3.0.2", 20 "extglob": "2.0.4", 21 "fragment-cache": "0.2.1", 22 "is-buffer": "1.1.6", 23 "isobject": "3.0.1", 24 "kind-of": "6.0.3", 25 "nanomatch": "1.2.13", 26 "object.pick": "1.3.0", 27 "regex-not": "1.0.2", 28 "repeat-element": "1.1.4", 29 "repeat-string": "1.6.1", 30 "snapdragon": "0.8.2", 31 "snapdragon-node": "2.1.1", 32 "split-string": "3.1.0", 33 "to-regex": "3.0.2" 17 34 }, 18 "repository": { 19 "type": "git", 20 "url": "https://github.com/chimurai/http-proxy-middleware.git" 35 "_requested": { 36 "type": "version", 37 "registry": true, 38 "raw": "http-proxy-middleware@0.19.1", 39 "name": "http-proxy-middleware", 40 "escapedName": "http-proxy-middleware", 41 "rawSpec": "0.19.1", 42 "saveSpec": null, 43 "fetchSpec": "0.19.1" 21 44 }, 22 "keywords": [ 23 "reverse", 24 "proxy", 25 "middleware", 26 "http", 27 "https", 28 "connect", 29 "express", 30 "browser-sync", 31 "gulp", 32 "grunt-contrib-connect", 33 "websocket", 34 "ws", 35 "cors" 45 "_requiredBy": [ 46 "/webpack-dev-server" 36 47 ], 37 "author": "Steven Chim", 38 "license": "MIT", 48 "_resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz", 49 "_spec": "0.19.1", 50 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 51 "author": { 52 "name": "Steven Chim" 53 }, 39 54 "bugs": { 40 55 "url": "https://github.com/chimurai/http-proxy-middleware/issues" 41 56 }, 42 "homepage": "https://github.com/chimurai/http-proxy-middleware", 57 "commitlint": { 58 "extends": [ 59 "@commitlint/config-conventional" 60 ] 61 }, 62 "dependencies": { 63 "http-proxy": "^1.17.0", 64 "is-glob": "^4.0.0", 65 "lodash": "^4.17.11", 66 "micromatch": "^3.1.10" 67 }, 68 "description": "The one-liner node.js proxy middleware for connect, express and browser-sync", 43 69 "devDependencies": { 44 70 "@commitlint/cli": "^7.2.1", … … 59 85 "ws": "^6.1.2" 60 86 }, 61 "dependencies": {62 "http-proxy": "^1.17.0",63 "is-glob": "^4.0.0",64 "lodash": "^4.17.11",65 "micromatch": "^3.1.10"66 },67 87 "engines": { 68 88 "node": ">=4.0.0" 69 89 }, 90 "files": [ 91 "index.js", 92 "lib" 93 ], 94 "homepage": "https://github.com/chimurai/http-proxy-middleware", 70 95 "husky": { 71 96 "hooks": { … … 74 99 } 75 100 }, 76 "commitlint": { 77 "extends": [ 78 "@commitlint/config-conventional" 79 ] 80 } 101 "keywords": [ 102 "reverse", 103 "proxy", 104 "middleware", 105 "http", 106 "https", 107 "connect", 108 "express", 109 "browser-sync", 110 "gulp", 111 "grunt-contrib-connect", 112 "websocket", 113 "ws", 114 "cors" 115 ], 116 "license": "MIT", 117 "main": "index.js", 118 "name": "http-proxy-middleware", 119 "repository": { 120 "type": "git", 121 "url": "git+https://github.com/chimurai/http-proxy-middleware.git" 122 }, 123 "scripts": { 124 "clean": "rm -rf coverage", 125 "cover": "npm run clean && istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive", 126 "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --recursive --reporter spec && istanbul-coveralls && npm run clean", 127 "lint": "prettier \"**/*.{js,md}\" --list-different", 128 "lint:fix": "prettier \"**/*.{js,md}\" --write", 129 "test": "npm run lint && mocha --recursive --colors --reporter spec" 130 }, 131 "version": "0.19.1" 81 132 }
Note:
See TracChangeset
for help on using the changeset viewer.