- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/karma-coverage/package.json
rceaed42 r59329aa 1 1 { 2 "name": "karma-coverage", 3 "version": "2.0.3", 4 "description": "A Karma plugin. Generate code coverage.", 5 "main": "lib/index.js", 6 "scripts": { 7 "lint": "eslint **/*.js", 8 "test": "grunt" 9 }, 10 "repository": { 11 "type": "git", 12 "url": "git://github.com/karma-runner/karma-coverage.git" 13 }, 14 "keywords": [ 15 "karma-plugin", 16 "karma-preprocessor", 17 "karma-reporter", 18 "coverage", 19 "istanbul" 2 "_args": [ 3 [ 4 "karma-coverage@2.0.3", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 20 7 ], 21 "author": "SATO taichi <ryushi@gmail.com>", 8 "_development": true, 9 "_from": "karma-coverage@2.0.3", 10 "_id": "karma-coverage@2.0.3", 11 "_inBundle": false, 12 "_integrity": "sha512-atDvLQqvPcLxhED0cmXYdsPMCQuh6Asa9FMZW1bhNqlVEhJoB9qyZ2BY1gu7D/rr5GLGb5QzYO4siQskxaWP/g==", 13 "_location": "/karma-coverage", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "karma-coverage@2.0.3", 19 "name": "karma-coverage", 20 "escapedName": "karma-coverage", 21 "rawSpec": "2.0.3", 22 "saveSpec": null, 23 "fetchSpec": "2.0.3" 24 }, 25 "_requiredBy": [ 26 "#DEV:/" 27 ], 28 "_resolved": "https://registry.npmjs.org/karma-coverage/-/karma-coverage-2.0.3.tgz", 29 "_spec": "2.0.3", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "SATO taichi", 33 "email": "ryushi@gmail.com" 34 }, 35 "bugs": { 36 "url": "https://github.com/karma-runner/karma-coverage/issues" 37 }, 38 "commitlint": { 39 "extends": [ 40 "@commitlint/config-conventional" 41 ] 42 }, 43 "contributors": [ 44 { 45 "name": "dignifiedquire", 46 "email": "dignifiedquire@gmail.com" 47 }, 48 { 49 "name": "Friedel Ziegelmayer", 50 "email": "dignifiedquire@gmail.com" 51 }, 52 { 53 "name": "Aymeric Beaumet", 54 "email": "aymeric@beaumet.me" 55 }, 56 { 57 "name": "johnjbarton", 58 "email": "johnjbarton@johnjbarton.com" 59 }, 60 { 61 "name": "Mark Ethan Trostler", 62 "email": "mark@zzo.com" 63 }, 64 { 65 "name": "Tim Kang", 66 "email": "timkang@ucla.edu" 67 }, 68 { 69 "name": "hicom150", 70 "email": "hicom150@gmail.com" 71 }, 72 { 73 "name": "Nick Malaguti", 74 "email": "nmalaguti@palantir.com" 75 }, 76 { 77 "name": "Maksim Ryzhikov", 78 "email": "rv.maksim@gmail.com" 79 }, 80 { 81 "name": "Mark Trostler", 82 "email": "mark@zzo.com" 83 }, 84 { 85 "name": "nicojs", 86 "email": "jansennico@gmail.com" 87 }, 88 { 89 "name": "Tanguy Krotoff", 90 "email": "tkrotoff@gmail.com" 91 }, 92 { 93 "name": "Wei Kin Huang", 94 "email": "weikin.huang04@gmail.com" 95 }, 96 { 97 "name": "Douglas Duteil", 98 "email": "douglasduteil@gmail.com" 99 }, 100 { 101 "name": "Matt Winchester", 102 "email": "m_winche@yahoo.com" 103 }, 104 { 105 "name": "Julen Garcia Leunda", 106 "email": "hicom150@gmail.com" 107 }, 108 { 109 "name": "Allen Bierbaum", 110 "email": "abierbaum@gmail.com" 111 }, 112 { 113 "name": "Michael Noack", 114 "email": "michael.noack@sealink.com.au" 115 }, 116 { 117 "name": "Michael Stramel", 118 "email": "m.stramel89@gmail.com" 119 }, 120 { 121 "name": "Nick Matantsev", 122 "email": "nick.matantsev@gmail.com" 123 }, 124 { 125 "name": "Petar Manev", 126 "email": "petar.manev2010@gmail.com" 127 }, 128 { 129 "name": "Robin Böhm", 130 "email": "robinboehm@googlemail.com" 131 }, 132 { 133 "name": "Ron Derksen", 134 "email": "ron.derksen@informaat.nl" 135 }, 136 { 137 "name": "Ruben Bridgewater", 138 "email": "ruben.bridgewater@fintura.de" 139 }, 140 { 141 "name": "Sahat Yalkabov", 142 "email": "sakhat@gmail.com" 143 }, 144 { 145 "name": "Srinivas Dhanwada", 146 "email": "dhanwada.dev@gmail.com" 147 }, 148 { 149 "name": "Tanjo, Hiroyuki", 150 "email": "expheno@gmail.com" 151 }, 152 { 153 "name": "Taylor Hakes", 154 "email": "taylor@taylorhakes.com" 155 }, 156 { 157 "name": "Taylor McGann", 158 "email": "tmcgann@users.noreply.github.com" 159 }, 160 { 161 "name": "Timo Tijhof", 162 "email": "krinklemail@gmail.com" 163 }, 164 { 165 "name": "Tom Kirkpatrick", 166 "email": "tom@systemseed.com" 167 }, 168 { 169 "name": "Tyler Waters", 170 "email": "tyler.waters@gmail.com" 171 }, 172 { 173 "name": "Vincent Lemeunier", 174 "email": "vincent.lemeunier+git@gmail.com" 175 }, 176 { 177 "name": "Yusuke Suzuki", 178 "email": "utatane.tea@gmail.com" 179 }, 180 { 181 "name": "aprooks", 182 "email": "alexander.prooks@gmail.com" 183 }, 184 { 185 "name": "carlos", 186 "email": "cafesanu@gmail.com" 187 }, 188 { 189 "name": "fbergr", 190 "email": "fbergr@gmail.com" 191 }, 192 { 193 "name": "piecyk", 194 "email": "piecyk@gmail.com" 195 }, 196 { 197 "name": "Adam Heath", 198 "email": "adam-h@users.noreply.github.com" 199 }, 200 { 201 "name": "terussell85", 202 "email": "terussell85@gmail.com" 203 }, 204 { 205 "name": "Andrew Lane", 206 "email": "AndrewLane@users.noreply.github.com" 207 }, 208 { 209 "name": "Chris Gladd", 210 "email": "chris.m.gladd@gmail.com" 211 }, 212 { 213 "name": "Clayton Watts", 214 "email": "cletusw@gmail.com" 215 }, 216 { 217 "name": "Dan Watling", 218 "email": "dan@synaptik.com" 219 }, 220 { 221 "name": "Diogo Nicoleti", 222 "email": "diogo.nicoleti@gmail.com" 223 }, 224 { 225 "name": "Dmitry Petrov", 226 "email": "dpetroff@gmail.com" 227 }, 228 { 229 "name": "Greg Varsanyi", 230 "email": "gvarsanyi@gmail.com" 231 }, 232 { 233 "name": "Ian Rufus", 234 "email": "ian.j.rufus@gmail.com" 235 }, 236 { 237 "name": "James Talmage", 238 "email": "james@talmage.io" 239 }, 240 { 241 "name": "Joseph Connolly", 242 "email": "joec@avinetworks.com" 243 }, 244 { 245 "name": "Joshua Appelman", 246 "email": "jappelman@xebia.com" 247 }, 248 { 249 "name": "Julie", 250 "email": "ju.ralph@gmail.com" 251 }, 252 { 253 "name": "Kyle Welsby", 254 "email": "kyle@mekyle.com" 255 }, 256 { 257 "name": "Lloyd Smith II", 258 "email": "lloyd@trove.com" 259 }, 260 { 261 "name": "Maciej Rzepiński", 262 "email": "maciej.rzepinski@gmail.com" 263 }, 264 { 265 "name": "Marceli.no", 266 "email": "me@marceli.no" 267 }, 268 { 269 "name": "Matt Lewis", 270 "email": "matthew.lewis@socialsignin.co.uk" 271 } 272 ], 22 273 "dependencies": { 23 274 "istanbul-lib-coverage": "^3.0.0", … … 28 279 "minimatch": "^3.0.4" 29 280 }, 30 " license": "MIT",281 "description": "A Karma plugin. Generate code coverage.", 31 282 "devDependencies": { 32 283 "@commitlint/cli": "^8.3.5", 284 "@commitlint/config-conventional": "^8.3.4", 33 285 "@commitlint/travis-cli": "^8.3.5", 34 "@commitlint/config-conventional": "^8.3.4",35 286 "@semantic-release/changelog": "5.0.1", 36 287 "@semantic-release/git": "9.0.0", … … 69 320 "node": ">=10.0.0" 70 321 }, 71 "commitlint": { 72 "extends": [ 73 "@commitlint/config-conventional" 74 ] 75 }, 322 "homepage": "https://github.com/karma-runner/karma-coverage#readme", 76 323 "husky": { 77 324 "hooks": { … … 79 326 } 80 327 }, 81 "contributors": [ 82 "dignifiedquire <dignifiedquire@gmail.com>", 83 "Friedel Ziegelmayer <dignifiedquire@gmail.com>", 84 "Aymeric Beaumet <aymeric@beaumet.me>", 85 "johnjbarton <johnjbarton@johnjbarton.com>", 86 "Mark Ethan Trostler <mark@zzo.com>", 87 "Tim Kang <timkang@ucla.edu>", 88 "hicom150 <hicom150@gmail.com>", 89 "Nick Malaguti <nmalaguti@palantir.com>", 90 "Maksim Ryzhikov <rv.maksim@gmail.com>", 91 "Mark Trostler <mark@zzo.com>", 92 "nicojs <jansennico@gmail.com>", 93 "Tanguy Krotoff <tkrotoff@gmail.com>", 94 "Wei Kin Huang <weikin.huang04@gmail.com>", 95 "Douglas Duteil <douglasduteil@gmail.com>", 96 "Matt Winchester <m_winche@yahoo.com>", 97 "Julen Garcia Leunda <hicom150@gmail.com>", 98 "Allen Bierbaum <abierbaum@gmail.com>", 99 "Michael Noack <michael.noack@sealink.com.au>", 100 "Michael Stramel <m.stramel89@gmail.com>", 101 "Nick Matantsev <nick.matantsev@gmail.com>", 102 "Petar Manev <petar.manev2010@gmail.com>", 103 "Robin Böhm <robinboehm@googlemail.com>", 104 "Ron Derksen <ron.derksen@informaat.nl>", 105 "Ruben Bridgewater <ruben.bridgewater@fintura.de>", 106 "Sahat Yalkabov <sakhat@gmail.com>", 107 "Srinivas Dhanwada <dhanwada.dev@gmail.com>", 108 "Tanjo, Hiroyuki <expheno@gmail.com>", 109 "Taylor Hakes <taylor@taylorhakes.com>", 110 "Taylor McGann <tmcgann@users.noreply.github.com>", 111 "Timo Tijhof <krinklemail@gmail.com>", 112 "Tom Kirkpatrick <tom@systemseed.com>", 113 "Tyler Waters <tyler.waters@gmail.com>", 114 "Vincent Lemeunier <vincent.lemeunier+git@gmail.com>", 115 "Yusuke Suzuki <utatane.tea@gmail.com>", 116 "aprooks <alexander.prooks@gmail.com>", 117 "carlos <cafesanu@gmail.com>", 118 "fbergr <fbergr@gmail.com>", 119 "piecyk <piecyk@gmail.com>", 120 "Adam Heath <adam-h@users.noreply.github.com>", 121 "terussell85 <terussell85@gmail.com>", 122 "Andrew Lane <AndrewLane@users.noreply.github.com>", 123 "Chris Gladd <chris.m.gladd@gmail.com>", 124 "Clayton Watts <cletusw@gmail.com>", 125 "Dan Watling <dan@synaptik.com>", 126 "Diogo Nicoleti <diogo.nicoleti@gmail.com>", 127 "Dmitry Petrov <dpetroff@gmail.com>", 128 "Greg Varsanyi <gvarsanyi@gmail.com>", 129 "Ian Rufus <ian.j.rufus@gmail.com>", 130 "James Talmage <james@talmage.io>", 131 "Joseph Connolly <joec@avinetworks.com>", 132 "Joshua Appelman <jappelman@xebia.com>", 133 "Julie <ju.ralph@gmail.com>", 134 "Kyle Welsby <kyle@mekyle.com>", 135 "Lloyd Smith II <lloyd@trove.com>", 136 "Maciej Rzepiński <maciej.rzepinski@gmail.com>", 137 "Marceli.no <me@marceli.no>", 138 "Matt Lewis <matthew.lewis@socialsignin.co.uk>" 139 ] 328 "keywords": [ 329 "karma-plugin", 330 "karma-preprocessor", 331 "karma-reporter", 332 "coverage", 333 "istanbul" 334 ], 335 "license": "MIT", 336 "main": "lib/index.js", 337 "name": "karma-coverage", 338 "repository": { 339 "type": "git", 340 "url": "git://github.com/karma-runner/karma-coverage.git" 341 }, 342 "scripts": { 343 "lint": "eslint **/*.js", 344 "test": "grunt" 345 }, 346 "version": "2.0.3" 140 347 }
Note:
See TracChangeset
for help on using the changeset viewer.