Changeset 59329aa for trip-planner-front/node_modules/expand-brackets
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- Location:
- trip-planner-front/node_modules/expand-brackets
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/expand-brackets/node_modules/debug/package.json
rceaed42 r59329aa 1 1 { 2 "name": "debug", 3 "version": "2.6.9", 4 "repository": { 5 "type": "git", 6 "url": "git://github.com/visionmedia/debug.git" 2 "_args": [ 3 [ 4 "debug@2.6.9", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "debug@2.6.9", 10 "_id": "debug@2.6.9", 11 "_inBundle": false, 12 "_integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", 13 "_location": "/expand-brackets/debug", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "debug@2.6.9", 19 "name": "debug", 20 "escapedName": "debug", 21 "rawSpec": "2.6.9", 22 "saveSpec": null, 23 "fetchSpec": "2.6.9" 7 24 }, 8 "description": "small debugging utility", 9 "keywords": [ 10 "debug", 11 "log", 12 "debugger" 25 "_requiredBy": [ 26 "/expand-brackets" 13 27 ], 14 "author": "TJ Holowaychuk <tj@vision-media.ca>", 28 "_resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", 29 "_spec": "2.6.9", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "TJ Holowaychuk", 33 "email": "tj@vision-media.ca" 34 }, 35 "browser": "./src/browser.js", 36 "bugs": { 37 "url": "https://github.com/visionmedia/debug/issues" 38 }, 39 "component": { 40 "scripts": { 41 "debug/index.js": "browser.js", 42 "debug/debug.js": "debug.js" 43 } 44 }, 15 45 "contributors": [ 16 "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io)", 17 "Andrew Rhyne <rhyneandrew@gmail.com>" 46 { 47 "name": "Nathan Rajlich", 48 "email": "nathan@tootallnate.net", 49 "url": "http://n8.io" 50 }, 51 { 52 "name": "Andrew Rhyne", 53 "email": "rhyneandrew@gmail.com" 54 } 18 55 ], 19 "license": "MIT",20 56 "dependencies": { 21 57 "ms": "2.0.0" 22 58 }, 59 "description": "small debugging utility", 23 60 "devDependencies": { 24 61 "browserify": "9.0.3", … … 39 76 "sinon-chai": "^2.8.0" 40 77 }, 78 "homepage": "https://github.com/visionmedia/debug#readme", 79 "keywords": [ 80 "debug", 81 "log", 82 "debugger" 83 ], 84 "license": "MIT", 41 85 "main": "./src/index.js", 42 "browser": "./src/browser.js", 43 "component": { 44 "scripts": { 45 "debug/index.js": "browser.js", 46 "debug/debug.js": "debug.js" 47 } 48 } 86 "name": "debug", 87 "repository": { 88 "type": "git", 89 "url": "git://github.com/visionmedia/debug.git" 90 }, 91 "version": "2.6.9" 49 92 } -
trip-planner-front/node_modules/expand-brackets/node_modules/define-property/package.json
rceaed42 r59329aa 1 1 { 2 "name": "define-property", 3 "description": "Define a non-enumerable property on an object.", 4 "version": "0.2.5", 5 "homepage": "https://github.com/jonschlinkert/define-property", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "repository": "jonschlinkert/define-property", 2 "_args": [ 3 [ 4 "define-property@0.2.5", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "define-property@0.2.5", 10 "_id": "define-property@0.2.5", 11 "_inBundle": false, 12 "_integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", 13 "_location": "/expand-brackets/define-property", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "define-property@0.2.5", 19 "name": "define-property", 20 "escapedName": "define-property", 21 "rawSpec": "0.2.5", 22 "saveSpec": null, 23 "fetchSpec": "0.2.5" 24 }, 25 "_requiredBy": [ 26 "/expand-brackets" 27 ], 28 "_resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", 29 "_spec": "0.2.5", 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/define-property/issues" 10 37 }, 11 "license": "MIT", 12 "files": [ 13 "index.js" 14 ], 15 "main": "index.js", 16 "engines": { 17 "node": ">=0.10.0" 38 "dependencies": { 39 "is-descriptor": "^0.1.0" 18 40 }, 19 "scripts": { 20 "test": "mocha" 21 }, 41 "description": "Define a non-enumerable property on an object.", 22 42 "devDependencies": { 23 43 "mocha": "*", 24 44 "should": "^7.0.4" 25 45 }, 46 "engines": { 47 "node": ">=0.10.0" 48 }, 49 "files": [ 50 "index.js" 51 ], 52 "homepage": "https://github.com/jonschlinkert/define-property", 26 53 "keywords": [ 27 54 "define", … … 36 63 "value" 37 64 ], 65 "license": "MIT", 66 "main": "index.js", 67 "name": "define-property", 68 "repository": { 69 "type": "git", 70 "url": "git+https://github.com/jonschlinkert/define-property.git" 71 }, 72 "scripts": { 73 "test": "mocha" 74 }, 38 75 "verb": { 39 76 "related": { … … 46 83 } 47 84 }, 48 "dependencies": { 49 "is-descriptor": "^0.1.0" 50 } 85 "version": "0.2.5" 51 86 } -
trip-planner-front/node_modules/expand-brackets/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": "/expand-brackets/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 "/expand-brackets" 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/expand-brackets/node_modules/is-accessor-descriptor/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": "/expand-brackets/is-accessor-descriptor/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 "/expand-brackets/is-accessor-descriptor" 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/expand-brackets/node_modules/is-accessor-descriptor/package.json
rceaed42 r59329aa 1 1 { 2 "name": "is-accessor-descriptor", 3 "description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.", 4 "version": "0.1.6", 5 "homepage": "https://github.com/jonschlinkert/is-accessor-descriptor", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "repository": "jonschlinkert/is-accessor-descriptor", 2 "_args": [ 3 [ 4 "is-accessor-descriptor@0.1.6", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "is-accessor-descriptor@0.1.6", 10 "_id": "is-accessor-descriptor@0.1.6", 11 "_inBundle": false, 12 "_integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", 13 "_location": "/expand-brackets/is-accessor-descriptor", 14 "_phantomChildren": { 15 "is-buffer": "1.1.6" 16 }, 17 "_requested": { 18 "type": "version", 19 "registry": true, 20 "raw": "is-accessor-descriptor@0.1.6", 21 "name": "is-accessor-descriptor", 22 "escapedName": "is-accessor-descriptor", 23 "rawSpec": "0.1.6", 24 "saveSpec": null, 25 "fetchSpec": "0.1.6" 26 }, 27 "_requiredBy": [ 28 "/expand-brackets/is-descriptor" 29 ], 30 "_resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", 31 "_spec": "0.1.6", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 33 "author": { 34 "name": "Jon Schlinkert", 35 "url": "https://github.com/jonschlinkert" 36 }, 8 37 "bugs": { 9 38 "url": "https://github.com/jonschlinkert/is-accessor-descriptor/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 39 }, 22 40 "dependencies": { 23 41 "kind-of": "^3.0.2" 24 42 }, 43 "description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.", 25 44 "devDependencies": { 26 45 "mocha": "*", 27 46 "should": "*" 28 47 }, 48 "engines": { 49 "node": ">=0.10.0" 50 }, 51 "files": [ 52 "index.js" 53 ], 54 "homepage": "https://github.com/jonschlinkert/is-accessor-descriptor", 29 55 "keywords": [ 30 56 "accessor", … … 45 71 "value" 46 72 ], 73 "license": "MIT", 74 "main": "index.js", 75 "name": "is-accessor-descriptor", 76 "repository": { 77 "type": "git", 78 "url": "git+https://github.com/jonschlinkert/is-accessor-descriptor.git" 79 }, 80 "scripts": { 81 "test": "mocha" 82 }, 47 83 "verb": { 48 84 "related": { … … 58 94 ], 59 95 "layout": "default" 60 } 96 }, 97 "version": "0.1.6" 61 98 } -
trip-planner-front/node_modules/expand-brackets/node_modules/is-data-descriptor/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": "/expand-brackets/is-data-descriptor/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 "/expand-brackets/is-data-descriptor" 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/expand-brackets/node_modules/is-data-descriptor/package.json
rceaed42 r59329aa 1 1 { 2 "name": "is-data-descriptor", 3 "description": "Returns true if a value has the characteristics of a valid JavaScript data descriptor.", 4 "version": "0.1.4", 5 "homepage": "https://github.com/jonschlinkert/is-data-descriptor", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "repository": "jonschlinkert/is-data-descriptor", 2 "_args": [ 3 [ 4 "is-data-descriptor@0.1.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "is-data-descriptor@0.1.4", 10 "_id": "is-data-descriptor@0.1.4", 11 "_inBundle": false, 12 "_integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", 13 "_location": "/expand-brackets/is-data-descriptor", 14 "_phantomChildren": { 15 "is-buffer": "1.1.6" 16 }, 17 "_requested": { 18 "type": "version", 19 "registry": true, 20 "raw": "is-data-descriptor@0.1.4", 21 "name": "is-data-descriptor", 22 "escapedName": "is-data-descriptor", 23 "rawSpec": "0.1.4", 24 "saveSpec": null, 25 "fetchSpec": "0.1.4" 26 }, 27 "_requiredBy": [ 28 "/expand-brackets/is-descriptor" 29 ], 30 "_resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", 31 "_spec": "0.1.4", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 33 "author": { 34 "name": "Jon Schlinkert", 35 "url": "https://github.com/jonschlinkert" 36 }, 8 37 "bugs": { 9 38 "url": "https://github.com/jonschlinkert/is-data-descriptor/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 39 }, 22 40 "dependencies": { 23 41 "kind-of": "^3.0.2" 24 42 }, 43 "description": "Returns true if a value has the characteristics of a valid JavaScript data descriptor.", 25 44 "devDependencies": { 26 45 "mocha": "*", 27 46 "should": "*" 28 47 }, 48 "engines": { 49 "node": ">=0.10.0" 50 }, 51 "files": [ 52 "index.js" 53 ], 54 "homepage": "https://github.com/jonschlinkert/is-data-descriptor", 29 55 "keywords": [ 30 56 "accessor", … … 45 71 "value" 46 72 ], 73 "license": "MIT", 74 "main": "index.js", 75 "name": "is-data-descriptor", 76 "repository": { 77 "type": "git", 78 "url": "git+https://github.com/jonschlinkert/is-data-descriptor.git" 79 }, 80 "scripts": { 81 "test": "mocha" 82 }, 47 83 "verb": { 48 84 "related": { … … 57 93 "gulp-format-md" 58 94 ] 59 } 95 }, 96 "version": "0.1.4" 60 97 } -
trip-planner-front/node_modules/expand-brackets/node_modules/is-descriptor/package.json
rceaed42 r59329aa 1 1 { 2 "name": "is-descriptor", 3 "description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.", 4 "version": "0.1.6", 5 "homepage": "https://github.com/jonschlinkert/is-descriptor", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "contributors": [ 8 "Brian Woodward (https://twitter.com/doowb)", 9 "Jon Schlinkert (http://twitter.com/jonschlinkert)", 10 "(https://github.com/wtgtybhertgeghgtwtg)" 2 "_args": [ 3 [ 4 "is-descriptor@0.1.6", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 11 7 ], 12 "repository": "jonschlinkert/is-descriptor", 8 "_development": true, 9 "_from": "is-descriptor@0.1.6", 10 "_id": "is-descriptor@0.1.6", 11 "_inBundle": false, 12 "_integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", 13 "_location": "/expand-brackets/is-descriptor", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "is-descriptor@0.1.6", 19 "name": "is-descriptor", 20 "escapedName": "is-descriptor", 21 "rawSpec": "0.1.6", 22 "saveSpec": null, 23 "fetchSpec": "0.1.6" 24 }, 25 "_requiredBy": [ 26 "/expand-brackets/define-property" 27 ], 28 "_resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", 29 "_spec": "0.1.6", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Jon Schlinkert", 33 "url": "https://github.com/jonschlinkert" 34 }, 13 35 "bugs": { 14 36 "url": "https://github.com/jonschlinkert/is-descriptor/issues" 15 37 }, 16 "license": "MIT", 17 "files": [ 18 "index.js" 38 "contributors": [ 39 { 40 "name": "Brian Woodward", 41 "url": "https://twitter.com/doowb" 42 }, 43 { 44 "name": "Jon Schlinkert", 45 "url": "http://twitter.com/jonschlinkert" 46 }, 47 { 48 "url": "https://github.com/wtgtybhertgeghgtwtg" 49 } 19 50 ], 20 "main": "index.js",21 "engines": {22 "node": ">=0.10.0"23 },24 "scripts": {25 "test": "mocha"26 },27 51 "dependencies": { 28 52 "is-accessor-descriptor": "^0.1.6", … … 30 54 "kind-of": "^5.0.0" 31 55 }, 56 "description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.", 32 57 "devDependencies": { 33 58 "gulp-format-md": "^1.0.0", 34 59 "mocha": "^3.4.2" 35 60 }, 61 "engines": { 62 "node": ">=0.10.0" 63 }, 64 "files": [ 65 "index.js" 66 ], 67 "homepage": "https://github.com/jonschlinkert/is-descriptor", 36 68 "keywords": [ 37 69 "accessor", … … 52 84 "value" 53 85 ], 86 "license": "MIT", 87 "main": "index.js", 88 "name": "is-descriptor", 89 "repository": { 90 "type": "git", 91 "url": "git+https://github.com/jonschlinkert/is-descriptor.git" 92 }, 93 "scripts": { 94 "test": "mocha" 95 }, 54 96 "verb": { 55 97 "related": { … … 72 114 "reflinks": true 73 115 } 74 } 116 }, 117 "version": "0.1.6" 75 118 } -
trip-planner-front/node_modules/expand-brackets/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": "/expand-brackets/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 "/expand-brackets/extend-shallow" 27 ], 28 "_resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", 29 "_spec": "0.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/jonschlinkert/is-extendable/issues" 10 37 }, 11 "license": "MIT", 38 "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?\"", 39 "devDependencies": { 40 "mocha": "*" 41 }, 42 "engines": { 43 "node": ">=0.10.0" 44 }, 12 45 "files": [ 13 46 "index.js" 14 47 ], 15 "main": "index.js", 16 "engines": { 17 "node": ">=0.10.0" 18 }, 19 "scripts": { 20 "test": "mocha" 21 }, 22 "devDependencies": { 23 "mocha": "*" 24 }, 48 "homepage": "https://github.com/jonschlinkert/is-extendable", 25 49 "keywords": [ 26 50 "array", … … 36 60 "test" 37 61 ], 62 "license": "MIT", 63 "main": "index.js", 64 "name": "is-extendable", 65 "repository": { 66 "type": "git", 67 "url": "git+https://github.com/jonschlinkert/is-extendable.git" 68 }, 69 "scripts": { 70 "test": "mocha" 71 }, 38 72 "verbiage": { 39 73 "related": { … … 48 82 ] 49 83 } 50 } 84 }, 85 "version": "0.1.1" 51 86 } -
trip-planner-front/node_modules/expand-brackets/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": "5.1.0", 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 "James (https://twitter.com/aretecode)", 10 "Jon Schlinkert (http://twitter.com/jonschlinkert)", 11 "Ken Sheedlo (kensheedlo.com)", 12 "laggingreflex (https://github.com/laggingreflex)", 13 "Miguel Mota (https://miguelmota.com)", 14 "Peter deHaan (http://about.me/peterdehaan)", 15 "tunnckoCore (https://i.am.charlike.online)" 2 "_args": [ 3 [ 4 "kind-of@5.1.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 16 7 ], 17 "repository": "jonschlinkert/kind-of", 8 "_development": true, 9 "_from": "kind-of@5.1.0", 10 "_id": "kind-of@5.1.0", 11 "_inBundle": false, 12 "_integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==", 13 "_location": "/expand-brackets/kind-of", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "kind-of@5.1.0", 19 "name": "kind-of", 20 "escapedName": "kind-of", 21 "rawSpec": "5.1.0", 22 "saveSpec": null, 23 "fetchSpec": "5.1.0" 24 }, 25 "_requiredBy": [ 26 "/expand-brackets/is-descriptor" 27 ], 28 "_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", 29 "_spec": "5.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 }, 18 35 "bugs": { 19 36 "url": "https://github.com/jonschlinkert/kind-of/issues" 20 37 }, 21 "license": "MIT", 22 "files": [ 23 "index.js" 38 "contributors": [ 39 { 40 "name": "David Fox-Powell", 41 "url": "https://dtothefp.github.io/me" 42 }, 43 { 44 "name": "James", 45 "url": "https://twitter.com/aretecode" 46 }, 47 { 48 "name": "Jon Schlinkert", 49 "url": "http://twitter.com/jonschlinkert" 50 }, 51 { 52 "name": "Ken Sheedlo", 53 "url": "kensheedlo.com" 54 }, 55 { 56 "name": "laggingreflex", 57 "url": "https://github.com/laggingreflex" 58 }, 59 { 60 "name": "Miguel Mota", 61 "url": "https://miguelmota.com" 62 }, 63 { 64 "name": "Peter deHaan", 65 "url": "http://about.me/peterdehaan" 66 }, 67 { 68 "name": "tunnckoCore", 69 "url": "https://i.am.charlike.online" 70 } 24 71 ], 25 "main": "index.js", 26 "engines": { 27 "node": ">=0.10.0" 28 }, 29 "scripts": { 30 "test": "mocha", 31 "prepublish": "browserify -o browser.js -e index.js -s index --bare" 32 }, 72 "description": "Get the native type of a value.", 33 73 "devDependencies": { 34 74 "ansi-bold": "^0.1.1", … … 41 81 "typeof": "^1.0.0" 42 82 }, 83 "engines": { 84 "node": ">=0.10.0" 85 }, 86 "files": [ 87 "index.js" 88 ], 89 "homepage": "https://github.com/jonschlinkert/kind-of", 43 90 "keywords": [ 44 91 "arguments", … … 64 111 "types" 65 112 ], 113 "license": "MIT", 114 "main": "index.js", 115 "name": "kind-of", 116 "repository": { 117 "type": "git", 118 "url": "git+https://github.com/jonschlinkert/kind-of.git" 119 }, 120 "scripts": { 121 "prepublish": "browserify -o browser.js -e index.js -s index --bare", 122 "test": "mocha" 123 }, 66 124 "verb": { 67 125 "related": { … … 88 146 "verb" 89 147 ] 90 } 148 }, 149 "version": "5.1.0" 91 150 } -
trip-planner-front/node_modules/expand-brackets/node_modules/ms/package.json
rceaed42 r59329aa 1 1 { 2 "name": "ms", 3 "version": "2.0.0", 2 "_args": [ 3 [ 4 "ms@2.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "ms@2.0.0", 10 "_id": "ms@2.0.0", 11 "_inBundle": false, 12 "_integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", 13 "_location": "/expand-brackets/ms", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "ms@2.0.0", 19 "name": "ms", 20 "escapedName": "ms", 21 "rawSpec": "2.0.0", 22 "saveSpec": null, 23 "fetchSpec": "2.0.0" 24 }, 25 "_requiredBy": [ 26 "/expand-brackets/debug" 27 ], 28 "_resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", 29 "_spec": "2.0.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "bugs": { 32 "url": "https://github.com/zeit/ms/issues" 33 }, 4 34 "description": "Tiny milisecond conversion utility", 5 "repository": "zeit/ms", 6 "main": "./index", 7 "files": [ 8 "index.js" 9 ], 10 "scripts": { 11 "precommit": "lint-staged", 12 "lint": "eslint lib/* bin/*", 13 "test": "mocha tests.js" 35 "devDependencies": { 36 "eslint": "3.19.0", 37 "expect.js": "0.3.1", 38 "husky": "0.13.3", 39 "lint-staged": "3.4.1", 40 "mocha": "3.4.1" 14 41 }, 15 42 "eslintConfig": { … … 20 47 } 21 48 }, 49 "files": [ 50 "index.js" 51 ], 52 "homepage": "https://github.com/zeit/ms#readme", 53 "license": "MIT", 22 54 "lint-staged": { 23 55 "*.js": [ … … 27 59 ] 28 60 }, 29 "license": "MIT", 30 "devDependencies": { 31 "eslint": "3.19.0", 32 "expect.js": "0.3.1", 33 "husky": "0.13.3", 34 "lint-staged": "3.4.1", 35 "mocha": "3.4.1" 36 } 61 "main": "./index", 62 "name": "ms", 63 "repository": { 64 "type": "git", 65 "url": "git+https://github.com/zeit/ms.git" 66 }, 67 "scripts": { 68 "lint": "eslint lib/* bin/*", 69 "precommit": "lint-staged", 70 "test": "mocha tests.js" 71 }, 72 "version": "2.0.0" 37 73 } -
trip-planner-front/node_modules/expand-brackets/package.json
rceaed42 r59329aa 1 1 { 2 "name": "expand-brackets", 3 "description": "Expand POSIX bracket expressions (character classes) in glob patterns.", 4 "version": "2.1.4", 5 "homepage": "https://github.com/jonschlinkert/expand-brackets", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "contributors": [ 8 "Elan Shanker (https://github.com/es128)", 9 "Eugene Sharygin (https://github.com/eush77)", 10 "Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)", 11 "Martin Kolárik <martin@kolarik.sk> (http://kolarik.sk)" 2 "_args": [ 3 [ 4 "expand-brackets@2.1.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 12 7 ], 13 "repository": "jonschlinkert/expand-brackets", 8 "_development": true, 9 "_from": "expand-brackets@2.1.4", 10 "_id": "expand-brackets@2.1.4", 11 "_inBundle": false, 12 "_integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=", 13 "_location": "/expand-brackets", 14 "_phantomChildren": { 15 "is-buffer": "1.1.6" 16 }, 17 "_requested": { 18 "type": "version", 19 "registry": true, 20 "raw": "expand-brackets@2.1.4", 21 "name": "expand-brackets", 22 "escapedName": "expand-brackets", 23 "rawSpec": "2.1.4", 24 "saveSpec": null, 25 "fetchSpec": "2.1.4" 26 }, 27 "_requiredBy": [ 28 "/extglob" 29 ], 30 "_resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", 31 "_spec": "2.1.4", 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/expand-brackets/issues" 16 39 }, 17 "license": "MIT", 18 "files": [ 19 "index.js", 20 "lib" 40 "contributors": [ 41 { 42 "name": "Elan Shanker", 43 "url": "https://github.com/es128" 44 }, 45 { 46 "name": "Eugene Sharygin", 47 "url": "https://github.com/eush77" 48 }, 49 { 50 "name": "Jon Schlinkert", 51 "email": "jon.schlinkert@sellside.com", 52 "url": "http://twitter.com/jonschlinkert" 53 }, 54 { 55 "name": "Martin Kolárik", 56 "email": "martin@kolarik.sk", 57 "url": "http://kolarik.sk" 58 } 21 59 ], 22 "main": "index.js",23 "engines": {24 "node": ">=0.10.0"25 },26 "scripts": {27 "test": "mocha"28 },29 60 "dependencies": { 30 61 "debug": "^2.3.3", … … 36 67 "to-regex": "^3.0.1" 37 68 }, 69 "description": "Expand POSIX bracket expressions (character classes) in glob patterns.", 38 70 "devDependencies": { 39 71 "bash-match": "^0.1.1", … … 45 77 "yargs-parser": "^4.0.0" 46 78 }, 79 "engines": { 80 "node": ">=0.10.0" 81 }, 82 "files": [ 83 "index.js", 84 "lib" 85 ], 86 "homepage": "https://github.com/jonschlinkert/expand-brackets", 47 87 "keywords": [ 48 88 "bracket", … … 53 93 "posix" 54 94 ], 95 "license": "MIT", 96 "main": "index.js", 97 "name": "expand-brackets", 98 "repository": { 99 "type": "git", 100 "url": "git+https://github.com/jonschlinkert/expand-brackets.git" 101 }, 102 "scripts": { 103 "test": "mocha" 104 }, 55 105 "verb": { 56 106 "run": true, … … 82 132 "reflinks": true 83 133 } 84 } 134 }, 135 "version": "2.1.4" 85 136 }
Note:
See TracChangeset
for help on using the changeset viewer.