From 369193c676a68d3b44d9be1abed6138c0a294f58 Mon Sep 17 00:00:00 2001 From: Peter Monks Date: Wed, 19 Jan 2022 15:44:03 +0000 Subject: [PATCH] MC-9766 Final repo changes to support multi-project * Make sure distribution build still works * Update jest reporters to output report files to new locations * Update Jenkins build to reference correct file locations * Update npm scripts * Clean up redundant files --- .gitignore | 4 +- Jenkinsfile | 10 +- README.md | 19 +- TESTING.md | 0 dependencies-2020-05-22.csv | 1329 ----------------- jesthtmlreporter.config.json | 5 - package.json | 9 +- projects/mdm-ui/jest.config.js | 14 +- .../src/environments/environment.prod.ts | 2 +- projects/mdm-ui/src/setupJest.ts | 2 +- 10 files changed, 35 insertions(+), 1359 deletions(-) delete mode 100644 TESTING.md delete mode 100644 dependencies-2020-05-22.csv delete mode 100644 jesthtmlreporter.config.json diff --git a/.gitignore b/.gitignore index b0da6ce77..9f4881e43 100644 --- a/.gitignore +++ b/.gitignore @@ -235,9 +235,7 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk -/test-report.xml -/test-report -junit.xml +**/test-report yarn.lock eslint_report.* .scannerwork diff --git a/Jenkinsfile b/Jenkinsfile index 62a8bcfea..6d182e274 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,10 +22,8 @@ pipeline { } stage('Jenkins Clean') { steps { - sh 'rm -f junit.xml' sh 'rm -rf test-report' sh 'rm -rf coverage' - sh 'rm -f eslint_report.json' } } @@ -88,7 +86,7 @@ pipeline { } post { always { - junit allowEmptyResults: true, testResults: 'junit.xml' + junit allowEmptyResults: true, testResults: 'test-report/mdm-ui/junit.xml' } } } @@ -96,7 +94,7 @@ pipeline { steps { nvm('') { catchError(buildResult: 'UNSTABLE', stageResult: 'UNSTABLE') { - sh 'npm run eslint-report' + sh 'npm run eslint-xml' } } } @@ -217,8 +215,8 @@ pipeline { allowMissing : true, alwaysLinkToLastBuild: true, keepAll : false, - reportDir : 'test-report', - reportFiles : 'index.html', + reportDir : 'test-report/mdm-ui', + reportFiles : 'jest-report.html', reportName : 'Test Report', reportTitles : 'Test' ]) diff --git a/README.md b/README.md index 32c312ac7..d9a20dd9f 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,14 @@ $ npm install ### Run the application -To start the application in development mode run `ng serve`. After the terminal finishes compiling, open up your browser and navigate to http://localhost:4200. +To start the application in development mode run `npm start`. After the terminal finishes compiling, open up your browser and navigate to http://localhost:4200. + +Alternatively: + +```bash +# Explicitly state which Angular project to test +npm start mdm-ui +``` ### Testing the application @@ -55,6 +62,10 @@ npm run test mdm-ui npm run test mdm-ui -- --watch ``` +## Build the application + +To 'export' the code for production, run `ng build --configuration production`. This will compile & minify the code, making it ready for production. + ### Deployments All pushes to the repository will invoke a Jenkins CI build. @@ -106,8 +117,4 @@ This is surprisingly simple just run `npm install` or `npm ci` There is a useful npm package ([symlinked](https://www.npmjs.com/package/symlinked)) which can list what modules are linked into your repository. This is helpful if you want to check if mdm-resources is currently linked to mdm-ui. -We recommend installing this globally with `npm i -g symlinked` then you can call it inside mdm-ui using `symlinked names`. - -## Build the application - -To 'export' the code for production, run `ng build --prod` this will compile & minify the code, making it ready for production \ No newline at end of file +We recommend installing this globally with `npm i -g symlinked` then you can call it inside mdm-ui using `symlinked names`. \ No newline at end of file diff --git a/TESTING.md b/TESTING.md deleted file mode 100644 index e69de29bb..000000000 diff --git a/dependencies-2020-05-22.csv b/dependencies-2020-05-22.csv deleted file mode 100644 index 5e9c5f9cf..000000000 --- a/dependencies-2020-05-22.csv +++ /dev/null @@ -1,1329 +0,0 @@ -"module name","license","repository" -"@angular-builders/custom-webpack@9.1.0","MIT","https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack" -"@angular-builders/jest@9.0.1","MIT","https://github.com/just-jeb/angular-builders/tree/master/packages/jest" -"@angular-devkit/architect@0.901.3","MIT","https://github.com/angular/angular-cli" -"@angular-devkit/architect@0.901.6","MIT","https://github.com/angular/angular-cli" -"@angular-devkit/build-angular@0.901.6","MIT","https://github.com/angular/angular-cli" -"@angular-devkit/build-optimizer@0.901.6","MIT","https://github.com/angular/angular-cli" -"@angular-devkit/build-webpack@0.901.6","MIT","https://github.com/angular/angular-cli" -"@angular-devkit/core@9.1.3","MIT","https://github.com/angular/angular-cli" -"@angular-devkit/core@9.1.6","MIT","https://github.com/angular/angular-cli" -"@angular-devkit/schematics@9.1.6","MIT","https://github.com/angular/angular-cli" -"@angular-material-extensions/password-strength@6.0.0","MIT","https://github.com/angular-material-extensions/password-strength" -"@angular/animations@9.1.9","MIT","https://github.com/angular/angular" -"@angular/cdk@9.2.4","MIT","https://github.com/angular/components" -"@angular/cli@9.1.6","MIT","https://github.com/angular/angular-cli" -"@angular/common@9.1.9","MIT","https://github.com/angular/angular" -"@angular/compiler-cli@9.1.9","MIT","https://github.com/angular/angular" -"@angular/compiler@9.1.9","MIT","https://github.com/angular/angular" -"@angular/core@9.1.9","MIT","https://github.com/angular/angular" -"@angular/flex-layout@9.0.0-beta.31","MIT","https://github.com/angular/flex-layout" -"@angular/forms@9.1.9","MIT","https://github.com/angular/angular" -"@angular/language-service@9.1.9","MIT","https://github.com/angular/angular" -"@angular/material@9.2.4","MIT","https://github.com/angular/components" -"@angular/platform-browser-dynamic@9.1.9","MIT","https://github.com/angular/angular" -"@angular/platform-browser@9.1.9","MIT","https://github.com/angular/angular" -"@angular/router@9.1.9","MIT","https://github.com/angular/angular" -"@babel/code-frame@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-code-frame" -"@babel/compat-data@7.9.6","MIT","https://github.com/babel/babel/tree/master/packages/babel-compat-data" -"@babel/core@7.9.0","MIT","https://github.com/babel/babel/tree/master/packages/babel-core" -"@babel/generator@7.9.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-generator" -"@babel/generator@7.9.6","MIT","https://github.com/babel/babel/tree/master/packages/babel-generator" -"@babel/helper-annotate-as-pure@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-helper-annotate-as-pure" -"@babel/helper-builder-binary-assignment-operator-visitor@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-helper-builder-binary-assignment-operator-visitor" -"@babel/helper-compilation-targets@7.9.6","MIT","https://github.com/babel/babel/tree/master/packages/babel-helper-compilation-targets" -"@babel/helper-create-regexp-features-plugin@7.8.8","MIT","https://github.com/babel/babel" -"@babel/helper-define-map@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-helper-define-map" -"@babel/helper-explode-assignable-expression@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-helper-explode-assignable-expression" -"@babel/helper-function-name@7.9.5","MIT","https://github.com/babel/babel/tree/master/packages/babel-helper-function-name" -"@babel/helper-get-function-arity@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-helper-get-function-arity" -"@babel/helper-hoist-variables@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-helper-hoist-variables" -"@babel/helper-member-expression-to-functions@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-helper-member-expression-to-functions" -"@babel/helper-module-imports@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-helper-module-imports" -"@babel/helper-module-transforms@7.9.0","MIT","https://github.com/babel/babel/tree/master/packages/babel-helper-module-transforms" -"@babel/helper-optimise-call-expression@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-helper-optimise-call-expression" -"@babel/helper-plugin-utils@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-helper-plugin-utils" -"@babel/helper-regex@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-helper-regex" -"@babel/helper-remap-async-to-generator@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-helper-remap-async-to-generator" -"@babel/helper-replace-supers@7.9.6","MIT","https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers" -"@babel/helper-simple-access@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-helper-simple-access" -"@babel/helper-split-export-declaration@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-helper-split-export-declaration" -"@babel/helper-validator-identifier@7.9.5","MIT","https://github.com/babel/babel/tree/master/packages/babel-helper-validator-identifier" -"@babel/helper-wrap-function@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-helper-wrap-function" -"@babel/helpers@7.9.6","MIT","https://github.com/babel/babel/tree/master/packages/babel-helpers" -"@babel/highlight@7.9.0","MIT","https://github.com/babel/babel/tree/master/packages/babel-highlight" -"@babel/parser@7.9.6","MIT","https://github.com/babel/babel/tree/master/packages/babel-parser" -"@babel/plugin-proposal-async-generator-functions@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-async-generator-functions" -"@babel/plugin-proposal-dynamic-import@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-dynamic-import" -"@babel/plugin-proposal-json-strings@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-json-strings" -"@babel/plugin-proposal-nullish-coalescing-operator@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-nullish-coalescing-operator" -"@babel/plugin-proposal-numeric-separator@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-numeric-separator" -"@babel/plugin-proposal-object-rest-spread@7.9.6","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-object-rest-spread" -"@babel/plugin-proposal-optional-catch-binding@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-optional-catch-binding" -"@babel/plugin-proposal-optional-chaining@7.9.0","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-optional-chaining" -"@babel/plugin-proposal-unicode-property-regex@7.8.8","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-unicode-property-regex" -"@babel/plugin-syntax-async-generators@7.8.4","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-generators" -"@babel/plugin-syntax-bigint@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-bigint" -"@babel/plugin-syntax-class-properties@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-class-properties" -"@babel/plugin-syntax-dynamic-import@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-dynamic-import" -"@babel/plugin-syntax-json-strings@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-json-strings" -"@babel/plugin-syntax-logical-assignment-operators@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-logical-assignment-operators" -"@babel/plugin-syntax-nullish-coalescing-operator@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-nullish-coalescing-operator" -"@babel/plugin-syntax-numeric-separator@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-numeric-separator" -"@babel/plugin-syntax-object-rest-spread@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-object-rest-spread" -"@babel/plugin-syntax-optional-catch-binding@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-catch-binding" -"@babel/plugin-syntax-optional-chaining@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-chaining" -"@babel/plugin-syntax-top-level-await@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-top-level-await" -"@babel/plugin-transform-arrow-functions@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-arrow-functions" -"@babel/plugin-transform-async-to-generator@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-generator" -"@babel/plugin-transform-block-scoped-functions@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-block-scoped-functions" -"@babel/plugin-transform-block-scoping@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-block-scoping" -"@babel/plugin-transform-classes@7.9.5","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-classes" -"@babel/plugin-transform-computed-properties@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-computed-properties" -"@babel/plugin-transform-destructuring@7.9.5","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-destructuring" -"@babel/plugin-transform-dotall-regex@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-dotall-regex" -"@babel/plugin-transform-duplicate-keys@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-duplicate-keys" -"@babel/plugin-transform-exponentiation-operator@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-exponentiation-operator" -"@babel/plugin-transform-for-of@7.9.0","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-for-of" -"@babel/plugin-transform-function-name@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-function-name" -"@babel/plugin-transform-literals@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-literals" -"@babel/plugin-transform-member-expression-literals@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-member-expression-literals" -"@babel/plugin-transform-modules-amd@7.9.6","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-amd" -"@babel/plugin-transform-modules-commonjs@7.9.6","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-commonjs" -"@babel/plugin-transform-modules-systemjs@7.9.6","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-systemjs" -"@babel/plugin-transform-modules-umd@7.9.0","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-umd" -"@babel/plugin-transform-named-capturing-groups-regex@7.8.3","MIT","https://github.com/babel/babel" -"@babel/plugin-transform-new-target@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-new-target" -"@babel/plugin-transform-object-super@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-object-super" -"@babel/plugin-transform-parameters@7.9.5","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-parameters" -"@babel/plugin-transform-property-literals@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-property-literals" -"@babel/plugin-transform-regenerator@7.8.7","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator" -"@babel/plugin-transform-reserved-words@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-reserved-words" -"@babel/plugin-transform-shorthand-properties@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-shorthand-properties" -"@babel/plugin-transform-spread@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-spread" -"@babel/plugin-transform-sticky-regex@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-sticky-regex" -"@babel/plugin-transform-template-literals@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-template-literals" -"@babel/plugin-transform-typeof-symbol@7.8.4","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-typeof-symbol" -"@babel/plugin-transform-unicode-regex@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-unicode-regex" -"@babel/preset-env@7.9.0","MIT","https://github.com/babel/babel/tree/master/packages/babel-preset-env" -"@babel/preset-modules@0.1.3","MIT","" -"@babel/runtime@7.9.6","MIT","https://github.com/babel/babel" -"@babel/template@7.8.6","MIT","https://github.com/babel/babel/tree/master/packages/babel-template" -"@babel/traverse@7.9.6","MIT","https://github.com/babel/babel/tree/master/packages/babel-traverse" -"@babel/types@7.9.6","MIT","https://github.com/babel/babel/tree/master/packages/babel-types" -"@bcoe/v8-coverage@0.2.3","MIT","https://github.com/demurgos/v8-coverage" -"@cnakazawa/watch@1.0.4","Apache-2.0","https://github.com/mikeal/watch" -"@istanbuljs/load-nyc-config@1.1.0","ISC","https://github.com/istanbuljs/load-nyc-config" -"@istanbuljs/schema@0.1.2","MIT","https://github.com/istanbuljs/schema" -"@jest/console@25.5.0","MIT","https://github.com/facebook/jest" -"@jest/core@25.5.4","MIT","https://github.com/facebook/jest" -"@jest/environment@25.5.0","MIT","https://github.com/facebook/jest" -"@jest/fake-timers@25.5.0","MIT","https://github.com/facebook/jest" -"@jest/globals@25.5.2","MIT","https://github.com/facebook/jest" -"@jest/reporters@25.5.1","MIT","https://github.com/facebook/jest" -"@jest/source-map@25.5.0","MIT","https://github.com/facebook/jest" -"@jest/test-result@25.5.0","MIT","https://github.com/facebook/jest" -"@jest/test-sequencer@25.5.4","MIT","https://github.com/facebook/jest" -"@jest/transform@25.5.1","MIT","https://github.com/facebook/jest" -"@jest/types@25.5.0","MIT","https://github.com/facebook/jest" -"@jsdevtools/coverage-istanbul-loader@3.0.3","MIT","https://github.com/JS-DevTools/coverage-istanbul-loader" -"@mat-datetimepicker/core@4.1.0","MIT","https://github.com/kuhnroyal/mat-datetimepicker" -"@ngtools/webpack@9.1.6","MIT","https://github.com/angular/angular-cli" -"@schematics/angular@9.1.6","MIT","https://github.com/angular/angular-cli" -"@schematics/update@0.901.6","MIT","https://github.com/angular/angular-cli" -"@sinonjs/commons@1.8.0","BSD-3-Clause","https://github.com/sinonjs/commons" -"@types/babel__core@7.1.7","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped" -"@types/babel__generator@7.6.1","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped" -"@types/babel__template@7.0.2","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped" -"@types/babel__traverse@7.0.11","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped" -"@types/backbone@1.4.2","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped" -"@types/chart.js@2.9.21","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped" -"@types/color-name@1.1.1","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped" -"@types/events@3.0.0","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped" -"@types/glob@7.1.1","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped" -"@types/graceful-fs@4.1.3","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped" -"@types/istanbul-lib-coverage@2.0.2","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped" -"@types/istanbul-lib-report@3.0.0","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped" -"@types/istanbul-reports@1.1.2","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped" -"@types/jasmine@3.3.16","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped" -"@types/jasminewd2@2.0.8","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped" -"@types/jest@25.2.3","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped" -"@types/jquery@3.3.38","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped" -"@types/lodash@3.10.3","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped" -"@types/marked@0.7.4","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped" -"@types/minimatch@3.0.3","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped" -"@types/node@12.12.41","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped" -"@types/normalize-package-data@2.4.0","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped" -"@types/prettier@1.19.1","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped" -"@types/q@0.0.32","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped" -"@types/q@1.5.4","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped" -"@types/selenium-webdriver@3.0.17","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped" -"@types/sizzle@2.3.2","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped" -"@types/source-list-map@0.1.2","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped" -"@types/stack-utils@1.0.1","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped" -"@types/underscore@1.10.0","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped" -"@types/webpack-sources@0.1.7","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped" -"@types/yargs-parser@15.0.0","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped" -"@types/yargs@15.0.5","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped" -"@uirouter/angular@6.0.1","MIT","https://github.com/ui-router/angular" -"@uirouter/core@6.0.5","MIT","https://github.com/ui-router/core" -"@uirouter/rx@0.6.5","MIT","https://github.com/ui-router/rx" -"@webassemblyjs/ast@1.8.5","MIT","https://github.com/xtuc/webassemblyjs" -"@webassemblyjs/floating-point-hex-parser@1.8.5","MIT","https://github.com/xtuc/webassemblyjs" -"@webassemblyjs/helper-api-error@1.8.5","MIT","" -"@webassemblyjs/helper-buffer@1.8.5","MIT","https://github.com/xtuc/webassemblyjs" -"@webassemblyjs/helper-code-frame@1.8.5","MIT","https://github.com/xtuc/webassemblyjs" -"@webassemblyjs/helper-fsm@1.8.5","ISC","" -"@webassemblyjs/helper-module-context@1.8.5","MIT","https://github.com/xtuc/webassemblyjs" -"@webassemblyjs/helper-wasm-bytecode@1.8.5","MIT","https://github.com/xtuc/webassemblyjs" -"@webassemblyjs/helper-wasm-section@1.8.5","MIT","https://github.com/xtuc/webassemblyjs" -"@webassemblyjs/ieee754@1.8.5","MIT","" -"@webassemblyjs/leb128@1.8.5","MIT","" -"@webassemblyjs/utf8@1.8.5","MIT","https://github.com/xtuc/webassemblyjs" -"@webassemblyjs/wasm-edit@1.8.5","MIT","https://github.com/xtuc/webassemblyjs" -"@webassemblyjs/wasm-gen@1.8.5","MIT","https://github.com/xtuc/webassemblyjs" -"@webassemblyjs/wasm-opt@1.8.5","MIT","https://github.com/xtuc/webassemblyjs" -"@webassemblyjs/wasm-parser@1.8.5","MIT","https://github.com/xtuc/webassemblyjs" -"@webassemblyjs/wast-parser@1.8.5","MIT","https://github.com/xtuc/webassemblyjs" -"@webassemblyjs/wast-printer@1.8.5","MIT","https://github.com/xtuc/webassemblyjs" -"@xtuc/ieee754@1.2.0","BSD-3-Clause","https://github.com/feross/ieee754" -"@xtuc/long@4.2.2","Apache-2.0","https://github.com/dcodeIO/long.js" -"@yarnpkg/lockfile@1.1.0","BSD-2-Clause","https://github.com/yarnpkg/yarn/blob/master/packages/lockfile" -"JSONStream@1.3.5","(MIT OR Apache-2.0)","https://github.com/dominictarr/JSONStream" -"abab@2.0.3","BSD-3-Clause","https://github.com/jsdom/abab" -"accepts@1.3.7","MIT","https://github.com/jshttp/accepts" -"acorn-globals@4.3.4","MIT","https://github.com/ForbesLindesay/acorn-globals" -"acorn-walk@6.2.0","MIT","https://github.com/acornjs/acorn" -"acorn@6.4.1","MIT","https://github.com/acornjs/acorn" -"acorn@7.2.0","MIT","https://github.com/acornjs/acorn" -"adm-zip@0.4.14","MIT","https://github.com/cthackers/adm-zip" -"agent-base@4.2.1","MIT","https://github.com/TooTallNate/node-agent-base" -"agent-base@4.3.0","MIT","https://github.com/TooTallNate/node-agent-base" -"agentkeepalive@3.5.2","MIT","https://github.com/node-modules/agentkeepalive" -"aggregate-error@3.0.1","MIT","https://github.com/sindresorhus/aggregate-error" -"ajv-errors@1.0.1","MIT","https://github.com/epoberezkin/ajv-errors" -"ajv-keywords@3.4.1","MIT","https://github.com/epoberezkin/ajv-keywords" -"ajv@6.12.0","MIT","https://github.com/epoberezkin/ajv" -"alphanum-sort@1.0.2","MIT","https://github.com/TrySound/alphanum-sort" -"angular-split@3.0.3","Apache-2.0","https://github.com/bertrandg/angular-split" -"angular-user-idle@2.2.2","MIT","https://github.com/rednez/angular-user-idle" -"ansi-colors@3.2.4","MIT","https://github.com/doowb/ansi-colors" -"ansi-colors@4.1.1","MIT","https://github.com/doowb/ansi-colors" -"ansi-escapes@4.3.1","MIT","https://github.com/sindresorhus/ansi-escapes" -"ansi-html@0.0.7","Apache-2.0","https://github.com/Tjatse/ansi-html" -"ansi-regex@2.1.1","MIT","https://github.com/chalk/ansi-regex" -"ansi-regex@3.0.0","MIT","https://github.com/chalk/ansi-regex" -"ansi-regex@4.1.0","MIT","https://github.com/chalk/ansi-regex" -"ansi-regex@5.0.0","MIT","https://github.com/chalk/ansi-regex" -"ansi-styles@2.2.1","MIT","https://github.com/chalk/ansi-styles" -"ansi-styles@3.2.1","MIT","https://github.com/chalk/ansi-styles" -"ansi-styles@4.2.1","MIT","https://github.com/chalk/ansi-styles" -"anymatch@2.0.0","ISC","https://github.com/micromatch/anymatch" -"anymatch@3.1.1","ISC","https://github.com/micromatch/anymatch" -"app-root-path@2.2.1","MIT","https://github.com/inxilpro/node-app-root-path" -"aproba@1.2.0","ISC","https://github.com/iarna/aproba" -"arg@4.1.3","MIT","https://github.com/zeit/arg" -"argparse@1.0.10","MIT","https://github.com/nodeca/argparse" -"aria-query@3.0.0","Apache-2.0","https://github.com/A11yance/aria-query" -"arr-diff@4.0.0","MIT","https://github.com/jonschlinkert/arr-diff" -"arr-flatten@1.1.0","MIT","https://github.com/jonschlinkert/arr-flatten" -"arr-union@3.1.0","MIT","https://github.com/jonschlinkert/arr-union" -"array-equal@1.0.0","MIT","https://github.com/component/array-equal" -"array-flatten@1.1.1","MIT","https://github.com/blakeembrey/array-flatten" -"array-flatten@2.1.2","MIT","https://github.com/blakeembrey/array-flatten" -"array-union@1.0.2","MIT","https://github.com/sindresorhus/array-union" -"array-uniq@1.0.3","MIT","https://github.com/sindresorhus/array-uniq" -"array-unique@0.3.2","MIT","https://github.com/jonschlinkert/array-unique" -"arrify@1.0.1","MIT","https://github.com/sindresorhus/arrify" -"asap@2.0.6","MIT","https://github.com/kriskowal/asap" -"asn1.js@4.10.1","MIT","https://github.com/indutny/asn1.js" -"asn1@0.2.4","MIT","https://github.com/joyent/node-asn1" -"assert-plus@1.0.0","MIT","https://github.com/mcavage/node-assert-plus" -"assert@1.5.0","MIT","https://github.com/browserify/commonjs-assert" -"assign-symbols@1.0.0","MIT","https://github.com/jonschlinkert/assign-symbols" -"ast-types-flow@0.0.7","ISC","https://github.com/kyldvs/ast-types-flow" -"astral-regex@1.0.0","MIT","https://github.com/kevva/astral-regex" -"async-each@1.0.3","MIT","https://github.com/paulmillr/async-each" -"async-limiter@1.0.1","MIT","https://github.com/strml/async-limiter" -"async@2.6.3","MIT","https://github.com/caolan/async" -"asynckit@0.4.0","MIT","https://github.com/alexindigo/asynckit" -"atob@2.1.2","(MIT OR Apache-2.0)","git://git.coolaj86.com/coolaj86/atob.js" -"autoprefixer@9.7.4","MIT","https://github.com/postcss/autoprefixer" -"aws-sign2@0.7.0","Apache-2.0","https://github.com/mikeal/aws-sign" -"aws4@1.9.1","MIT","https://github.com/mhart/aws4" -"axobject-query@2.0.2","Apache-2.0","https://github.com/A11yance/axobject-query" -"babel-code-frame@6.26.0","MIT","https://github.com/babel/babel/tree/master/packages/babel-code-frame" -"babel-jest@25.5.1","MIT","https://github.com/facebook/jest" -"babel-loader@8.0.6","MIT","https://github.com/babel/babel-loader" -"babel-plugin-dynamic-import-node@2.3.3","MIT","https://github.com/airbnb/babel-plugin-dynamic-import-node" -"babel-plugin-istanbul@6.0.0","BSD-3-Clause","https://github.com/istanbuljs/babel-plugin-istanbul" -"babel-plugin-jest-hoist@25.5.0","MIT","https://github.com/facebook/jest" -"babel-preset-current-node-syntax@0.1.2","MIT","https://github.com/nicolo-ribaudo/babel-preset-current-node-syntax" -"babel-preset-jest@25.5.0","MIT","https://github.com/facebook/jest" -"backbone@1.4.0","MIT","https://github.com/jashkenas/backbone" -"balanced-match@1.0.0","MIT","https://github.com/juliangruber/balanced-match" -"base64-js@1.3.1","MIT","https://github.com/beatgammit/base64-js" -"base@0.11.2","MIT","https://github.com/node-base/base" -"batch@0.6.1","MIT","https://github.com/visionmedia/batch" -"bcrypt-pbkdf@1.0.2","BSD-3-Clause","https://github.com/joyent/node-bcrypt-pbkdf" -"big.js@5.2.2","MIT","https://github.com/MikeMcl/big.js" -"binary-extensions@1.13.1","MIT","https://github.com/sindresorhus/binary-extensions" -"binary-extensions@2.0.0","MIT","https://github.com/sindresorhus/binary-extensions" -"bindings@1.5.0","MIT","https://github.com/TooTallNate/node-bindings" -"blocking-proxy@1.0.1","MIT","https://github.com/angular/jasminewd" -"bluebird@3.7.2","MIT","https://github.com/petkaantonov/bluebird" -"bn.js@4.11.9","MIT","https://github.com/indutny/bn.js" -"bn.js@5.1.2","MIT","https://github.com/indutny/bn.js" -"body-parser@1.19.0","MIT","https://github.com/expressjs/body-parser" -"bonjour@3.5.0","MIT","https://github.com/watson/bonjour" -"boolbase@1.0.0","ISC","https://github.com/fb55/boolbase" -"brace-expansion@1.1.11","MIT","https://github.com/juliangruber/brace-expansion" -"braces@2.3.2","MIT","https://github.com/micromatch/braces" -"braces@3.0.2","MIT","https://github.com/micromatch/braces" -"brorand@1.1.0","MIT","https://github.com/indutny/brorand" -"browser-process-hrtime@1.0.0","BSD-2-Clause","https://github.com/kumavis/browser-process-hrtime" -"browser-resolve@1.11.3","MIT","https://github.com/shtylman/node-browser-resolve" -"browserify-aes@1.2.0","MIT","https://github.com/crypto-browserify/browserify-aes" -"browserify-cipher@1.0.1","MIT","https://github.com/crypto-browserify/browserify-cipher" -"browserify-des@1.0.2","MIT","https://github.com/crypto-browserify/browserify-des" -"browserify-rsa@4.0.1","MIT","https://github.com/crypto-browserify/browserify-rsa" -"browserify-sign@4.2.0","ISC","https://github.com/crypto-browserify/browserify-sign" -"browserify-zlib@0.2.0","MIT","https://github.com/devongovett/browserify-zlib" -"browserslist@4.12.0","MIT","https://github.com/browserslist/browserslist" -"browserstack@1.6.0","MIT","https://github.com/scottgonzalez/node-browserstack" -"bs-logger@0.2.6","MIT","https://github.com/huafu/bs-logger" -"bser@2.1.1","Apache-2.0","https://github.com/facebook/watchman" -"buffer-from@1.1.1","MIT","https://github.com/LinusU/buffer-from" -"buffer-indexof@1.1.1","MIT","https://github.com/soldair/node-buffer-indexof" -"buffer-xor@1.0.3","MIT","https://github.com/crypto-browserify/buffer-xor" -"buffer@4.9.2","MIT","https://github.com/feross/buffer" -"builtin-modules@1.1.1","MIT","https://github.com/sindresorhus/builtin-modules" -"builtin-status-codes@3.0.0","MIT","https://github.com/bendrucker/builtin-status-codes" -"builtins@1.0.3","MIT","https://github.com/juliangruber/builtins" -"bytes@3.0.0","MIT","https://github.com/visionmedia/bytes.js" -"bytes@3.1.0","MIT","https://github.com/visionmedia/bytes.js" -"cacache@12.0.4","ISC","https://github.com/npm/cacache" -"cacache@13.0.1","ISC","https://github.com/npm/cacache" -"cacache@15.0.0","ISC","https://github.com/npm/cacache" -"cache-base@1.0.1","MIT","https://github.com/jonschlinkert/cache-base" -"caller-callsite@2.0.0","MIT","https://github.com/sindresorhus/caller-callsite" -"caller-path@2.0.0","MIT","https://github.com/sindresorhus/caller-path" -"callsites@2.0.0","MIT","https://github.com/sindresorhus/callsites" -"callsites@3.1.0","MIT","https://github.com/sindresorhus/callsites" -"camelcase@5.3.1","MIT","https://github.com/sindresorhus/camelcase" -"caniuse-api@3.0.0","MIT","https://github.com/nyalab/caniuse-api" -"caniuse-lite@1.0.30001062","CC-BY-4.0","https://github.com/ben-eb/caniuse-lite" -"canonical-path@1.0.0","MIT","https://github.com/petebacondarwin/node-canonical-path" -"capture-exit@2.0.0","ISC","https://github.com/stefanpenner/capture-exit" -"caseless@0.12.0","Apache-2.0","https://github.com/mikeal/caseless" -"chalk@1.1.3","MIT","https://github.com/chalk/chalk" -"chalk@2.4.2","MIT","https://github.com/chalk/chalk" -"chalk@3.0.0","MIT","https://github.com/chalk/chalk" -"chardet@0.7.0","MIT","https://github.com/runk/node-chardet" -"chart.js@2.9.3","MIT","https://github.com/chartjs/Chart.js" -"chartjs-color-string@0.6.0","MIT","https://github.com/chartjs/chartjs-color-string" -"chartjs-color@2.4.1","MIT","https://github.com/chartjs/chartjs-color" -"chokidar@2.1.8","MIT","https://github.com/paulmillr/chokidar" -"chokidar@3.4.0","MIT","https://github.com/paulmillr/chokidar" -"chownr@1.1.4","ISC","https://github.com/isaacs/chownr" -"chownr@2.0.0","ISC","https://github.com/isaacs/chownr" -"chrome-trace-event@1.0.2","MIT","github.com:samccone/chrome-trace-event" -"ci-info@2.0.0","MIT","https://github.com/watson/ci-info" -"cipher-base@1.0.4","MIT","https://github.com/crypto-browserify/cipher-base" -"circular-dependency-plugin@5.2.0","ISC","https://github.com/aackerman/circular-dependency-plugin" -"class-utils@0.3.6","MIT","https://github.com/jonschlinkert/class-utils" -"classlist.js@1.1.20150312","Public Domain","https://github.com/eligrey/classList.js" -"clean-stack@2.2.0","MIT","https://github.com/sindresorhus/clean-stack" -"cli-cursor@3.1.0","MIT","https://github.com/sindresorhus/cli-cursor" -"cli-spinners@2.3.0","MIT","https://github.com/sindresorhus/cli-spinners" -"cli-width@2.2.1","ISC","https://github.com/knownasilya/cli-width" -"cliui@4.1.0","ISC","https://github.com/yargs/cliui" -"cliui@6.0.0","ISC","https://github.com/yargs/cliui" -"clone-deep@4.0.1","MIT","https://github.com/jonschlinkert/clone-deep" -"clone@1.0.4","MIT","https://github.com/pvorb/node-clone" -"clone@2.1.2","MIT","https://github.com/pvorb/node-clone" -"co@4.6.0","MIT","https://github.com/tj/co" -"coa@2.0.2","MIT","https://github.com/veged/coa" -"code-point-at@1.1.0","MIT","https://github.com/sindresorhus/code-point-at" -"codelyzer@5.2.2","MIT","https://github.com/mgechev/codelyzer" -"collect-v8-coverage@1.0.1","MIT","https://github.com/SimenB/collect-v8-coverage" -"collection-visit@1.0.0","MIT","https://github.com/jonschlinkert/collection-visit" -"color-convert@1.9.3","MIT","https://github.com/Qix-/color-convert" -"color-convert@2.0.1","MIT","https://github.com/Qix-/color-convert" -"color-name@1.1.3","MIT","https://github.com/dfcreative/color-name" -"color-name@1.1.4","MIT","https://github.com/colorjs/color-name" -"color-string@1.5.3","MIT","https://github.com/Qix-/color-string" -"color@3.1.2","MIT","https://github.com/Qix-/color" -"colors@1.1.2","MIT","https://github.com/Marak/colors.js" -"combined-stream@1.0.8","MIT","https://github.com/felixge/node-combined-stream" -"commander@2.20.3","MIT","https://github.com/tj/commander.js" -"commondir@1.0.1","MIT","https://github.com/substack/node-commondir" -"component-emitter@1.3.0","MIT","https://github.com/component/emitter" -"compressible@2.0.18","MIT","https://github.com/jshttp/compressible" -"compression@1.7.4","MIT","https://github.com/expressjs/compression" -"concat-map@0.0.1","MIT","https://github.com/substack/node-concat-map" -"concat-stream@1.6.2","MIT","https://github.com/maxogden/concat-stream" -"connect-history-api-fallback@1.6.0","MIT","https://github.com/bripkens/connect-history-api-fallback" -"console-browserify@1.2.0","MIT","https://github.com/browserify/console-browserify" -"constants-browserify@1.0.0","MIT","https://github.com/juliangruber/constants-browserify" -"content-disposition@0.5.3","MIT","https://github.com/jshttp/content-disposition" -"content-type@1.0.4","MIT","https://github.com/jshttp/content-type" -"convert-source-map@1.7.0","MIT","https://github.com/thlorenz/convert-source-map" -"cookie-signature@1.0.6","MIT","https://github.com/visionmedia/node-cookie-signature" -"cookie@0.4.0","MIT","https://github.com/jshttp/cookie" -"copy-concurrently@1.0.5","ISC","https://github.com/npm/copy-concurrently" -"copy-descriptor@0.1.1","MIT","https://github.com/jonschlinkert/copy-descriptor" -"copy-webpack-plugin@5.1.1","MIT","https://github.com/webpack-contrib/copy-webpack-plugin" -"core-js-compat@3.6.5","MIT","https://github.com/zloirock/core-js" -"core-js@3.6.4","MIT","https://github.com/zloirock/core-js" -"core-util-is@1.0.2","MIT","https://github.com/isaacs/core-util-is" -"cosmiconfig@5.2.1","MIT","https://github.com/davidtheclark/cosmiconfig" -"create-ecdh@4.0.3","MIT","https://github.com/crypto-browserify/createECDH" -"create-hash@1.2.0","MIT","https://github.com/crypto-browserify/createHash" -"create-hmac@1.1.7","MIT","https://github.com/crypto-browserify/createHmac" -"cross-spawn@6.0.5","MIT","https://github.com/moxystudio/node-cross-spawn" -"cross-spawn@7.0.2","MIT","https://github.com/moxystudio/node-cross-spawn" -"crypto-browserify@3.12.0","MIT","https://github.com/crypto-browserify/crypto-browserify" -"crypto@1.0.1","ISC","https://github.com/npm/deprecate-holder" -"css-color-names@0.0.4","MIT","https://github.com/bahamas10/css-color-names" -"css-declaration-sorter@4.0.1","MIT","https://github.com/Siilwyn/css-declaration-sorter" -"css-loader@3.5.1","MIT","https://github.com/webpack-contrib/css-loader" -"css-parse@2.0.0","MIT","https://github.com/reworkcss/css-parse" -"css-select-base-adapter@0.1.1","MIT","https://github.com/nrkn/css-select-base-adapter" -"css-select@2.1.0","BSD-2-Clause","https://github.com/fb55/css-select" -"css-selector-tokenizer@0.7.2","MIT","https://github.com/css-modules/css-selector-tokenizer" -"css-tree@1.0.0-alpha.37","MIT","https://github.com/csstree/csstree" -"css-tree@1.0.0-alpha.39","MIT","https://github.com/csstree/csstree" -"css-what@3.2.1","BSD-2-Clause","https://github.com/fb55/css-what" -"css@2.2.4","MIT","https://github.com/reworkcss/css" -"cssauron@1.4.0","MIT","https://github.com/chrisdickinson/cssauron" -"cssesc@3.0.0","MIT","https://github.com/mathiasbynens/cssesc" -"cssnano-preset-default@4.0.7","MIT","https://github.com/cssnano/cssnano" -"cssnano-util-get-arguments@4.0.0","MIT","https://github.com/cssnano/cssnano" -"cssnano-util-get-match@4.0.0","MIT","https://github.com/cssnano/cssnano" -"cssnano-util-raw-cache@4.0.1","MIT","https://github.com/cssnano/cssnano" -"cssnano-util-same-parent@4.0.1","MIT","https://github.com/cssnano/cssnano" -"cssnano@4.1.10","MIT","https://github.com/cssnano/cssnano" -"csso@4.0.3","MIT","https://github.com/css/csso" -"cssom@0.3.8","MIT","https://github.com/NV/CSSOM" -"cssom@0.4.4","MIT","https://github.com/NV/CSSOM" -"cssstyle@2.3.0","MIT","https://github.com/jsdom/cssstyle" -"cyclist@1.0.1","MIT","https://github.com/mafintosh/cyclist" -"dagre@0.8.5","MIT","https://github.com/dagrejs/dagre" -"damerau-levenshtein@1.0.6","BSD-2-Clause","https://github.com/tad-lispy/node-damerau-levenshtein" -"dashdash@1.14.1","MIT","https://github.com/trentm/node-dashdash" -"data-urls@1.1.0","MIT","https://github.com/jsdom/data-urls" -"debug@2.6.9","MIT","https://github.com/visionmedia/debug" -"debug@3.1.0","MIT","https://github.com/visionmedia/debug" -"debug@3.2.6","MIT","https://github.com/visionmedia/debug" -"debug@4.1.1","MIT","https://github.com/visionmedia/debug" -"debuglog@1.0.1","MIT","https://github.com/sam-github/node-debuglog" -"decamelize@1.2.0","MIT","https://github.com/sindresorhus/decamelize" -"decode-uri-component@0.2.0","MIT","https://github.com/SamVerschueren/decode-uri-component" -"deep-equal@1.1.1","MIT","https://github.com/substack/node-deep-equal" -"deep-is@0.1.3","MIT","https://github.com/thlorenz/deep-is" -"deepmerge@4.2.2","MIT","https://github.com/TehShrike/deepmerge" -"default-gateway@4.2.0","BSD-2-Clause","https://github.com/silverwind/default-gateway" -"defaults@1.0.3","MIT","https://github.com/tmpvar/defaults" -"define-properties@1.1.3","MIT","https://github.com/ljharb/define-properties" -"define-property@0.2.5","MIT","https://github.com/jonschlinkert/define-property" -"define-property@1.0.0","MIT","https://github.com/jonschlinkert/define-property" -"define-property@2.0.2","MIT","https://github.com/jonschlinkert/define-property" -"del@2.2.2","MIT","https://github.com/sindresorhus/del" -"del@4.1.1","MIT","https://github.com/sindresorhus/del" -"delayed-stream@1.0.0","MIT","https://github.com/felixge/node-delayed-stream" -"depd@1.1.2","MIT","https://github.com/dougwilson/nodejs-depd" -"dependency-graph@0.7.2","MIT","https://github.com/jriecken/dependency-graph" -"des.js@1.0.1","MIT","https://github.com/indutny/des.js" -"destroy@1.0.4","MIT","https://github.com/stream-utils/destroy" -"detect-newline@3.1.0","MIT","https://github.com/sindresorhus/detect-newline" -"detect-node@2.0.4","ISC","https://github.com/iliakan/detect-node" -"dezalgo@1.0.3","ISC","https://github.com/npm/dezalgo" -"diff-sequences@25.2.6","MIT","https://github.com/facebook/jest" -"diff@3.5.0","BSD-3-Clause","https://github.com/kpdecker/jsdiff" -"diff@4.0.2","BSD-3-Clause","https://github.com/kpdecker/jsdiff" -"diffie-hellman@5.0.3","MIT","https://github.com/crypto-browserify/diffie-hellman" -"dir-glob@2.2.2","MIT","https://github.com/kevva/dir-glob" -"dns-equal@1.0.0","MIT","https://github.com/watson/dns-equal" -"dns-packet@1.3.1","MIT","https://github.com/mafintosh/dns-packet" -"dns-txt@2.0.2","MIT","https://github.com/watson/dns-txt" -"dom-serializer@0.2.2","MIT","https://github.com/cheeriojs/dom-renderer" -"domain-browser@1.2.0","MIT","https://github.com/bevry/domain-browser" -"domelementtype@1.3.1","BSD-2-Clause","https://github.com/fb55/domelementtype" -"domelementtype@2.0.1","BSD-2-Clause","https://github.com/fb55/domelementtype" -"domexception@1.0.1","MIT","https://github.com/jsdom/domexception" -"domutils@1.7.0","BSD-2-Clause","https://github.com/FB55/domutils" -"dot-prop@5.2.0","MIT","https://github.com/sindresorhus/dot-prop" -"duplexify@3.7.1","MIT","https://github.com/mafintosh/duplexify" -"ecc-jsbn@0.1.2","MIT","https://github.com/quartzjer/ecc-jsbn" -"ee-first@1.1.1","MIT","https://github.com/jonathanong/ee-first" -"electron-to-chromium@1.3.448","ISC","https://github.com/kilian/electron-to-chromium" -"elliptic@6.5.2","MIT","https://github.com/indutny/elliptic" -"emoji-regex@8.0.0","MIT","https://github.com/mathiasbynens/emoji-regex" -"emojis-list@3.0.0","MIT","https://github.com/kikobeats/emojis-list" -"encodeurl@1.0.2","MIT","https://github.com/pillarjs/encodeurl" -"encoding@0.1.12","MIT","https://github.com/andris9/encoding" -"end-of-stream@1.4.4","MIT","https://github.com/mafintosh/end-of-stream" -"enhanced-resolve@4.1.1","MIT","https://github.com/webpack/enhanced-resolve" -"entities@2.0.2","BSD-2-Clause","https://github.com/fb55/entities" -"err-code@1.1.2","MIT","https://github.com/IndigoUnited/js-err-code" -"errno@0.1.7","MIT","https://github.com/rvagg/node-errno" -"error-ex@1.3.2","MIT","https://github.com/qix-/node-error-ex" -"es-abstract@1.17.5","MIT","https://github.com/ljharb/es-abstract" -"es-to-primitive@1.2.1","MIT","https://github.com/ljharb/es-to-primitive" -"es6-promise@4.2.8","MIT","https://github.com/stefanpenner/es6-promise" -"es6-promisify@5.0.0","MIT","https://github.com/digitaldesignlabs/es6-promisify" -"escape-html@1.0.3","MIT","https://github.com/component/escape-html" -"escape-string-regexp@1.0.5","MIT","https://github.com/sindresorhus/escape-string-regexp" -"escodegen@1.14.1","BSD-2-Clause","https://github.com/estools/escodegen" -"eslint-scope@4.0.3","BSD-2-Clause","https://github.com/eslint/eslint-scope" -"esprima@4.0.1","BSD-2-Clause","https://github.com/jquery/esprima" -"esrecurse@4.2.1","BSD-2-Clause","https://github.com/estools/esrecurse" -"estraverse@4.3.0","BSD-2-Clause","https://github.com/estools/estraverse" -"esutils@2.0.3","BSD-2-Clause","https://github.com/estools/esutils" -"etag@1.8.1","MIT","https://github.com/jshttp/etag" -"eventemitter3@4.0.4","MIT","https://github.com/primus/eventemitter3" -"events@3.1.0","MIT","https://github.com/Gozala/events" -"eventsource@1.0.7","MIT","https://github.com/EventSource/eventsource" -"evp_bytestokey@1.0.3","MIT","https://github.com/crypto-browserify/EVP_BytesToKey" -"exec-sh@0.3.4","MIT","https://github.com/tsertkov/exec-sh" -"execa@1.0.0","MIT","https://github.com/sindresorhus/execa" -"execa@3.4.0","MIT","https://github.com/sindresorhus/execa" -"exit@0.1.2","MIT","https://github.com/cowboy/node-exit" -"expand-brackets@2.1.4","MIT","https://github.com/jonschlinkert/expand-brackets" -"expect@25.5.0","MIT","https://github.com/facebook/jest" -"express@4.17.1","MIT","https://github.com/expressjs/express" -"extend-shallow@2.0.1","MIT","https://github.com/jonschlinkert/extend-shallow" -"extend-shallow@3.0.2","MIT","https://github.com/jonschlinkert/extend-shallow" -"extend@3.0.2","MIT","https://github.com/justmoon/node-extend" -"external-editor@3.1.0","MIT","https://github.com/mrkmg/node-external-editor" -"extglob@2.0.4","MIT","https://github.com/micromatch/extglob" -"extsprintf@1.3.0","MIT","https://github.com/davepacheco/node-extsprintf" -"fast-deep-equal@3.1.1","MIT","https://github.com/epoberezkin/fast-deep-equal" -"fast-json-stable-stringify@2.1.0","MIT","https://github.com/epoberezkin/fast-json-stable-stringify" -"fast-levenshtein@2.0.6","MIT","https://github.com/hiddentao/fast-levenshtein" -"fastparse@1.1.2","MIT","https://github.com/webpack/fastparse" -"faye-websocket@0.10.0","MIT","https://github.com/faye/faye-websocket-node" -"faye-websocket@0.11.3","Apache-2.0","https://github.com/faye/faye-websocket-node" -"fb-watchman@2.0.1","Apache-2.0","https://github.com/facebook/watchman" -"figgy-pudding@3.5.2","ISC","https://github.com/npm/figgy-pudding" -"figures@3.2.0","MIT","https://github.com/sindresorhus/figures" -"file-loader@6.0.0","MIT","https://github.com/webpack-contrib/file-loader" -"file-saver@2.0.2","MIT","https://github.com/eligrey/FileSaver.js" -"file-uri-to-path@1.0.0","MIT","https://github.com/TooTallNate/file-uri-to-path" -"fill-range@4.0.0","MIT","https://github.com/jonschlinkert/fill-range" -"fill-range@7.0.1","MIT","https://github.com/jonschlinkert/fill-range" -"finalhandler@1.1.2","MIT","https://github.com/pillarjs/finalhandler" -"find-cache-dir@2.1.0","MIT","https://github.com/avajs/find-cache-dir" -"find-cache-dir@3.3.1","MIT","https://github.com/avajs/find-cache-dir" -"find-up@2.1.0","MIT","https://github.com/sindresorhus/find-up" -"find-up@3.0.0","MIT","https://github.com/sindresorhus/find-up" -"find-up@4.1.0","MIT","https://github.com/sindresorhus/find-up" -"flush-write-stream@1.1.1","MIT","https://github.com/mafintosh/flush-write-stream" -"follow-redirects@1.11.0","MIT","https://github.com/follow-redirects/follow-redirects" -"for-in@1.0.2","MIT","https://github.com/jonschlinkert/for-in" -"forever-agent@0.6.1","Apache-2.0","https://github.com/mikeal/forever-agent" -"form-data@2.3.3","MIT","https://github.com/form-data/form-data" -"forwarded@0.1.2","MIT","https://github.com/jshttp/forwarded" -"fragment-cache@0.2.1","MIT","https://github.com/jonschlinkert/fragment-cache" -"fresh@0.5.2","MIT","https://github.com/jshttp/fresh" -"from2@2.3.0","MIT","https://github.com/hughsk/from2" -"fs-extra@4.0.2","MIT","https://github.com/jprichardson/node-fs-extra" -"fs-minipass@1.2.7","ISC","https://github.com/npm/fs-minipass" -"fs-minipass@2.1.0","ISC","https://github.com/npm/fs-minipass" -"fs-write-stream-atomic@1.0.10","ISC","https://github.com/npm/fs-write-stream-atomic" -"fs.realpath@1.0.0","ISC","https://github.com/isaacs/fs.realpath" -"fsevents@1.2.13","MIT","https://github.com/strongloop/fsevents" -"fsevents@2.1.3","MIT","https://github.com/fsevents/fsevents" -"function-bind@1.1.1","MIT","https://github.com/Raynos/function-bind" -"genfun@5.0.0","MIT","https://github.com/zkat/genfun" -"gensync@1.0.0-beta.1","MIT","" -"get-caller-file@1.0.3","ISC","https://github.com/stefanpenner/get-caller-file" -"get-caller-file@2.0.5","ISC","https://github.com/stefanpenner/get-caller-file" -"get-package-type@0.1.0","MIT","https://github.com/cfware/get-package-type" -"get-stream@4.1.0","MIT","https://github.com/sindresorhus/get-stream" -"get-stream@5.1.0","MIT","https://github.com/sindresorhus/get-stream" -"get-value@2.0.6","MIT","https://github.com/jonschlinkert/get-value" -"getpass@0.1.7","MIT","https://github.com/arekinath/node-getpass" -"glob-parent@3.1.0","ISC","https://github.com/es128/glob-parent" -"glob-parent@5.1.1","ISC","https://github.com/gulpjs/glob-parent" -"glob@7.1.4","ISC","https://github.com/isaacs/node-glob" -"glob@7.1.6","ISC","https://github.com/isaacs/node-glob" -"globals@11.12.0","MIT","https://github.com/sindresorhus/globals" -"globby@5.0.0","MIT","https://github.com/sindresorhus/globby" -"globby@6.1.0","MIT","https://github.com/sindresorhus/globby" -"globby@7.1.1","MIT","https://github.com/sindresorhus/globby" -"graceful-fs@4.2.4","ISC","https://github.com/isaacs/node-graceful-fs" -"graphlib@2.1.8","MIT","https://github.com/dagrejs/graphlib" -"growly@1.3.0","MIT","https://github.com/theabraham/growly" -"hammerjs@2.0.8","MIT","https://github.com/hammerjs/hammer.js" -"handle-thing@2.0.1","MIT","https://github.com/indutny/handle-thing" -"har-schema@2.0.0","ISC","https://github.com/ahmadnassri/har-schema" -"har-validator@5.1.3","MIT","https://github.com/ahmadnassri/node-har-validator" -"has-ansi@2.0.0","MIT","https://github.com/sindresorhus/has-ansi" -"has-flag@3.0.0","MIT","https://github.com/sindresorhus/has-flag" -"has-flag@4.0.0","MIT","https://github.com/sindresorhus/has-flag" -"has-symbols@1.0.1","MIT","https://github.com/ljharb/has-symbols" -"has-value@0.3.1","MIT","https://github.com/jonschlinkert/has-value" -"has-value@1.0.0","MIT","https://github.com/jonschlinkert/has-value" -"has-values@0.1.4","MIT","https://github.com/jonschlinkert/has-values" -"has-values@1.0.0","MIT","https://github.com/jonschlinkert/has-values" -"has@1.0.3","MIT","https://github.com/tarruda/has" -"hash-base@3.1.0","MIT","https://github.com/crypto-browserify/hash-base" -"hash.js@1.1.7","MIT","https://github.com/indutny/hash.js" -"hex-color-regex@1.1.0","MIT","https://github.com/regexps/hex-color-regex" -"hmac-drbg@1.0.1","MIT","https://github.com/indutny/hmac-drbg" -"hosted-git-info@2.8.8","ISC","https://github.com/npm/hosted-git-info" -"hosted-git-info@3.0.4","ISC","https://github.com/npm/hosted-git-info" -"hpack.js@2.1.6","MIT","https://github.com/indutny/hpack.js" -"hsl-regex@1.0.0","MIT","https://github.com/regexps/hsl-regex" -"hsla-regex@1.0.0","MIT","https://github.com/regexps/hsla-regex" -"html-comment-regex@1.1.2","MIT","https://github.com/stevemao/html-comment-regex" -"html-encoding-sniffer@1.0.2","MIT","https://github.com/jsdom/html-encoding-sniffer" -"html-entities@1.3.1","MIT","https://github.com/mdevils/node-html-entities" -"html-escaper@2.0.2","MIT","https://github.com/WebReflection/html-escaper" -"http-cache-semantics@3.8.1","BSD-2-Clause","https://github.com/pornel/http-cache-semantics" -"http-deceiver@1.2.7","MIT","https://github.com/indutny/http-deceiver" -"http-errors@1.6.3","MIT","https://github.com/jshttp/http-errors" -"http-errors@1.7.2","MIT","https://github.com/jshttp/http-errors" -"http-parser-js@0.4.10","MIT","https://github.com/creationix/http-parser-js" -"http-proxy-agent@2.1.0","MIT","https://github.com/TooTallNate/node-http-proxy-agent" -"http-proxy-middleware@0.19.1","MIT","https://github.com/chimurai/http-proxy-middleware" -"http-proxy@1.18.1","MIT","https://github.com/http-party/node-http-proxy" -"http-signature@1.2.0","MIT","https://github.com/joyent/node-http-signature" -"https-browserify@1.0.0","MIT","https://github.com/substack/https-browserify" -"https-proxy-agent@2.2.4","MIT","https://github.com/TooTallNate/node-https-proxy-agent" -"human-signals@1.1.1","Apache-2.0","https://github.com/ehmicky/human-signals" -"humanize-ms@1.2.1","MIT","https://github.com/node-modules/humanize-ms" -"iconv-lite@0.4.24","MIT","https://github.com/ashtuchkin/iconv-lite" -"icss-utils@4.1.1","ISC","https://github.com/css-modules/icss-utils" -"ieee754@1.1.13","BSD-3-Clause","https://github.com/feross/ieee754" -"iferr@0.1.5","MIT","https://github.com/shesek/iferr" -"ignore-walk@3.0.3","ISC","https://github.com/isaacs/ignore-walk" -"ignore@3.3.10","MIT","https://github.com/kaelzhang/node-ignore" -"image-size@0.5.5","MIT","https://github.com/image-size/image-size" -"immediate@3.0.6","MIT","https://github.com/calvinmetcalf/immediate" -"import-cwd@2.1.0","MIT","https://github.com/sindresorhus/import-cwd" -"import-fresh@2.0.0","MIT","https://github.com/sindresorhus/import-fresh" -"import-from@2.1.0","MIT","https://github.com/sindresorhus/import-from" -"import-local@2.0.0","MIT","https://github.com/sindresorhus/import-local" -"import-local@3.0.2","MIT","https://github.com/sindresorhus/import-local" -"imurmurhash@0.1.4","MIT","https://github.com/jensyt/imurmurhash-js" -"indent-string@4.0.0","MIT","https://github.com/sindresorhus/indent-string" -"indexes-of@1.0.1","MIT","https://github.com/dominictarr/indexes-of" -"infer-owner@1.0.4","ISC","https://github.com/npm/infer-owner" -"inflight@1.0.6","ISC","https://github.com/npm/inflight" -"inherits@2.0.1","ISC","https://github.com/isaacs/inherits" -"inherits@2.0.3","ISC","https://github.com/isaacs/inherits" -"inherits@2.0.4","ISC","https://github.com/isaacs/inherits" -"ini@1.3.5","ISC","https://github.com/isaacs/ini" -"inquirer@7.1.0","MIT","https://github.com/SBoudrias/Inquirer.js" -"internal-ip@4.3.0","MIT","https://github.com/sindresorhus/internal-ip" -"invariant@2.2.4","MIT","https://github.com/zertosh/invariant" -"invert-kv@2.0.0","MIT","https://github.com/sindresorhus/invert-kv" -"ip-regex@2.1.0","MIT","https://github.com/sindresorhus/ip-regex" -"ip@1.1.5","MIT","https://github.com/indutny/node-ip" -"ipaddr.js@1.9.1","MIT","https://github.com/whitequark/ipaddr.js" -"is-absolute-url@2.1.0","MIT","https://github.com/sindresorhus/is-absolute-url" -"is-absolute-url@3.0.3","MIT","https://github.com/sindresorhus/is-absolute-url" -"is-accessor-descriptor@0.1.6","MIT","https://github.com/jonschlinkert/is-accessor-descriptor" -"is-accessor-descriptor@1.0.0","MIT","https://github.com/jonschlinkert/is-accessor-descriptor" -"is-arguments@1.0.4","MIT","https://github.com/ljharb/is-arguments" -"is-arrayish@0.2.1","MIT","https://github.com/qix-/node-is-arrayish" -"is-arrayish@0.3.2","MIT","https://github.com/qix-/node-is-arrayish" -"is-binary-path@1.0.1","MIT","https://github.com/sindresorhus/is-binary-path" -"is-binary-path@2.1.0","MIT","https://github.com/sindresorhus/is-binary-path" -"is-buffer@1.1.6","MIT","https://github.com/feross/is-buffer" -"is-callable@1.1.5","MIT","https://github.com/ljharb/is-callable" -"is-ci@2.0.0","MIT","https://github.com/watson/is-ci" -"is-color-stop@1.1.0","MIT","https://github.com/pigcan/is-color-stop" -"is-data-descriptor@0.1.4","MIT","https://github.com/jonschlinkert/is-data-descriptor" -"is-data-descriptor@1.0.0","MIT","https://github.com/jonschlinkert/is-data-descriptor" -"is-date-object@1.0.2","MIT","https://github.com/ljharb/is-date-object" -"is-descriptor@0.1.6","MIT","https://github.com/jonschlinkert/is-descriptor" -"is-descriptor@1.0.2","MIT","https://github.com/jonschlinkert/is-descriptor" -"is-directory@0.3.1","MIT","https://github.com/jonschlinkert/is-directory" -"is-docker@2.0.0","MIT","https://github.com/sindresorhus/is-docker" -"is-extendable@0.1.1","MIT","https://github.com/jonschlinkert/is-extendable" -"is-extendable@1.0.1","MIT","https://github.com/jonschlinkert/is-extendable" -"is-extglob@2.1.1","MIT","https://github.com/jonschlinkert/is-extglob" -"is-fullwidth-code-point@1.0.0","MIT","https://github.com/sindresorhus/is-fullwidth-code-point" -"is-fullwidth-code-point@2.0.0","MIT","https://github.com/sindresorhus/is-fullwidth-code-point" -"is-fullwidth-code-point@3.0.0","MIT","https://github.com/sindresorhus/is-fullwidth-code-point" -"is-generator-fn@2.1.0","MIT","https://github.com/sindresorhus/is-generator-fn" -"is-glob@3.1.0","MIT","https://github.com/jonschlinkert/is-glob" -"is-glob@4.0.1","MIT","https://github.com/micromatch/is-glob" -"is-interactive@1.0.0","MIT","https://github.com/sindresorhus/is-interactive" -"is-number@3.0.0","MIT","https://github.com/jonschlinkert/is-number" -"is-number@7.0.0","MIT","https://github.com/jonschlinkert/is-number" -"is-obj@2.0.0","MIT","https://github.com/sindresorhus/is-obj" -"is-path-cwd@1.0.0","MIT","https://github.com/sindresorhus/is-path-cwd" -"is-path-cwd@2.2.0","MIT","https://github.com/sindresorhus/is-path-cwd" -"is-path-in-cwd@1.0.1","MIT","https://github.com/sindresorhus/is-path-in-cwd" -"is-path-in-cwd@2.1.0","MIT","https://github.com/sindresorhus/is-path-in-cwd" -"is-path-inside@1.0.1","MIT","https://github.com/sindresorhus/is-path-inside" -"is-path-inside@2.1.0","MIT","https://github.com/sindresorhus/is-path-inside" -"is-plain-obj@1.1.0","MIT","https://github.com/sindresorhus/is-plain-obj" -"is-plain-object@2.0.4","MIT","https://github.com/jonschlinkert/is-plain-object" -"is-regex@1.0.5","MIT","https://github.com/ljharb/is-regex" -"is-resolvable@1.1.0","ISC","https://github.com/shinnn/is-resolvable" -"is-stream@1.1.0","MIT","https://github.com/sindresorhus/is-stream" -"is-stream@2.0.0","MIT","https://github.com/sindresorhus/is-stream" -"is-svg@3.0.0","MIT","https://github.com/sindresorhus/is-svg" -"is-symbol@1.0.3","MIT","https://github.com/inspect-js/is-symbol" -"is-typedarray@1.0.0","MIT","https://github.com/hughsk/is-typedarray" -"is-windows@1.0.2","MIT","https://github.com/jonschlinkert/is-windows" -"is-wsl@1.1.0","MIT","https://github.com/sindresorhus/is-wsl" -"is-wsl@2.2.0","MIT","https://github.com/sindresorhus/is-wsl" -"isarray@1.0.0","MIT","https://github.com/juliangruber/isarray" -"isexe@2.0.0","ISC","https://github.com/isaacs/isexe" -"isobject@2.1.0","MIT","https://github.com/jonschlinkert/isobject" -"isobject@3.0.1","MIT","https://github.com/jonschlinkert/isobject" -"isstream@0.1.2","MIT","https://github.com/rvagg/isstream" -"istanbul-lib-coverage@3.0.0","BSD-3-Clause","https://github.com/istanbuljs/istanbuljs" -"istanbul-lib-instrument@4.0.3","BSD-3-Clause","https://github.com/istanbuljs/istanbuljs" -"istanbul-lib-report@3.0.0","BSD-3-Clause","https://github.com/istanbuljs/istanbuljs" -"istanbul-lib-source-maps@4.0.0","BSD-3-Clause","https://github.com/istanbuljs/istanbuljs" -"istanbul-reports@3.0.2","BSD-3-Clause","https://github.com/istanbuljs/istanbuljs" -"jasmine-core@2.8.0","MIT","https://github.com/jasmine/jasmine" -"jasmine-core@3.4.0","MIT","https://github.com/jasmine/jasmine" -"jasmine-spec-reporter@4.2.1","Apache-2.0","https://github.com/bcaudan/jasmine-spec-reporter" -"jasmine@2.8.0","MIT","https://github.com/jasmine/jasmine-npm" -"jasminewd2@2.2.0","MIT","https://github.com/angular/jasminewd" -"jest-changed-files@25.5.0","MIT","https://github.com/facebook/jest" -"jest-cli@25.5.4","MIT","https://github.com/facebook/jest" -"jest-config@25.5.4","MIT","https://github.com/facebook/jest" -"jest-diff@25.5.0","MIT","https://github.com/facebook/jest" -"jest-docblock@25.3.0","MIT","https://github.com/facebook/jest" -"jest-each@25.5.0","MIT","https://github.com/facebook/jest" -"jest-environment-jsdom@25.5.0","MIT","https://github.com/facebook/jest" -"jest-environment-node@25.5.0","MIT","https://github.com/facebook/jest" -"jest-get-type@25.2.6","MIT","https://github.com/facebook/jest" -"jest-haste-map@25.5.1","MIT","https://github.com/facebook/jest" -"jest-jasmine2@25.5.4","MIT","https://github.com/facebook/jest" -"jest-leak-detector@25.5.0","MIT","https://github.com/facebook/jest" -"jest-matcher-utils@25.5.0","MIT","https://github.com/facebook/jest" -"jest-message-util@25.5.0","MIT","https://github.com/facebook/jest" -"jest-mock@25.5.0","MIT","https://github.com/facebook/jest" -"jest-pnp-resolver@1.2.1","MIT","https://github.com/arcanis/jest-pnp-resolver" -"jest-preset-angular@8.2.0","MIT","https://github.com/thymikee/jest-preset-angular" -"jest-regex-util@25.2.6","MIT","https://github.com/facebook/jest" -"jest-resolve-dependencies@25.5.4","MIT","https://github.com/facebook/jest" -"jest-resolve@25.5.1","MIT","https://github.com/facebook/jest" -"jest-runner@25.5.4","MIT","https://github.com/facebook/jest" -"jest-runtime@25.5.4","MIT","https://github.com/facebook/jest" -"jest-serializer@25.5.0","MIT","https://github.com/facebook/jest" -"jest-snapshot@25.5.1","MIT","https://github.com/facebook/jest" -"jest-util@25.5.0","MIT","https://github.com/facebook/jest" -"jest-validate@25.5.0","MIT","https://github.com/facebook/jest" -"jest-watcher@25.5.0","MIT","https://github.com/facebook/jest" -"jest-worker@25.1.0","MIT","https://github.com/facebook/jest" -"jest-worker@25.5.0","MIT","https://github.com/facebook/jest" -"jest@25.5.4","MIT","https://github.com/facebook/jest" -"jointjs@3.1.1","MPL-2.0","https://github.com/clientIO/joint" -"jquery@3.4.1","MIT","https://github.com/jquery/jquery" -"jquery@3.5.1","MIT","https://github.com/jquery/jquery" -"js-tokens@3.0.2","MIT","https://github.com/lydell/js-tokens" -"js-tokens@4.0.0","MIT","https://github.com/lydell/js-tokens" -"js-yaml@3.13.1","MIT","https://github.com/nodeca/js-yaml" -"jsbn@0.1.1","MIT","https://github.com/andyperlitch/jsbn" -"jsdom@15.2.1","MIT","https://github.com/jsdom/jsdom" -"jsesc@0.5.0","MIT","https://github.com/mathiasbynens/jsesc" -"jsesc@2.5.2","MIT","https://github.com/mathiasbynens/jsesc" -"json-parse-better-errors@1.0.2","MIT","https://github.com/zkat/json-parse-better-errors" -"json-schema-traverse@0.4.1","MIT","https://github.com/epoberezkin/json-schema-traverse" -"json-schema@0.2.3","AFLv2.1,BSD","https://github.com/kriszyp/json-schema" -"json-stringify-safe@5.0.1","ISC","https://github.com/isaacs/json-stringify-safe" -"json3@3.3.3","MIT","https://github.com/bestiejs/json3" -"json5@1.0.1","MIT","https://github.com/json5/json5" -"json5@2.1.3","MIT","https://github.com/json5/json5" -"jsonfile@4.0.0","MIT","https://github.com/jprichardson/node-jsonfile" -"jsonparse@1.3.1","MIT","https://github.com/creationix/jsonparse" -"jsprim@1.4.1","MIT","https://github.com/joyent/node-jsprim" -"jszip@3.4.0","(MIT OR GPL-3.0)","https://github.com/Stuk/jszip" -"karma-source-map-support@1.4.0","MIT","https://github.com/tschaub/karma-source-map-support" -"killable@1.0.1","ISC","https://github.com/marten-de-vries/killable" -"kind-of@3.2.2","MIT","https://github.com/jonschlinkert/kind-of" -"kind-of@4.0.0","MIT","https://github.com/jonschlinkert/kind-of" -"kind-of@5.1.0","MIT","https://github.com/jonschlinkert/kind-of" -"kind-of@6.0.3","MIT","https://github.com/jonschlinkert/kind-of" -"kleur@3.0.3","MIT","https://github.com/lukeed/kleur" -"lcid@2.0.0","MIT","https://github.com/sindresorhus/lcid" -"less-loader@5.0.0","MIT","https://github.com/webpack-contrib/less-loader" -"less@3.11.1","Apache-2.0","https://github.com/less/less.js" -"leven@3.1.0","MIT","https://github.com/sindresorhus/leven" -"levenary@1.1.1","MIT","https://github.com/tanhauhau/levenary" -"levn@0.3.0","MIT","https://github.com/gkz/levn" -"license-webpack-plugin@2.1.4","ISC","https://github.com/xz64/license-webpack-plugin" -"lie@3.3.0","MIT","https://github.com/calvinmetcalf/lie" -"lines-and-columns@1.1.6","MIT","https://github.com/eventualbuddha/lines-and-columns" -"loader-runner@2.4.0","MIT","https://github.com/webpack/loader-runner" -"loader-utils@1.4.0","MIT","https://github.com/webpack/loader-utils" -"loader-utils@2.0.0","MIT","https://github.com/webpack/loader-utils" -"locate-path@2.0.0","MIT","https://github.com/sindresorhus/locate-path" -"locate-path@3.0.0","MIT","https://github.com/sindresorhus/locate-path" -"locate-path@5.0.0","MIT","https://github.com/sindresorhus/locate-path" -"lodash-es@4.17.15","MIT","https://github.com/lodash/lodash" -"lodash.clonedeep@4.5.0","MIT","https://github.com/lodash/lodash" -"lodash.memoize@4.1.2","MIT","https://github.com/lodash/lodash" -"lodash.sortby@4.7.0","MIT","https://github.com/lodash/lodash" -"lodash.uniq@4.5.0","MIT","https://github.com/lodash/lodash" -"lodash@4.17.15","MIT","https://github.com/lodash/lodash" -"log-symbols@3.0.0","MIT","https://github.com/sindresorhus/log-symbols" -"loglevel@1.6.8","MIT","https://github.com/pimterry/loglevel" -"lolex@5.1.2","BSD-3-Clause","https://github.com/sinonjs/lolex" -"loose-envify@1.4.0","MIT","https://github.com/zertosh/loose-envify" -"lru-cache@5.1.1","ISC","https://github.com/isaacs/node-lru-cache" -"magic-string@0.25.7","MIT","https://github.com/rich-harris/magic-string" -"make-dir@2.1.0","MIT","https://github.com/sindresorhus/make-dir" -"make-dir@3.1.0","MIT","https://github.com/sindresorhus/make-dir" -"make-error@1.3.6","ISC","https://github.com/JsCommunity/make-error" -"make-fetch-happen@5.0.2","ISC","https://github.com/zkat/make-fetch-happen" -"makeerror@1.0.11","BSD-3-Clause","https://github.com/daaku/nodejs-makeerror" -"mamacro@0.0.3","MIT","" -"map-age-cleaner@0.1.3","MIT","https://github.com/SamVerschueren/map-age-cleaner" -"map-cache@0.2.2","MIT","https://github.com/jonschlinkert/map-cache" -"map-visit@1.0.0","MIT","https://github.com/jonschlinkert/map-visit" -"marked@1.1.0","MIT","https://github.com/markedjs/marked" -"md5.js@1.3.5","MIT","https://github.com/crypto-browserify/md5.js" -"mdm-ui@0.0.0","UNLICENSED","" -"mdn-data@2.0.4","CC0-1.0","https://github.com/mdn/data" -"mdn-data@2.0.6","CC0-1.0","https://github.com/mdn/data" -"media-typer@0.3.0","MIT","https://github.com/jshttp/media-typer" -"mem@4.3.0","MIT","https://github.com/sindresorhus/mem" -"memory-fs@0.4.1","MIT","https://github.com/webpack/memory-fs" -"memory-fs@0.5.0","MIT","https://github.com/webpack/memory-fs" -"merge-descriptors@1.0.1","MIT","https://github.com/component/merge-descriptors" -"merge-source-map@1.1.0","MIT","https://github.com/keik/merge-source-map" -"merge-stream@2.0.0","MIT","https://github.com/grncdr/merge-stream" -"methods@1.1.2","MIT","https://github.com/jshttp/methods" -"micromatch@3.1.10","MIT","https://github.com/micromatch/micromatch" -"micromatch@4.0.2","MIT","https://github.com/micromatch/micromatch" -"miller-rabin@4.0.1","MIT","https://github.com/indutny/miller-rabin" -"mime-db@1.44.0","MIT","https://github.com/jshttp/mime-db" -"mime-types@2.1.27","MIT","https://github.com/jshttp/mime-types" -"mime@1.6.0","MIT","https://github.com/broofa/node-mime" -"mime@2.4.5","MIT","https://github.com/broofa/node-mime" -"mimic-fn@2.1.0","MIT","https://github.com/sindresorhus/mimic-fn" -"mini-css-extract-plugin@0.9.0","MIT","https://github.com/webpack-contrib/mini-css-extract-plugin" -"minimalistic-assert@1.0.1","ISC","https://github.com/calvinmetcalf/minimalistic-assert" -"minimalistic-crypto-utils@1.0.1","MIT","https://github.com/indutny/minimalistic-crypto-utils" -"minimatch@3.0.4","ISC","https://github.com/isaacs/minimatch" -"minimist@0.0.8","MIT","https://github.com/substack/minimist" -"minimist@1.2.5","MIT","https://github.com/substack/minimist" -"minipass-collect@1.0.2","ISC","" -"minipass-flush@1.0.5","ISC","https://github.com/isaacs/minipass-flush" -"minipass-pipeline@1.2.3","ISC","" -"minipass@2.9.0","ISC","https://github.com/isaacs/minipass" -"minipass@3.1.3","ISC","https://github.com/isaacs/minipass" -"minizlib@1.3.3","MIT","https://github.com/isaacs/minizlib" -"minizlib@2.1.0","MIT","https://github.com/isaacs/minizlib" -"mississippi@3.0.0","BSD-2-Clause","https://github.com/maxogden/mississippi" -"mixin-deep@1.3.2","MIT","https://github.com/jonschlinkert/mixin-deep" -"mkdirp@0.5.1","MIT","https://github.com/substack/node-mkdirp" -"mkdirp@1.0.4","MIT","https://github.com/isaacs/node-mkdirp" -"moment@2.24.0","MIT","https://github.com/moment/moment" -"move-concurrently@1.0.1","ISC","https://github.com/npm/move-concurrently" -"ms@2.0.0","MIT","https://github.com/zeit/ms" -"ms@2.1.1","MIT","https://github.com/zeit/ms" -"ms@2.1.2","MIT","https://github.com/zeit/ms" -"multicast-dns-service-types@1.1.0","MIT","https://github.com/mafintosh/multicast-dns-service-types" -"multicast-dns@6.2.3","MIT","https://github.com/mafintosh/multicast-dns" -"mute-stream@0.0.8","ISC","https://github.com/isaacs/mute-stream" -"nan@2.14.1","MIT","https://github.com/nodejs/nan" -"nanomatch@1.2.13","MIT","https://github.com/micromatch/nanomatch" -"natural-compare@1.4.0","MIT","https://github.com/litejs/natural-compare-lite" -"negotiator@0.6.2","MIT","https://github.com/jshttp/negotiator" -"neo-async@2.6.1","MIT","https://github.com/suguru03/neo-async" -"ng2-charts@2.3.2","ISC","https://github.com/valor-software/ng2-charts" -"ngx-clipboard@13.0.1","MIT","https://github.com/maxisam/ngx-clipboard" -"ngx-image-cropper@3.1.9","MIT","https://github.com/Mawi137/ngx-image-cropper" -"ngx-json-viewer@2.4.0","MIT","https://github.com/hivivo/ngx-json-viewer" -"ngx-toastr@12.0.1","MIT","https://github.com/scttcper/ngx-toastr" -"ngx-window-token@3.0.0","MIT","https://github.com/maxisam/ngx-window-token" -"nice-try@1.0.5","MIT","https://github.com/electerious/nice-try" -"node-fetch-npm@2.0.4","MIT","https://github.com/npm/node-fetch-npm" -"node-forge@0.9.0","(BSD-3-Clause OR GPL-2.0)","https://github.com/digitalbazaar/forge" -"node-int64@0.4.0","MIT","https://github.com/broofa/node-int64" -"node-libs-browser@2.2.1","MIT","https://github.com/webpack/node-libs-browser" -"node-modules-regexp@1.0.0","MIT","https://github.com/jamestalmage/node-modules-regexp" -"node-notifier@6.0.0","MIT","https://github.com/mikaelbr/node-notifier" -"node-releases@1.1.56","MIT","https://github.com/chicoxyzzy/node-releases" -"normalize-package-data@2.5.0","BSD-2-Clause","https://github.com/npm/normalize-package-data" -"normalize-path@2.1.1","MIT","https://github.com/jonschlinkert/normalize-path" -"normalize-path@3.0.0","MIT","https://github.com/jonschlinkert/normalize-path" -"normalize-range@0.1.2","MIT","https://github.com/jamestalmage/normalize-range" -"normalize-url@1.9.1","MIT","https://github.com/sindresorhus/normalize-url" -"normalize-url@3.3.0","MIT","https://github.com/sindresorhus/normalize-url" -"npm-bundled@1.1.1","ISC","https://github.com/npm/npm-bundled" -"npm-install-checks@4.0.0","BSD-2-Clause","https://github.com/npm/npm-install-checks" -"npm-normalize-package-bin@1.0.1","ISC","https://github.com/npm/npm-normalize-package-bin" -"npm-package-arg@6.1.1","ISC","https://github.com/npm/npm-package-arg" -"npm-package-arg@8.0.1","ISC","https://github.com/npm/npm-package-arg" -"npm-packlist@1.4.8","ISC","https://github.com/npm/npm-packlist" -"npm-pick-manifest@3.0.2","ISC","https://github.com/npm/npm-pick-manifest" -"npm-pick-manifest@6.0.0","ISC","https://github.com/npm/npm-pick-manifest" -"npm-registry-fetch@4.0.4","ISC","https://github.com/npm/registry-fetch" -"npm-run-path@2.0.2","MIT","https://github.com/sindresorhus/npm-run-path" -"npm-run-path@4.0.1","MIT","https://github.com/sindresorhus/npm-run-path" -"nth-check@1.0.2","BSD-2-Clause","https://github.com/fb55/nth-check" -"num2fraction@1.2.2","MIT","https://github.com/yisibl/num2fraction" -"number-is-nan@1.0.1","MIT","https://github.com/sindresorhus/number-is-nan" -"nwsapi@2.2.0","MIT","https://github.com/dperini/nwsapi" -"oauth-sign@0.9.0","Apache-2.0","https://github.com/mikeal/oauth-sign" -"object-assign@4.1.1","MIT","https://github.com/sindresorhus/object-assign" -"object-copy@0.1.0","MIT","https://github.com/jonschlinkert/object-copy" -"object-inspect@1.7.0","MIT","https://github.com/substack/object-inspect" -"object-is@1.1.2","MIT","https://github.com/es-shims/object-is" -"object-keys@1.1.1","MIT","https://github.com/ljharb/object-keys" -"object-visit@1.0.1","MIT","https://github.com/jonschlinkert/object-visit" -"object.assign@4.1.0","MIT","https://github.com/ljharb/object.assign" -"object.getownpropertydescriptors@2.1.0","MIT","https://github.com/es-shims/object.getownpropertydescriptors" -"object.pick@1.3.0","MIT","https://github.com/jonschlinkert/object.pick" -"object.values@1.1.1","MIT","https://github.com/es-shims/Object.values" -"obuf@1.1.2","MIT","https://github.com/indutny/offset-buffer" -"on-finished@2.3.0","MIT","https://github.com/jshttp/on-finished" -"on-headers@1.0.2","MIT","https://github.com/jshttp/on-headers" -"once@1.4.0","ISC","https://github.com/isaacs/once" -"onetime@5.1.0","MIT","https://github.com/sindresorhus/onetime" -"open@7.0.3","MIT","https://github.com/sindresorhus/open" -"opn@5.5.0","MIT","https://github.com/sindresorhus/opn" -"optionator@0.8.3","MIT","https://github.com/gkz/optionator" -"ora@4.0.3","MIT","https://github.com/sindresorhus/ora" -"original@1.0.2","MIT","https://github.com/unshiftio/original" -"os-browserify@0.3.0","MIT","https://github.com/CoderPuppy/os-browserify" -"os-homedir@1.0.2","MIT","https://github.com/sindresorhus/os-homedir" -"os-locale@3.1.0","MIT","https://github.com/sindresorhus/os-locale" -"os-tmpdir@1.0.2","MIT","https://github.com/sindresorhus/os-tmpdir" -"osenv@0.1.5","ISC","https://github.com/npm/osenv" -"p-defer@1.0.0","MIT","https://github.com/sindresorhus/p-defer" -"p-each-series@2.1.0","MIT","https://github.com/sindresorhus/p-each-series" -"p-finally@1.0.0","MIT","https://github.com/sindresorhus/p-finally" -"p-finally@2.0.1","MIT","https://github.com/sindresorhus/p-finally" -"p-is-promise@2.1.0","MIT","https://github.com/sindresorhus/p-is-promise" -"p-limit@1.3.0","MIT","https://github.com/sindresorhus/p-limit" -"p-limit@2.3.0","MIT","https://github.com/sindresorhus/p-limit" -"p-locate@2.0.0","MIT","https://github.com/sindresorhus/p-locate" -"p-locate@3.0.0","MIT","https://github.com/sindresorhus/p-locate" -"p-locate@4.1.0","MIT","https://github.com/sindresorhus/p-locate" -"p-map@2.1.0","MIT","https://github.com/sindresorhus/p-map" -"p-map@3.0.0","MIT","https://github.com/sindresorhus/p-map" -"p-retry@3.0.1","MIT","https://github.com/sindresorhus/p-retry" -"p-try@1.0.0","MIT","https://github.com/sindresorhus/p-try" -"p-try@2.2.0","MIT","https://github.com/sindresorhus/p-try" -"pacote@9.5.12","MIT","https://github.com/npm/pacote" -"pako@1.0.11","(MIT AND Zlib)","https://github.com/nodeca/pako" -"parallel-transform@1.2.0","MIT","https://github.com/mafintosh/parallel-transform" -"parse-asn1@5.1.5","ISC","https://github.com/crypto-browserify/parse-asn1" -"parse-json@4.0.0","MIT","https://github.com/sindresorhus/parse-json" -"parse-json@5.0.0","MIT","https://github.com/sindresorhus/parse-json" -"parse5@4.0.0","MIT","https://github.com/inikulin/parse5" -"parse5@5.1.0","MIT","https://github.com/inikulin/parse5" -"parse5@5.1.1","MIT","https://github.com/inikulin/parse5" -"parseurl@1.3.3","MIT","https://github.com/pillarjs/parseurl" -"pascalcase@0.1.1","MIT","https://github.com/jonschlinkert/pascalcase" -"path-browserify@0.0.1","MIT","https://github.com/substack/path-browserify" -"path-dirname@1.0.2","MIT","https://github.com/es128/path-dirname" -"path-exists@3.0.0","MIT","https://github.com/sindresorhus/path-exists" -"path-exists@4.0.0","MIT","https://github.com/sindresorhus/path-exists" -"path-is-absolute@1.0.1","MIT","https://github.com/sindresorhus/path-is-absolute" -"path-is-inside@1.0.2","(WTFPL OR MIT)","https://github.com/domenic/path-is-inside" -"path-key@2.0.1","MIT","https://github.com/sindresorhus/path-key" -"path-key@3.1.1","MIT","https://github.com/sindresorhus/path-key" -"path-parse@1.0.6","MIT","https://github.com/jbgutierrez/path-parse" -"path-to-regexp@0.1.7","MIT","https://github.com/component/path-to-regexp" -"path-type@3.0.0","MIT","https://github.com/sindresorhus/path-type" -"pbkdf2@3.0.17","MIT","https://github.com/crypto-browserify/pbkdf2" -"performance-now@2.1.0","MIT","https://github.com/braveg1rl/performance-now" -"picomatch@2.2.2","MIT","https://github.com/micromatch/picomatch" -"pify@2.3.0","MIT","https://github.com/sindresorhus/pify" -"pify@3.0.0","MIT","https://github.com/sindresorhus/pify" -"pify@4.0.1","MIT","https://github.com/sindresorhus/pify" -"pinkie-promise@2.0.1","MIT","https://github.com/floatdrop/pinkie-promise" -"pinkie@2.0.4","MIT","https://github.com/floatdrop/pinkie" -"pirates@4.0.1","MIT","https://github.com/ariporad/pirates" -"pkg-dir@3.0.0","MIT","https://github.com/sindresorhus/pkg-dir" -"pkg-dir@4.2.0","MIT","https://github.com/sindresorhus/pkg-dir" -"pkg-up@2.0.0","MIT","https://github.com/sindresorhus/pkg-up" -"pn@1.1.0","MIT","https://github.com/cscott/node-pn" -"portfinder@1.0.26","MIT","https://github.com/http-party/node-portfinder" -"posix-character-classes@0.1.1","MIT","https://github.com/jonschlinkert/posix-character-classes" -"postcss-calc@7.0.2","MIT","https://github.com/postcss/postcss-calc" -"postcss-colormin@4.0.3","MIT","https://github.com/cssnano/cssnano" -"postcss-convert-values@4.0.1","MIT","https://github.com/cssnano/cssnano" -"postcss-discard-comments@4.0.2","MIT","https://github.com/cssnano/cssnano" -"postcss-discard-duplicates@4.0.2","MIT","https://github.com/cssnano/cssnano" -"postcss-discard-empty@4.0.1","MIT","https://github.com/cssnano/cssnano" -"postcss-discard-overridden@4.0.1","MIT","https://github.com/cssnano/cssnano" -"postcss-import@12.0.1","MIT","https://github.com/postcss/postcss-import" -"postcss-load-config@2.1.0","MIT","https://github.com/michael-ciniawsky/postcss-load-config" -"postcss-loader@3.0.0","MIT","https://github.com/postcss/postcss-loader" -"postcss-merge-longhand@4.0.11","MIT","https://github.com/cssnano/cssnano" -"postcss-merge-rules@4.0.3","MIT","https://github.com/cssnano/cssnano" -"postcss-minify-font-values@4.0.2","MIT","https://github.com/cssnano/cssnano" -"postcss-minify-gradients@4.0.2","MIT","https://github.com/cssnano/cssnano" -"postcss-minify-params@4.0.2","MIT","https://github.com/cssnano/cssnano" -"postcss-minify-selectors@4.0.2","MIT","https://github.com/cssnano/cssnano" -"postcss-modules-extract-imports@2.0.0","ISC","https://github.com/css-modules/postcss-modules-extract-imports" -"postcss-modules-local-by-default@3.0.2","MIT","https://github.com/css-modules/postcss-modules-local-by-default" -"postcss-modules-scope@2.2.0","ISC","https://github.com/css-modules/postcss-modules-scope" -"postcss-modules-values@3.0.0","ISC","https://github.com/css-modules/postcss-modules-values" -"postcss-normalize-charset@4.0.1","MIT","https://github.com/cssnano/cssnano" -"postcss-normalize-display-values@4.0.2","MIT","https://github.com/cssnano/cssnano" -"postcss-normalize-positions@4.0.2","MIT","https://github.com/cssnano/cssnano" -"postcss-normalize-repeat-style@4.0.2","MIT","https://github.com/cssnano/cssnano" -"postcss-normalize-string@4.0.2","MIT","https://github.com/cssnano/cssnano" -"postcss-normalize-timing-functions@4.0.2","MIT","https://github.com/cssnano/cssnano" -"postcss-normalize-unicode@4.0.1","MIT","https://github.com/cssnano/cssnano" -"postcss-normalize-url@4.0.1","MIT","https://github.com/cssnano/cssnano" -"postcss-normalize-whitespace@4.0.2","MIT","https://github.com/cssnano/cssnano" -"postcss-ordered-values@4.1.2","MIT","https://github.com/cssnano/cssnano" -"postcss-reduce-initial@4.0.3","MIT","https://github.com/cssnano/cssnano" -"postcss-reduce-transforms@4.0.2","MIT","https://github.com/cssnano/cssnano" -"postcss-selector-parser@3.1.2","MIT","https://github.com/postcss/postcss-selector-parser" -"postcss-selector-parser@6.0.2","MIT","https://github.com/postcss/postcss-selector-parser" -"postcss-svgo@4.0.2","MIT","https://github.com/cssnano/cssnano" -"postcss-unique-selectors@4.0.1","MIT","https://github.com/cssnano/cssnano" -"postcss-value-parser@3.3.1","MIT","https://github.com/TrySound/postcss-value-parser" -"postcss-value-parser@4.1.0","MIT","https://github.com/TrySound/postcss-value-parser" -"postcss@7.0.27","MIT","https://github.com/postcss/postcss" -"prelude-ls@1.1.2","MIT","https://github.com/gkz/prelude-ls" -"prepend-http@1.0.4","MIT","https://github.com/sindresorhus/prepend-http" -"pretty-format@25.5.0","MIT","https://github.com/facebook/jest" -"private@0.1.8","MIT","https://github.com/benjamn/private" -"process-nextick-args@2.0.1","MIT","https://github.com/calvinmetcalf/process-nextick-args" -"process@0.11.10","MIT","https://github.com/shtylman/node-process" -"promise-inflight@1.0.1","ISC","https://github.com/iarna/promise-inflight" -"promise-retry@1.1.1","MIT","https://github.com/IndigoUnited/node-promise-retry" -"promise@7.3.1","MIT","https://github.com/then/promise" -"prompts@2.3.2","MIT","https://github.com/terkelg/prompts" -"protoduck@5.0.1","MIT","https://github.com/zkat/protoduck" -"protractor@5.4.4","MIT","https://github.com/angular/protractor" -"proxy-addr@2.0.6","MIT","https://github.com/jshttp/proxy-addr" -"prr@1.0.1","MIT","https://github.com/rvagg/prr" -"psl@1.8.0","MIT","https://github.com/lupomontero/psl" -"public-encrypt@4.0.3","MIT","https://github.com/crypto-browserify/publicEncrypt" -"pump@2.0.1","MIT","https://github.com/mafintosh/pump" -"pump@3.0.0","MIT","https://github.com/mafintosh/pump" -"pumpify@1.5.1","MIT","https://github.com/mafintosh/pumpify" -"punycode@1.3.2","MIT","https://github.com/bestiejs/punycode.js" -"punycode@1.4.1","MIT","https://github.com/bestiejs/punycode.js" -"punycode@2.1.1","MIT","https://github.com/bestiejs/punycode.js" -"q@1.4.1","MIT","https://github.com/kriskowal/q" -"q@1.5.1","MIT","https://github.com/kriskowal/q" -"qs@6.5.2","BSD-3-Clause","https://github.com/ljharb/qs" -"qs@6.7.0","BSD-3-Clause","https://github.com/ljharb/qs" -"query-string@4.3.4","MIT","https://github.com/sindresorhus/query-string" -"querystring-es3@0.2.1","MIT","https://github.com/mike-spainhower/querystring" -"querystring@0.2.0","MIT","https://github.com/Gozala/querystring" -"querystringify@2.1.1","MIT","https://github.com/unshiftio/querystringify" -"randombytes@2.1.0","MIT","https://github.com/crypto-browserify/randombytes" -"randomfill@1.0.4","MIT","https://github.com/crypto-browserify/randomfill" -"range-parser@1.2.1","MIT","https://github.com/jshttp/range-parser" -"raw-body@2.4.0","MIT","https://github.com/stream-utils/raw-body" -"raw-loader@4.0.0","MIT","https://github.com/webpack-contrib/raw-loader" -"react-is@16.13.1","MIT","https://github.com/facebook/react" -"read-cache@1.0.0","MIT","https://github.com/TrySound/read-cache" -"read-package-json@2.1.1","ISC","https://github.com/npm/read-package-json" -"read-package-tree@5.3.1","ISC","https://github.com/npm/read-package-tree" -"read-pkg-up@7.0.1","MIT","https://github.com/sindresorhus/read-pkg-up" -"read-pkg@5.2.0","MIT","https://github.com/sindresorhus/read-pkg" -"readable-stream@2.3.7","MIT","https://github.com/nodejs/readable-stream" -"readable-stream@3.6.0","MIT","https://github.com/nodejs/readable-stream" -"readdir-scoped-modules@1.1.0","ISC","https://github.com/npm/readdir-scoped-modules" -"readdirp@2.2.1","MIT","https://github.com/paulmillr/readdirp" -"readdirp@3.4.0","MIT","https://github.com/paulmillr/readdirp" -"realpath-native@2.0.0","MIT","https://github.com/SimenB/realpath-native" -"reflect-metadata@0.1.13","Apache-2.0","https://github.com/rbuckton/reflect-metadata" -"regenerate-unicode-properties@8.2.0","MIT","https://github.com/mathiasbynens/regenerate-unicode-properties" -"regenerate@1.4.0","MIT","https://github.com/mathiasbynens/regenerate" -"regenerator-runtime@0.13.5","MIT","https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime" -"regenerator-transform@0.14.4","MIT","https://github.com/facebook/regenerator/tree/master/packages/regenerator-transform" -"regex-not@1.0.2","MIT","https://github.com/jonschlinkert/regex-not" -"regexp.prototype.flags@1.3.0","MIT","https://github.com/es-shims/RegExp.prototype.flags" -"regexpu-core@4.7.0","MIT","https://github.com/mathiasbynens/regexpu-core" -"regjsgen@0.5.1","MIT","https://github.com/bnjmnt4n/regjsgen" -"regjsparser@0.6.4","BSD-2-Clause","https://github.com/jviereck/regjsparser" -"remove-trailing-separator@1.1.0","ISC","https://github.com/darsain/remove-trailing-separator" -"repeat-element@1.1.3","MIT","https://github.com/jonschlinkert/repeat-element" -"repeat-string@1.6.1","MIT","https://github.com/jonschlinkert/repeat-string" -"request-promise-core@1.1.3","ISC","https://github.com/request/promise-core" -"request-promise-native@1.0.8","ISC","https://github.com/request/request-promise-native" -"request@2.88.2","Apache-2.0","https://github.com/request/request" -"require-directory@2.1.1","MIT","https://github.com/troygoode/node-require-directory" -"require-main-filename@1.0.1","ISC","https://github.com/yargs/require-main-filename" -"require-main-filename@2.0.0","ISC","https://github.com/yargs/require-main-filename" -"requires-port@1.0.0","MIT","https://github.com/unshiftio/requires-port" -"resolve-cwd@2.0.0","MIT","https://github.com/sindresorhus/resolve-cwd" -"resolve-cwd@3.0.0","MIT","https://github.com/sindresorhus/resolve-cwd" -"resolve-from@3.0.0","MIT","https://github.com/sindresorhus/resolve-from" -"resolve-from@5.0.0","MIT","https://github.com/sindresorhus/resolve-from" -"resolve-url@0.2.1","MIT","https://github.com/lydell/resolve-url" -"resolve@1.1.7","MIT","https://github.com/substack/node-resolve" -"resolve@1.15.1","MIT","https://github.com/browserify/resolve" -"resolve@1.17.0","MIT","https://github.com/browserify/resolve" -"restore-cursor@3.1.0","MIT","https://github.com/sindresorhus/restore-cursor" -"ret@0.1.15","MIT","https://github.com/fent/ret.js" -"retry@0.10.1","MIT","https://github.com/tim-kos/node-retry" -"retry@0.12.0","MIT","https://github.com/tim-kos/node-retry" -"rgb-regex@1.0.1","MIT","https://github.com/regexps/rgb-regex" -"rgba-regex@1.0.0","MIT","https://github.com/johnotander/rgba-regex" -"rimraf@2.7.1","ISC","https://github.com/isaacs/rimraf" -"rimraf@3.0.2","ISC","https://github.com/isaacs/rimraf" -"ripemd160@2.0.2","MIT","https://github.com/crypto-browserify/ripemd160" -"rollup@2.1.0","MIT","https://github.com/rollup/rollup" -"rsvp@4.8.5","MIT","https://github.com/tildeio/rsvp.js" -"run-async@2.4.1","MIT","https://github.com/SBoudrias/run-async" -"run-queue@1.0.3","ISC","https://github.com/iarna/run-queue" -"rxjs@6.5.4","Apache-2.0","https://github.com/reactivex/rxjs" -"rxjs@6.5.5","Apache-2.0","https://github.com/reactivex/rxjs" -"safe-buffer@5.1.2","MIT","https://github.com/feross/safe-buffer" -"safe-buffer@5.2.1","MIT","https://github.com/feross/safe-buffer" -"safe-regex@1.1.0","MIT","https://github.com/substack/safe-regex" -"safer-buffer@2.1.2","MIT","https://github.com/ChALkeR/safer-buffer" -"sane@4.1.0","MIT","https://github.com/amasad/sane" -"sass-loader@8.0.2","MIT","https://github.com/webpack-contrib/sass-loader" -"sass@1.26.3","MIT","https://github.com/sass/dart-sass" -"saucelabs@1.5.0","MIT*","https://github.com/holidayextras/node-saucelabs" -"save-svg-as-png@1.4.17","MIT","https://github.com/exupero/saveSvgAsPng" -"sax@1.2.4","ISC","https://github.com/isaacs/sax-js" -"saxes@3.1.11","ISC","https://github.com/lddubeau/saxes" -"schema-utils@1.0.0","MIT","https://github.com/webpack-contrib/schema-utils" -"schema-utils@2.6.6","MIT","https://github.com/webpack/schema-utils" -"select-hose@2.0.0","MIT","https://github.com/indutny/select-hose" -"selenium-webdriver@3.6.0","Apache-2.0","https://github.com/SeleniumHQ/selenium" -"selfsigned@1.10.7","MIT","https://github.com/jfromaniello/selfsigned" -"semver-dsl@1.0.1","MIT","https://github.com/mgechev/semver-dsl" -"semver-intersect@1.4.0","MIT","https://github.com/snyamathi/semver-intersect" -"semver@5.7.1","ISC","https://github.com/npm/node-semver" -"semver@6.3.0","ISC","https://github.com/npm/node-semver" -"semver@7.0.0","ISC","https://github.com/npm/node-semver" -"semver@7.1.3","ISC","https://github.com/npm/node-semver" -"send@0.17.1","MIT","https://github.com/pillarjs/send" -"serialize-javascript@2.1.2","BSD-3-Clause","https://github.com/yahoo/serialize-javascript" -"serve-index@1.9.1","MIT","https://github.com/expressjs/serve-index" -"serve-static@1.14.1","MIT","https://github.com/expressjs/serve-static" -"set-blocking@2.0.0","ISC","https://github.com/yargs/set-blocking" -"set-immediate-shim@1.0.1","MIT","https://github.com/sindresorhus/set-immediate-shim" -"set-value@2.0.1","MIT","https://github.com/jonschlinkert/set-value" -"setimmediate@1.0.5","MIT","https://github.com/YuzuJS/setImmediate" -"setprototypeof@1.1.0","ISC","https://github.com/wesleytodd/setprototypeof" -"setprototypeof@1.1.1","ISC","https://github.com/wesleytodd/setprototypeof" -"sha.js@2.4.11","(MIT AND BSD-3-Clause)","https://github.com/crypto-browserify/sha.js" -"shallow-clone@3.0.1","MIT","https://github.com/jonschlinkert/shallow-clone" -"shebang-command@1.2.0","MIT","https://github.com/kevva/shebang-command" -"shebang-command@2.0.0","MIT","https://github.com/kevva/shebang-command" -"shebang-regex@1.0.0","MIT","https://github.com/sindresorhus/shebang-regex" -"shebang-regex@3.0.0","MIT","https://github.com/sindresorhus/shebang-regex" -"shellwords@0.1.1","MIT","https://github.com/jimmycuadra/shellwords" -"signal-exit@3.0.3","ISC","https://github.com/tapjs/signal-exit" -"simple-swizzle@0.2.2","MIT","https://github.com/qix-/node-simple-swizzle" -"sisteransi@1.0.5","MIT","https://github.com/terkelg/sisteransi" -"slash@1.0.0","MIT","https://github.com/sindresorhus/slash" -"slash@3.0.0","MIT","https://github.com/sindresorhus/slash" -"smart-buffer@4.1.0","MIT","https://github.com/JoshGlazebrook/smart-buffer" -"snapdragon-node@2.1.1","MIT","https://github.com/jonschlinkert/snapdragon-node" -"snapdragon-util@3.0.1","MIT","https://github.com/jonschlinkert/snapdragon-util" -"snapdragon@0.8.2","MIT","https://github.com/jonschlinkert/snapdragon" -"sockjs-client@1.4.0","MIT","https://github.com/sockjs/sockjs-client" -"sockjs@0.3.19","MIT","https://github.com/sockjs/sockjs-node" -"socks-proxy-agent@4.0.2","MIT","https://github.com/TooTallNate/node-socks-proxy-agent" -"socks@2.3.3","MIT","https://github.com/JoshGlazebrook/socks" -"sort-keys@1.1.2","MIT","https://github.com/sindresorhus/sort-keys" -"source-list-map@2.0.1","MIT","https://github.com/webpack/source-list-map" -"source-map-loader@0.2.4","MIT","https://github.com/webpack-contrib/source-map-loader" -"source-map-resolve@0.5.3","MIT","https://github.com/lydell/source-map-resolve" -"source-map-support@0.4.18","MIT","https://github.com/evanw/node-source-map-support" -"source-map-support@0.5.19","MIT","https://github.com/evanw/node-source-map-support" -"source-map-url@0.4.0","MIT","https://github.com/lydell/source-map-url" -"source-map@0.5.7","BSD-3-Clause","https://github.com/mozilla/source-map" -"source-map@0.6.1","BSD-3-Clause","https://github.com/mozilla/source-map" -"source-map@0.7.3","BSD-3-Clause","https://github.com/mozilla/source-map" -"sourcemap-codec@1.4.8","MIT","https://github.com/Rich-Harris/sourcemap-codec" -"spdx-correct@3.1.0","Apache-2.0","https://github.com/jslicense/spdx-correct.js" -"spdx-exceptions@2.3.0","CC-BY-3.0","https://github.com/kemitchell/spdx-exceptions.json" -"spdx-expression-parse@3.0.1","MIT","https://github.com/jslicense/spdx-expression-parse.js" -"spdx-license-ids@3.0.5","CC0-1.0","https://github.com/shinnn/spdx-license-ids" -"spdy-transport@3.0.0","MIT","https://github.com/spdy-http2/spdy-transport" -"spdy@4.0.2","MIT","https://github.com/indutny/node-spdy" -"speed-measure-webpack-plugin@1.3.1","MIT","https://github.com/stephencookdev/speed-measure-webpack-plugin" -"split-string@3.1.0","MIT","https://github.com/jonschlinkert/split-string" -"sprintf-js@1.0.3","BSD-3-Clause","https://github.com/alexei/sprintf.js" -"sprintf-js@1.1.2","BSD-3-Clause","https://github.com/alexei/sprintf.js" -"sshpk@1.16.1","MIT","https://github.com/joyent/node-sshpk" -"ssri@6.0.1","ISC","https://github.com/zkat/ssri" -"ssri@7.1.0","ISC","https://github.com/npm/ssri" -"ssri@8.0.0","ISC","https://github.com/npm/ssri" -"stable@0.1.8","MIT","https://github.com/Two-Screen/stable" -"stack-utils@1.0.2","MIT","https://github.com/tapjs/stack-utils" -"static-extend@0.1.2","MIT","https://github.com/jonschlinkert/static-extend" -"statuses@1.5.0","MIT","https://github.com/jshttp/statuses" -"stealthy-require@1.1.1","ISC","https://github.com/analog-nico/stealthy-require" -"stream-browserify@2.0.2","MIT","https://github.com/browserify/stream-browserify" -"stream-each@1.2.3","MIT","https://github.com/mafintosh/stream-each" -"stream-http@2.8.3","MIT","https://github.com/jhiesey/stream-http" -"stream-shift@1.0.1","MIT","https://github.com/mafintosh/stream-shift" -"strict-uri-encode@1.1.0","MIT","https://github.com/kevva/strict-uri-encode" -"string-length@3.1.0","MIT","https://github.com/sindresorhus/string-length" -"string-width@1.0.2","MIT","https://github.com/sindresorhus/string-width" -"string-width@2.1.1","MIT","https://github.com/sindresorhus/string-width" -"string-width@4.2.0","MIT","https://github.com/sindresorhus/string-width" -"string.prototype.trimend@1.0.1","MIT","https://github.com/es-shims/String.prototype.trimEnd" -"string.prototype.trimleft@2.1.2","MIT","https://github.com/es-shims/String.prototype.trimLeft" -"string.prototype.trimright@2.1.2","MIT","https://github.com/es-shims/String.prototype.trimRight" -"string.prototype.trimstart@1.0.1","MIT","https://github.com/es-shims/String.prototype.trimStart" -"string_decoder@1.1.1","MIT","https://github.com/nodejs/string_decoder" -"strip-ansi@3.0.1","MIT","https://github.com/chalk/strip-ansi" -"strip-ansi@4.0.0","MIT","https://github.com/chalk/strip-ansi" -"strip-ansi@5.2.0","MIT","https://github.com/chalk/strip-ansi" -"strip-ansi@6.0.0","MIT","https://github.com/chalk/strip-ansi" -"strip-bom@4.0.0","MIT","https://github.com/sindresorhus/strip-bom" -"strip-eof@1.0.0","MIT","https://github.com/sindresorhus/strip-eof" -"strip-final-newline@2.0.0","MIT","https://github.com/sindresorhus/strip-final-newline" -"style-loader@1.1.3","MIT","https://github.com/webpack-contrib/style-loader" -"stylehacks@4.0.3","MIT","https://github.com/cssnano/cssnano" -"stylus-loader@3.0.2","MIT","https://github.com/shama/stylus-loader" -"stylus@0.54.7","MIT","https://github.com/stylus/stylus" -"supports-color@2.0.0","MIT","https://github.com/chalk/supports-color" -"supports-color@5.5.0","MIT","https://github.com/chalk/supports-color" -"supports-color@6.1.0","MIT","https://github.com/chalk/supports-color" -"supports-color@7.1.0","MIT","https://github.com/chalk/supports-color" -"supports-hyperlinks@2.1.0","MIT","https://github.com/jamestalmage/supports-hyperlinks" -"svg-pan-zoom@3.6.1","BSD-2-Clause","https://github.com/ariutta/svg-pan-zoom" -"svgo@1.3.2","MIT","https://github.com/svg/svgo" -"symbol-observable@1.2.0","MIT","https://github.com/blesh/symbol-observable" -"symbol-tree@3.2.4","MIT","https://github.com/jsdom/js-symbol-tree" -"tapable@1.1.3","MIT","https://github.com/webpack/tapable" -"tar@4.4.13","ISC","https://github.com/npm/node-tar" -"tar@6.0.2","ISC","https://github.com/npm/node-tar" -"terminal-link@2.1.1","MIT","https://github.com/sindresorhus/terminal-link" -"terser-webpack-plugin@1.4.3","MIT","https://github.com/webpack-contrib/terser-webpack-plugin" -"terser-webpack-plugin@2.3.5","MIT","https://github.com/webpack-contrib/terser-webpack-plugin" -"terser@4.6.10","BSD-2-Clause","https://github.com/terser/terser" -"test-exclude@6.0.0","ISC","https://github.com/istanbuljs/test-exclude" -"throat@5.0.0","MIT","https://github.com/ForbesLindesay/throat" -"through2@2.0.5","MIT","https://github.com/rvagg/through2" -"through@2.3.8","MIT","https://github.com/dominictarr/through" -"thunky@1.1.0","MIT","https://github.com/mafintosh/thunky" -"timers-browserify@2.0.11","MIT","https://github.com/jryans/timers-browserify" -"timsort@0.3.0","MIT","https://github.com/mziccard/node-timsort" -"tmp@0.0.30","MIT","https://github.com/raszi/node-tmp" -"tmp@0.0.33","MIT","https://github.com/raszi/node-tmp" -"tmpl@1.0.4","BSD-3-Clause","https://github.com/daaku/nodejs-tmpl" -"to-arraybuffer@1.0.1","MIT","https://github.com/jhiesey/to-arraybuffer" -"to-fast-properties@2.0.0","MIT","https://github.com/sindresorhus/to-fast-properties" -"to-object-path@0.3.0","MIT","https://github.com/jonschlinkert/to-object-path" -"to-regex-range@2.1.1","MIT","https://github.com/micromatch/to-regex-range" -"to-regex-range@5.0.1","MIT","https://github.com/micromatch/to-regex-range" -"to-regex@3.0.2","MIT","https://github.com/jonschlinkert/to-regex" -"toidentifier@1.0.0","MIT","https://github.com/component/toidentifier" -"tough-cookie@2.5.0","BSD-3-Clause","https://github.com/salesforce/tough-cookie" -"tough-cookie@3.0.1","BSD-3-Clause","https://github.com/salesforce/tough-cookie" -"tr46@1.0.1","MIT","https://github.com/Sebmaster/tr46.js" -"tree-kill@1.2.2","MIT","https://github.com/pkrumins/node-tree-kill" -"ts-jest@25.5.1","MIT","https://github.com/kulshekhar/ts-jest" -"ts-node@8.10.1","MIT","https://github.com/TypeStrong/ts-node" -"tslib@1.11.1","Apache-2.0","https://github.com/Microsoft/tslib" -"tslib@1.13.0","0BSD","https://github.com/Microsoft/tslib" -"tslint@5.15.0","Apache-2.0","https://github.com/palantir/tslint" -"tsutils@2.29.0","MIT","https://github.com/ajafff/tsutils" -"tty-browserify@0.0.0","MIT","https://github.com/substack/tty-browserify" -"tunnel-agent@0.6.0","Apache-2.0","https://github.com/mikeal/tunnel-agent" -"tweetnacl@0.14.5","Unlicense","https://github.com/dchest/tweetnacl-js" -"type-check@0.3.2","MIT","https://github.com/gkz/type-check" -"type-detect@4.0.8","MIT","https://github.com/chaijs/type-detect" -"type-fest@0.11.0","(MIT OR CC0-1.0)","https://github.com/sindresorhus/type-fest" -"type-fest@0.6.0","(MIT OR CC0-1.0)","https://github.com/sindresorhus/type-fest" -"type-fest@0.8.1","(MIT OR CC0-1.0)","https://github.com/sindresorhus/type-fest" -"type-is@1.6.18","MIT","https://github.com/jshttp/type-is" -"typedarray-to-buffer@3.1.5","MIT","https://github.com/feross/typedarray-to-buffer" -"typedarray@0.0.6","MIT","https://github.com/substack/typedarray" -"typescript@3.6.5","Apache-2.0","https://github.com/Microsoft/TypeScript" -"typescript@3.8.3","Apache-2.0","https://github.com/Microsoft/TypeScript" -"underscore@1.9.2","MIT","https://github.com/jashkenas/underscore" -"unicode-canonical-property-names-ecmascript@1.0.4","MIT","https://github.com/mathiasbynens/unicode-canonical-property-names-ecmascript" -"unicode-match-property-ecmascript@1.0.4","MIT","https://github.com/mathiasbynens/unicode-match-property-ecmascript" -"unicode-match-property-value-ecmascript@1.2.0","MIT","https://github.com/mathiasbynens/unicode-match-property-value-ecmascript" -"unicode-property-aliases-ecmascript@1.1.0","MIT","https://github.com/mathiasbynens/unicode-property-aliases-ecmascript" -"union-value@1.0.1","MIT","https://github.com/jonschlinkert/union-value" -"uniq@1.0.1","MIT","https://github.com/mikolalysenko/uniq" -"uniqs@2.0.0","MIT","https://github.com/fgnass/uniqs" -"unique-filename@1.1.1","ISC","https://github.com/iarna/unique-filename" -"unique-slug@2.0.2","ISC","https://github.com/iarna/unique-slug" -"universal-analytics@0.4.20","MIT","https://github.com/peaksandpies/universal-analytics" -"universalify@0.1.2","MIT","https://github.com/RyanZim/universalify" -"unpipe@1.0.0","MIT","https://github.com/stream-utils/unpipe" -"unquote@1.1.1","MIT","https://github.com/lakenen/node-unquote" -"unset-value@1.0.0","MIT","https://github.com/jonschlinkert/unset-value" -"upath@1.2.0","MIT","https://github.com/anodynos/upath" -"uri-js@4.2.2","BSD-2-Clause","https://github.com/garycourt/uri-js" -"urix@0.1.0","MIT","https://github.com/lydell/urix" -"url-parse@1.4.7","MIT","https://github.com/unshiftio/url-parse" -"url@0.11.0","MIT","https://github.com/defunctzombie/node-url" -"use@3.1.1","MIT","https://github.com/jonschlinkert/use" -"util-deprecate@1.0.2","MIT","https://github.com/TooTallNate/util-deprecate" -"util-promisify@2.1.0","MIT","https://github.com/juliangruber/util-promisify" -"util.promisify@1.0.1","MIT","https://github.com/ljharb/util.promisify" -"util@0.10.3","MIT","https://github.com/defunctzombie/node-util" -"util@0.11.1","MIT","https://github.com/defunctzombie/node-util" -"utils-merge@1.0.1","MIT","https://github.com/jaredhanson/utils-merge" -"uuid@3.4.0","MIT","https://github.com/uuidjs/uuid" -"uuid@7.0.2","MIT","https://github.com/uuidjs/uuid" -"v8-to-istanbul@4.1.4","ISC","https://github.com/istanbuljs/v8-to-istanbul" -"validate-npm-package-license@3.0.4","Apache-2.0","https://github.com/kemitchell/validate-npm-package-license.js" -"validate-npm-package-name@3.0.0","ISC","https://github.com/npm/validate-npm-package-name" -"vary@1.1.2","MIT","https://github.com/jshttp/vary" -"vendors@1.0.4","MIT","https://github.com/wooorm/vendors" -"verror@1.10.0","MIT","https://github.com/davepacheco/node-verror" -"vm-browserify@1.1.2","MIT","https://github.com/substack/vm-browserify" -"w3c-hr-time@1.0.2","MIT","https://github.com/jsdom/w3c-hr-time" -"w3c-xmlserializer@1.1.2","MIT","https://github.com/jsdom/w3c-xmlserializer" -"walker@1.0.7","Apache-2.0","https://github.com/daaku/nodejs-walker" -"watchpack-chokidar2@2.0.0","MIT","https://github.com/webpack/watchpack" -"watchpack@1.7.2","MIT","https://github.com/webpack/watchpack" -"wbuf@1.7.3","MIT","https://github.com/indutny/wbuf" -"wcwidth@1.0.1","MIT","https://github.com/timoxley/wcwidth" -"web-animations-js@2.3.2","Apache-2.0","https://github.com/web-animations/web-animations-js" -"webdriver-js-extender@2.1.0","MIT","https://github.com/angular/webdriver-js-extender" -"webdriver-manager@12.1.7","MIT","https://github.com/angular/webdriver-manager" -"webidl-conversions@4.0.2","BSD-2-Clause","https://github.com/jsdom/webidl-conversions" -"webpack-dev-middleware@3.7.2","MIT","https://github.com/webpack/webpack-dev-middleware" -"webpack-dev-server@3.10.3","MIT","https://github.com/webpack/webpack-dev-server" -"webpack-log@2.0.0","MIT","https://github.com/webpack-contrib/webpack-log" -"webpack-merge@4.2.2","MIT","https://github.com/survivejs/webpack-merge" -"webpack-sources@1.4.3","MIT","https://github.com/webpack/webpack-sources" -"webpack-subresource-integrity@1.4.0","MIT","https://github.com/waysact/webpack-subresource-integrity" -"webpack@4.42.0","MIT","https://github.com/webpack/webpack" -"websocket-driver@0.7.3","Apache-2.0","https://github.com/faye/websocket-driver-node" -"websocket-extensions@0.1.3","MIT","https://github.com/faye/websocket-extensions-node" -"whatwg-encoding@1.0.5","MIT","https://github.com/jsdom/whatwg-encoding" -"whatwg-mimetype@2.3.0","MIT","https://github.com/jsdom/whatwg-mimetype" -"whatwg-url@7.1.0","MIT","https://github.com/jsdom/whatwg-url" -"when@3.6.4","MIT","https://github.com/cujojs/when" -"which-module@2.0.0","ISC","https://github.com/nexdrew/which-module" -"which@1.3.1","ISC","https://github.com/isaacs/node-which" -"which@2.0.2","ISC","https://github.com/isaacs/node-which" -"word-wrap@1.2.3","MIT","https://github.com/jonschlinkert/word-wrap" -"worker-farm@1.7.0","MIT","https://github.com/rvagg/node-worker-farm" -"worker-plugin@4.0.3","Apache-2.0","https://github.com/GoogleChromeLabs/worker-plugin" -"wrap-ansi@2.1.0","MIT","https://github.com/chalk/wrap-ansi" -"wrap-ansi@6.2.0","MIT","https://github.com/chalk/wrap-ansi" -"wrappy@1.0.2","ISC","https://github.com/npm/wrappy" -"write-file-atomic@3.0.3","ISC","https://github.com/npm/write-file-atomic" -"ws@6.2.1","MIT","https://github.com/websockets/ws" -"ws@7.3.0","MIT","https://github.com/websockets/ws" -"xml-name-validator@3.0.0","Apache-2.0","https://github.com/jsdom/xml-name-validator" -"xml2js@0.4.23","MIT","https://github.com/Leonidas-from-XIV/node-xml2js" -"xmlbuilder@11.0.1","MIT","https://github.com/oozcitak/xmlbuilder-js" -"xmlchars@2.2.0","MIT","https://github.com/lddubeau/xmlchars" -"xtend@4.0.2","MIT","https://github.com/Raynos/xtend" -"y18n@4.0.0","ISC","https://github.com/yargs/y18n" -"yallist@3.1.1","ISC","https://github.com/isaacs/yallist" -"yallist@4.0.0","ISC","https://github.com/isaacs/yallist" -"yargs-parser@11.1.1","ISC","https://github.com/yargs/yargs-parser" -"yargs-parser@18.1.3","ISC","https://github.com/yargs/yargs-parser" -"yargs@12.0.5","MIT","https://github.com/yargs/yargs" -"yargs@15.3.0","MIT","https://github.com/yargs/yargs" -"yargs@15.3.1","MIT","https://github.com/yargs/yargs" -"yn@3.1.1","MIT","https://github.com/sindresorhus/yn" -"zone.js@0.10.3","MIT","https://github.com/angular/angular" diff --git a/jesthtmlreporter.config.json b/jesthtmlreporter.config.json deleted file mode 100644 index 3778b5404..000000000 --- a/jesthtmlreporter.config.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "pageTitle": "Mauro Data Mapper User Interface: Test Results", - "outputPath": "test-report/index.html", - "includeFailureMsg": true -} diff --git a/package.json b/package.json index 6f7a85676..ae9ef7762 100644 --- a/package.json +++ b/package.json @@ -5,14 +5,13 @@ "ng": "ng", "start": "ng serve", "build": "ng build", - "dist": "ng build --configuration production --output-path=dist/mdm-ui-$npm_package_version && npm run dist-archive", - "dist-archive": "tar zcvf dist/mdm-ui-${npm_package_version}.tgz -C dist mdm-ui-$npm_package_version", "test": "ng test", + "dist": "ng build mdm-ui --configuration production --output-path=dist/mdm-ui-$npm_package_version && npm run dist-archive", + "dist-archive": "tar zcvf dist/mdm-ui-${npm_package_version}.tgz -C dist mdm-ui-$npm_package_version", "eslint": "tsc --noEmit && eslint . --ext ts --fix", "eslint-nofix": "tsc --noEmit && eslint . --ext ts", - "eslint-html": "tsc --noEmit && eslint . --ext ts --fix --format html -o eslint_report.html", - "eslint-report": "eslint . --ext ts --format checkstyle -o eslint_report.xml", - "e2e": "ng e2e", + "eslint-html": "eslint . --ext ts --format html -o test-report/eslint_report.html", + "eslint-xml": "eslint . --ext ts --format checkstyle -o test-report/eslint_report.xml", "postinstall": "ngcc", "sonar": "sonar-scanner -Dsonar.projectVersion=$npm_package_version", "license-check": "license-check-and-add -f license-check-and-add-config.json" diff --git a/projects/mdm-ui/jest.config.js b/projects/mdm-ui/jest.config.js index 60b76bfa1..87c4c5fb5 100644 --- a/projects/mdm-ui/jest.config.js +++ b/projects/mdm-ui/jest.config.js @@ -41,9 +41,17 @@ module.exports = { }, reporters: [ 'default', - 'jest-junit', - ['jest-html-reporter', { pageTitle: 'Test Report' }], - ['jest-sonar', { outputDirectory: 'test-report' }] + ['jest-junit', { + outputDirectory: "test-report/mdm-ui" + }], + ['jest-html-reporter', { + pageTitle: "Mauro Data Mapper User Interface: Test Results", + outputPath: "test-report/mdm-ui/jest-report.html", + includeFailureMsg: true + }], + ['jest-sonar', { + outputDirectory: "test-report/mdm-ui" + }] ], watchPathIgnorePatterns: ['test-report/', 'junit.xml'], transformIgnorePatterns: [ diff --git a/projects/mdm-ui/src/environments/environment.prod.ts b/projects/mdm-ui/src/environments/environment.prod.ts index 961a99907..904be8266 100644 --- a/projects/mdm-ui/src/environments/environment.prod.ts +++ b/projects/mdm-ui/src/environments/environment.prod.ts @@ -16,7 +16,7 @@ limitations under the License. SPDX-License-Identifier: Apache-2.0 */ -const packageFile = require('../../package.json'); +const packageFile = require('../../../../package.json'); export const environment = { production: true, diff --git a/projects/mdm-ui/src/setupJest.ts b/projects/mdm-ui/src/setupJest.ts index e6f3e9300..fdae197cc 100644 --- a/projects/mdm-ui/src/setupJest.ts +++ b/projects/mdm-ui/src/setupJest.ts @@ -22,6 +22,6 @@ SPDX-License-Identifier: Apache-2.0 * the @angular-builders/jest facade, this internally calls 'jest-preset-angular/setup-jest' for you. Calling it * twice will produce an error. */ -//import 'jest-preset-angular/setup-jest'; +// import 'jest-preset-angular/setup-jest'; // import './jestGlobalMocks'; // browser mocks globally available for every test