Ignore:
Timestamp:
11/25/21 22:08:24 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
8d391a1
Parents:
59329aa
Message:

primeNG components

Location:
trip-planner-front/node_modules/karma
Files:
54 added
1 deleted
12 edited
7 moved

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/karma/CHANGELOG.md

    r59329aa re29cc2e  
     1## [6.3.9](https://github.com/karma-runner/karma/compare/v6.3.8...v6.3.9) (2021-11-16)
     2
     3
     4### Bug Fixes
     5
     6* restartOnFileChange option not restarting the test run ([92ffe60](https://github.com/karma-runner/karma/commit/92ffe6018451f6144e8bc7726d304057b5ac9d0a)), closes [#27](https://github.com/karma-runner/karma/issues/27) [#3724](https://github.com/karma-runner/karma/issues/3724)
     7
     8## [6.3.8](https://github.com/karma-runner/karma/compare/v6.3.7...v6.3.8) (2021-11-07)
     9
     10
     11### Bug Fixes
     12
     13* **reporter:** warning if stack trace contains generated code invocation ([4f23b14](https://github.com/karma-runner/karma/commit/4f23b14d3e774c0401f2c9eecb188b37aed020eb))
     14
     15## [6.3.7](https://github.com/karma-runner/karma/compare/v6.3.6...v6.3.7) (2021-11-01)
     16
     17
     18### Bug Fixes
     19
     20* **middleware:** replace %X_UA_COMPATIBLE% marker anywhere in the file ([f1aeaec](https://github.com/karma-runner/karma/commit/f1aeaec09e49856747b8f650d06b4dcc61eb637e)), closes [#3711](https://github.com/karma-runner/karma/issues/3711)
     21
     22## [6.3.6](https://github.com/karma-runner/karma/compare/v6.3.5...v6.3.6) (2021-10-25)
     23
     24
     25### Bug Fixes
     26
     27* bump vulnerable ua-parser-js version ([6f2b2ec](https://github.com/karma-runner/karma/commit/6f2b2ec6ed0218980eabf2cbf44e0c8f16fee661)), closes [#3713](https://github.com/karma-runner/karma/issues/3713)
     28
     29## [6.3.5](https://github.com/karma-runner/karma/compare/v6.3.4...v6.3.5) (2021-10-20)
     30
     31
     32### Bug Fixes
     33
     34* **client:** prevent socket.io from hanging due to mocked clocks ([#3695](https://github.com/karma-runner/karma/issues/3695)) ([105da90](https://github.com/karma-runner/karma/commit/105da90a9975c1050f96cda966bd30a3c677494e))
     35
    136## [6.3.4](https://github.com/karma-runner/karma/compare/v6.3.3...v6.3.4) (2021-06-14)
    237
  • trip-planner-front/node_modules/karma/README.md

    r59329aa re29cc2e  
    22[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/karma-runner/karma) [![npm version](https://img.shields.io/npm/v/karma.svg?style=flat-square)](https://www.npmjs.com/package/karma) [![npm downloads](https://img.shields.io/npm/dm/karma.svg?style=flat-square)](https://npmcharts.com/compare/karma?minimal=true)
    33
    4 [![Build Status](https://img.shields.io/travis/karma-runner/karma/master.svg?style=flat-square)](https://travis-ci.org/karma-runner/karma) [![Build Status](https://img.shields.io/appveyor/ci/dignifiedquire/karma/master.svg?style=flat-square)](https://ci.appveyor.com/project/dignifiedquire/karma) [![Code Climate](https://img.shields.io/codeclimate/github/karma-runner/karma.svg?style=flat-square)](https://codeclimate.com/github/karma-runner/karma) [![PRs Welcome](https://img.shields.io/badge/prs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com/) [![Dependency Status](https://img.shields.io/david/karma-runner/karma.svg?style=flat-square)](https://david-dm.org/karma-runner/karma) [![devDependency Status](https://img.shields.io/david/dev/karma-runner/karma.svg?style=flat-square)](https://david-dm.org/karma-runner/karma#info=devDependencies) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
     4 [![Code Climate](https://img.shields.io/codeclimate/github/karma-runner/karma.svg?style=flat-square)](https://codeclimate.com/github/karma-runner/karma) [![PRs Welcome](https://img.shields.io/badge/prs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com/) [![Dependency Status](https://img.shields.io/david/karma-runner/karma.svg?style=flat-square)](https://david-dm.org/karma-runner/karma) [![devDependency Status](https://img.shields.io/david/dev/karma-runner/karma.svg?style=flat-square)](https://david-dm.org/karma-runner/karma#info=devDependencies) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
    55
    66A simple tool that allows you to execute JavaScript code in multiple
  • trip-planner-front/node_modules/karma/commitlint.config.js

    r59329aa re29cc2e  
    1 module.exports = { extends: ['@commitlint/config-conventional'] }
     1module.exports = { extends: ['@commitlint/config-angular'] }
  • trip-planner-front/node_modules/karma/lib/launchers/capture_timeout.js

    r59329aa re29cc2e  
    1818      }
    1919
    20       log.warn(`${this.name} have not captured in ${captureTimeout} ms, killing.`)
     20      log.warn(`${this.name} has not captured in ${captureTimeout} ms, killing.`)
    2121      this.error = 'timeout'
    2222      this.kill()
  • trip-planner-front/node_modules/karma/lib/middleware/karma.js

    r59329aa re29cc2e  
    4646  const query = getQuery(url)
    4747  if (query['x-ua-compatible']) {
    48     return `\n<meta http-equiv="X-UA-Compatible" content="${query['x-ua-compatible']}"/>`
     48    return `<meta http-equiv="X-UA-Compatible" content="${query['x-ua-compatible']}"/>`
    4949  }
    5050  return ''
     
    108108        return serveStaticFile('/client.html', requestedRangeHeader, response, (data) =>
    109109          data
    110             .replace('\n%X_UA_COMPATIBLE%', getXUACompatibleMetaElement(request.url))
     110            .replace('%X_UA_COMPATIBLE%', getXUACompatibleMetaElement(request.url))
    111111            .replace('%X_UA_COMPATIBLE_URL%', getXUACompatibleUrl(request.url)))
    112112      }
     
    227227            .replace('%SCRIPT_URL_ARRAY%', () => 'window.__karma__.scriptUrls = ' + JSON.stringify(scriptUrls) + ';\n')
    228228            .replace('%MAPPINGS%', () => 'window.__karma__.files = {\n' + mappings.join(',\n') + '\n};\n')
    229             .replace('\n%X_UA_COMPATIBLE%', getXUACompatibleMetaElement(request.url))
     229            .replace('%X_UA_COMPATIBLE%', getXUACompatibleMetaElement(request.url))
    230230        })
    231231      })
  • trip-planner-front/node_modules/karma/lib/reporter.js

    r59329aa re29cc2e  
    4949    }
    5050
    51     let msg = input.replace(URL_REGEXP, function (_, prefix, path, __, ___, line, ____, column) {
     51    let msg = input.replace(URL_REGEXP, function (stackTracePath, prefix, path, __, ___, line, ____, column) {
    5252      const normalizedPath = prefix === 'base/' ? `${basePath}/${path}` : path
    5353      const file = lastServedFiles.find((file) => file.path === normalizedPath)
     
    6565          const original = getSourceMapConsumer(file.sourceMap).originalPositionFor({ line, column: zeroBasedColumn, bias })
    6666
     67          // If there is no original position/source for the current stack trace path, then
     68          // we return early with the formatted generated position. This handles the case of
     69          // generated code which does not map to anything, see Case 1 of the source-map spec.
     70          // https://sourcemaps.info/spec.html.
     71          if (original.source === null) {
     72            return PathUtils.formatPathMapping(path, line, column)
     73          }
     74
    6775          // Source maps often only have a local file name, resolve to turn into a full path if
    6876          // the path is not absolute yet.
     
    7078          return `${PathUtils.formatPathMapping(resolve(path, original.source), original.line, oneBasedOriginalColumn)} <- ${PathUtils.formatPathMapping(path, line, column)}`
    7179        } catch (e) {
    72           log.warn(`SourceMap position not found for trace: ${input}`)
     80          log.warn(`An unexpected error occurred while resolving the original position for: ${stackTracePath}`)
     81          log.warn(e)
    7382        }
    7483      }
  • trip-planner-front/node_modules/karma/local.log

    r59329aa re29cc2e  
    55(Not all processes could be identified, non-owned process info
    66 will not be shown, you would have to be root to see it all.)
    7 Mon Jun 14 2021 04:14:40 GMT+0000 (Coordinated Universal Time) -- [INFO] Started the BrowserStack Binary server on 45691, PID: 8868
    8 Mon Jun 14 2021 04:14:40 GMT+0000 (Coordinated Universal Time) -- [SUCCESS] You can now access your local server(s) in our remote browser
     7Tue Nov 16 2021 21:36:27 GMT+0000 (Coordinated Universal Time) -- [INFO] Started the BrowserStack Binary server on 45691, PID: 5326
     8Tue Nov 16 2021 21:36:27 GMT+0000 (Coordinated Universal Time) -- [SUCCESS] You can now access your local server(s) in our remote browser
    99
    10 Mon Jun 14 2021 04:14:41 GMT+0000 (Coordinated Universal Time) -- Press Ctrl-C to exit
     10Tue Nov 16 2021 21:36:28 GMT+0000 (Coordinated Universal Time) -- Press Ctrl-C to exit
    1111
    1212
  • trip-planner-front/node_modules/karma/package.json

    r59329aa re29cc2e  
    11{
    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",
     2  "_from": "karma@6.3.9",
     3  "_id": "karma@6.3.9",
    114  "_inBundle": false,
    12   "_integrity": "sha512-hbhRogUYIulfkBTZT7xoPrCYhRBnBoqbbL4fszWD0ReFGUxU+LYBr3dwKdAluaDQ/ynT9/7C+Lf7pPNW4gSx4Q==",
     5  "_integrity": "sha512-E/MqdLM9uVIhfuyVnrhlGBu4miafBdXEAEqCmwdEMh3n17C7UWC/8Kvm3AYKr91gc7scutekZ0xv6rxRaUCtnw==",
    136  "_location": "/karma",
    147  "_phantomChildren": {
    15     "cliui": "7.0.4",
    168    "escalade": "3.1.1",
    179    "get-caller-file": "2.0.5",
     
    1911    "rimraf": "3.0.2",
    2012    "string-width": "4.2.3",
    21     "y18n": "5.0.8",
    22     "yargs-parser": "20.2.9"
     13    "strip-ansi": "6.0.1"
    2314  },
    2415  "_requested": {
    2516    "type": "version",
    2617    "registry": true,
    27     "raw": "karma@6.3.4",
     18    "raw": "karma@6.3.9",
    2819    "name": "karma",
    2920    "escapedName": "karma",
    30     "rawSpec": "6.3.4",
     21    "rawSpec": "6.3.9",
    3122    "saveSpec": null,
    32     "fetchSpec": "6.3.4"
     23    "fetchSpec": "6.3.9"
    3324  },
    3425  "_requiredBy": [
    35     "#DEV:/"
     26    "#DEV:/",
     27    "#USER"
    3628  ],
    37   "_resolved": "https://registry.npmjs.org/karma/-/karma-6.3.4.tgz",
    38   "_spec": "6.3.4",
     29  "_resolved": "https://registry.npmjs.org/karma/-/karma-6.3.9.tgz",
     30  "_shasum": "cc309607f0fcdb58a88643184f3e4ba8bff26751",
     31  "_spec": "karma@6.3.9",
    3932  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    4033  "author": {
     
    4841    "url": "https://github.com/karma-runner/karma/issues"
    4942  },
     43  "bundleDependencies": false,
    5044  "contributors": [
    5145    {
     
    128122      "name": "Christian Budde Christensen",
    129123      "email": "christi@n-bud.de"
     124    },
     125    {
     126      "name": "Jonathan Ginsburg",
     127      "email": "jon@than.ml"
    130128    },
    131129    {
     
    347345    },
    348346    {
    349       "name": "Jonathan Ginsburg",
    350       "email": "jon@than.ml"
    351     },
    352     {
    353347      "name": "Josh",
    354348      "email": "joshhunt180@gmail.com"
     
    401395      "name": "PatrickJS",
    402396      "email": "github@gdi2290.com"
     397    },
     398    {
     399      "name": "Paul Gschwendtner",
     400      "email": "paulgschwendtner@gmail.com"
    403401    },
    404402    {
     
    800798    },
    801799    {
     800      "name": "Evgeniy Chekan",
     801      "email": "hom3chuk@gmail.com"
     802    },
     803    {
    802804      "name": "Fabian Beuke",
    803805      "email": "mail@beuke.org"
     
    10961098    },
    10971099    {
     1100      "name": "Michael Vartan",
     1101      "email": "michael.wayne.vartan@gmail.com"
     1102    },
     1103    {
    10981104      "name": "Michał Siwek",
    10991105      "email": "mike21@aol.pl"
     
    12101216      "name": "Patrik Henningsson",
    12111217      "email": "patrik.henningsson@gmail.com"
    1212     },
    1213     {
    1214       "name": "Paul Gschwendtner",
    1215       "email": "paulgschwendtner@gmail.com"
    12161218    },
    12171219    {
     
    13831385      "name": "Sophie Cooper",
    13841386      "email": "scooper91@users.noreply.github.com"
     1387    },
     1388    {
     1389      "name": "Stefan Becking",
     1390      "email": "sb@web-computing.de"
    13851391    },
    13861392    {
     
    16381644    "range-parser": "^1.2.1",
    16391645    "rimraf": "^3.0.2",
    1640     "socket.io": "^3.1.0",
     1646    "socket.io": "^4.2.0",
    16411647    "source-map": "^0.6.1",
    16421648    "tmp": "^0.2.1",
    1643     "ua-parser-js": "^0.7.28",
     1649    "ua-parser-js": "^0.7.30",
    16441650    "yargs": "^16.1.1"
    16451651  },
     1652  "deprecated": false,
    16461653  "description": "Spectacular Test Runner for JavaScript.",
    16471654  "devDependencies": {
    1648     "@commitlint/cli": "^8.3.4",
    1649     "@commitlint/config-conventional": "^8.3.4",
    1650     "@commitlint/travis-cli": "^8.3.5",
    1651     "@semantic-release/changelog": "^3.0.6",
    1652     "@semantic-release/git": "^7.0.18",
     1655    "@commitlint/cli": "^12.1.4",
     1656    "@commitlint/config-angular": "^12.1.4",
     1657    "@semantic-release/changelog": "^5.0.1",
     1658    "@semantic-release/git": "^9.0.1",
    16531659    "browserify": "^16.2.3",
    16541660    "chai": "^4.2.0",
     
    16631669    "eslint-plugin-standard": "^4.0.1",
    16641670    "http2": "^3.3.6",
    1665     "husky": "^4.2.5",
    16661671    "jasmine-core": "^3.6.0",
    16671672    "karma": ".",
     
    16811686    "proxyquire": "^2.1.3",
    16821687    "puppeteer": "^1.20.0",
    1683     "semantic-release": "^15.14.0",
     1688    "semantic-release": "^17.4.7",
    16841689    "sinon": "7.3.2",
    16851690    "sinon-chai": "^3.5.0",
     
    16931698  },
    16941699  "homepage": "https://karma-runner.github.io/",
    1695   "husky": {
    1696     "hooks": {
    1697       "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
    1698       "pre-commit": "npm run lint"
    1699     }
    1700   },
    17011700  "keywords": [
    17021701    "karma",
     
    17221721    "build:check": "node scripts/client.js check",
    17231722    "build:watch": "node scripts/client.js watch",
     1723    "commit:check": "commitlint --from HEAD~1",
     1724    "commitlint": "commitlint",
    17241725    "lint": "eslint . --ext js --ignore-pattern *.tpl.js",
    17251726    "lint:fix": "eslint . --ext js --ignore-pattern *.tpl.js --fix",
     
    17311732    "test:unit": "mocha \"test/unit/**/*.spec.js\""
    17321733  },
    1733   "version": "6.3.4"
     1734  "version": "6.3.9"
    17341735}
  • trip-planner-front/node_modules/karma/release.config.js

    r59329aa re29cc2e  
    22  // Add logging for releases until we are fully confident of the release solution.
    33  debug: true,
    4   branch: 'master',
     4  branches: 'master',
    55  verifyConditions: [
    66    '@semantic-release/changelog',
     
    2121    '@semantic-release/github',
    2222    './tools/update-docs'
    23   ]
     23  ],
     24
     25  // The release rules determine what kind of release should be triggered
     26  // based on the information included in the commit message. The default
     27  // rules used by semantic-release are the same, but they are set explicitly
     28  // for better visibility.
     29  // See https://github.com/semantic-release/commit-analyzer/blob/master/lib/default-release-rules.js
     30  releaseRules: [
     31    { breaking: true, release: 'major' },
     32    { revert: true, release: 'patch' },
     33    { type: 'feat', release: 'minor' },
     34    { type: 'fix', release: 'patch' },
     35    { type: 'perf', release: 'patch' }
     36  ],
     37
     38  // The preset determines which commits are included in the changelog and how
     39  // the changelog is formatted. The default value used by semantic-release is
     40  // the same, but it is set explicitly for visibility.
     41  // See https://semantic-release.gitbook.io/semantic-release/#commit-message-format
     42  // See https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular
     43  preset: 'angular'
    2444}
  • trip-planner-front/node_modules/karma/static/client.html

    r59329aa re29cc2e  
    66<html>
    77<head>
    8 %X_UA_COMPATIBLE%
     8  %X_UA_COMPATIBLE%
    99  <title>Karma</title>
    1010  <link href="favicon.ico" rel="icon" type="image/x-icon">
  • trip-planner-front/node_modules/karma/static/debug.html

    r59329aa re29cc2e  
    77<html>
    88<head>
    9 %X_UA_COMPATIBLE%
     9  %X_UA_COMPATIBLE%
    1010  <title>Karma DEBUG RUNNER</title>
    1111  <link href="favicon.ico" rel="icon" type="image/x-icon" />
  • trip-planner-front/node_modules/karma/static/karma.js

    r59329aa re29cc2e  
    243243    }
    244244
    245     // A test could have incorrectly issued a navigate. Wait one turn
    246     // to ensure the error from an incorrect navigate is processed.
    247     var config = this.config
    248     setTimeout(function () {
    249       socket.emit('complete', result || {})
    250       if (config.clearContext) {
    251         navigateContextTo('about:blank')
    252       } else {
    253         self.updater.updateTestStatus('complete')
    254       }
    255       if (returnUrl) {
    256         location.href = returnUrl
    257       }
    258     })
     245    socket.emit('complete', result || {})
     246    if (this.config.clearContext) {
     247      navigateContextTo('about:blank')
     248    } else {
     249      self.updater.updateTestStatus('complete')
     250    }
     251    if (returnUrl) {
     252      location.href = returnUrl
     253    }
    259254  }
    260255
     
    339334  timeout: BROWSER_SOCKET_TIMEOUT,
    340335  path: KARMA_PROXY_PATH + KARMA_URL_ROOT.substr(1) + 'socket.io',
    341   'sync disconnect on unload': true
     336  'sync disconnect on unload': true,
     337  useNativeTimers: true
    342338})
    343339
Note: See TracChangeset for help on using the changeset viewer.