Changeset 59329aa for trip-planner-front/node_modules/karma
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- Location:
- trip-planner-front/node_modules/karma
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/karma/node_modules/source-map/package.json
rceaed42 r59329aa 1 1 { 2 "name": "source-map", 2 "_args": [ 3 [ 4 "source-map@0.6.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "source-map@0.6.1", 10 "_id": "source-map@0.6.1", 11 "_inBundle": false, 12 "_integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", 13 "_location": "/karma/source-map", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "source-map@0.6.1", 19 "name": "source-map", 20 "escapedName": "source-map", 21 "rawSpec": "0.6.1", 22 "saveSpec": null, 23 "fetchSpec": "0.6.1" 24 }, 25 "_requiredBy": [ 26 "/karma" 27 ], 28 "_resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 29 "_spec": "0.6.1", 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.6.1", 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", … … 57 199 "dist/source-map.min.js.map" 58 200 ], 59 "engines": { 60 "node": ">=0.10.0" 61 }, 201 "homepage": "https://github.com/mozilla/source-map", 62 202 "license": "BSD-3-Clause", 203 "main": "./source-map.js", 204 "name": "source-map", 205 "repository": { 206 "type": "git", 207 "url": "git+ssh://git@github.com/mozilla/source-map.git" 208 }, 63 209 "scripts": { 210 "build": "webpack --color", 64 211 "test": "npm run build && node test/run-tests.js", 65 "build": "webpack --color",66 212 "toc": "doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md" 67 213 }, 68 "devDependencies": { 69 "doctoc": "^0.15.0", 70 "webpack": "^1.12.0" 71 }, 72 "typings": "source-map" 214 "typings": "source-map", 215 "version": "0.6.1" 73 216 } -
trip-planner-front/node_modules/karma/node_modules/tmp/package.json
rceaed42 r59329aa 1 1 { 2 "name": "tmp", 3 "version": "0.2.1", 2 "_args": [ 3 [ 4 "tmp@0.2.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "tmp@0.2.1", 10 "_id": "tmp@0.2.1", 11 "_inBundle": false, 12 "_integrity": "sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==", 13 "_location": "/karma/tmp", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "tmp@0.2.1", 19 "name": "tmp", 20 "escapedName": "tmp", 21 "rawSpec": "0.2.1", 22 "saveSpec": null, 23 "fetchSpec": "0.2.1" 24 }, 25 "_requiredBy": [ 26 "/karma" 27 ], 28 "_resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz", 29 "_spec": "0.2.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "KARASZI István", 33 "email": "github@spam.raszi.hu", 34 "url": "http://raszi.hu/" 35 }, 36 "bugs": { 37 "url": "http://github.com/raszi/node-tmp/issues" 38 }, 39 "changelog": { 40 "labels": { 41 "breaking": ":boom: Breaking Change", 42 "enhancement": ":rocket: Enhancement", 43 "bug": ":bug: Bug Fix", 44 "documentation": ":memo: Documentation", 45 "internal": ":house: Internal" 46 }, 47 "cacheDir": ".changelog" 48 }, 49 "contributors": [ 50 { 51 "name": "Carsten Klein", 52 "email": "trancesilken@gmail.com", 53 "url": "https://github.com/silkentrance" 54 } 55 ], 56 "dependencies": { 57 "rimraf": "^3.0.0" 58 }, 4 59 "description": "Temporary file and directory creator", 5 "author": "KARASZI István <github@spam.raszi.hu> (http://raszi.hu/)", 6 "contributors": [ 7 "Carsten Klein <trancesilken@gmail.com> (https://github.com/silkentrance)" 60 "devDependencies": { 61 "eslint": "^6.3.0", 62 "eslint-plugin-mocha": "^6.1.1", 63 "istanbul": "^0.4.5", 64 "lerna-changelog": "^1.0.1", 65 "mocha": "^6.2.0" 66 }, 67 "engines": { 68 "node": ">=8.17.0" 69 }, 70 "files": [ 71 "lib/" 8 72 ], 73 "homepage": "http://github.com/raszi/node-tmp", 9 74 "keywords": [ 10 75 "temporary", … … 17 82 ], 18 83 "license": "MIT", 19 "repository": "https://github.com/raszi/node-tmp.git",20 "homepage": "http://github.com/raszi/node-tmp",21 "bugs": {22 "url": "http://github.com/raszi/node-tmp/issues"23 },24 "engines": {25 "node": ">=8.17.0"26 },27 "dependencies": {28 "rimraf": "^3.0.0"29 },30 "devDependencies": {31 "eslint": "^6.3.0",32 "eslint-plugin-mocha": "^6.1.1",33 "istanbul": "^0.4.5",34 "lerna-changelog": "^1.0.1",35 "mocha": "^6.2.0"36 },37 84 "main": "lib/tmp.js", 38 "files": [ 39 "lib/" 40 ], 41 "changelog": { 42 "labels": { 43 "breaking": ":boom: Breaking Change", 44 "enhancement": ":rocket: Enhancement", 45 "bug": ":bug: Bug Fix", 46 "documentation": ":memo: Documentation", 47 "internal": ":house: Internal" 48 }, 49 "cacheDir": ".changelog" 85 "name": "tmp", 86 "repository": { 87 "type": "git", 88 "url": "git+https://github.com/raszi/node-tmp.git" 50 89 }, 51 90 "scripts": { 52 91 "changelog": "lerna-changelog", 92 "clean": "rm -Rf ./coverage", 93 "doc": "jsdoc -c .jsdoc.json", 53 94 "lint": "eslint lib --env mocha test", 54 "clean": "rm -Rf ./coverage", 55 "test": "npm run clean && istanbul cover ./node_modules/mocha/bin/_mocha --report none --print none --dir ./coverage/json -u exports -R test/*-test.js && istanbul report --root ./coverage/json html && istanbul report text-summary", 56 "doc": "jsdoc -c .jsdoc.json" 57 } 95 "test": "npm run clean && istanbul cover ./node_modules/mocha/bin/_mocha --report none --print none --dir ./coverage/json -u exports -R test/*-test.js && istanbul report --root ./coverage/json html && istanbul report text-summary" 96 }, 97 "version": "0.2.1" 58 98 } -
trip-planner-front/node_modules/karma/node_modules/yargs/package.json
rceaed42 r59329aa 1 1 { 2 "name": "yargs", 3 "version": "16.2.0", 4 "description": "yargs the modern, pirate-themed, successor to optimist.", 5 "main": "./index.cjs", 6 "exports": { 7 "./package.json": "./package.json", 8 ".": [ 9 { 10 "import": "./index.mjs", 11 "require": "./index.cjs" 12 }, 13 "./index.cjs" 14 ], 15 "./helpers": { 16 "import": "./helpers/helpers.mjs", 17 "require": "./helpers/index.js" 18 }, 19 "./yargs": [ 20 { 21 "require": "./yargs" 22 }, 23 "./yargs" 2 "_args": [ 3 [ 4 "yargs@16.2.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 24 6 ] 7 ], 8 "_development": true, 9 "_from": "yargs@16.2.0", 10 "_id": "yargs@16.2.0", 11 "_inBundle": false, 12 "_integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", 13 "_location": "/karma/yargs", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "yargs@16.2.0", 19 "name": "yargs", 20 "escapedName": "yargs", 21 "rawSpec": "16.2.0", 22 "saveSpec": null, 23 "fetchSpec": "16.2.0" 25 24 }, 26 "type": "module", 27 "module": "./index.mjs", 25 "_requiredBy": [ 26 "/karma" 27 ], 28 "_resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", 29 "_spec": "16.2.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "bugs": { 32 "url": "https://github.com/yargs/yargs/issues" 33 }, 28 34 "contributors": [ 29 35 { … … 31 37 "url": "https://github.com/yargs/yargs/graphs/contributors" 32 38 } 33 ],34 "files": [35 "browser.mjs",36 "index.cjs",37 "helpers/*.js",38 "helpers/*",39 "index.mjs",40 "yargs",41 "build",42 "locales",43 "LICENSE",44 "lib/platform-shims/*.mjs",45 "!*.d.ts"46 39 ], 47 40 "dependencies": { … … 54 47 "yargs-parser": "^20.2.2" 55 48 }, 49 "description": "yargs the modern, pirate-themed, successor to optimist.", 56 50 "devDependencies": { 57 51 "@types/chai": "^4.2.11", … … 77 71 "yargs-test-extends": "^1.0.1" 78 72 }, 79 "scripts": { 80 "fix": "gts fix && npm run fix:js", 81 "fix:js": "standardx --fix '**/*.mjs' && standardx --fix '**/*.cjs' && standardx --fix './*.mjs' && standardx --fix './*.cjs'", 82 "posttest": "npm run check", 83 "test": "c8 mocha ./test/*.cjs --require ./test/before.cjs --timeout=12000 --check-leaks", 84 "test:esm": "c8 mocha ./test/esm/*.mjs --check-leaks", 85 "coverage": "c8 report --check-coverage", 86 "prepare": "npm run compile", 87 "pretest": "npm run compile -- -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs", 88 "compile": "rimraf build && tsc", 89 "postcompile": "npm run build:cjs", 90 "build:cjs": "rollup -c rollup.config.cjs", 91 "postbuild:cjs": "rimraf ./build/index.cjs.d.ts", 92 "check": "gts lint && npm run check:js", 93 "check:js": "standardx '**/*.mjs' && standardx '**/*.cjs' && standardx './*.mjs' && standardx './*.cjs'", 94 "clean": "gts clean" 73 "engines": { 74 "node": ">=10" 95 75 }, 96 "repository": { 97 "type": "git", 98 "url": "https://github.com/yargs/yargs.git" 99 }, 100 "homepage": "https://yargs.js.org/", 101 "standardx": { 102 "ignore": [ 103 "build", 104 "helpers", 105 "**/example/**", 106 "**/platform-shims/esm.mjs" 76 "exports": { 77 "./package.json": "./package.json", 78 ".": [ 79 { 80 "import": "./index.mjs", 81 "require": "./index.cjs" 82 }, 83 "./index.cjs" 84 ], 85 "./helpers": { 86 "import": "./helpers/helpers.mjs", 87 "require": "./helpers/index.js" 88 }, 89 "./yargs": [ 90 { 91 "require": "./yargs" 92 }, 93 "./yargs" 107 94 ] 108 95 }, 96 "files": [ 97 "browser.mjs", 98 "index.cjs", 99 "helpers/*.js", 100 "helpers/*", 101 "index.mjs", 102 "yargs", 103 "build", 104 "locales", 105 "LICENSE", 106 "lib/platform-shims/*.mjs", 107 "!*.d.ts" 108 ], 109 "homepage": "https://yargs.js.org/", 109 110 "keywords": [ 110 111 "argument", … … 117 118 ], 118 119 "license": "MIT", 119 "engines": { 120 "node": ">=10" 121 } 120 "main": "./index.cjs", 121 "module": "./index.mjs", 122 "name": "yargs", 123 "repository": { 124 "type": "git", 125 "url": "git+https://github.com/yargs/yargs.git" 126 }, 127 "scripts": { 128 "build:cjs": "rollup -c rollup.config.cjs", 129 "check": "gts lint && npm run check:js", 130 "check:js": "standardx '**/*.mjs' && standardx '**/*.cjs' && standardx './*.mjs' && standardx './*.cjs'", 131 "clean": "gts clean", 132 "compile": "rimraf build && tsc", 133 "coverage": "c8 report --check-coverage", 134 "fix": "gts fix && npm run fix:js", 135 "fix:js": "standardx --fix '**/*.mjs' && standardx --fix '**/*.cjs' && standardx --fix './*.mjs' && standardx --fix './*.cjs'", 136 "postbuild:cjs": "rimraf ./build/index.cjs.d.ts", 137 "postcompile": "npm run build:cjs", 138 "posttest": "npm run check", 139 "prepare": "npm run compile", 140 "pretest": "npm run compile -- -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs", 141 "test": "c8 mocha ./test/*.cjs --require ./test/before.cjs --timeout=12000 --check-leaks", 142 "test:esm": "c8 mocha ./test/esm/*.mjs --check-leaks" 143 }, 144 "standardx": { 145 "ignore": [ 146 "build", 147 "helpers", 148 "**/example/**", 149 "**/platform-shims/esm.mjs" 150 ] 151 }, 152 "type": "module", 153 "version": "16.2.0" 122 154 } -
trip-planner-front/node_modules/karma/package.json
rceaed42 r59329aa 1 1 { 2 "name": "karma", 3 "description": "Spectacular Test Runner for JavaScript.", 4 "homepage": "https://karma-runner.github.io/", 5 "repository": { 6 "type": "git", 7 "url": "git://github.com/karma-runner/karma.git" 2 "_args": [ 3 [ 4 "karma@6.3.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "karma@6.3.4", 10 "_id": "karma@6.3.4", 11 "_inBundle": false, 12 "_integrity": "sha512-hbhRogUYIulfkBTZT7xoPrCYhRBnBoqbbL4fszWD0ReFGUxU+LYBr3dwKdAluaDQ/ynT9/7C+Lf7pPNW4gSx4Q==", 13 "_location": "/karma", 14 "_phantomChildren": { 15 "cliui": "7.0.4", 16 "escalade": "3.1.1", 17 "get-caller-file": "2.0.5", 18 "require-directory": "2.1.1", 19 "rimraf": "3.0.2", 20 "string-width": "4.2.3", 21 "y18n": "5.0.8", 22 "yargs-parser": "20.2.9" 23 }, 24 "_requested": { 25 "type": "version", 26 "registry": true, 27 "raw": "karma@6.3.4", 28 "name": "karma", 29 "escapedName": "karma", 30 "rawSpec": "6.3.4", 31 "saveSpec": null, 32 "fetchSpec": "6.3.4" 33 }, 34 "_requiredBy": [ 35 "#DEV:/" 36 ], 37 "_resolved": "https://registry.npmjs.org/karma/-/karma-6.3.4.tgz", 38 "_spec": "6.3.4", 39 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 40 "author": { 41 "name": "Vojta Jína", 42 "email": "vojta.jina@gmail.com" 43 }, 44 "bin": { 45 "karma": "bin/karma" 8 46 }, 9 47 "bugs": { 10 48 "url": "https://github.com/karma-runner/karma/issues" 11 49 }, 12 "keywords": [13 "karma",14 "spectacular",15 "runner",16 "karma",17 "js",18 "javascript",19 "testing",20 "test",21 "remote",22 "execution"23 ],24 "author": "Vojta Jína <vojta.jina@gmail.com>",25 50 "contributors": [ 26 "Friedel Ziegelmayer <friedel.ziegelmayer@gmail.com>", 27 "dignifiedquire <friedel.ziegelmayer@gmail.com>", 28 "johnjbarton <johnjbarton@johnjbarton.com>", 29 "Yaroslav Admin <devoto13@gmail.com>", 30 "greenkeeperio-bot <support@greenkeeper.io>", 31 "Karma Bot <karmarunnerbot@gmail.com>", 32 "Maksim Ryzhikov <rv.maksim@gmail.com>", 33 "ukasz Usarz <lukasz.usarz@gmail.com>", 34 "semantic-release-bot <semantic-release-bot@martynus.net>", 35 "Christian Budde Christensen <budde377@gmail.com>", 36 "Wesley Cho <wesley.cho@gmail.com>", 37 "taichi <ryushi@gmail.com>", 38 "Liam Newman <bitwiseman@gmail.com>", 39 "lukasz <lukasz.usarz@gmail.com>", 40 "Anton <anton.redfox@gmail.com>", 41 "Michał Gołębiowski-Owczarek <m.goleb@gmail.com>", 42 "Todd Wolfson <todd@twolfson.com>", 43 "Mark Trostler <mark@zzo.com>", 44 "Ciro Nunes <ciroanunes@gmail.com>", 45 "Christian Budde Christensen <christi@n-bud.de>", 46 "Pawel Kozlowski <pkozlowski.opensource@gmail.com>", 47 "Robo <hop2deep@gmail.com>", 48 "Shyam Seshadri <shyamseshadri@gmail.com>", 49 "Tim Cuthbertson <tim@gfxmonk.net>", 50 "Daniel Compton <desk@danielcompton.net>", 51 "Mark Ethan Trostler <mark@zzo.com>", 52 "Mourad <mourad@elmaouchi.com>", 53 "Brian Di Palma <offler@gmail.com>", 54 "Georgii Dolzhykov <thorn.mailbox@gmail.com>", 55 "Kim Joar Bekkelund <kjbekkelund@gmail.com>", 56 "Matthias Oßwald <1410947+matz3@users.noreply.github.com>", 57 "Nick Malaguti <nmalaguti@palantir.com>", 58 "joshjb84 <joshjb84@hotmail.com>", 59 "vivganes <vivek@vivekganesan.com>", 60 "Andrew Martin <sublimino@gmail.com>", 61 "Aymeric Beaumet <aymeric@beaumet.me>", 62 "Brian Ford <btford@umich.edu>", 63 "Chris Casola <chriscasola@gmail.com>", 64 "Chris Hunt <chrahunt@gmail.com>", 65 "Daniel Aleksandersen <code@daniel.priv.no>", 66 "David Souther <davidsouther@gmail.com>", 67 "Ilya Volodin <ivolodin@vistaprint.com>", 68 "Iristyle <Iristyle@github>", 69 "Jake Champion <jakechampion.jake2@googlemail.com>", 70 "Jeff Jewiss <jeffjewiss@gmail.com>", 71 "Jérémy Judéaux <jeremy.judeaux@volune.net>", 72 "Marcello Nuccio <marcello.nuccio@gmail.com>", 73 "Pieter Mees <pietermees@users.noreply.github.com>", 74 "pavelgj <pavelgj@gmail.com>", 75 "sylvain-hamel <sylvainhamel0@gmail.com>", 76 "ywong <wongyok@gmail.com>", 77 "Andrew Morris <voltrevo@gmail.com>", 78 "Aseem Bansal <aseembansal@live.com>", 79 "Bryan Smith <bryanrsmith@gmail.com>", 80 "Bulat Shakirzyanov <mallluhuct@gmail.com>", 81 "ChangZhuo Chen (陳昌倬) <czchen@gmail.com>", 82 "Chris Bottin <chrisbottin@users.noreply.github.com>", 83 "Cyrus Chan <chan1cyrus2@gmail.com>", 84 "DarthCharles <carlos.darth@gmail.com>", 85 "David Herges <dherges@users.noreply.github.com>", 86 "David Pärsson <david@parsson.se>", 87 "Ethan J. Brown <ethan_j_brown@hotmail.com>", 88 "Ezra Brooks <ezra.m.brooks@gmail.com>", 89 "Filipe Guerra <alias.mac@gmail.com>", 90 "Greenkeeper <support@greenkeeper.io>", 91 "Hugues Malphettes <hmalphettes@gmail.com>", 92 "Igor Minar <igor@angularjs.org>", 93 "Igor Minar <iiminar@gmail.com>", 94 "Ilya Goncharov <ilgonmic@gmail.com>", 95 "James Ford <jford@psyked.co.uk>", 96 "James Talmage <james@talmage.io>", 97 "Janderson Constantino <jandersonconstantino@gmail.com>", 98 "Jonas Pommerening <jonas.pommerening@aixigo.de>", 99 "Jonathan Freeman <freethejazz@gmail.com>", 100 "Jonathan Ginsburg <jon@than.ml>", 101 "Josh <joshhunt180@gmail.com>", 102 "KJ Tsanaktsidis <kjtsanaktsidis@gmail.com>", 103 "Keen Yee Liau <kyliau@google.com>", 104 "Kelly Jensen <kellyrayj@gmail.com>", 105 "Kevin Huang <kevinziwenhuang@gmail.com>", 106 "Kevin WENNER <kevin.wenner@massmotionmedia.com>", 107 "Levi Thomason <me@levithomason.com>", 108 "Luke Page <luke.a.page@gmail.com>", 109 "Matt Lewis <matthew.lewis@socialsignin.co.uk>", 110 "Nico Jansen <jansennico@gmail.com>", 111 "Parashuram <code@r.nparashuram.com>", 112 "Pat Tullmann <pt@bebop.co>", 113 "PatrickJS <github@gdi2290.com>", 114 "Richard Harrington <rwharrington87@gmail.com>", 115 "Roarke Gaskill <roarke.gaskill@gmail.com>", 116 "Robert Stein <SteinRobert@users.noreply.github.com>", 117 "Robin Liang <robin.gnail@gmail.com>", 118 "Ruben Bridgewater <ruben.bridgewater@fintura.de>", 119 "Réda Housni Alaoui <reda.housnialaoui@gmail.com>", 120 "Sammy Jelin <sjelin@gmail.com>", 121 "Sergei Startsev <ai@programist.ru>", 122 "Sergey Simonchik <sergey.simonchik@gmail.com>", 123 "Sergey Simonchik <sergey.simonchik@jetbrains.com>", 124 "Shane Russell <shane1337@gmail.com>", 125 "Stefan Dragnev <dragnev@telerik.com>", 126 "Steve Mao <maochenyan@gmail.com>", 127 "Steve Mao <steve.mao@healthinteract.com.au>", 128 "Steve Van Opstal <stevevanopstal@gmail.com>", 129 "Sylvain Hamel <sylvainhamel0@gmail.com>", 130 "SymbioticKilla <59652865+SymbioticKilla@users.noreply.github.com>", 131 "Terry <zhangwenlp@vip.qq.com>", 132 "Thomas Parisot <thomas@oncle-tom.net>", 133 "Tom Erik Støwer <tomerik@getkahoot.com>", 134 "Vivek Ganesan <caliberoviv@gmail.com>", 135 "Vladimir Starkov <iamstarkov@users.noreply.github.com>", 136 "comdiv <fagim.sadykov@gmail.com>", 137 "karmarunnerbot <karmarunnerbot@gmail.com>", 138 "ngiebel <ngiebel@starkinvestments.com>", 139 "rdodev <rubenoz@gmail.com>", 140 "u812 <0u812@github.com>", 141 "Aaron Powell <me@aaron-powell.com>", 142 "Adrien Crivelli <adrien.crivelli@gmail.com>", 143 "Alan Agius <alan.agius4@gmail.com>", 144 "Alejandro Mantecon Guillen <alemangui@gmail.com>", 145 "Ales Rosina <alesrosina@users.noreply.github.com>", 146 "Alexander Pepper <alexander.pepper@infopark.de>", 147 "Alexander Shtuchkin <ashtuchkin@gmail.com>", 148 "Alexei <solo@solo.md>", 149 "Ameer Jhan <ameerjhanprof@gmail.com>", 150 "Anders Ekdahl <anders.ekdahl@gmail.com>", 151 "Anders Janmyr <anders.janmyr@sonymobile.com>", 152 "Andreas Krummsdorf <a.krummsdorf@litixsoft.de>", 153 "Andreas Pålsson <a.palsson@gmail.com>", 154 "Andrew Fischer <afischer@shutterfly.com>", 155 "Andrew Marcinkevičius <andrew.web@ifdattic.com>", 156 "Andrey Chalkin <L2jLiga@gmail.com>", 157 "Andy Joslin <andytjoslin@gmail.com>", 158 "Anton Usmansky <cody0@yandex-team.ru>", 159 "Athur Ming <mingguobin@live.com>", 160 "Atul Bhosale <atul1bhosale@gmail.com>", 161 "AugustinLF <augustin.public@gmail.com>", 162 "AvnerCohen <israbirding@gmail.com>", 163 "Awad Mackie <firesock.serwalek@gmail.com>", 164 "Basemm <BAsM.Egy@gmail.com>", 165 "Benoit Charbonnier <benoit.charbonnier@gmail.com>", 166 "Bhavesh Kakadiya <bhavesh@superhuman.com>", 167 "Borewit <Borewit@users.noreply.github.com>", 168 "Brady Wied <brady@bswtechconsulting.com>", 169 "Bram Borggreve <borggreve@gmail.com>", 170 "Breno Calazans <breno@vtex.com.br>", 171 "Brian Donovan <donovan@squareup.com>", 172 "Brian Donovan <me@brian-donovan.com>", 173 "Brian M Hunt <brianmhunt@gmail.com>", 174 "Cagdas Bayram <cbayram@cloudera.com>", 175 "Carl Goldberg <carlgoldberg1236@gmail.com>", 176 "Chad Smith <chad@configit.com>", 177 "Chang Wang <cheapsteak@gmail.com>", 178 "Charles Suh <charlessuh@users.noreply.github.com>", 179 "Chelsea Urquhart <curquhart@users.noreply.github.com>", 180 "Chris <camargo.cac@gmail.com>", 181 "Chris Chua <chris.sirhc@gmail.com>", 182 "Chris Dawson <xrdawson@gmail.com>", 183 "Christian Weiss <cweiss@stripe.com>", 184 "Christopher Hiller <chiller@badwing.com>", 185 "Chuf <42591821+GChuf@users.noreply.github.com>", 186 "Ciro S. Costa <ciro.costa@usp.br>", 187 "Daan Stolp <mail@daanstolp.nl>", 188 "Damien Choizit <damien.choizit@gmail.com>", 189 "Dan Siwiec <daniel.siwiec@gmail.com>", 190 "Dan Thareja <danthareja@gmail.com>", 191 "Danny Croft <danny.croft@yahoo.co.uk>", 192 "Danny Tuppeny <danny@tuppeny.com>", 193 "David Jensen <david@frode.(none)>", 194 "David M. Karr <dk068x@att.com>", 195 "Derek Gould <dgould@birst.com>", 196 "Derek Schaller <dschaller@lyft.com>", 197 "Dieter Oberkofler <doberkofler@users.noreply.github.com>", 198 "Dillon <mdillon@reachmail.com>", 199 "Dmitrii Abramov <dabramov@yahoo-inc.com>", 200 "Dmitriy Ryajov <dryajov@gmail.com>", 201 "Donovan Hutchinson <donovanh@gmail.com>", 202 "Douglas Blumeyer <DougBlumeyer@users.noreply.github.com>", 203 "Douglas Blumeyer <pair+dblumeyer@vmware.com>", 204 "Dunja Radulov <dradulov@renderedtext.com>", 205 "ERt <ert.wroc@gmail.com>", 206 "Ed Rooth <ed.rooth@rackspace.com>", 207 "Eddie Monge <eddie@eddiemonge.com>", 208 "Eden <mazzolaeden@gmail.com>", 209 "Edward Hutchins <eahutchins@gmail.com>", 210 "Eldar Jafarov <djkojb@gmail.com>", 211 "Eric Baer <me@ericbaer.com>", 212 "Esteban Marin <estebanmarin@gmx.ch>", 213 "Fabian Beuke <mail@beuke.org>", 214 "Filipe Silva <filipematossilva@gmail.com>", 215 "Franck Garcia <garcia.franck@gmail.com>", 216 "Fred Sauer <fredsa@google.com>", 217 "Frederic Hemberger <mail@frederic-hemberger.de>", 218 "Fredrik Bonander <carl.fredrik.bonander@gmail.com>", 219 "Gavin Aiken <gavin@aiken.org.uk>", 220 "Geert Van Laethem <geert.van.laethem@pandora.be>", 221 "Glenn Anderson <ondoher@gmail.com>", 222 "Greg Thornton <xdissent@me.com>", 223 "Gregory Cowan <g.cowan@amnzero.nl>", 224 "Hendrik Purmann <h.purmann@googlemail.com>", 225 "Homa Wong <homawong@gmail.com>", 226 "Igor Lima <lima.igorribeiro@gmail.com>", 227 "Islam Sharabash <islam.sharabash@gmail.com>", 228 "Jack Tarantino <jacopo.tarantino@gmail.com>", 229 "Jacob Trimble <modmaker@google.com>", 230 "Jakub Z <jakzale@gmail.com>", 231 "James Shore <jshore@jamesshore.com>", 232 "Jan Molak <jan.molak@smartcodeltd.co.uk>", 233 "Jeff Froom <jeff@jfroom.com>", 234 "Jeff Lage <jefflage@me.com>", 235 "Jeff Yates <jeff.yates@alumni.manchester.ac.uk>", 236 "Jeremy Axelrod <axelrod.jeremy@gmail.com>", 237 "Jerry Reptak <jreptak@gmail.com>", 238 "Jesse M. Holmes <wolfhoundjesse@gmail.com>", 239 "Joe Lencioni <joe.lencioni@brigade.com>", 240 "Johannes Gorset <jgorset@gmail.com>", 241 "John Wehr <johnwehr@gmail.com>", 242 "Jon Bretman <jon.bretman@gmail.com>", 243 "Jonathan ES Lin <ernsheong@gmail.com>", 244 "Jonathan Felchlin <jonathan@xgecko.com>", 245 "Jonathan Niles <jniles@users.noreply.github.com>", 246 "Josh Lory <josh.lory@code.org>", 247 "João Marcos Duarte <joumd86@gmail.com>", 248 "Julian Connor <julian.connor@venmo.com>", 249 "Jurko Gospodnetić <jurko.gospodnetic@pke.hr>", 250 "Justin Ridgewell <jridgewell@users.noreply.github.com>", 251 "KahWee Teng <t@kw.sg>", 252 "Karl Lindmark <karl.lindmark@ninetwozero.com>", 253 "Karol Fabjańczuk <karol.fabjanczuk@lemondemon.pl>", 254 "Karolis Narkevicius <karolis.n@gmail.com>", 255 "Keats <balthek@gmail.com>", 256 "Keith Cirkel <github@keithcirkel.co.uk>", 257 "Kent C. Dodds <kent@doddsfamily.us>", 258 "Kevin Ortman <kevin_ortman@msn.com>", 259 "Kostiantyn Kahanskyi <kostiantyn.kahanskyi@googlemail.com>", 260 "Kris Kowal <kris@cixar.com>", 261 "Lenny Urbanowski <lenny@itslennysfault.com>", 262 "Long Ho <longlho@users.noreply.github.com>", 263 "LoveIsGrief <just.another.michaelv@gmail.com>", 264 "Lucas Theisen <lucastheisen@pastdev.com>", 265 "Lukasz Zatorski <lzatorski@gmail.com>", 266 "M1xA <AnyCPU@users.noreply.github.com>", 267 "Magnus Markling <github@markling.com>", 268 "Manfred Stock <m@nfred.ch>", 269 "Manoel <manoel.lobo@gmail.com>", 270 "Marko Anastasov <marko@renderedtext.com>", 271 "Martin Geisler <martin@geisler.net>", 272 "Martin Jul <martin@mjul.com>", 273 "Martin Lemanski <martin.lemanski@gmx.at>", 274 "Martin Probst <martin@probst.io>", 275 "Marvin Heilemann <m.heilemann@protonmail.com>", 276 "Matias Niemelä <matias@yearofmoo.com>", 277 "Matthew Amato <matt.amato@gmail.com>", 278 "Matthew Cale <mattc41190@gmail.com>", 279 "Matthew Machuga <machuga@gmail.com>", 280 "Matthias Oßwald <matz3@users.noreply.github.com>", 281 "Matti Paksula <matti.paksula@iki.fi>", 282 "Mattijs Kneppers <mattijs@arttech.nl>", 283 "Max Waterman <davidmaxwaterman@fastmail.co.uk>", 284 "Merott Movahedi <merott@merott.com>", 285 "Merrick Christensen <merrick.christensen@gmail.com>", 286 "Michael Krotscheck <krotscheck@gmail.com>", 287 "Michał Siwek <mike21@aol.pl>", 288 "Milan Aleksic <milanaleksic@gmail.com>", 289 "Milana Stojadinov <mstojadinov@renderedtext.com>", 290 "Mohamed Eltuhamy <tuhamy@gmail.com>", 291 "Nathan Cornelius <ndcornelius@users.noreply.github.com>", 292 "Nathan Hunzaker <nate.hunzaker@gmail.com>", 293 "NeverwinterMoon <manni.calavera@gmail.com>", 294 "Nick Carter <thynctank@thynctank.com>", 295 "Nick McCurdy <nick@nickmccurdy.com>", 296 "Nick Payne <nick@kurai.co.uk>", 297 "Nick Petruzzelli <code.npetruzzelli@gmail.com>", 298 "Nick Petruzzelli <npetruzzelli@users.noreply.github.com>", 299 "Nick Williams <mr.nicksta@gmail.com>", 300 "Nicolas Artman <nicolasartman@users.noreply.github.com>", 301 "Nicolas Ferrero <ferrero.nicolas@gmail.com>", 302 "Nikita Balakirev <balakirevnikita@yandex.ru>", 303 "Nir Moav <nirmoav@users.noreply.github.com>", 304 "Nish <nishantpatel611@gmail.com>", 305 "Nuno Job <nunojobpinto@gmail.com>", 306 "Oleg Gomozov <blackswanny@gmail.com>", 307 "Olivier Yiptong <olivier@olivieryiptong.com>", 308 "OniOni <mathieu.c.sabourin@gmail.com>", 309 "OpenShift guest <mrpatan@gmail.com>", 310 "Outsider <outsideris@gmail.com>", 311 "Parashuram <code@nparashuram.com>", 312 "Pascal Hartig <phartig@rdrei.net>", 313 "Patrick Lussan <patrick.lussan@componize.com>", 314 "Patrick Neschkudla <neschkudla@gmail.com>", 315 "Patrik Henningsson <patrik.henningsson@gmail.com>", 316 "Paul Gschwendtner <paulgschwendtner@gmail.com>", 317 "Paweł Kapalla <pkapalla@xesenix.pl>", 318 "Pedro Araujo <pedrotcaraujo@gmail.com>", 319 "Pete Bacon Darwin <pete@bacondarwin.com>", 320 "Pete Swan <pete@indabamusic.com>", 321 "Peter Burns <rictic@gmail.com>", 322 "Peter Halliday <pghalliday@gmail.com>", 323 "Peter McAlpine <peter.mcalpine@arcticwolf.com>", 324 "Peter Newman <peternewman@users.noreply.github.com>", 325 "Peter Yates <pd.yates@gmail.com>", 326 "Philip Harrison <philip@mailharrison.com>", 327 "Pierre Vanduynslager <pierre.denis.vanduynslager@gmail.com>", 328 "Piotr Błażejewicz (Peter Blazejewicz) <peterblazejewicz@users.noreply.github.com>", 329 "Piper Chester <piperchester@users.noreply.github.com>", 330 "Rafal Lindemann <rl@stamina.pl>", 331 "Remy Sharp <remy@remysharp.com>", 332 "Ricardo Melo Joia <ricardo.joia@gmail.com>", 333 "Rich Kuzsma <rkuzsma@gmail.com>", 334 "Rich Trott <rtrott@gmail.com>", 335 "Richard Herrera <richard.herrera@nfl.com>", 336 "Roarke Gaskill <rgaskill@nexvex.com>", 337 "Rob Cherry <rcherry@reverbnation.com>", 338 "Rob Dodson <lets.email.rob@gmail.com>", 339 "Rogério Vicente <rogeriopvl@gmail.com>", 340 "Ruben Bridgewater <ruben@bridgewater.de>", 341 "Rémi <r3mi@users.sourceforge.net>", 342 "Sahat Yalkabov <sakhat@gmail.com>", 343 "Sam Rawlins <sam.rawlins@gmail.com>", 344 "Sam Rawlins <srawlins@google.com>", 345 "Samuel Marks <samuelmarks@gmail.com>", 346 "Saugat Acharya <mesaugat@gmail.com>", 347 "Schmulik Raskin <schmuli@gmail.com>", 348 "Sergey Kruk <sergey.kruk@gmail.com>", 349 "Seth Rhodes <seth@thinkpixbit.com>", 350 "Shahar Mor <shaharmor1@gmail.com>", 351 "Shane Osbourne <shane.osbourne8@gmail.com>", 352 "Sho Ikeda <suicaicoca@gmail.com>", 353 "Sibiraj <20282546+Sibiraj-S@users.noreply.github.com>", 354 "Simen Bekkhus <sbekkhus91@gmail.com>", 355 "Simon Warta <2603011+webmaster128@users.noreply.github.com>", 356 "Simone Gentili <sensorario@gmail.com>", 357 "Slava Kotiya <sk@nexttuesday.de>", 358 "Sophie Cooper <scooper91@users.noreply.github.com>", 359 "Stephen Hazleton <shazleto@gmail.com>", 360 "Stuart Memo <stuartmemo@gmail.com>", 361 "Taylor Buley <buley@outlook.com>", 362 "Taylor Hakes <taylor.hakes@gmail.com>", 363 "Terin Stock <terinjokes@gmail.com>", 364 "Thai Pangsakulyanont @ Taskworld <thai.p@taskworld.com>", 365 "Thijs Triemstra <info@collab.nl>", 366 "Thomas Parisot <thomas.parisot@bbc.co.uk>", 367 "Tim Gates <tim.gates@iress.com>", 368 "Tim Hartman <tbhartman@gmail.com>", 369 "Tim Olshansky <tim.olshansky@gmail.com>", 370 "Timo Tijhof <krinklemail@gmail.com>", 371 "Tom MacWright <tom@macwright.org>", 372 "TrevDev <trevor@kareo.com>", 373 "Tyler Akins <fidian@rumkin.com>", 374 "Vasily Ostanin <bazilio91@gmail.com>", 375 "Veronica Lynn <veronica.lynn@redjack.com>", 376 "Vincent Taverna <vinnymac@gmail.com>", 377 "Vitor Buzinaro <funny.hc@gmail.com>", 378 "Volune <jeremy.judeaux@volune.net>", 379 "Vova Bilonenko <bilonenko.v@gmail.com>", 380 "Wizek <123.wizek@gmail.com>", 381 "XhmikosR <xhmikosr@gmail.com>", 382 "Yaniv Efraim <yaniv.efraim@gmail.com>", 383 "Yi Wang <e@yi-wang.me>", 384 "Yvonne Yip <ykyyip@google.com>", 385 "Zhang zhengzheng <code@tychio.net>", 386 "adamnation <arowe@illumina.com>", 387 "ahaurw01 <ahaurwitz@gmail.com>", 388 "ashaffer <darawk@gmail.com>", 389 "cexbrayat <cedric@ninja-squad.com>", 390 "coderaiser <mnemonic.enemy@gmail.com>", 391 "compact <compact@users.noreply.github.com>", 392 "coridrew <coridrew@gmail.com>", 393 "cy6erskunk <cyberskunk@gmail.com>", 394 "david-garcia-nete <david.garcia.nete@gmail.com>", 395 "deepak1556 <hop2deep@gmail.com>", 396 "dorey <dorey415@gmail.com>", 397 "grifball <scottgriffy@gmail.com>", 398 "hdmr14 <58992133+hdmr14@users.noreply.github.com>", 399 "hrgdavor <hrgdavor@gmail.com>", 400 "ianjobling <ijobling@codio.com>", 401 "inf3rno <laszlo.janszky@gmail.com>", 402 "is-already-taken <1771602+is-already-taken@users.noreply.github.com>", 403 "jjoos <jan@deelstra.org>", 404 "jvalkeejarvi <jvalkeejarvi@gmail.com>", 405 "kyo_ago <kyo.ago@gmail.com>", 406 "lanshunfang <lanshunfang@gmail.com>", 407 "lusarz <lukasz.usarz@gmail.com>", 408 "maik <mauk@gulli.com>", 409 "mdemo <mengdesen09@qq.com>", 410 "nathanfaucett <nathanfaucett@gmail.com>", 411 "pardoman <pardo.medina@gmail.com>", 412 "thetrevdev <thetrevdev@gmail.com>", 413 "thorn0 <thorn.mailbox@gmail.com>", 414 "toran billups <toranb@gmail.com>", 415 "xel23 <sawqe1@yandex.ru>", 416 "chalkerx@gmail.com>", 417 "weiran.zsd@outlook.com>" 51 { 52 "name": "Friedel Ziegelmayer", 53 "email": "friedel.ziegelmayer@gmail.com" 54 }, 55 { 56 "name": "dignifiedquire", 57 "email": "friedel.ziegelmayer@gmail.com" 58 }, 59 { 60 "name": "johnjbarton", 61 "email": "johnjbarton@johnjbarton.com" 62 }, 63 { 64 "name": "Yaroslav Admin", 65 "email": "devoto13@gmail.com" 66 }, 67 { 68 "name": "greenkeeperio-bot", 69 "email": "support@greenkeeper.io" 70 }, 71 { 72 "name": "Karma Bot", 73 "email": "karmarunnerbot@gmail.com" 74 }, 75 { 76 "name": "Maksim Ryzhikov", 77 "email": "rv.maksim@gmail.com" 78 }, 79 { 80 "name": "ukasz Usarz", 81 "email": "lukasz.usarz@gmail.com" 82 }, 83 { 84 "name": "semantic-release-bot", 85 "email": "semantic-release-bot@martynus.net" 86 }, 87 { 88 "name": "Christian Budde Christensen", 89 "email": "budde377@gmail.com" 90 }, 91 { 92 "name": "Wesley Cho", 93 "email": "wesley.cho@gmail.com" 94 }, 95 { 96 "name": "taichi", 97 "email": "ryushi@gmail.com" 98 }, 99 { 100 "name": "Liam Newman", 101 "email": "bitwiseman@gmail.com" 102 }, 103 { 104 "name": "lukasz", 105 "email": "lukasz.usarz@gmail.com" 106 }, 107 { 108 "name": "Anton", 109 "email": "anton.redfox@gmail.com" 110 }, 111 { 112 "name": "Michał Gołębiowski-Owczarek", 113 "email": "m.goleb@gmail.com" 114 }, 115 { 116 "name": "Todd Wolfson", 117 "email": "todd@twolfson.com" 118 }, 119 { 120 "name": "Mark Trostler", 121 "email": "mark@zzo.com" 122 }, 123 { 124 "name": "Ciro Nunes", 125 "email": "ciroanunes@gmail.com" 126 }, 127 { 128 "name": "Christian Budde Christensen", 129 "email": "christi@n-bud.de" 130 }, 131 { 132 "name": "Pawel Kozlowski", 133 "email": "pkozlowski.opensource@gmail.com" 134 }, 135 { 136 "name": "Robo", 137 "email": "hop2deep@gmail.com" 138 }, 139 { 140 "name": "Shyam Seshadri", 141 "email": "shyamseshadri@gmail.com" 142 }, 143 { 144 "name": "Tim Cuthbertson", 145 "email": "tim@gfxmonk.net" 146 }, 147 { 148 "name": "Daniel Compton", 149 "email": "desk@danielcompton.net" 150 }, 151 { 152 "name": "Mark Ethan Trostler", 153 "email": "mark@zzo.com" 154 }, 155 { 156 "name": "Mourad", 157 "email": "mourad@elmaouchi.com" 158 }, 159 { 160 "name": "Brian Di Palma", 161 "email": "offler@gmail.com" 162 }, 163 { 164 "name": "Georgii Dolzhykov", 165 "email": "thorn.mailbox@gmail.com" 166 }, 167 { 168 "name": "Kim Joar Bekkelund", 169 "email": "kjbekkelund@gmail.com" 170 }, 171 { 172 "name": "Matthias Oßwald", 173 "email": "1410947+matz3@users.noreply.github.com" 174 }, 175 { 176 "name": "Nick Malaguti", 177 "email": "nmalaguti@palantir.com" 178 }, 179 { 180 "name": "joshjb84", 181 "email": "joshjb84@hotmail.com" 182 }, 183 { 184 "name": "vivganes", 185 "email": "vivek@vivekganesan.com" 186 }, 187 { 188 "name": "Andrew Martin", 189 "email": "sublimino@gmail.com" 190 }, 191 { 192 "name": "Aymeric Beaumet", 193 "email": "aymeric@beaumet.me" 194 }, 195 { 196 "name": "Brian Ford", 197 "email": "btford@umich.edu" 198 }, 199 { 200 "name": "Chris Casola", 201 "email": "chriscasola@gmail.com" 202 }, 203 { 204 "name": "Chris Hunt", 205 "email": "chrahunt@gmail.com" 206 }, 207 { 208 "name": "Daniel Aleksandersen", 209 "email": "code@daniel.priv.no" 210 }, 211 { 212 "name": "David Souther", 213 "email": "davidsouther@gmail.com" 214 }, 215 { 216 "name": "Ilya Volodin", 217 "email": "ivolodin@vistaprint.com" 218 }, 219 { 220 "name": "Iristyle", 221 "email": "Iristyle@github" 222 }, 223 { 224 "name": "Jake Champion", 225 "email": "jakechampion.jake2@googlemail.com" 226 }, 227 { 228 "name": "Jeff Jewiss", 229 "email": "jeffjewiss@gmail.com" 230 }, 231 { 232 "name": "Jérémy Judéaux", 233 "email": "jeremy.judeaux@volune.net" 234 }, 235 { 236 "name": "Marcello Nuccio", 237 "email": "marcello.nuccio@gmail.com" 238 }, 239 { 240 "name": "Pieter Mees", 241 "email": "pietermees@users.noreply.github.com" 242 }, 243 { 244 "name": "pavelgj", 245 "email": "pavelgj@gmail.com" 246 }, 247 { 248 "name": "sylvain-hamel", 249 "email": "sylvainhamel0@gmail.com" 250 }, 251 { 252 "name": "ywong", 253 "email": "wongyok@gmail.com" 254 }, 255 { 256 "name": "Andrew Morris", 257 "email": "voltrevo@gmail.com" 258 }, 259 { 260 "name": "Aseem Bansal", 261 "email": "aseembansal@live.com" 262 }, 263 { 264 "name": "Bryan Smith", 265 "email": "bryanrsmith@gmail.com" 266 }, 267 { 268 "name": "Bulat Shakirzyanov", 269 "email": "mallluhuct@gmail.com" 270 }, 271 { 272 "name": "ChangZhuo Chen", 273 "email": "czchen@gmail.com", 274 "url": "陳昌倬" 275 }, 276 { 277 "name": "Chris Bottin", 278 "email": "chrisbottin@users.noreply.github.com" 279 }, 280 { 281 "name": "Cyrus Chan", 282 "email": "chan1cyrus2@gmail.com" 283 }, 284 { 285 "name": "DarthCharles", 286 "email": "carlos.darth@gmail.com" 287 }, 288 { 289 "name": "David Herges", 290 "email": "dherges@users.noreply.github.com" 291 }, 292 { 293 "name": "David Pärsson", 294 "email": "david@parsson.se" 295 }, 296 { 297 "name": "Ethan J. Brown", 298 "email": "ethan_j_brown@hotmail.com" 299 }, 300 { 301 "name": "Ezra Brooks", 302 "email": "ezra.m.brooks@gmail.com" 303 }, 304 { 305 "name": "Filipe Guerra", 306 "email": "alias.mac@gmail.com" 307 }, 308 { 309 "name": "Greenkeeper", 310 "email": "support@greenkeeper.io" 311 }, 312 { 313 "name": "Hugues Malphettes", 314 "email": "hmalphettes@gmail.com" 315 }, 316 { 317 "name": "Igor Minar", 318 "email": "igor@angularjs.org" 319 }, 320 { 321 "name": "Igor Minar", 322 "email": "iiminar@gmail.com" 323 }, 324 { 325 "name": "Ilya Goncharov", 326 "email": "ilgonmic@gmail.com" 327 }, 328 { 329 "name": "James Ford", 330 "email": "jford@psyked.co.uk" 331 }, 332 { 333 "name": "James Talmage", 334 "email": "james@talmage.io" 335 }, 336 { 337 "name": "Janderson Constantino", 338 "email": "jandersonconstantino@gmail.com" 339 }, 340 { 341 "name": "Jonas Pommerening", 342 "email": "jonas.pommerening@aixigo.de" 343 }, 344 { 345 "name": "Jonathan Freeman", 346 "email": "freethejazz@gmail.com" 347 }, 348 { 349 "name": "Jonathan Ginsburg", 350 "email": "jon@than.ml" 351 }, 352 { 353 "name": "Josh", 354 "email": "joshhunt180@gmail.com" 355 }, 356 { 357 "name": "KJ Tsanaktsidis", 358 "email": "kjtsanaktsidis@gmail.com" 359 }, 360 { 361 "name": "Keen Yee Liau", 362 "email": "kyliau@google.com" 363 }, 364 { 365 "name": "Kelly Jensen", 366 "email": "kellyrayj@gmail.com" 367 }, 368 { 369 "name": "Kevin Huang", 370 "email": "kevinziwenhuang@gmail.com" 371 }, 372 { 373 "name": "Kevin WENNER", 374 "email": "kevin.wenner@massmotionmedia.com" 375 }, 376 { 377 "name": "Levi Thomason", 378 "email": "me@levithomason.com" 379 }, 380 { 381 "name": "Luke Page", 382 "email": "luke.a.page@gmail.com" 383 }, 384 { 385 "name": "Matt Lewis", 386 "email": "matthew.lewis@socialsignin.co.uk" 387 }, 388 { 389 "name": "Nico Jansen", 390 "email": "jansennico@gmail.com" 391 }, 392 { 393 "name": "Parashuram", 394 "email": "code@r.nparashuram.com" 395 }, 396 { 397 "name": "Pat Tullmann", 398 "email": "pt@bebop.co" 399 }, 400 { 401 "name": "PatrickJS", 402 "email": "github@gdi2290.com" 403 }, 404 { 405 "name": "Richard Harrington", 406 "email": "rwharrington87@gmail.com" 407 }, 408 { 409 "name": "Roarke Gaskill", 410 "email": "roarke.gaskill@gmail.com" 411 }, 412 { 413 "name": "Robert Stein", 414 "email": "SteinRobert@users.noreply.github.com" 415 }, 416 { 417 "name": "Robin Liang", 418 "email": "robin.gnail@gmail.com" 419 }, 420 { 421 "name": "Ruben Bridgewater", 422 "email": "ruben.bridgewater@fintura.de" 423 }, 424 { 425 "name": "Réda Housni Alaoui", 426 "email": "reda.housnialaoui@gmail.com" 427 }, 428 { 429 "name": "Sammy Jelin", 430 "email": "sjelin@gmail.com" 431 }, 432 { 433 "name": "Sergei Startsev", 434 "email": "ai@programist.ru" 435 }, 436 { 437 "name": "Sergey Simonchik", 438 "email": "sergey.simonchik@gmail.com" 439 }, 440 { 441 "name": "Sergey Simonchik", 442 "email": "sergey.simonchik@jetbrains.com" 443 }, 444 { 445 "name": "Shane Russell", 446 "email": "shane1337@gmail.com" 447 }, 448 { 449 "name": "Stefan Dragnev", 450 "email": "dragnev@telerik.com" 451 }, 452 { 453 "name": "Steve Mao", 454 "email": "maochenyan@gmail.com" 455 }, 456 { 457 "name": "Steve Mao", 458 "email": "steve.mao@healthinteract.com.au" 459 }, 460 { 461 "name": "Steve Van Opstal", 462 "email": "stevevanopstal@gmail.com" 463 }, 464 { 465 "name": "Sylvain Hamel", 466 "email": "sylvainhamel0@gmail.com" 467 }, 468 { 469 "name": "SymbioticKilla", 470 "email": "59652865+SymbioticKilla@users.noreply.github.com" 471 }, 472 { 473 "name": "Terry", 474 "email": "zhangwenlp@vip.qq.com" 475 }, 476 { 477 "name": "Thomas Parisot", 478 "email": "thomas@oncle-tom.net" 479 }, 480 { 481 "name": "Tom Erik Støwer", 482 "email": "tomerik@getkahoot.com" 483 }, 484 { 485 "name": "Vivek Ganesan", 486 "email": "caliberoviv@gmail.com" 487 }, 488 { 489 "name": "Vladimir Starkov", 490 "email": "iamstarkov@users.noreply.github.com" 491 }, 492 { 493 "name": "comdiv", 494 "email": "fagim.sadykov@gmail.com" 495 }, 496 { 497 "name": "karmarunnerbot", 498 "email": "karmarunnerbot@gmail.com" 499 }, 500 { 501 "name": "ngiebel", 502 "email": "ngiebel@starkinvestments.com" 503 }, 504 { 505 "name": "rdodev", 506 "email": "rubenoz@gmail.com" 507 }, 508 { 509 "name": "u812", 510 "email": "0u812@github.com" 511 }, 512 { 513 "name": "Aaron Powell", 514 "email": "me@aaron-powell.com" 515 }, 516 { 517 "name": "Adrien Crivelli", 518 "email": "adrien.crivelli@gmail.com" 519 }, 520 { 521 "name": "Alan Agius", 522 "email": "alan.agius4@gmail.com" 523 }, 524 { 525 "name": "Alejandro Mantecon Guillen", 526 "email": "alemangui@gmail.com" 527 }, 528 { 529 "name": "Ales Rosina", 530 "email": "alesrosina@users.noreply.github.com" 531 }, 532 { 533 "name": "Alexander Pepper", 534 "email": "alexander.pepper@infopark.de" 535 }, 536 { 537 "name": "Alexander Shtuchkin", 538 "email": "ashtuchkin@gmail.com" 539 }, 540 { 541 "name": "Alexei", 542 "email": "solo@solo.md" 543 }, 544 { 545 "name": "Ameer Jhan", 546 "email": "ameerjhanprof@gmail.com" 547 }, 548 { 549 "name": "Anders Ekdahl", 550 "email": "anders.ekdahl@gmail.com" 551 }, 552 { 553 "name": "Anders Janmyr", 554 "email": "anders.janmyr@sonymobile.com" 555 }, 556 { 557 "name": "Andreas Krummsdorf", 558 "email": "a.krummsdorf@litixsoft.de" 559 }, 560 { 561 "name": "Andreas Pålsson", 562 "email": "a.palsson@gmail.com" 563 }, 564 { 565 "name": "Andrew Fischer", 566 "email": "afischer@shutterfly.com" 567 }, 568 { 569 "name": "Andrew Marcinkevičius", 570 "email": "andrew.web@ifdattic.com" 571 }, 572 { 573 "name": "Andrey Chalkin", 574 "email": "L2jLiga@gmail.com" 575 }, 576 { 577 "name": "Andy Joslin", 578 "email": "andytjoslin@gmail.com" 579 }, 580 { 581 "name": "Anton Usmansky", 582 "email": "cody0@yandex-team.ru" 583 }, 584 { 585 "name": "Athur Ming", 586 "email": "mingguobin@live.com" 587 }, 588 { 589 "name": "Atul Bhosale", 590 "email": "atul1bhosale@gmail.com" 591 }, 592 { 593 "name": "AugustinLF", 594 "email": "augustin.public@gmail.com" 595 }, 596 { 597 "name": "AvnerCohen", 598 "email": "israbirding@gmail.com" 599 }, 600 { 601 "name": "Awad Mackie", 602 "email": "firesock.serwalek@gmail.com" 603 }, 604 { 605 "name": "Basemm", 606 "email": "BAsM.Egy@gmail.com" 607 }, 608 { 609 "name": "Benoit Charbonnier", 610 "email": "benoit.charbonnier@gmail.com" 611 }, 612 { 613 "name": "Bhavesh Kakadiya", 614 "email": "bhavesh@superhuman.com" 615 }, 616 { 617 "name": "Borewit", 618 "email": "Borewit@users.noreply.github.com" 619 }, 620 { 621 "name": "Brady Wied", 622 "email": "brady@bswtechconsulting.com" 623 }, 624 { 625 "name": "Bram Borggreve", 626 "email": "borggreve@gmail.com" 627 }, 628 { 629 "name": "Breno Calazans", 630 "email": "breno@vtex.com.br" 631 }, 632 { 633 "name": "Brian Donovan", 634 "email": "donovan@squareup.com" 635 }, 636 { 637 "name": "Brian Donovan", 638 "email": "me@brian-donovan.com" 639 }, 640 { 641 "name": "Brian M Hunt", 642 "email": "brianmhunt@gmail.com" 643 }, 644 { 645 "name": "Cagdas Bayram", 646 "email": "cbayram@cloudera.com" 647 }, 648 { 649 "name": "Carl Goldberg", 650 "email": "carlgoldberg1236@gmail.com" 651 }, 652 { 653 "name": "Chad Smith", 654 "email": "chad@configit.com" 655 }, 656 { 657 "name": "Chang Wang", 658 "email": "cheapsteak@gmail.com" 659 }, 660 { 661 "name": "Charles Suh", 662 "email": "charlessuh@users.noreply.github.com" 663 }, 664 { 665 "name": "Chelsea Urquhart", 666 "email": "curquhart@users.noreply.github.com" 667 }, 668 { 669 "name": "Chris", 670 "email": "camargo.cac@gmail.com" 671 }, 672 { 673 "name": "Chris Chua", 674 "email": "chris.sirhc@gmail.com" 675 }, 676 { 677 "name": "Chris Dawson", 678 "email": "xrdawson@gmail.com" 679 }, 680 { 681 "name": "Christian Weiss", 682 "email": "cweiss@stripe.com" 683 }, 684 { 685 "name": "Christopher Hiller", 686 "email": "chiller@badwing.com" 687 }, 688 { 689 "name": "Chuf", 690 "email": "42591821+GChuf@users.noreply.github.com" 691 }, 692 { 693 "name": "Ciro S. Costa", 694 "email": "ciro.costa@usp.br" 695 }, 696 { 697 "name": "Daan Stolp", 698 "email": "mail@daanstolp.nl" 699 }, 700 { 701 "name": "Damien Choizit", 702 "email": "damien.choizit@gmail.com" 703 }, 704 { 705 "name": "Dan Siwiec", 706 "email": "daniel.siwiec@gmail.com" 707 }, 708 { 709 "name": "Dan Thareja", 710 "email": "danthareja@gmail.com" 711 }, 712 { 713 "name": "Danny Croft", 714 "email": "danny.croft@yahoo.co.uk" 715 }, 716 { 717 "name": "Danny Tuppeny", 718 "email": "danny@tuppeny.com" 719 }, 720 { 721 "name": "David Jensen", 722 "email": "david@frode.(none)", 723 "url": "none" 724 }, 725 { 726 "name": "David M. Karr", 727 "email": "dk068x@att.com" 728 }, 729 { 730 "name": "Derek Gould", 731 "email": "dgould@birst.com" 732 }, 733 { 734 "name": "Derek Schaller", 735 "email": "dschaller@lyft.com" 736 }, 737 { 738 "name": "Dieter Oberkofler", 739 "email": "doberkofler@users.noreply.github.com" 740 }, 741 { 742 "name": "Dillon", 743 "email": "mdillon@reachmail.com" 744 }, 745 { 746 "name": "Dmitrii Abramov", 747 "email": "dabramov@yahoo-inc.com" 748 }, 749 { 750 "name": "Dmitriy Ryajov", 751 "email": "dryajov@gmail.com" 752 }, 753 { 754 "name": "Donovan Hutchinson", 755 "email": "donovanh@gmail.com" 756 }, 757 { 758 "name": "Douglas Blumeyer", 759 "email": "DougBlumeyer@users.noreply.github.com" 760 }, 761 { 762 "name": "Douglas Blumeyer", 763 "email": "pair+dblumeyer@vmware.com" 764 }, 765 { 766 "name": "Dunja Radulov", 767 "email": "dradulov@renderedtext.com" 768 }, 769 { 770 "name": "ERt", 771 "email": "ert.wroc@gmail.com" 772 }, 773 { 774 "name": "Ed Rooth", 775 "email": "ed.rooth@rackspace.com" 776 }, 777 { 778 "name": "Eddie Monge", 779 "email": "eddie@eddiemonge.com" 780 }, 781 { 782 "name": "Eden", 783 "email": "mazzolaeden@gmail.com" 784 }, 785 { 786 "name": "Edward Hutchins", 787 "email": "eahutchins@gmail.com" 788 }, 789 { 790 "name": "Eldar Jafarov", 791 "email": "djkojb@gmail.com" 792 }, 793 { 794 "name": "Eric Baer", 795 "email": "me@ericbaer.com" 796 }, 797 { 798 "name": "Esteban Marin", 799 "email": "estebanmarin@gmx.ch" 800 }, 801 { 802 "name": "Fabian Beuke", 803 "email": "mail@beuke.org" 804 }, 805 { 806 "name": "Filipe Silva", 807 "email": "filipematossilva@gmail.com" 808 }, 809 { 810 "name": "Franck Garcia", 811 "email": "garcia.franck@gmail.com" 812 }, 813 { 814 "name": "Fred Sauer", 815 "email": "fredsa@google.com" 816 }, 817 { 818 "name": "Frederic Hemberger", 819 "email": "mail@frederic-hemberger.de" 820 }, 821 { 822 "name": "Fredrik Bonander", 823 "email": "carl.fredrik.bonander@gmail.com" 824 }, 825 { 826 "name": "Gavin Aiken", 827 "email": "gavin@aiken.org.uk" 828 }, 829 { 830 "name": "Geert Van Laethem", 831 "email": "geert.van.laethem@pandora.be" 832 }, 833 { 834 "name": "Glenn Anderson", 835 "email": "ondoher@gmail.com" 836 }, 837 { 838 "name": "Greg Thornton", 839 "email": "xdissent@me.com" 840 }, 841 { 842 "name": "Gregory Cowan", 843 "email": "g.cowan@amnzero.nl" 844 }, 845 { 846 "name": "Hendrik Purmann", 847 "email": "h.purmann@googlemail.com" 848 }, 849 { 850 "name": "Homa Wong", 851 "email": "homawong@gmail.com" 852 }, 853 { 854 "name": "Igor Lima", 855 "email": "lima.igorribeiro@gmail.com" 856 }, 857 { 858 "name": "Islam Sharabash", 859 "email": "islam.sharabash@gmail.com" 860 }, 861 { 862 "name": "Jack Tarantino", 863 "email": "jacopo.tarantino@gmail.com" 864 }, 865 { 866 "name": "Jacob Trimble", 867 "email": "modmaker@google.com" 868 }, 869 { 870 "name": "Jakub Z", 871 "email": "jakzale@gmail.com" 872 }, 873 { 874 "name": "James Shore", 875 "email": "jshore@jamesshore.com" 876 }, 877 { 878 "name": "Jan Molak", 879 "email": "jan.molak@smartcodeltd.co.uk" 880 }, 881 { 882 "name": "Jeff Froom", 883 "email": "jeff@jfroom.com" 884 }, 885 { 886 "name": "Jeff Lage", 887 "email": "jefflage@me.com" 888 }, 889 { 890 "name": "Jeff Yates", 891 "email": "jeff.yates@alumni.manchester.ac.uk" 892 }, 893 { 894 "name": "Jeremy Axelrod", 895 "email": "axelrod.jeremy@gmail.com" 896 }, 897 { 898 "name": "Jerry Reptak", 899 "email": "jreptak@gmail.com" 900 }, 901 { 902 "name": "Jesse M. Holmes", 903 "email": "wolfhoundjesse@gmail.com" 904 }, 905 { 906 "name": "Joe Lencioni", 907 "email": "joe.lencioni@brigade.com" 908 }, 909 { 910 "name": "Johannes Gorset", 911 "email": "jgorset@gmail.com" 912 }, 913 { 914 "name": "John Wehr", 915 "email": "johnwehr@gmail.com" 916 }, 917 { 918 "name": "Jon Bretman", 919 "email": "jon.bretman@gmail.com" 920 }, 921 { 922 "name": "Jonathan ES Lin", 923 "email": "ernsheong@gmail.com" 924 }, 925 { 926 "name": "Jonathan Felchlin", 927 "email": "jonathan@xgecko.com" 928 }, 929 { 930 "name": "Jonathan Niles", 931 "email": "jniles@users.noreply.github.com" 932 }, 933 { 934 "name": "Josh Lory", 935 "email": "josh.lory@code.org" 936 }, 937 { 938 "name": "João Marcos Duarte", 939 "email": "joumd86@gmail.com" 940 }, 941 { 942 "name": "Julian Connor", 943 "email": "julian.connor@venmo.com" 944 }, 945 { 946 "name": "Jurko Gospodnetić", 947 "email": "jurko.gospodnetic@pke.hr" 948 }, 949 { 950 "name": "Justin Ridgewell", 951 "email": "jridgewell@users.noreply.github.com" 952 }, 953 { 954 "name": "KahWee Teng", 955 "email": "t@kw.sg" 956 }, 957 { 958 "name": "Karl Lindmark", 959 "email": "karl.lindmark@ninetwozero.com" 960 }, 961 { 962 "name": "Karol Fabjańczuk", 963 "email": "karol.fabjanczuk@lemondemon.pl" 964 }, 965 { 966 "name": "Karolis Narkevicius", 967 "email": "karolis.n@gmail.com" 968 }, 969 { 970 "name": "Keats", 971 "email": "balthek@gmail.com" 972 }, 973 { 974 "name": "Keith Cirkel", 975 "email": "github@keithcirkel.co.uk" 976 }, 977 { 978 "name": "Kent C. Dodds", 979 "email": "kent@doddsfamily.us" 980 }, 981 { 982 "name": "Kevin Ortman", 983 "email": "kevin_ortman@msn.com" 984 }, 985 { 986 "name": "Kostiantyn Kahanskyi", 987 "email": "kostiantyn.kahanskyi@googlemail.com" 988 }, 989 { 990 "name": "Kris Kowal", 991 "email": "kris@cixar.com" 992 }, 993 { 994 "name": "Lenny Urbanowski", 995 "email": "lenny@itslennysfault.com" 996 }, 997 { 998 "name": "Long Ho", 999 "email": "longlho@users.noreply.github.com" 1000 }, 1001 { 1002 "name": "LoveIsGrief", 1003 "email": "just.another.michaelv@gmail.com" 1004 }, 1005 { 1006 "name": "Lucas Theisen", 1007 "email": "lucastheisen@pastdev.com" 1008 }, 1009 { 1010 "name": "Lukasz Zatorski", 1011 "email": "lzatorski@gmail.com" 1012 }, 1013 { 1014 "name": "M1xA", 1015 "email": "AnyCPU@users.noreply.github.com" 1016 }, 1017 { 1018 "name": "Magnus Markling", 1019 "email": "github@markling.com" 1020 }, 1021 { 1022 "name": "Manfred Stock", 1023 "email": "m@nfred.ch" 1024 }, 1025 { 1026 "name": "Manoel", 1027 "email": "manoel.lobo@gmail.com" 1028 }, 1029 { 1030 "name": "Marko Anastasov", 1031 "email": "marko@renderedtext.com" 1032 }, 1033 { 1034 "name": "Martin Geisler", 1035 "email": "martin@geisler.net" 1036 }, 1037 { 1038 "name": "Martin Jul", 1039 "email": "martin@mjul.com" 1040 }, 1041 { 1042 "name": "Martin Lemanski", 1043 "email": "martin.lemanski@gmx.at" 1044 }, 1045 { 1046 "name": "Martin Probst", 1047 "email": "martin@probst.io" 1048 }, 1049 { 1050 "name": "Marvin Heilemann", 1051 "email": "m.heilemann@protonmail.com" 1052 }, 1053 { 1054 "name": "Matias Niemelä", 1055 "email": "matias@yearofmoo.com" 1056 }, 1057 { 1058 "name": "Matthew Amato", 1059 "email": "matt.amato@gmail.com" 1060 }, 1061 { 1062 "name": "Matthew Cale", 1063 "email": "mattc41190@gmail.com" 1064 }, 1065 { 1066 "name": "Matthew Machuga", 1067 "email": "machuga@gmail.com" 1068 }, 1069 { 1070 "name": "Matthias Oßwald", 1071 "email": "matz3@users.noreply.github.com" 1072 }, 1073 { 1074 "name": "Matti Paksula", 1075 "email": "matti.paksula@iki.fi" 1076 }, 1077 { 1078 "name": "Mattijs Kneppers", 1079 "email": "mattijs@arttech.nl" 1080 }, 1081 { 1082 "name": "Max Waterman", 1083 "email": "davidmaxwaterman@fastmail.co.uk" 1084 }, 1085 { 1086 "name": "Merott Movahedi", 1087 "email": "merott@merott.com" 1088 }, 1089 { 1090 "name": "Merrick Christensen", 1091 "email": "merrick.christensen@gmail.com" 1092 }, 1093 { 1094 "name": "Michael Krotscheck", 1095 "email": "krotscheck@gmail.com" 1096 }, 1097 { 1098 "name": "Michał Siwek", 1099 "email": "mike21@aol.pl" 1100 }, 1101 { 1102 "name": "Milan Aleksic", 1103 "email": "milanaleksic@gmail.com" 1104 }, 1105 { 1106 "name": "Milana Stojadinov", 1107 "email": "mstojadinov@renderedtext.com" 1108 }, 1109 { 1110 "name": "Mohamed Eltuhamy", 1111 "email": "tuhamy@gmail.com" 1112 }, 1113 { 1114 "name": "Nathan Cornelius", 1115 "email": "ndcornelius@users.noreply.github.com" 1116 }, 1117 { 1118 "name": "Nathan Hunzaker", 1119 "email": "nate.hunzaker@gmail.com" 1120 }, 1121 { 1122 "name": "NeverwinterMoon", 1123 "email": "manni.calavera@gmail.com" 1124 }, 1125 { 1126 "name": "Nick Carter", 1127 "email": "thynctank@thynctank.com" 1128 }, 1129 { 1130 "name": "Nick McCurdy", 1131 "email": "nick@nickmccurdy.com" 1132 }, 1133 { 1134 "name": "Nick Payne", 1135 "email": "nick@kurai.co.uk" 1136 }, 1137 { 1138 "name": "Nick Petruzzelli", 1139 "email": "code.npetruzzelli@gmail.com" 1140 }, 1141 { 1142 "name": "Nick Petruzzelli", 1143 "email": "npetruzzelli@users.noreply.github.com" 1144 }, 1145 { 1146 "name": "Nick Williams", 1147 "email": "mr.nicksta@gmail.com" 1148 }, 1149 { 1150 "name": "Nicolas Artman", 1151 "email": "nicolasartman@users.noreply.github.com" 1152 }, 1153 { 1154 "name": "Nicolas Ferrero", 1155 "email": "ferrero.nicolas@gmail.com" 1156 }, 1157 { 1158 "name": "Nikita Balakirev", 1159 "email": "balakirevnikita@yandex.ru" 1160 }, 1161 { 1162 "name": "Nir Moav", 1163 "email": "nirmoav@users.noreply.github.com" 1164 }, 1165 { 1166 "name": "Nish", 1167 "email": "nishantpatel611@gmail.com" 1168 }, 1169 { 1170 "name": "Nuno Job", 1171 "email": "nunojobpinto@gmail.com" 1172 }, 1173 { 1174 "name": "Oleg Gomozov", 1175 "email": "blackswanny@gmail.com" 1176 }, 1177 { 1178 "name": "Olivier Yiptong", 1179 "email": "olivier@olivieryiptong.com" 1180 }, 1181 { 1182 "name": "OniOni", 1183 "email": "mathieu.c.sabourin@gmail.com" 1184 }, 1185 { 1186 "name": "OpenShift guest", 1187 "email": "mrpatan@gmail.com" 1188 }, 1189 { 1190 "name": "Outsider", 1191 "email": "outsideris@gmail.com" 1192 }, 1193 { 1194 "name": "Parashuram", 1195 "email": "code@nparashuram.com" 1196 }, 1197 { 1198 "name": "Pascal Hartig", 1199 "email": "phartig@rdrei.net" 1200 }, 1201 { 1202 "name": "Patrick Lussan", 1203 "email": "patrick.lussan@componize.com" 1204 }, 1205 { 1206 "name": "Patrick Neschkudla", 1207 "email": "neschkudla@gmail.com" 1208 }, 1209 { 1210 "name": "Patrik Henningsson", 1211 "email": "patrik.henningsson@gmail.com" 1212 }, 1213 { 1214 "name": "Paul Gschwendtner", 1215 "email": "paulgschwendtner@gmail.com" 1216 }, 1217 { 1218 "name": "Paweł Kapalla", 1219 "email": "pkapalla@xesenix.pl" 1220 }, 1221 { 1222 "name": "Pedro Araujo", 1223 "email": "pedrotcaraujo@gmail.com" 1224 }, 1225 { 1226 "name": "Pete Bacon Darwin", 1227 "email": "pete@bacondarwin.com" 1228 }, 1229 { 1230 "name": "Pete Swan", 1231 "email": "pete@indabamusic.com" 1232 }, 1233 { 1234 "name": "Peter Burns", 1235 "email": "rictic@gmail.com" 1236 }, 1237 { 1238 "name": "Peter Halliday", 1239 "email": "pghalliday@gmail.com" 1240 }, 1241 { 1242 "name": "Peter McAlpine", 1243 "email": "peter.mcalpine@arcticwolf.com" 1244 }, 1245 { 1246 "name": "Peter Newman", 1247 "email": "peternewman@users.noreply.github.com" 1248 }, 1249 { 1250 "name": "Peter Yates", 1251 "email": "pd.yates@gmail.com" 1252 }, 1253 { 1254 "name": "Philip Harrison", 1255 "email": "philip@mailharrison.com" 1256 }, 1257 { 1258 "name": "Pierre Vanduynslager", 1259 "email": "pierre.denis.vanduynslager@gmail.com" 1260 }, 1261 { 1262 "name": "Piotr Błażejewicz", 1263 "email": "peterblazejewicz@users.noreply.github.com", 1264 "url": "Peter Blazejewicz" 1265 }, 1266 { 1267 "name": "Piper Chester", 1268 "email": "piperchester@users.noreply.github.com" 1269 }, 1270 { 1271 "name": "Rafal Lindemann", 1272 "email": "rl@stamina.pl" 1273 }, 1274 { 1275 "name": "Remy Sharp", 1276 "email": "remy@remysharp.com" 1277 }, 1278 { 1279 "name": "Ricardo Melo Joia", 1280 "email": "ricardo.joia@gmail.com" 1281 }, 1282 { 1283 "name": "Rich Kuzsma", 1284 "email": "rkuzsma@gmail.com" 1285 }, 1286 { 1287 "name": "Rich Trott", 1288 "email": "rtrott@gmail.com" 1289 }, 1290 { 1291 "name": "Richard Herrera", 1292 "email": "richard.herrera@nfl.com" 1293 }, 1294 { 1295 "name": "Roarke Gaskill", 1296 "email": "rgaskill@nexvex.com" 1297 }, 1298 { 1299 "name": "Rob Cherry", 1300 "email": "rcherry@reverbnation.com" 1301 }, 1302 { 1303 "name": "Rob Dodson", 1304 "email": "lets.email.rob@gmail.com" 1305 }, 1306 { 1307 "name": "Rogério Vicente", 1308 "email": "rogeriopvl@gmail.com" 1309 }, 1310 { 1311 "name": "Ruben Bridgewater", 1312 "email": "ruben@bridgewater.de" 1313 }, 1314 { 1315 "name": "Rémi", 1316 "email": "r3mi@users.sourceforge.net" 1317 }, 1318 { 1319 "name": "Sahat Yalkabov", 1320 "email": "sakhat@gmail.com" 1321 }, 1322 { 1323 "name": "Sam Rawlins", 1324 "email": "sam.rawlins@gmail.com" 1325 }, 1326 { 1327 "name": "Sam Rawlins", 1328 "email": "srawlins@google.com" 1329 }, 1330 { 1331 "name": "Samuel Marks", 1332 "email": "samuelmarks@gmail.com" 1333 }, 1334 { 1335 "name": "Saugat Acharya", 1336 "email": "mesaugat@gmail.com" 1337 }, 1338 { 1339 "name": "Schmulik Raskin", 1340 "email": "schmuli@gmail.com" 1341 }, 1342 { 1343 "name": "Sergey Kruk", 1344 "email": "sergey.kruk@gmail.com" 1345 }, 1346 { 1347 "name": "Seth Rhodes", 1348 "email": "seth@thinkpixbit.com" 1349 }, 1350 { 1351 "name": "Shahar Mor", 1352 "email": "shaharmor1@gmail.com" 1353 }, 1354 { 1355 "name": "Shane Osbourne", 1356 "email": "shane.osbourne8@gmail.com" 1357 }, 1358 { 1359 "name": "Sho Ikeda", 1360 "email": "suicaicoca@gmail.com" 1361 }, 1362 { 1363 "name": "Sibiraj", 1364 "email": "20282546+Sibiraj-S@users.noreply.github.com" 1365 }, 1366 { 1367 "name": "Simen Bekkhus", 1368 "email": "sbekkhus91@gmail.com" 1369 }, 1370 { 1371 "name": "Simon Warta", 1372 "email": "2603011+webmaster128@users.noreply.github.com" 1373 }, 1374 { 1375 "name": "Simone Gentili", 1376 "email": "sensorario@gmail.com" 1377 }, 1378 { 1379 "name": "Slava Kotiya", 1380 "email": "sk@nexttuesday.de" 1381 }, 1382 { 1383 "name": "Sophie Cooper", 1384 "email": "scooper91@users.noreply.github.com" 1385 }, 1386 { 1387 "name": "Stephen Hazleton", 1388 "email": "shazleto@gmail.com" 1389 }, 1390 { 1391 "name": "Stuart Memo", 1392 "email": "stuartmemo@gmail.com" 1393 }, 1394 { 1395 "name": "Taylor Buley", 1396 "email": "buley@outlook.com" 1397 }, 1398 { 1399 "name": "Taylor Hakes", 1400 "email": "taylor.hakes@gmail.com" 1401 }, 1402 { 1403 "name": "Terin Stock", 1404 "email": "terinjokes@gmail.com" 1405 }, 1406 { 1407 "name": "Thai Pangsakulyanont @ Taskworld", 1408 "email": "thai.p@taskworld.com" 1409 }, 1410 { 1411 "name": "Thijs Triemstra", 1412 "email": "info@collab.nl" 1413 }, 1414 { 1415 "name": "Thomas Parisot", 1416 "email": "thomas.parisot@bbc.co.uk" 1417 }, 1418 { 1419 "name": "Tim Gates", 1420 "email": "tim.gates@iress.com" 1421 }, 1422 { 1423 "name": "Tim Hartman", 1424 "email": "tbhartman@gmail.com" 1425 }, 1426 { 1427 "name": "Tim Olshansky", 1428 "email": "tim.olshansky@gmail.com" 1429 }, 1430 { 1431 "name": "Timo Tijhof", 1432 "email": "krinklemail@gmail.com" 1433 }, 1434 { 1435 "name": "Tom MacWright", 1436 "email": "tom@macwright.org" 1437 }, 1438 { 1439 "name": "TrevDev", 1440 "email": "trevor@kareo.com" 1441 }, 1442 { 1443 "name": "Tyler Akins", 1444 "email": "fidian@rumkin.com" 1445 }, 1446 { 1447 "name": "Vasily Ostanin", 1448 "email": "bazilio91@gmail.com" 1449 }, 1450 { 1451 "name": "Veronica Lynn", 1452 "email": "veronica.lynn@redjack.com" 1453 }, 1454 { 1455 "name": "Vincent Taverna", 1456 "email": "vinnymac@gmail.com" 1457 }, 1458 { 1459 "name": "Vitor Buzinaro", 1460 "email": "funny.hc@gmail.com" 1461 }, 1462 { 1463 "name": "Volune", 1464 "email": "jeremy.judeaux@volune.net" 1465 }, 1466 { 1467 "name": "Vova Bilonenko", 1468 "email": "bilonenko.v@gmail.com" 1469 }, 1470 { 1471 "name": "Wizek", 1472 "email": "123.wizek@gmail.com" 1473 }, 1474 { 1475 "name": "XhmikosR", 1476 "email": "xhmikosr@gmail.com" 1477 }, 1478 { 1479 "name": "Yaniv Efraim", 1480 "email": "yaniv.efraim@gmail.com" 1481 }, 1482 { 1483 "name": "Yi Wang", 1484 "email": "e@yi-wang.me" 1485 }, 1486 { 1487 "name": "Yvonne Yip", 1488 "email": "ykyyip@google.com" 1489 }, 1490 { 1491 "name": "Zhang zhengzheng", 1492 "email": "code@tychio.net" 1493 }, 1494 { 1495 "name": "adamnation", 1496 "email": "arowe@illumina.com" 1497 }, 1498 { 1499 "name": "ahaurw01", 1500 "email": "ahaurwitz@gmail.com" 1501 }, 1502 { 1503 "name": "ashaffer", 1504 "email": "darawk@gmail.com" 1505 }, 1506 { 1507 "name": "cexbrayat", 1508 "email": "cedric@ninja-squad.com" 1509 }, 1510 { 1511 "name": "coderaiser", 1512 "email": "mnemonic.enemy@gmail.com" 1513 }, 1514 { 1515 "name": "compact", 1516 "email": "compact@users.noreply.github.com" 1517 }, 1518 { 1519 "name": "coridrew", 1520 "email": "coridrew@gmail.com" 1521 }, 1522 { 1523 "name": "cy6erskunk", 1524 "email": "cyberskunk@gmail.com" 1525 }, 1526 { 1527 "name": "david-garcia-nete", 1528 "email": "david.garcia.nete@gmail.com" 1529 }, 1530 { 1531 "name": "deepak1556", 1532 "email": "hop2deep@gmail.com" 1533 }, 1534 { 1535 "name": "dorey", 1536 "email": "dorey415@gmail.com" 1537 }, 1538 { 1539 "name": "grifball", 1540 "email": "scottgriffy@gmail.com" 1541 }, 1542 { 1543 "name": "hdmr14", 1544 "email": "58992133+hdmr14@users.noreply.github.com" 1545 }, 1546 { 1547 "name": "hrgdavor", 1548 "email": "hrgdavor@gmail.com" 1549 }, 1550 { 1551 "name": "ianjobling", 1552 "email": "ijobling@codio.com" 1553 }, 1554 { 1555 "name": "inf3rno", 1556 "email": "laszlo.janszky@gmail.com" 1557 }, 1558 { 1559 "name": "is-already-taken", 1560 "email": "1771602+is-already-taken@users.noreply.github.com" 1561 }, 1562 { 1563 "name": "jjoos", 1564 "email": "jan@deelstra.org" 1565 }, 1566 { 1567 "name": "jvalkeejarvi", 1568 "email": "jvalkeejarvi@gmail.com" 1569 }, 1570 { 1571 "name": "kyo_ago", 1572 "email": "kyo.ago@gmail.com" 1573 }, 1574 { 1575 "name": "lanshunfang", 1576 "email": "lanshunfang@gmail.com" 1577 }, 1578 { 1579 "name": "lusarz", 1580 "email": "lukasz.usarz@gmail.com" 1581 }, 1582 { 1583 "name": "maik", 1584 "email": "mauk@gulli.com" 1585 }, 1586 { 1587 "name": "mdemo", 1588 "email": "mengdesen09@qq.com" 1589 }, 1590 { 1591 "name": "nathanfaucett", 1592 "email": "nathanfaucett@gmail.com" 1593 }, 1594 { 1595 "name": "pardoman", 1596 "email": "pardo.medina@gmail.com" 1597 }, 1598 { 1599 "name": "thetrevdev", 1600 "email": "thetrevdev@gmail.com" 1601 }, 1602 { 1603 "name": "thorn0", 1604 "email": "thorn.mailbox@gmail.com" 1605 }, 1606 { 1607 "name": "toran billups", 1608 "email": "toranb@gmail.com" 1609 }, 1610 { 1611 "name": "xel23", 1612 "email": "sawqe1@yandex.ru" 1613 }, 1614 { 1615 "name": "chalkerx@gmail.com>" 1616 }, 1617 { 1618 "name": "weiran.zsd@outlook.com>" 1619 } 418 1620 ], 419 1621 "dependencies": { … … 442 1644 "yargs": "^16.1.1" 443 1645 }, 1646 "description": "Spectacular Test Runner for JavaScript.", 444 1647 "devDependencies": { 445 1648 "@commitlint/cli": "^8.3.4", … … 486 1689 "which": "^1.3.1" 487 1690 }, 488 "main": "./lib/index",489 "bin": {490 "karma": "./bin/karma"491 },492 1691 "engines": { 493 1692 "node": ">= 10" 494 1693 }, 495 "version": "6.3.4", 496 "license": "MIT", 1694 "homepage": "https://karma-runner.github.io/", 497 1695 "husky": { 498 1696 "hooks": { … … 501 1699 } 502 1700 }, 1701 "keywords": [ 1702 "karma", 1703 "spectacular", 1704 "runner", 1705 "karma", 1706 "js", 1707 "javascript", 1708 "testing", 1709 "test", 1710 "remote", 1711 "execution" 1712 ], 1713 "license": "MIT", 1714 "main": "./lib/index", 1715 "name": "karma", 1716 "repository": { 1717 "type": "git", 1718 "url": "git://github.com/karma-runner/karma.git" 1719 }, 503 1720 "scripts": { 504 "lint": "eslint . --ext js --ignore-pattern *.tpl.js",505 "lint:fix": "eslint . --ext js --ignore-pattern *.tpl.js --fix",506 "test:unit": "mocha \"test/unit/**/*.spec.js\"",507 "test:e2e": "cucumber-js test/e2e/*.feature",508 "test:client": "node bin/karma start test/client/karma.conf.js",509 "test": "npm run test:unit && npm run test:e2e && npm run test:client",510 1721 "build": "node scripts/client.js build", 511 1722 "build:check": "node scripts/client.js check", 512 1723 "build:watch": "node scripts/client.js watch", 1724 "lint": "eslint . --ext js --ignore-pattern *.tpl.js", 1725 "lint:fix": "eslint . --ext js --ignore-pattern *.tpl.js --fix", 1726 "semantic-release": "semantic-release", 1727 "test": "npm run test:unit && npm run test:e2e && npm run test:client", 1728 "test:client": "node bin/karma start test/client/karma.conf.js", 1729 "test:e2e": "cucumber-js test/e2e/*.feature", 513 1730 "test:integration": "./scripts/integration-tests.sh", 514 "semantic-release": "semantic-release" 515 } 1731 "test:unit": "mocha \"test/unit/**/*.spec.js\"" 1732 }, 1733 "version": "6.3.4" 516 1734 }
Note:
See TracChangeset
for help on using the changeset viewer.