Changeset 59329aa for trip-planner-front/node_modules/snapdragon
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- Location:
- trip-planner-front/node_modules/snapdragon
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/snapdragon/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": "/snapdragon/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 "/snapdragon" 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/snapdragon/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": "/snapdragon/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 "/snapdragon" 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/snapdragon/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": "/snapdragon/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 "/snapdragon" 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/snapdragon/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": "/snapdragon/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 "/snapdragon/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/snapdragon/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": "/snapdragon/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 "/snapdragon/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/snapdragon/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": "/snapdragon/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 "/snapdragon/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/snapdragon/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": "/snapdragon/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 "/snapdragon/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/snapdragon/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": "/snapdragon/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 "/snapdragon/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/snapdragon/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": "/snapdragon/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 "/snapdragon/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/snapdragon/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": "/snapdragon/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 "/snapdragon/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/snapdragon/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": "/snapdragon/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 "/snapdragon/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/snapdragon/node_modules/source-map-resolve/package.json
rceaed42 r59329aa 1 1 { 2 "name": "source-map-resolve", 3 "version": "0.5.3", 4 "author": "Simon Lydell", 5 "license": "MIT", 2 "_args": [ 3 [ 4 "source-map-resolve@0.5.3", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "source-map-resolve@0.5.3", 10 "_id": "source-map-resolve@0.5.3", 11 "_inBundle": false, 12 "_integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", 13 "_location": "/snapdragon/source-map-resolve", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "source-map-resolve@0.5.3", 19 "name": "source-map-resolve", 20 "escapedName": "source-map-resolve", 21 "rawSpec": "0.5.3", 22 "saveSpec": null, 23 "fetchSpec": "0.5.3" 24 }, 25 "_requiredBy": [ 26 "/snapdragon" 27 ], 28 "_resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", 29 "_spec": "0.5.3", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Simon Lydell" 33 }, 34 "browser": "source-map-resolve.js", 35 "bugs": { 36 "url": "https://github.com/lydell/source-map-resolve/issues" 37 }, 38 "dependencies": { 39 "atob": "^2.1.2", 40 "decode-uri-component": "^0.2.0", 41 "resolve-url": "^0.2.1", 42 "source-map-url": "^0.4.0", 43 "urix": "^0.1.0" 44 }, 6 45 "description": "Resolve the source map and/or sources for a generated file.", 46 "devDependencies": { 47 "Base64": "1.1.0", 48 "jshint": "2.10.3", 49 "setimmediate": "1.0.5", 50 "simple-asyncify": "1.0.0", 51 "tape": "4.12.1" 52 }, 53 "files": [ 54 "lib", 55 "source-map-resolve.js" 56 ], 57 "homepage": "https://github.com/lydell/source-map-resolve#readme", 7 58 "keywords": [ 8 59 "source map", … … 18 69 "finder" 19 70 ], 20 " repository": "lydell/source-map-resolve",71 "license": "MIT", 21 72 "main": "lib/source-map-resolve-node.js", 22 " browser": "source-map-resolve.js",23 " files": [24 " lib",25 " source-map-resolve.js"26 ],73 "name": "source-map-resolve", 74 "repository": { 75 "type": "git", 76 "url": "git+https://github.com/lydell/source-map-resolve.git" 77 }, 27 78 "scripts": { 79 "build": "node generate-source-map-resolve.js", 28 80 "lint": "jshint lib/ test/", 29 "unit": "node test/source-map-resolve.js && node test/windows.js",30 81 "test": "npm run lint && npm run unit", 31 " build": "node generate-source-map-resolve.js"82 "unit": "node test/source-map-resolve.js && node test/windows.js" 32 83 }, 33 "dependencies": { 34 "atob": "^2.1.2", 35 "decode-uri-component": "^0.2.0", 36 "resolve-url": "^0.2.1", 37 "source-map-url": "^0.4.0", 38 "urix": "^0.1.0" 39 }, 40 "devDependencies": { 41 "Base64": "1.1.0", 42 "jshint": "2.10.3", 43 "setimmediate": "1.0.5", 44 "simple-asyncify": "1.0.0", 45 "tape": "4.12.1" 46 } 84 "version": "0.5.3" 47 85 } -
trip-planner-front/node_modules/snapdragon/node_modules/source-map/package.json
rceaed42 r59329aa 1 1 { 2 "name": "source-map", 2 "_args": [ 3 [ 4 "source-map@0.5.7", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "source-map@0.5.7", 10 "_id": "source-map@0.5.7", 11 "_inBundle": false, 12 "_integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", 13 "_location": "/snapdragon/source-map", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "source-map@0.5.7", 19 "name": "source-map", 20 "escapedName": "source-map", 21 "rawSpec": "0.5.7", 22 "saveSpec": null, 23 "fetchSpec": "0.5.7" 24 }, 25 "_requiredBy": [ 26 "/snapdragon" 27 ], 28 "_resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", 29 "_spec": "0.5.7", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Nick Fitzgerald", 33 "email": "nfitzgerald@mozilla.com" 34 }, 35 "bugs": { 36 "url": "https://github.com/mozilla/source-map/issues" 37 }, 38 "contributors": [ 39 { 40 "name": "Tobias Koppers", 41 "email": "tobias.koppers@googlemail.com" 42 }, 43 { 44 "name": "Duncan Beevers", 45 "email": "duncan@dweebd.com" 46 }, 47 { 48 "name": "Stephen Crane", 49 "email": "scrane@mozilla.com" 50 }, 51 { 52 "name": "Ryan Seddon", 53 "email": "seddon.ryan@gmail.com" 54 }, 55 { 56 "name": "Miles Elam", 57 "email": "miles.elam@deem.com" 58 }, 59 { 60 "name": "Mihai Bazon", 61 "email": "mihai.bazon@gmail.com" 62 }, 63 { 64 "name": "Michael Ficarra", 65 "email": "github.public.email@michael.ficarra.me" 66 }, 67 { 68 "name": "Todd Wolfson", 69 "email": "todd@twolfson.com" 70 }, 71 { 72 "name": "Alexander Solovyov", 73 "email": "alexander@solovyov.net" 74 }, 75 { 76 "name": "Felix Gnass", 77 "email": "fgnass@gmail.com" 78 }, 79 { 80 "name": "Conrad Irwin", 81 "email": "conrad.irwin@gmail.com" 82 }, 83 { 84 "name": "usrbincc", 85 "email": "usrbincc@yahoo.com" 86 }, 87 { 88 "name": "David Glasser", 89 "email": "glasser@davidglasser.net" 90 }, 91 { 92 "name": "Chase Douglas", 93 "email": "chase@newrelic.com" 94 }, 95 { 96 "name": "Evan Wallace", 97 "email": "evan.exe@gmail.com" 98 }, 99 { 100 "name": "Heather Arthur", 101 "email": "fayearthur@gmail.com" 102 }, 103 { 104 "name": "Hugh Kennedy", 105 "email": "hughskennedy@gmail.com" 106 }, 107 { 108 "name": "David Glasser", 109 "email": "glasser@davidglasser.net" 110 }, 111 { 112 "name": "Simon Lydell", 113 "email": "simon.lydell@gmail.com" 114 }, 115 { 116 "name": "Jmeas Smith", 117 "email": "jellyes2@gmail.com" 118 }, 119 { 120 "name": "Michael Z Goddard", 121 "email": "mzgoddard@gmail.com" 122 }, 123 { 124 "name": "azu", 125 "email": "azu@users.noreply.github.com" 126 }, 127 { 128 "name": "John Gozde", 129 "email": "john@gozde.ca" 130 }, 131 { 132 "name": "Adam Kirkton", 133 "email": "akirkton@truefitinnovation.com" 134 }, 135 { 136 "name": "Chris Montgomery", 137 "email": "christopher.montgomery@dowjones.com" 138 }, 139 { 140 "name": "J. Ryan Stinnett", 141 "email": "jryans@gmail.com" 142 }, 143 { 144 "name": "Jack Herrington", 145 "email": "jherrington@walmartlabs.com" 146 }, 147 { 148 "name": "Chris Truter", 149 "email": "jeffpalentine@gmail.com" 150 }, 151 { 152 "name": "Daniel Espeset", 153 "email": "daniel@danielespeset.com" 154 }, 155 { 156 "name": "Jamie Wong", 157 "email": "jamie.lf.wong@gmail.com" 158 }, 159 { 160 "name": "Eddy Bruël", 161 "email": "ejpbruel@mozilla.com" 162 }, 163 { 164 "name": "Hawken Rives", 165 "email": "hawkrives@gmail.com" 166 }, 167 { 168 "name": "Gilad Peleg", 169 "email": "giladp007@gmail.com" 170 }, 171 { 172 "name": "djchie", 173 "email": "djchie.dev@gmail.com" 174 }, 175 { 176 "name": "Gary Ye", 177 "email": "garysye@gmail.com" 178 }, 179 { 180 "name": "Nicolas Lalevée", 181 "email": "nicolas.lalevee@hibnet.org" 182 } 183 ], 3 184 "description": "Generates and consumes source maps", 4 "version": "0.5.7", 5 "homepage": "https://github.com/mozilla/source-map", 6 "author": "Nick Fitzgerald <nfitzgerald@mozilla.com>", 7 "contributors": [ 8 "Tobias Koppers <tobias.koppers@googlemail.com>", 9 "Duncan Beevers <duncan@dweebd.com>", 10 "Stephen Crane <scrane@mozilla.com>", 11 "Ryan Seddon <seddon.ryan@gmail.com>", 12 "Miles Elam <miles.elam@deem.com>", 13 "Mihai Bazon <mihai.bazon@gmail.com>", 14 "Michael Ficarra <github.public.email@michael.ficarra.me>", 15 "Todd Wolfson <todd@twolfson.com>", 16 "Alexander Solovyov <alexander@solovyov.net>", 17 "Felix Gnass <fgnass@gmail.com>", 18 "Conrad Irwin <conrad.irwin@gmail.com>", 19 "usrbincc <usrbincc@yahoo.com>", 20 "David Glasser <glasser@davidglasser.net>", 21 "Chase Douglas <chase@newrelic.com>", 22 "Evan Wallace <evan.exe@gmail.com>", 23 "Heather Arthur <fayearthur@gmail.com>", 24 "Hugh Kennedy <hughskennedy@gmail.com>", 25 "David Glasser <glasser@davidglasser.net>", 26 "Simon Lydell <simon.lydell@gmail.com>", 27 "Jmeas Smith <jellyes2@gmail.com>", 28 "Michael Z Goddard <mzgoddard@gmail.com>", 29 "azu <azu@users.noreply.github.com>", 30 "John Gozde <john@gozde.ca>", 31 "Adam Kirkton <akirkton@truefitinnovation.com>", 32 "Chris Montgomery <christopher.montgomery@dowjones.com>", 33 "J. Ryan Stinnett <jryans@gmail.com>", 34 "Jack Herrington <jherrington@walmartlabs.com>", 35 "Chris Truter <jeffpalentine@gmail.com>", 36 "Daniel Espeset <daniel@danielespeset.com>", 37 "Jamie Wong <jamie.lf.wong@gmail.com>", 38 "Eddy Bruël <ejpbruel@mozilla.com>", 39 "Hawken Rives <hawkrives@gmail.com>", 40 "Gilad Peleg <giladp007@gmail.com>", 41 "djchie <djchie.dev@gmail.com>", 42 "Gary Ye <garysye@gmail.com>", 43 "Nicolas Lalevée <nicolas.lalevee@hibnet.org>" 44 ], 45 "repository": { 46 "type": "git", 47 "url": "http://github.com/mozilla/source-map.git" 48 }, 49 "main": "./source-map.js", 185 "devDependencies": { 186 "doctoc": "^0.15.0", 187 "webpack": "^1.12.0" 188 }, 189 "engines": { 190 "node": ">=0.10.0" 191 }, 50 192 "files": [ 51 193 "source-map.js", … … 56 198 "dist/source-map.min.js.map" 57 199 ], 58 "engines": { 59 "node": ">=0.10.0" 60 }, 200 "homepage": "https://github.com/mozilla/source-map", 61 201 "license": "BSD-3-Clause", 202 "main": "./source-map.js", 203 "name": "source-map", 204 "repository": { 205 "type": "git", 206 "url": "git+ssh://git@github.com/mozilla/source-map.git" 207 }, 62 208 "scripts": { 209 "build": "webpack --color", 63 210 "test": "npm run build && node test/run-tests.js", 64 "build": "webpack --color",65 211 "toc": "doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md" 66 212 }, 67 "devDependencies": { 68 "doctoc": "^0.15.0", 69 "webpack": "^1.12.0" 70 }, 71 "typings": "source-map" 213 "typings": "source-map", 214 "version": "0.5.7" 72 215 } -
trip-planner-front/node_modules/snapdragon/package.json
rceaed42 r59329aa 1 1 { 2 "name": "snapdragon", 3 "description": "Fast, pluggable and easy-to-use parser-renderer factory.", 4 "version": "0.8.2", 5 "homepage": "https://github.com/jonschlinkert/snapdragon", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "contributors": [ 8 "Brian Woodward (https://twitter.com/doowb)", 9 "Edward Betts (http://edwardbetts.com)", 10 "Jon Schlinkert (http://twitter.com/jonschlinkert)" 2 "_args": [ 3 [ 4 "snapdragon@0.8.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 11 7 ], 12 "repository": "jonschlinkert/snapdragon", 8 "_development": true, 9 "_from": "snapdragon@0.8.2", 10 "_id": "snapdragon@0.8.2", 11 "_inBundle": false, 12 "_integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==", 13 "_location": "/snapdragon", 14 "_phantomChildren": { 15 "atob": "2.1.2", 16 "decode-uri-component": "0.2.0", 17 "is-buffer": "1.1.6", 18 "resolve-url": "0.2.1", 19 "source-map-url": "0.4.1", 20 "urix": "0.1.0" 21 }, 22 "_requested": { 23 "type": "version", 24 "registry": true, 25 "raw": "snapdragon@0.8.2", 26 "name": "snapdragon", 27 "escapedName": "snapdragon", 28 "rawSpec": "0.8.2", 29 "saveSpec": null, 30 "fetchSpec": "0.8.2" 31 }, 32 "_requiredBy": [ 33 "/expand-brackets", 34 "/extglob", 35 "/http-proxy-middleware/braces", 36 "/http-proxy-middleware/micromatch", 37 "/nanomatch", 38 "/webpack-dev-server/braces", 39 "/webpack-dev-server/micromatch" 40 ], 41 "_resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz", 42 "_spec": "0.8.2", 43 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 44 "author": { 45 "name": "Jon Schlinkert", 46 "url": "https://github.com/jonschlinkert" 47 }, 13 48 "bugs": { 14 49 "url": "https://github.com/jonschlinkert/snapdragon/issues" 15 50 }, 16 "license": "MIT", 17 "files": [ 18 "index.js", 19 "lib" 51 "contributors": [ 52 { 53 "name": "Brian Woodward", 54 "url": "https://twitter.com/doowb" 55 }, 56 { 57 "name": "Edward Betts", 58 "url": "http://edwardbetts.com" 59 }, 60 { 61 "name": "Jon Schlinkert", 62 "url": "http://twitter.com/jonschlinkert" 63 } 20 64 ], 21 "main": "index.js",22 "engines": {23 "node": ">=0.10.0"24 },25 "scripts": {26 "test": "mocha"27 },28 65 "dependencies": { 29 66 "base": "^0.11.1", … … 36 73 "use": "^3.1.0" 37 74 }, 75 "description": "Fast, pluggable and easy-to-use parser-renderer factory.", 38 76 "devDependencies": { 39 77 "gulp": "^3.9.1", … … 45 83 "mocha": "^3.0.2" 46 84 }, 85 "engines": { 86 "node": ">=0.10.0" 87 }, 88 "files": [ 89 "index.js", 90 "lib" 91 ], 92 "homepage": "https://github.com/jonschlinkert/snapdragon", 47 93 "keywords": [ 48 94 "lexer", 49 95 "snapdragon" 50 96 ], 97 "license": "MIT", 98 "main": "index.js", 99 "name": "snapdragon", 100 "repository": { 101 "type": "git", 102 "url": "git+https://github.com/jonschlinkert/snapdragon.git" 103 }, 104 "scripts": { 105 "test": "mocha" 106 }, 51 107 "verb": { 52 108 "toc": false, … … 76 132 "reflinks": true 77 133 } 78 } 134 }, 135 "version": "0.8.2" 79 136 }
Note:
See TracChangeset
for help on using the changeset viewer.