diff --git a/build.sh b/build.sh
index 017f226..aff67a2 100755
--- a/build.sh
+++ b/build.sh
@@ -4,6 +4,25 @@
####################################################################
## Create regular mkdocs docs
+
+echo 'extracting licences'
+
+OUTFILE='docs/licences.md'
+
+cat > $OUTFILE <<'EOL'
+
+# Data Controller for SAS® - Source Licences
+
+## Overview
+Data Controller source licences are extracted automatically from our repo using the [license-checker](https://www.npmjs.com/package/license-checker) NPM module
+
+
+EOL
+
+license-checker --production --relativeLicensePath --direct --start ../dcfrontend >> docs/licences.md
+
+echo '
' >> docs/licences.md
+
echo 'building mkdocs'
mkdocs build --clean
diff --git a/docs/img/logos/DC 216x216px.png b/docs/img/logos/DC 216x216px.png
new file mode 100644
index 0000000..2c97f52
Binary files /dev/null and b/docs/img/logos/DC 216x216px.png differ
diff --git a/docs/img/logos/DC 255x115px.png b/docs/img/logos/DC 255x115px.png
new file mode 100644
index 0000000..d85139c
Binary files /dev/null and b/docs/img/logos/DC 255x115px.png differ
diff --git a/docs/img/logos/DC 48x48px.png b/docs/img/logos/DC 48x48px.png
new file mode 100644
index 0000000..6df7bee
Binary files /dev/null and b/docs/img/logos/DC 48x48px.png differ
diff --git a/docs/img/logos/DC 90x90px.png b/docs/img/logos/DC 90x90px.png
new file mode 100644
index 0000000..27deafa
Binary files /dev/null and b/docs/img/logos/DC 90x90px.png differ
diff --git a/docs/licences.md b/docs/licences.md
index 36a65a4..f066a36 100644
--- a/docs/licences.md
+++ b/docs/licences.md
@@ -1,370 +1,246 @@
-# Data Controller for SAS® - Licences
+
+# Data Controller for SAS® - Source Licences
## Overview
-Data Controller uses the following licences:
+Data Controller source licences are extracted automatically from our repo using the [license-checker](https://www.npmjs.com/package/license-checker) NPM module
-├─ @angular-devkit/architect@0.13.7
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/angular/angular-cli
-│ ├─ publisher: Angular Authors
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@angular-devkit/architect
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@angular-devkit/architect/LICENSE
-├─ @angular-devkit/architect@0.13.9
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/angular/angular-cli
-│ ├─ publisher: Angular Authors
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@angular-devkit/build-webpack/node_modules/@angular-devkit/architect
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@angular-devkit/build-webpack/node_modules/@angular-devkit/architect/LICENSE
-├─ @angular-devkit/build-angular@0.13.9
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/angular/angular-cli
-│ ├─ publisher: Angular Authors
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@angular-devkit/build-angular
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@angular-devkit/build-angular/LICENSE
-├─ @angular-devkit/build-optimizer@0.13.9
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/angular/angular-cli
-│ ├─ publisher: Angular Authors
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@angular-devkit/build-optimizer
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@angular-devkit/build-optimizer/LICENSE
-├─ @angular-devkit/build-webpack@0.13.9
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/angular/angular-cli
-│ ├─ publisher: Angular Authors
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@angular-devkit/build-webpack
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@angular-devkit/build-webpack/LICENSE
-├─ @angular-devkit/core@7.3.7
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/angular/angular-cli
-│ ├─ publisher: Angular Authors
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@angular-devkit/core
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@angular-devkit/core/LICENSE
-├─ @angular-devkit/core@7.3.9
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/angular/angular-cli
-│ ├─ publisher: Angular Authors
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@angular-devkit/build-webpack/node_modules/@angular-devkit/core
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@angular-devkit/build-webpack/node_modules/@angular-devkit/core/LICENSE
-├─ @angular-devkit/schematics@7.3.7
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/angular/angular-cli
-│ ├─ publisher: Angular Authors
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@angular-devkit/schematics
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@angular-devkit/schematics/LICENSE
-├─ @angular/animations@7.2.15
+├─ @angular/animations@8.2.14
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/angular/angular
│ ├─ publisher: angular
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@angular/animations
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@angular/animations/README.md
-├─ @angular/cli@7.3.7
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/angular/angular-cli
-│ ├─ publisher: Angular Authors
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@angular/cli
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@angular/cli/LICENSE
-├─ @angular/common@7.2.15
+│ └─ licenseFile: node_modules/@angular/animations/README.md
+├─ @angular/common@8.2.14
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/angular/angular
│ ├─ publisher: angular
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@angular/common
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@angular/common/README.md
-├─ @angular/compiler-cli@7.2.15
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/angular/angular
-│ └─ path: /Users/allan/git/dcfrontend/node_modules/@angular/compiler-cli
-├─ @angular/compiler@7.2.15
+│ └─ licenseFile: node_modules/@angular/common/README.md
+├─ @angular/compiler@8.2.14
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/angular/angular
│ ├─ publisher: angular
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@angular/compiler
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@angular/compiler/README.md
-├─ @angular/core@7.2.15
+│ └─ licenseFile: node_modules/@angular/compiler/README.md
+├─ @angular/core@8.2.14
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/angular/angular
│ ├─ publisher: angular
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@angular/core
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@angular/core/README.md
-├─ @angular/forms@7.2.15
+│ └─ licenseFile: node_modules/@angular/core/README.md
+├─ @angular/forms@8.2.14
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/angular/angular
│ ├─ publisher: angular
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@angular/forms
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@angular/forms/README.md
-├─ @angular/http@7.2.15
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/angular/angular
-│ ├─ publisher: angular
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@angular/http
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@angular/http/README.md
-├─ @angular/platform-browser-dynamic@7.2.15
+│ └─ licenseFile: node_modules/@angular/forms/README.md
+├─ @angular/platform-browser-dynamic@8.2.14
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/angular/angular
│ ├─ publisher: angular
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@angular/platform-browser-dynamic
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@angular/platform-browser-dynamic/README.md
-├─ @angular/platform-browser@7.2.15
+│ └─ licenseFile: node_modules/@angular/platform-browser-dynamic/README.md
+├─ @angular/platform-browser@8.2.14
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/angular/angular
│ ├─ publisher: angular
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@angular/platform-browser
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@angular/platform-browser/README.md
-├─ @angular/router@7.2.15
+│ └─ licenseFile: node_modules/@angular/platform-browser/README.md
+├─ @angular/router@8.2.14
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/angular/angular
│ ├─ publisher: angular
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@angular/router
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@angular/router/README.md
-├─ @clr/angular@1.1.2
+│ └─ licenseFile: node_modules/@angular/router/README.md
+├─ @clr/angular@2.4.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/vmware/clarity
│ ├─ publisher: clarity
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@clr/angular
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@clr/angular/README.md
-├─ @clr/icons@1.1.2
+│ └─ licenseFile: node_modules/@clr/angular/README.md
+├─ @clr/icons@2.4.0
│ ├─ licenses: MIT
│ ├─ repository: ssh://git@git.eng.vmware.com/clarity
│ ├─ publisher: clarity
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@clr/icons
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@clr/icons/README.md
-├─ @clr/ui@1.1.2
+│ └─ licenseFile: node_modules/@clr/icons/README.md
+├─ @clr/ui@2.4.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/vmware/clarity
│ ├─ publisher: clarity
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@clr/ui
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@clr/ui/README.md
-├─ @handsontable/angular@5.0.0
+│ └─ licenseFile: node_modules/@clr/ui/README.md
+├─ @handsontable/angular@5.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/handsontable/angular-handsontable
│ ├─ publisher: Handsoncode
│ ├─ email: hello@handsoncode.net
│ ├─ url: https://handsoncode.net
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@handsontable/angular
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@handsontable/angular/LICENSE
-├─ @handsontable/formulajs@2.0.1
+│ └─ licenseFile: node_modules/@handsontable/angular/LICENSE
+├─ @handsontable/formulajs@2.0.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/handsontable/formula.js
│ ├─ publisher: Handsoncode
│ ├─ email: hello@handsontable.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@handsontable/formulajs
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@handsontable/formulajs/LICENSE
-├─ @handsontable/jstat@1.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/handsontable/jstat
-│ ├─ publisher: Handsoncode
-│ ├─ email: hello@handsoncode.net
-│ ├─ url: https://handsoncode.net
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@handsontable/jstat
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@handsontable/jstat/LICENSE.txt
-├─ @ngtools/webpack@7.3.9
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/angular/angular-cli
-│ ├─ publisher: Angular Authors
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@ngtools/webpack
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@ngtools/webpack/LICENSE
-├─ @schematics/angular@7.3.7
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/angular/angular-cli
-│ ├─ publisher: Angular Authors
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@schematics/angular
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@schematics/angular/LICENSE
-├─ @schematics/update@0.13.7
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/angular/angular-cli
-│ ├─ publisher: Angular Authors
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@schematics/update
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@schematics/update/LICENSE
-├─ @types/color-name@1.1.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@types/color-name
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@types/color-name/LICENSE
-├─ @types/core-js@2.5.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@types/core-js
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@types/core-js/LICENSE
+│ └─ licenseFile: node_modules/@handsontable/formulajs/LICENSE
+├─ @sheet/perf@1.20200401.1
+│ ├─ licenses: MIT*
+│ ├─ repository: https://github.com/SheetJS/js-xlsx
+│ ├─ publisher: sheetjs
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@sheet/perf
+│ └─ licenseFile: node_modules/@sheet/perf/README.html
├─ @types/d3-color@1.2.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@types/d3-color
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@types/d3-color/LICENSE
-├─ @types/d3-graphviz@2.6.2
+│ └─ licenseFile: node_modules/@types/d3-color/LICENSE
+├─ @types/d3-graphviz@2.6.3
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@types/d3-graphviz
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@types/d3-graphviz/LICENSE
+│ └─ licenseFile: node_modules/@types/d3-graphviz/LICENSE
├─ @types/d3-interpolate@1.3.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@types/d3-interpolate
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@types/d3-interpolate/LICENSE
+│ └─ licenseFile: node_modules/@types/d3-interpolate/LICENSE
├─ @types/d3-selection@1.4.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@types/d3-selection
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@types/d3-selection/LICENSE
-├─ @types/d3-transition@1.1.5
+│ └─ licenseFile: node_modules/@types/d3-selection/LICENSE
+├─ @types/d3-transition@1.1.6
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@types/d3-transition
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@types/d3-transition/LICENSE
+│ └─ licenseFile: node_modules/@types/d3-transition/LICENSE
├─ @types/d3-zoom@1.7.4
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@types/d3-zoom
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@types/d3-zoom/LICENSE
-├─ @types/es6-shim@0.31.39
+│ └─ licenseFile: node_modules/@types/d3-zoom/LICENSE
+├─ @types/isomorphic-fetch@0.0.35
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@types/es6-shim
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@types/es6-shim/LICENSE
-├─ @types/jasmine@2.8.16
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@types/jasmine
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@types/jasmine/LICENSE
-├─ @types/node@8.10.45
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@types/node
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@types/node/LICENSE
-├─ @types/pikaday@1.6.0
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@types/isomorphic-fetch
+│ └─ licenseFile: node_modules/@types/isomorphic-fetch/LICENSE
+├─ @types/pikaday@1.7.4
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@types/pikaday
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@types/pikaday/LICENSE
-├─ @types/q@0.0.32
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
-│ ├─ publisher: Barrie Nemetchek
-│ ├─ email: https://github.com/bnemetchek
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@types/q
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@types/q/README.md
-├─ @types/selenium-webdriver@3.0.15
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@types/selenium-webdriver
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@types/selenium-webdriver/LICENSE
-├─ @types/source-list-map@0.1.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@types/source-list-map
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@types/source-list-map/LICENSE
-├─ @types/webpack-sources@0.1.5
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@types/webpack-sources
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@types/webpack-sources/LICENSE
-├─ @webassemblyjs/ast@1.7.11
+│ └─ licenseFile: node_modules/@types/pikaday/LICENSE
+├─ @webassemblyjs/ast@1.8.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/xtuc/webassemblyjs
│ ├─ publisher: Sven Sauleau
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@webassemblyjs/ast
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@webassemblyjs/ast/LICENSE
-├─ @webassemblyjs/floating-point-hex-parser@1.7.11
+│ └─ licenseFile: node_modules/@webassemblyjs/ast/LICENSE
+├─ @webassemblyjs/floating-point-hex-parser@1.8.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/xtuc/webassemblyjs
│ ├─ publisher: Mauro Bringolf
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@webassemblyjs/floating-point-hex-parser
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@webassemblyjs/floating-point-hex-parser/LICENSE
-├─ @webassemblyjs/helper-api-error@1.7.11
+│ └─ licenseFile: node_modules/@webassemblyjs/floating-point-hex-parser/LICENSE
+├─ @webassemblyjs/helper-api-error@1.8.5
│ ├─ licenses: MIT
│ ├─ publisher: Sven Sauleau
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@webassemblyjs/helper-api-error
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@webassemblyjs/helper-api-error/LICENSE
-├─ @webassemblyjs/helper-buffer@1.7.11
+│ └─ licenseFile: node_modules/@webassemblyjs/helper-api-error/LICENSE
+├─ @webassemblyjs/helper-buffer@1.8.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/xtuc/webassemblyjs
│ ├─ publisher: Sven Sauleau
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@webassemblyjs/helper-buffer
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@webassemblyjs/helper-buffer/LICENSE
-├─ @webassemblyjs/helper-code-frame@1.7.11
+│ └─ licenseFile: node_modules/@webassemblyjs/helper-buffer/LICENSE
+├─ @webassemblyjs/helper-code-frame@1.8.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/xtuc/webassemblyjs
│ ├─ publisher: Sven Sauleau
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@webassemblyjs/helper-code-frame
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@webassemblyjs/helper-code-frame/LICENSE
-├─ @webassemblyjs/helper-fsm@1.7.11
+│ └─ licenseFile: node_modules/@webassemblyjs/helper-code-frame/LICENSE
+├─ @webassemblyjs/helper-fsm@1.8.5
│ ├─ licenses: ISC
│ ├─ publisher: Mauro Bringolf
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@webassemblyjs/helper-fsm
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@webassemblyjs/helper-fsm/LICENSE
-├─ @webassemblyjs/helper-module-context@1.7.11
+│ └─ licenseFile: node_modules/@webassemblyjs/helper-fsm/LICENSE
+├─ @webassemblyjs/helper-module-context@1.8.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/xtuc/webassemblyjs
│ ├─ publisher: Sven Sauleau
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@webassemblyjs/helper-module-context
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@webassemblyjs/helper-module-context/LICENSE
-├─ @webassemblyjs/helper-wasm-bytecode@1.7.11
+│ └─ licenseFile: node_modules/@webassemblyjs/helper-module-context/LICENSE
+├─ @webassemblyjs/helper-wasm-bytecode@1.8.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/xtuc/webassemblyjs
│ ├─ publisher: Sven Sauleau
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@webassemblyjs/helper-wasm-bytecode
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@webassemblyjs/helper-wasm-bytecode/LICENSE
-├─ @webassemblyjs/helper-wasm-section@1.7.11
+│ └─ licenseFile: node_modules/@webassemblyjs/helper-wasm-bytecode/LICENSE
+├─ @webassemblyjs/helper-wasm-section@1.8.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/xtuc/webassemblyjs
│ ├─ publisher: Sven Sauleau
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@webassemblyjs/helper-wasm-section
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@webassemblyjs/helper-wasm-section/LICENSE
-├─ @webassemblyjs/ieee754@1.7.11
+│ └─ licenseFile: node_modules/@webassemblyjs/helper-wasm-section/LICENSE
+├─ @webassemblyjs/ieee754@1.8.5
│ ├─ licenses: MIT
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@webassemblyjs/ieee754
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@webassemblyjs/ieee754/LICENSE
-├─ @webassemblyjs/leb128@1.7.11
+│ └─ licenseFile: node_modules/@webassemblyjs/ieee754/LICENSE
+├─ @webassemblyjs/leb128@1.8.5
│ ├─ licenses: MIT
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@webassemblyjs/leb128
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@webassemblyjs/leb128/LICENSE.txt
-├─ @webassemblyjs/utf8@1.7.11
+│ └─ licenseFile: node_modules/@webassemblyjs/leb128/LICENSE.txt
+├─ @webassemblyjs/utf8@1.8.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/xtuc/webassemblyjs
│ ├─ publisher: Sven Sauleau
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@webassemblyjs/utf8
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@webassemblyjs/utf8/LICENSE
-├─ @webassemblyjs/wasm-edit@1.7.11
+│ └─ licenseFile: node_modules/@webassemblyjs/utf8/LICENSE
+├─ @webassemblyjs/wasm-edit@1.8.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/xtuc/webassemblyjs
│ ├─ publisher: Sven Sauleau
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@webassemblyjs/wasm-edit
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@webassemblyjs/wasm-edit/LICENSE
-├─ @webassemblyjs/wasm-gen@1.7.11
+│ └─ licenseFile: node_modules/@webassemblyjs/wasm-edit/LICENSE
+├─ @webassemblyjs/wasm-gen@1.8.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/xtuc/webassemblyjs
│ ├─ publisher: Sven Sauleau
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@webassemblyjs/wasm-gen
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@webassemblyjs/wasm-gen/LICENSE
-├─ @webassemblyjs/wasm-opt@1.7.11
+│ └─ licenseFile: node_modules/@webassemblyjs/wasm-gen/LICENSE
+├─ @webassemblyjs/wasm-opt@1.8.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/xtuc/webassemblyjs
│ ├─ publisher: Sven Sauleau
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@webassemblyjs/wasm-opt
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@webassemblyjs/wasm-opt/LICENSE
-├─ @webassemblyjs/wasm-parser@1.7.11
+│ └─ licenseFile: node_modules/@webassemblyjs/wasm-opt/LICENSE
+├─ @webassemblyjs/wasm-parser@1.8.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/xtuc/webassemblyjs
│ ├─ publisher: Sven Sauleau
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@webassemblyjs/wasm-parser
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@webassemblyjs/wasm-parser/LICENSE
-├─ @webassemblyjs/wast-parser@1.7.11
+│ └─ licenseFile: node_modules/@webassemblyjs/wasm-parser/LICENSE
+├─ @webassemblyjs/wast-parser@1.8.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/xtuc/webassemblyjs
│ ├─ publisher: Sven Sauleau
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@webassemblyjs/wast-parser
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@webassemblyjs/wast-parser/LICENSE
-├─ @webassemblyjs/wast-printer@1.7.11
+│ └─ licenseFile: node_modules/@webassemblyjs/wast-parser/LICENSE
+├─ @webassemblyjs/wast-printer@1.8.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/xtuc/webassemblyjs
│ ├─ publisher: Sven Sauleau
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@webassemblyjs/wast-printer
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@webassemblyjs/wast-printer/LICENSE
-├─ @webcomponents/custom-elements@1.2.2
+│ └─ licenseFile: node_modules/@webassemblyjs/wast-printer/LICENSE
+├─ @webcomponents/custom-elements@1.4.1
│ ├─ licenses: BSD-3-Clause
-│ ├─ repository: https://github.com/webcomponents/custom-elements
-│ ├─ publisher: The Polymer Authors
+│ ├─ repository: https://github.com/webcomponents/polyfills
+│ ├─ publisher: The Polymer Project Authors
+│ ├─ url: https://polymer.github.io/AUTHORS.txt
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@webcomponents/custom-elements
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@webcomponents/custom-elements/LICENSE.md
+│ └─ licenseFile: node_modules/@webcomponents/custom-elements/LICENSE.md
├─ @xtuc/ieee754@1.2.0
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/feross/ieee754
@@ -372,143 +248,49 @@ Data Controller uses the following licences:
│ ├─ email: feross@feross.org
│ ├─ url: http://feross.org
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@xtuc/ieee754
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@xtuc/ieee754/LICENSE
-├─ @xtuc/long@4.2.1
+│ └─ licenseFile: node_modules/@xtuc/ieee754/LICENSE
+├─ @xtuc/long@4.2.2
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/dcodeIO/long.js
│ ├─ publisher: Daniel Wirtz
│ ├─ email: dcode@dcode.io
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@xtuc/long
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@xtuc/long/LICENSE
-├─ @yarnpkg/lockfile@1.1.0
-│ ├─ licenses: BSD-2-Clause
-│ ├─ repository: https://github.com/yarnpkg/yarn/blob/master/packages/lockfile
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@yarnpkg/lockfile
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@yarnpkg/lockfile/README.md
-├─ @zeit/schemas@2.6.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/zeit/schemas
-│ ├─ publisher: leo
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@zeit/schemas
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@zeit/schemas/LICENSE
-├─ JSONStream@1.3.5
-│ ├─ licenses: (MIT OR Apache-2.0)
-│ ├─ repository: https://github.com/dominictarr/JSONStream
-│ ├─ publisher: Dominic Tarr
-│ ├─ email: dominic.tarr@gmail.com
-│ ├─ url: http://bit.ly/dominictarr
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/JSONStream
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/JSONStream/LICENSE.APACHE2
-├─ abbrev@1.0.9
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/isaacs/abbrev-js
-│ ├─ publisher: Isaac Z. Schlueter
-│ ├─ email: i@izs.me
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/istanbul/node_modules/abbrev
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/istanbul/node_modules/abbrev/LICENSE
+│ └─ licenseFile: node_modules/@xtuc/long/LICENSE
├─ abbrev@1.1.1
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/abbrev-js
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: i@izs.me
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/abbrev
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/abbrev/LICENSE
-├─ accepts@1.3.5
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jshttp/accepts
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/accepts
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/accepts/LICENSE
-├─ accepts@1.3.7
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jshttp/accepts
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/express/node_modules/accepts
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/express/node_modules/accepts/LICENSE
-├─ acorn-dynamic-import@4.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/kesne/acorn-dynamic-import
-│ ├─ publisher: Jordan Gensler
-│ ├─ email: jordangens@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/acorn-dynamic-import
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/acorn-dynamic-import/LICENSE
-├─ acorn@6.1.1
+│ └─ licenseFile: node_modules/abbrev/LICENSE
+├─ acorn@6.4.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/acornjs/acorn
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/acorn
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/acorn/LICENSE
-├─ adm-zip@0.4.13
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/cthackers/adm-zip
-│ ├─ publisher: Nasca Iacob
-│ ├─ email: sy@another-d-mention.ro
-│ ├─ url: https://github.com/cthackers
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/adm-zip
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/adm-zip/README.md
-├─ after@0.8.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/Raynos/after
-│ ├─ publisher: Raynos
-│ ├─ email: raynos2@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/after
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/after/LICENCE
-├─ agent-base@4.2.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/TooTallNate/node-agent-base
-│ ├─ publisher: Nathan Rajlich
-│ ├─ email: nathan@tootallnate.net
-│ ├─ url: http://n8.io/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/agent-base
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/agent-base/README.md
-├─ agent-base@4.3.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/TooTallNate/node-agent-base
-│ ├─ publisher: Nathan Rajlich
-│ ├─ email: nathan@tootallnate.net
-│ ├─ url: http://n8.io/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/https-proxy-agent/node_modules/agent-base
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/https-proxy-agent/node_modules/agent-base/README.md
-├─ agentkeepalive@3.5.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/node-modules/agentkeepalive
-│ ├─ publisher: fengmk2
-│ ├─ email: fengmk2@gmail.com
-│ ├─ url: https://fengmk2.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/agentkeepalive
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/agentkeepalive/README.md
+│ └─ licenseFile: node_modules/acorn/LICENSE
+├─ adler-32@1.2.0
+│ ├─ licenses: Apache-2.0
+│ ├─ repository: https://github.com/SheetJS/js-adler32
+│ ├─ publisher: sheetjs
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/adler-32
+│ └─ licenseFile: node_modules/adler-32/LICENSE
├─ ajv-errors@1.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/epoberezkin/ajv-errors
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/ajv-errors
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/ajv-errors/LICENSE
-├─ ajv-keywords@3.4.0
+│ └─ licenseFile: node_modules/ajv-errors/LICENSE
+├─ ajv-keywords@3.4.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/epoberezkin/ajv-keywords
│ ├─ publisher: Evgeny Poberezkin
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/ajv-keywords
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/ajv-keywords/LICENSE
-├─ ajv@5.5.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/epoberezkin/ajv
-│ ├─ publisher: Evgeny Poberezkin
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/istanbul-instrumenter-loader/node_modules/ajv
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/istanbul-instrumenter-loader/node_modules/ajv/LICENSE
-├─ ajv@6.10.0
+│ └─ licenseFile: node_modules/ajv-keywords/LICENSE
+├─ ajv@6.12.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/epoberezkin/ajv
│ ├─ publisher: Evgeny Poberezkin
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/ajv
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/ajv/LICENSE
-├─ ajv@6.5.3
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/epoberezkin/ajv
-│ ├─ publisher: Evgeny Poberezkin
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/serve/node_modules/ajv
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/serve/node_modules/ajv/LICENSE
-├─ ajv@6.9.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/epoberezkin/ajv
-│ ├─ publisher: Evgeny Poberezkin
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@angular-devkit/core/node_modules/ajv
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@angular-devkit/core/node_modules/ajv/LICENSE
+│ └─ licenseFile: node_modules/ajv/LICENSE
├─ amdefine@1.0.1
│ ├─ licenses: BSD-3-Clause OR MIT
│ ├─ repository: https://github.com/jrburke/amdefine
@@ -516,48 +298,14 @@ Data Controller uses the following licences:
│ ├─ email: jrburke@gmail.com
│ ├─ url: http://github.com/jrburke
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/amdefine
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/amdefine/LICENSE
+│ └─ licenseFile: node_modules/amdefine/LICENSE
├─ angular-prism@0.1.20
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/vaibhav93/angular-prism
│ ├─ publisher: Vaibhav Bansal
│ ├─ email: vaibhavbansal1993@gmail.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/angular-prism
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/angular-prism/README.MD
-├─ ansi-align@2.0.0
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/nexdrew/ansi-align
-│ ├─ publisher: nexdrew
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/ansi-align
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/ansi-align/LICENSE
-├─ ansi-colors@3.2.4
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/doowb/ansi-colors
-│ ├─ publisher: Brian Woodward
-│ ├─ url: https://github.com/doowb
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/ansi-colors
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/ansi-colors/LICENSE
-├─ ansi-escapes@3.2.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/ansi-escapes
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/ansi-escapes
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/ansi-escapes/license
-├─ ansi-gray@0.1.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jonschlinkert/ansi-gray
-│ ├─ publisher: Jon Schlinkert
-│ ├─ url: https://github.com/jonschlinkert
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/ansi-gray
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/ansi-gray/LICENSE
-├─ ansi-html@0.0.7
-│ ├─ licenses: Apache-2.0
-│ ├─ repository: https://github.com/Tjatse/ansi-html
-│ ├─ publisher: Tjatse
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/ansi-html
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/ansi-html/LICENSE
+│ └─ licenseFile: node_modules/angular-prism/README.MD
├─ ansi-regex@2.1.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/chalk/ansi-regex
@@ -565,31 +313,7 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/ansi-regex
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/ansi-regex/license
-├─ ansi-regex@3.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/chalk/ansi-regex
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@angular/compiler-cli/node_modules/ansi-regex
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@angular/compiler-cli/node_modules/ansi-regex/license
-├─ ansi-regex@4.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/chalk/ansi-regex
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/inquirer/node_modules/strip-ansi/node_modules/ansi-regex
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/inquirer/node_modules/strip-ansi/node_modules/ansi-regex/license
-├─ ansi-regex@5.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/chalk/ansi-regex
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/ansi-regex
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/ansi-regex/license
+│ └─ licenseFile: node_modules/ansi-regex/license
├─ ansi-styles@2.2.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/chalk/ansi-styles
@@ -597,114 +321,49 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/ansi-styles
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/ansi-styles/license
-├─ ansi-styles@3.2.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/chalk/ansi-styles
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/postcss/node_modules/ansi-styles
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/postcss/node_modules/ansi-styles/license
-├─ ansi-styles@4.2.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/chalk/ansi-styles
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/ansi-styles
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/ansi-styles/license
-├─ ansi-wrap@0.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jonschlinkert/ansi-wrap
-│ ├─ publisher: Jon Schlinkert
-│ ├─ url: https://github.com/jonschlinkert
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/ansi-wrap
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/ansi-wrap/LICENSE
+│ └─ licenseFile: node_modules/ansi-styles/license
├─ anymatch@2.0.0
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/micromatch/anymatch
│ ├─ publisher: Elan Shanker
│ ├─ url: http://github.com/es128
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/anymatch
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/anymatch/LICENSE
-├─ app-root-path@2.2.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/inxilpro/node-app-root-path
-│ ├─ publisher: Chris Morrell
-│ ├─ email: http://cmorrell.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/app-root-path
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/app-root-path/LICENSE
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/watchpack/node_modules/anymatch
+│ └─ licenseFile: node_modules/watchpack/node_modules/anymatch/LICENSE
├─ aproba@1.2.0
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/iarna/aproba
│ ├─ publisher: Rebecca Turner
│ ├─ email: me@re-becca.org
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/aproba
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/aproba/LICENSE
-├─ arch@2.1.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/feross/arch
-│ ├─ publisher: Feross Aboukhadijeh
-│ ├─ email: feross@feross.org
-│ ├─ url: http://feross.org/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/arch
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/arch/LICENSE
+│ └─ licenseFile: node_modules/aproba/LICENSE
├─ are-we-there-yet@1.1.5
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/iarna/are-we-there-yet
│ ├─ publisher: Rebecca Turner
│ ├─ url: http://re-becca.org
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/are-we-there-yet
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/are-we-there-yet/LICENSE
-├─ arg@2.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/zeit/arg
-│ ├─ publisher: Josh Junon
-│ ├─ email: junon@zeit.co
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/arg
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/arg/LICENSE.md
-├─ argparse@1.0.10
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/nodeca/argparse
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/argparse
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/argparse/LICENSE
-├─ aria-query@3.0.0
-│ ├─ licenses: Apache-2.0
-│ ├─ repository: https://github.com/A11yance/aria-query
-│ ├─ publisher: Jesse Beach
-│ ├─ email: splendidnoise@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/aria-query
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/aria-query/LICENSE
+│ └─ licenseFile: node_modules/are-we-there-yet/LICENSE
├─ arr-diff@4.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/arr-diff
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/arr-diff
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/arr-diff/LICENSE
+│ └─ licenseFile: node_modules/arr-diff/LICENSE
├─ arr-flatten@1.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/arr-flatten
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/arr-flatten
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/arr-flatten/LICENSE
+│ └─ licenseFile: node_modules/arr-flatten/LICENSE
├─ arr-union@3.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/arr-union
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/arr-union
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/arr-union/LICENSE
-├─ array-differ@1.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/array-differ
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: http://sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/array-differ
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/array-differ/readme.md
+│ └─ licenseFile: node_modules/arr-union/LICENSE
├─ array-find-index@1.0.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/array-find-index
@@ -712,149 +371,67 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/array-find-index
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/array-find-index/license
-├─ array-flatten@1.1.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/blakeembrey/array-flatten
-│ ├─ publisher: Blake Embrey
-│ ├─ email: hello@blakeembrey.com
-│ ├─ url: http://blakeembrey.me
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/express/node_modules/array-flatten
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/express/node_modules/array-flatten/LICENSE
-├─ array-flatten@2.1.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/blakeembrey/array-flatten
-│ ├─ publisher: Blake Embrey
-│ ├─ email: hello@blakeembrey.com
-│ ├─ url: http://blakeembrey.me
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/array-flatten
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/array-flatten/LICENSE
-├─ array-ify@1.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/stevemao/array-ify
-│ ├─ publisher: Steve Mao
-│ ├─ email: maochenyan@gmail.com
-│ ├─ url: https://github.com/stevemao
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/array-ify
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/array-ify/README.md
-├─ array-union@1.0.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/array-union
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/array-union
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/array-union/license
-├─ array-uniq@1.0.3
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/array-uniq
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/array-uniq
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/array-uniq/license
+│ └─ licenseFile: node_modules/array-find-index/license
├─ array-unique@0.3.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/array-unique
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/array-unique
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/array-unique/LICENSE
-├─ arraybuffer.slice@0.0.7
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/rase-/arraybuffer.slice
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/arraybuffer.slice
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/arraybuffer.slice/LICENCE
-├─ arrify@1.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/arrify
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/arrify
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/arrify/license
-├─ asap@2.0.6
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/kriskowal/asap
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/asap
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/asap/LICENSE.md
+│ └─ licenseFile: node_modules/array-unique/LICENSE
├─ asn1.js@4.10.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/indutny/asn1.js
│ ├─ publisher: Fedor Indutny
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/asn1.js
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/asn1.js/README.md
+│ └─ licenseFile: node_modules/asn1.js/README.md
├─ asn1@0.2.4
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/joyent/node-asn1
│ ├─ publisher: Joyent
│ ├─ url: joyent.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/asn1
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/asn1/LICENSE
+│ └─ licenseFile: node_modules/asn1/LICENSE
├─ assert-plus@1.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/mcavage/node-assert-plus
│ ├─ publisher: Mark Cavage
│ ├─ email: mcavage@gmail.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/assert-plus
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/assert-plus/README.md
+│ └─ licenseFile: node_modules/assert-plus/README.md
├─ assert@1.5.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/browserify/commonjs-assert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/assert
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/assert/LICENSE
+│ └─ licenseFile: node_modules/assert/LICENSE
├─ assign-symbols@1.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/assign-symbols
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/assign-symbols
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/assign-symbols/LICENSE
-├─ ast-types-flow@0.0.7
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/kyldvs/ast-types-flow
-│ ├─ publisher: kyldvs
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/ast-types-flow
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/ast-types-flow/README.md
-├─ async-each@1.0.2
+│ └─ licenseFile: node_modules/assign-symbols/LICENSE
+├─ async-each@1.0.3
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/paulmillr/async-each
│ ├─ publisher: Paul Miller
-│ ├─ url: http://paulmillr.com/
+│ ├─ url: https://paulmillr.com/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/async-each
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/async-each/README.md
+│ └─ licenseFile: node_modules/async-each/README.md
├─ async-foreach@0.1.3
│ ├─ licenses: MIT*
│ ├─ repository: https://github.com/cowboy/javascript-sync-async-foreach
│ ├─ publisher: "Cowboy" Ben Alman
│ ├─ url: http://benalman.com/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/async-foreach
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/async-foreach/LICENSE-MIT
-├─ async-limiter@1.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/strml/async-limiter
-│ ├─ publisher: Samuel Reed
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/async-limiter
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/async-limiter/LICENSE
-├─ async@1.5.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/caolan/async
-│ ├─ publisher: Caolan McMahon
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/istanbul/node_modules/async
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/istanbul/node_modules/async/LICENSE
-├─ async@2.6.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/caolan/async
-│ ├─ publisher: Caolan McMahon
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/async
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/async/LICENSE
+│ └─ licenseFile: node_modules/async-foreach/LICENSE-MIT
├─ asynckit@0.4.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/alexindigo/asynckit
│ ├─ publisher: Alex Indigo
│ ├─ email: iam@alexindigo.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/asynckit
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/asynckit/LICENSE
+│ └─ licenseFile: node_modules/asynckit/LICENSE
├─ atob@2.1.2
│ ├─ licenses: (MIT OR Apache-2.0)
│ ├─ repository: git://git.coolaj86.com/coolaj86/atob.js
@@ -862,14 +439,7 @@ Data Controller uses the following licences:
│ ├─ email: coolaj86@gmail.com
│ ├─ url: https://coolaj86.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/atob
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/atob/LICENSE
-├─ autoprefixer@9.4.6
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/postcss/autoprefixer
-│ ├─ publisher: Andrey Sitnik
-│ ├─ email: andrey@sitnik.ru
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/autoprefixer
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/autoprefixer/LICENSE
+│ └─ licenseFile: node_modules/atob/LICENSE
├─ aws-sign2@0.7.0
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/mikeal/aws-sign
@@ -877,83 +447,15 @@ Data Controller uses the following licences:
│ ├─ email: mikeal.rogers@gmail.com
│ ├─ url: http://www.futurealoof.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/aws-sign2
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/aws-sign2/LICENSE
-├─ aws4@1.8.0
+│ └─ licenseFile: node_modules/aws-sign2/LICENSE
+├─ aws4@1.9.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/mhart/aws4
│ ├─ publisher: Michael Hart
│ ├─ email: michael.hart.au@gmail.com
│ ├─ url: http://github.com/mhart
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/aws4
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/aws4/LICENSE
-├─ axobject-query@2.0.2
-│ ├─ licenses: Apache-2.0
-│ ├─ repository: https://github.com/A11yance/axobject-query
-│ ├─ publisher: Jesse Beach
-│ ├─ email: splendidnoise@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/axobject-query
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/axobject-query/LICENSE
-├─ babel-code-frame@6.26.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-code-frame
-│ ├─ publisher: Sebastian McKenzie
-│ ├─ email: sebmck@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/babel-code-frame
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/babel-code-frame/README.md
-├─ babel-generator@6.26.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-generator
-│ ├─ publisher: Sebastian McKenzie
-│ ├─ email: sebmck@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/babel-generator
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/babel-generator/README.md
-├─ babel-messages@6.23.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-messages
-│ ├─ publisher: Sebastian McKenzie
-│ ├─ email: sebmck@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/babel-messages
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/babel-messages/README.md
-├─ babel-runtime@6.26.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-runtime
-│ ├─ publisher: Sebastian McKenzie
-│ ├─ email: sebmck@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/babel-runtime
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/babel-runtime/README.md
-├─ babel-template@6.26.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-template
-│ ├─ publisher: Sebastian McKenzie
-│ ├─ email: sebmck@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/babel-template
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/babel-template/README.md
-├─ babel-traverse@6.26.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-traverse
-│ ├─ publisher: Sebastian McKenzie
-│ ├─ email: sebmck@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/babel-traverse
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/babel-traverse/README.md
-├─ babel-types@6.26.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-types
-│ ├─ publisher: Sebastian McKenzie
-│ ├─ email: sebmck@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/babel-types
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/babel-types/README.md
-├─ babylon@6.18.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/babel/babylon
-│ ├─ publisher: Sebastian McKenzie
-│ ├─ email: sebmck@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/babylon
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/babylon/LICENSE
-├─ backo2@1.0.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/mokesmokes/backo
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/backo2
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/backo2/Readme.md
+│ └─ licenseFile: node_modules/aws4/LICENSE
├─ balanced-match@1.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/juliangruber/balanced-match
@@ -961,96 +463,62 @@ Data Controller uses the following licences:
│ ├─ email: mail@juliangruber.com
│ ├─ url: http://juliangruber.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/balanced-match
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/balanced-match/LICENSE.md
-├─ base64-arraybuffer@0.1.5
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/niklasvh/base64-arraybuffer
-│ ├─ publisher: Niklas von Hertzen
-│ ├─ email: niklasvh@gmail.com
-│ ├─ url: http://hertzen.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/base64-arraybuffer
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/base64-arraybuffer/LICENSE-MIT
+│ └─ licenseFile: node_modules/balanced-match/LICENSE.md
├─ base64-js@1.3.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/beatgammit/base64-js
│ ├─ publisher: T. Jameson Little
│ ├─ email: t.jameson.little@gmail.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/base64-js
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/base64-js/LICENSE
-├─ base64id@1.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/faeldt/base64id
-│ ├─ publisher: Kristian Faeldt
-│ ├─ email: faeldt_kristian@cyberagent.co.jp
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/base64id
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/base64id/LICENSE
+│ └─ licenseFile: node_modules/base64-js/LICENSE
├─ base@0.11.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/node-base/base
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/base
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/base/LICENSE
-├─ batch@0.6.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/visionmedia/batch
-│ ├─ publisher: TJ Holowaychuk
-│ ├─ email: tj@vision-media.ca
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/batch
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/batch/LICENSE
+│ └─ licenseFile: node_modules/base/LICENSE
├─ bcrypt-pbkdf@1.0.2
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/joyent/node-bcrypt-pbkdf
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/bcrypt-pbkdf
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/bcrypt-pbkdf/LICENSE
-├─ beeper@1.1.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/beeper
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/beeper
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/beeper/license
-├─ bessel@0.2.0
-│ ├─ licenses: MIT
+│ └─ licenseFile: node_modules/bcrypt-pbkdf/LICENSE
+├─ bessel@1.0.2
+│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/SheetJS/bessel
│ ├─ publisher: SheetJS
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/bessel
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/bessel/LICENSE
-├─ better-assert@1.0.2
-│ ├─ licenses: MIT*
-│ ├─ repository: https://github.com/visionmedia/better-assert
-│ ├─ publisher: TJ Holowaychuk
-│ ├─ email: tj@vision-media.ca
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/better-assert
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/better-assert/Readme.md
+│ └─ licenseFile: node_modules/bessel/LICENSE
├─ big.js@5.2.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/MikeMcl/big.js
│ ├─ publisher: Michael Mclaughlin
│ ├─ email: M8ch88l@gmail.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/big.js
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/big.js/LICENCE
-├─ bignumber.js@4.1.0
+│ └─ licenseFile: node_modules/big.js/LICENCE
+├─ bignumber.js@8.1.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/MikeMcl/bignumber.js
│ ├─ publisher: Michael Mclaughlin
│ ├─ email: M8ch88l@gmail.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/bignumber.js
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/bignumber.js/LICENCE
+│ └─ licenseFile: node_modules/bignumber.js/LICENCE
├─ binary-extensions@1.13.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/binary-extensions
│ ├─ publisher: Sindre Sorhus
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/binary-extensions
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/binary-extensions/license
-├─ blob@0.0.5
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/watchpack/node_modules/binary-extensions
+│ └─ licenseFile: node_modules/watchpack/node_modules/binary-extensions/license
+├─ bindings@1.5.0
│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/webmodules/blob
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/blob
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/blob/LICENSE
+│ ├─ repository: https://github.com/TooTallNate/node-bindings
+│ ├─ publisher: Nathan Rajlich
+│ ├─ email: nathan@tootallnate.net
+│ ├─ url: http://tootallnate.net
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/bindings
+│ └─ licenseFile: node_modules/bindings/LICENSE.md
├─ block-stream@0.0.9
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/block-stream
@@ -1058,59 +526,22 @@ Data Controller uses the following licences:
│ ├─ email: i@izs.me
│ ├─ url: http://blog.izs.me/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/block-stream
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/block-stream/LICENSE
-├─ blocking-proxy@1.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/angular/jasminewd
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/blocking-proxy
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/blocking-proxy/LICENSE
-├─ bluebird@3.5.3
+│ └─ licenseFile: node_modules/block-stream/LICENSE
+├─ bluebird@3.7.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/petkaantonov/bluebird
│ ├─ publisher: Petka Antonov
│ ├─ email: petka_antonov@hotmail.com
│ ├─ url: http://github.com/petkaantonov/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/bluebird
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/bluebird/LICENSE
+│ └─ licenseFile: node_modules/bluebird/LICENSE
├─ bn.js@4.11.8
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/indutny/bn.js
│ ├─ publisher: Fedor Indutny
│ ├─ email: fedor@indutny.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/bn.js
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/bn.js/README.md
-├─ body-parser@1.18.3
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/expressjs/body-parser
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/body-parser
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/body-parser/LICENSE
-├─ body-parser@1.19.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/expressjs/body-parser
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/express/node_modules/body-parser
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/express/node_modules/body-parser/LICENSE
-├─ bonjour@3.5.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/watson/bonjour
-│ ├─ publisher: Thomas Watson Steen
-│ ├─ email: w@tson.dk
-│ ├─ url: https://twitter.com/wa7son
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/bonjour
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/bonjour/LICENSE
-├─ bootstrap@3.4.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/twbs/bootstrap
-│ ├─ publisher: Twitter, Inc.
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/bootstrap
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/bootstrap/LICENSE
-├─ boxen@1.3.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/boxen
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/boxen
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/boxen/license
+│ └─ licenseFile: node_modules/bn.js/README.md
├─ brace-expansion@1.1.11
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/juliangruber/brace-expansion
@@ -1118,128 +549,84 @@ Data Controller uses the following licences:
│ ├─ email: mail@juliangruber.com
│ ├─ url: http://juliangruber.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/brace-expansion
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/brace-expansion/LICENSE
+│ └─ licenseFile: node_modules/brace-expansion/LICENSE
├─ braces@2.3.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/micromatch/braces
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/braces
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/braces/LICENSE
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/micromatch/node_modules/braces
+│ └─ licenseFile: node_modules/micromatch/node_modules/braces/LICENSE
├─ brorand@1.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/indutny/brorand
│ ├─ publisher: Fedor Indutny
│ ├─ email: fedor@indutny.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/brorand
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/brorand/README.md
+│ └─ licenseFile: node_modules/brorand/README.md
├─ browserify-aes@1.2.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/crypto-browserify/browserify-aes
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/browserify-aes
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/browserify-aes/LICENSE
+│ └─ licenseFile: node_modules/browserify-aes/LICENSE
├─ browserify-cipher@1.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/crypto-browserify/browserify-cipher
│ ├─ publisher: Calvin Metcalf
│ ├─ email: calvin.metcalf@gmail.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/browserify-cipher
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/browserify-cipher/LICENSE
+│ └─ licenseFile: node_modules/browserify-cipher/LICENSE
├─ browserify-des@1.0.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/crypto-browserify/browserify-des
│ ├─ publisher: Calvin Metcalf
│ ├─ email: calvin.metcalf@gmail.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/browserify-des
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/browserify-des/license
+│ └─ licenseFile: node_modules/browserify-des/license
├─ browserify-rsa@4.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/crypto-browserify/browserify-rsa
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/browserify-rsa
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/browserify-rsa/LICENSE
+│ └─ licenseFile: node_modules/browserify-rsa/LICENSE
├─ browserify-sign@4.0.4
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/crypto-browserify/browserify-sign
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/browserify-sign
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/browserify-sign/LICENSE
+│ └─ licenseFile: node_modules/browserify-sign/LICENSE
├─ browserify-zlib@0.2.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/devongovett/browserify-zlib
│ ├─ publisher: Devon Govett
│ ├─ email: devongovett@gmail.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/browserify-zlib
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/browserify-zlib/LICENSE
-├─ browserslist@4.5.3
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/browserslist/browserslist
-│ ├─ publisher: Andrey Sitnik
-│ ├─ email: andrey@sitnik.ru
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/browserslist
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/browserslist/LICENSE
-├─ browserstack@1.5.2
-│ ├─ licenses: MIT*
-│ ├─ repository: https://github.com/scottgonzalez/node-browserstack
-│ ├─ publisher: Scott González
-│ ├─ email: scott.gonzalez@gmail.com
-│ ├─ url: http://scottgonzalez.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/browserstack
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/browserstack/LICENSE-MIT.txt
-├─ buffer-alloc-unsafe@1.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/LinusU/buffer-alloc-unsafe
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/buffer-alloc-unsafe
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/buffer-alloc-unsafe/readme.md
-├─ buffer-alloc@1.2.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/LinusU/buffer-alloc
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/buffer-alloc
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/buffer-alloc/readme.md
-├─ buffer-fill@1.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/LinusU/buffer-fill
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/buffer-fill
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/buffer-fill/readme.md
+│ └─ licenseFile: node_modules/browserify-zlib/LICENSE
├─ buffer-from@1.1.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/LinusU/buffer-from
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/buffer-from
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/buffer-from/LICENSE
-├─ buffer-indexof@1.1.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/soldair/node-buffer-indexof
-│ ├─ publisher: Ryan Day
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/buffer-indexof
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/buffer-indexof/LICENSE
+│ └─ licenseFile: node_modules/buffer-from/LICENSE
├─ buffer-xor@1.0.3
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/crypto-browserify/buffer-xor
│ ├─ publisher: Daniel Cousens
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/buffer-xor
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/buffer-xor/LICENSE
-├─ buffer@4.9.1
+│ └─ licenseFile: node_modules/buffer-xor/LICENSE
+├─ buffer@4.9.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/feross/buffer
│ ├─ publisher: Feross Aboukhadijeh
│ ├─ email: feross@feross.org
│ ├─ url: http://feross.org
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/node-libs-browser/node_modules/buffer
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/node-libs-browser/node_modules/buffer/LICENSE
-├─ buffer@5.4.3
+│ └─ licenseFile: node_modules/node-libs-browser/node_modules/buffer/LICENSE
+├─ buffer@5.5.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/feross/buffer
│ ├─ publisher: Feross Aboukhadijeh
│ ├─ email: feross@feross.org
│ ├─ url: http://feross.org
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/buffer
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/buffer/LICENSE
-├─ builtin-modules@1.1.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/builtin-modules
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/builtin-modules
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/builtin-modules/license
+│ └─ licenseFile: node_modules/buffer/LICENSE
├─ builtin-status-codes@3.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/bendrucker/builtin-status-codes
@@ -1247,55 +634,21 @@ Data Controller uses the following licences:
│ ├─ email: bvdrucker@gmail.com
│ ├─ url: bendrucker.me
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/builtin-status-codes
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/builtin-status-codes/license
-├─ builtins@1.0.3
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/juliangruber/builtins
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/builtins
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/builtins/License
-├─ bytes@3.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/visionmedia/bytes.js
-│ ├─ publisher: TJ Holowaychuk
-│ ├─ email: tj@vision-media.ca
-│ ├─ url: http://tjholowaychuk.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/bytes
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/bytes/LICENSE
-├─ bytes@3.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/visionmedia/bytes.js
-│ ├─ publisher: TJ Holowaychuk
-│ ├─ email: tj@vision-media.ca
-│ ├─ url: http://tjholowaychuk.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/express/node_modules/bytes
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/express/node_modules/bytes/LICENSE
-├─ cacache@10.0.4
+│ └─ licenseFile: node_modules/builtin-status-codes/license
+├─ cacache@12.0.2
│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/zkat/cacache
+│ ├─ repository: https://github.com/npm/cacache
│ ├─ publisher: Kat Marchán
│ ├─ email: kzm@sykosomatic.org
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/cacache
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/cacache/LICENSE.md
-├─ cacache@11.3.2
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/zkat/cacache
-│ ├─ publisher: Kat Marchán
-│ ├─ email: kzm@sykosomatic.org
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/make-fetch-happen/node_modules/cacache
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/make-fetch-happen/node_modules/cacache/LICENSE.md
+│ └─ licenseFile: node_modules/cacache/LICENSE.md
├─ cache-base@1.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/cache-base
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/cache-base
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/cache-base/LICENSE
-├─ callsite@1.0.0
-│ ├─ licenses: MIT*
-│ ├─ publisher: TJ Holowaychuk
-│ ├─ email: tj@vision-media.ca
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/callsite
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/callsite/Readme.md
+│ └─ licenseFile: node_modules/cache-base/LICENSE
├─ camelcase-keys@2.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/camelcase-keys
@@ -1303,15 +656,7 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: http://sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/camelcase-keys
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/camelcase-keys/license
-├─ camelcase-keys@4.2.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/camelcase-keys
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer/node_modules/camelcase-keys
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer/node_modules/camelcase-keys/license
+│ └─ licenseFile: node_modules/camelcase-keys/license
├─ camelcase@2.1.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/camelcase
@@ -1319,7 +664,7 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: http://sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/camelcase
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/camelcase/license
+│ └─ licenseFile: node_modules/camelcase/license
├─ camelcase@3.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/camelcase
@@ -1327,226 +672,79 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: http://sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/yargs/node_modules/camelcase
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/yargs/node_modules/camelcase/license
-├─ camelcase@4.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/camelcase
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer/node_modules/camelcase
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer/node_modules/camelcase/license
-├─ camelcase@5.3.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/camelcase
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/camelcase
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/camelcase/license
-├─ caniuse-lite@1.0.30000955
-│ ├─ licenses: CC-BY-4.0
-│ ├─ repository: https://github.com/ben-eb/caniuse-lite
-│ ├─ publisher: Ben Briggs
-│ ├─ email: beneb.info@gmail.com
-│ ├─ url: http://beneb.info
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/caniuse-lite
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/caniuse-lite/LICENSE
-├─ canonical-path@1.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/petebacondarwin/node-canonical-path
-│ ├─ publisher: Pete Bacon Darwin
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/canonical-path
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/canonical-path/LICENSE.md
+│ └─ licenseFile: node_modules/yargs/node_modules/camelcase/license
├─ caseless@0.12.0
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/mikeal/caseless
│ ├─ publisher: Mikeal Rogers
│ ├─ email: mikeal.rogers@gmail.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/caseless
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/caseless/LICENSE
+│ └─ licenseFile: node_modules/caseless/LICENSE
+├─ cfb@1.1.4
+│ ├─ licenses: Apache-2.0
+│ ├─ repository: https://github.com/SheetJS/js-cfb
+│ ├─ publisher: sheetjs
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/cfb
+│ └─ licenseFile: node_modules/cfb/LICENSE
├─ chalk@1.1.3
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/chalk/chalk
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/chalk
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/chalk/license
-├─ chalk@2.4.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/chalk/chalk
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/serve/node_modules/chalk
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/serve/node_modules/chalk/license
-├─ chalk@2.4.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/chalk/chalk
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/postcss/node_modules/chalk
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/postcss/node_modules/chalk/license
-├─ chalk@3.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/chalk/chalk
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/chalk
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/chalk/license
-├─ chardet@0.7.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/runk/node-chardet
-│ ├─ publisher: Dmitry Shirokov
-│ ├─ email: deadrunk@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/chardet
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/chardet/LICENSE
-├─ chokidar@2.0.4
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/paulmillr/chokidar
-│ ├─ publisher: Paul Miller
-│ ├─ url: http://paulmillr.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/chokidar
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/chokidar/README.md
+│ └─ licenseFile: node_modules/chalk/license
├─ chokidar@2.1.8
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/paulmillr/chokidar
│ ├─ publisher: Paul Miller
│ ├─ url: https://paulmillr.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@angular/compiler-cli/node_modules/chokidar
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@angular/compiler-cli/node_modules/chokidar/README.md
-├─ chownr@1.1.1
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/watchpack/node_modules/chokidar
+│ └─ licenseFile: node_modules/watchpack/node_modules/chokidar/README.md
+├─ chownr@1.1.4
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/chownr
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: i@izs.me
│ ├─ url: http://blog.izs.me/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/chownr
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/chownr/LICENSE
+│ └─ licenseFile: node_modules/chownr/LICENSE
├─ chrome-trace-event@1.0.2
│ ├─ licenses: MIT
│ ├─ repository: github.com:samccone/chrome-trace-event
│ ├─ publisher: Trent Mick, Sam Saccone
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/chrome-trace-event
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/chrome-trace-event/LICENSE.txt
+│ └─ licenseFile: node_modules/chrome-trace-event/LICENSE.txt
├─ cipher-base@1.0.4
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/crypto-browserify/cipher-base
│ ├─ publisher: Calvin Metcalf
│ ├─ email: calvin.metcalf@gmail.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/cipher-base
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/cipher-base/LICENSE
-├─ circular-dependency-plugin@5.0.2
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/aackerman/circular-dependency-plugin
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/circular-dependency-plugin
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/circular-dependency-plugin/LICENSE
+│ └─ licenseFile: node_modules/cipher-base/LICENSE
├─ class-utils@0.3.6
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/class-utils
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/class-utils
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/class-utils/LICENSE
-├─ clean-css@4.2.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jakubpawlowicz/clean-css
-│ ├─ publisher: Jakub Pawlowicz
-│ ├─ email: contact@jakubpawlowicz.com
-│ ├─ url: http://twitter.com/jakubpawlowicz
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/clean-css
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/clean-css/LICENSE
-├─ cli-boxes@1.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/cli-boxes
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/cli-boxes
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/cli-boxes/license
-├─ cli-cursor@2.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/cli-cursor
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/cli-cursor
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/cli-cursor/license
-├─ cli-width@2.2.0
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/knownasilya/cli-width
-│ ├─ publisher: Ilya Radchenko
-│ ├─ email: ilya@burstcreations.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/cli-width
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/cli-width/LICENSE
-├─ clipboard@2.0.4
+│ └─ licenseFile: node_modules/class-utils/LICENSE
+├─ clipboard@2.0.6
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/zenorocha/clipboard.js
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/clipboard
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/clipboard/readme.md
-├─ clipboardy@1.2.3
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/clipboardy
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/clipboardy
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/clipboardy/license
+│ └─ licenseFile: node_modules/clipboard/LICENSE
├─ cliui@3.2.0
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/yargs/cliui
│ ├─ publisher: Ben Coe
│ ├─ email: ben@npmjs.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/cliui
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/cliui/LICENSE.txt
-├─ cliui@4.1.0
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/yargs/cliui
-│ ├─ publisher: Ben Coe
-│ ├─ email: ben@npmjs.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/webpack-dev-server/node_modules/cliui
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/webpack-dev-server/node_modules/cliui/LICENSE.txt
-├─ cliui@5.0.0
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/yargs/cliui
-│ ├─ publisher: Ben Coe
-│ ├─ email: ben@npmjs.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/standard-version/node_modules/cliui
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/standard-version/node_modules/cliui/LICENSE.txt
-├─ cliui@6.0.0
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/yargs/cliui
-│ ├─ publisher: Ben Coe
-│ ├─ email: ben@npmjs.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/cliui
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/cliui/LICENSE.txt
-├─ clone-deep@2.0.2
+│ └─ licenseFile: node_modules/cliui/LICENSE.txt
+├─ clone-deep@4.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/clone-deep
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/clone-deep
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/clone-deep/LICENSE
-├─ clone-stats@0.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/hughsk/clone-stats
-│ ├─ publisher: Hugh Kennedy
-│ ├─ email: hughskennedy@gmail.com
-│ ├─ url: http://hughsk.io/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/clone-stats
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/clone-stats/LICENSE.md
-├─ clone@1.0.4
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/pvorb/node-clone
-│ ├─ publisher: Paul Vorbach
-│ ├─ email: paul@vorba.ch
-│ ├─ url: http://paul.vorba.ch/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/vinyl/node_modules/clone
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/vinyl/node_modules/clone/LICENSE
-├─ clone@2.1.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/pvorb/node-clone
-│ ├─ publisher: Paul Vorbach
-│ ├─ email: paul@vorba.ch
-│ ├─ url: http://paul.vorba.ch/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/clone
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/clone/LICENSE
-├─ co@4.6.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/tj/co
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/co
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/co/LICENSE
+│ └─ licenseFile: node_modules/clone-deep/LICENSE
├─ code-point-at@1.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/code-point-at
@@ -1554,85 +752,62 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/code-point-at
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/code-point-at/license
-├─ codelyzer@5.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/mgechev/codelyzer
-│ ├─ publisher: Minko Gechev
-│ ├─ email: mgechev@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/codelyzer
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/codelyzer/README.md
+│ └─ licenseFile: node_modules/code-point-at/license
+├─ codepage@1.13.1
+│ ├─ licenses: Apache-2.0
+│ ├─ repository: https://github.com/SheetJS/js-codepage
+│ ├─ publisher: SheetJS
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/codepage
+│ └─ licenseFile: node_modules/codepage/LICENSE
+├─ codepage@1.14.0
+│ ├─ licenses: Apache-2.0
+│ ├─ repository: https://github.com/SheetJS/js-codepage
+│ ├─ publisher: SheetJS
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/xlsx/node_modules/codepage
+│ └─ licenseFile: node_modules/xlsx/node_modules/codepage/LICENSE
├─ collection-visit@1.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/collection-visit
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/collection-visit
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/collection-visit/LICENSE
-├─ color-convert@1.9.3
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/Qix-/color-convert
-│ ├─ publisher: Heather Arthur
-│ ├─ email: fayearthur@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/color-convert
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/color-convert/LICENSE
-├─ color-convert@2.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/Qix-/color-convert
-│ ├─ publisher: Heather Arthur
-│ ├─ email: fayearthur@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/color-convert
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/color-convert/LICENSE
-├─ color-name@1.1.3
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/dfcreative/color-name
-│ ├─ publisher: DY
-│ ├─ email: dfcreative@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/color-name
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/color-name/LICENSE
-├─ color-name@1.1.4
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/colorjs/color-name
-│ ├─ publisher: DY
-│ ├─ email: dfcreative@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/color-name
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/color-name/LICENSE
-├─ color-support@1.1.3
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/isaacs/color-support
-│ ├─ publisher: Isaac Z. Schlueter
-│ ├─ email: i@izs.me
-│ ├─ url: http://blog.izs.me/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/color-support
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/color-support/LICENSE
-├─ colors@1.1.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/Marak/colors.js
-│ ├─ publisher: Marak Squires
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/colors
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/colors/LICENSE
-├─ combined-stream@1.0.7
+│ └─ licenseFile: node_modules/collection-visit/LICENSE
+├─ combined-stream@1.0.8
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/felixge/node-combined-stream
│ ├─ publisher: Felix Geisendörfer
│ ├─ email: felix@debuggable.com
│ ├─ url: http://debuggable.com/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/combined-stream
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/combined-stream/License
-├─ commander@2.19.0
+│ └─ licenseFile: node_modules/combined-stream/License
+├─ commander@2.14.1
+│ ├─ licenses: MIT
+│ ├─ repository: https://github.com/tj/commander.js
+│ ├─ publisher: TJ Holowaychuk
+│ ├─ email: tj@vision-media.ca
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/codepage/node_modules/commander
+│ └─ licenseFile: node_modules/codepage/node_modules/commander/LICENSE
+├─ commander@2.15.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/tj/commander.js
│ ├─ publisher: TJ Holowaychuk
│ ├─ email: tj@vision-media.ca
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/commander
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/commander/LICENSE
+│ └─ licenseFile: node_modules/commander/LICENSE
+├─ commander@2.17.1
+│ ├─ licenses: MIT
+│ ├─ repository: https://github.com/tj/commander.js
+│ ├─ publisher: TJ Holowaychuk
+│ ├─ email: tj@vision-media.ca
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/xlsx/node_modules/commander
+│ └─ licenseFile: node_modules/xlsx/node_modules/commander/LICENSE
├─ commander@2.20.3
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/tj/commander.js
│ ├─ publisher: TJ Holowaychuk
│ ├─ email: tj@vision-media.ca
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/uglify-js/node_modules/commander
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/uglify-js/node_modules/commander/LICENSE
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/cfb/node_modules/commander
+│ └─ licenseFile: node_modules/cfb/node_modules/commander/LICENSE
├─ commondir@1.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/substack/node-commondir
@@ -1640,45 +815,12 @@ Data Controller uses the following licences:
│ ├─ email: mail@substack.net
│ ├─ url: http://substack.net
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/commondir
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/commondir/LICENSE
-├─ compare-func@1.3.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/stevemao/compare-func
-│ ├─ publisher: Steve Mao
-│ ├─ email: maochenyan@gmail.com
-│ ├─ url: https://github.com/stevemao
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/compare-func
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/compare-func/README.md
-├─ component-bind@1.0.0
-│ ├─ licenses: MIT*
-│ ├─ repository: https://github.com/component/bind
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/component-bind
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/component-bind/Readme.md
-├─ component-emitter@1.2.1
+│ └─ licenseFile: node_modules/commondir/LICENSE
+├─ component-emitter@1.3.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/component/emitter
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/component-emitter
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/component-emitter/LICENSE
-├─ component-inherit@0.0.3
-│ ├─ licenses: MIT*
-│ ├─ repository: https://github.com/component/inherit
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/component-inherit
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/component-inherit/Readme.md
-├─ compressible@2.0.17
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jshttp/compressible
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/compressible
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/compressible/LICENSE
-├─ compression@1.7.3
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/expressjs/compression
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/serve/node_modules/compression
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/serve/node_modules/compression/LICENSE
-├─ compression@1.7.4
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/expressjs/compression
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/compression
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/compression/LICENSE
+│ └─ licenseFile: node_modules/component-emitter/LICENSE
├─ concat-map@0.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/substack/node-concat-map
@@ -1686,44 +828,21 @@ Data Controller uses the following licences:
│ ├─ email: mail@substack.net
│ ├─ url: http://substack.net
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/concat-map
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/concat-map/LICENSE
+│ └─ licenseFile: node_modules/concat-map/LICENSE
├─ concat-stream@1.6.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/maxogden/concat-stream
│ ├─ publisher: Max Ogden
│ ├─ email: max@maxogden.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/concat-stream
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/concat-stream/LICENSE
-├─ concat-stream@2.0.0
+│ └─ licenseFile: node_modules/concat-stream/LICENSE
+├─ console-browserify@1.2.0
│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/maxogden/concat-stream
-│ ├─ publisher: Max Ogden
-│ ├─ email: max@maxogden.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/conventional-recommended-bump/node_modules/concat-stream
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/conventional-recommended-bump/node_modules/concat-stream/LICENSE
-├─ connect-history-api-fallback@1.6.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/bripkens/connect-history-api-fallback
-│ ├─ publisher: Ben Ripkens
-│ ├─ email: bripkens.dev@gmail.com
-│ ├─ url: http://bripkens.de
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/connect-history-api-fallback
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/connect-history-api-fallback/LICENSE
-├─ connect@3.6.6
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/senchalabs/connect
-│ ├─ publisher: TJ Holowaychuk
-│ ├─ email: tj@vision-media.ca
-│ ├─ url: http://tjholowaychuk.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/connect
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/connect/LICENSE
-├─ console-browserify@1.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/Raynos/console-browserify
+│ ├─ repository: https://github.com/browserify/console-browserify
│ ├─ publisher: Raynos
│ ├─ email: raynos2@gmail.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/console-browserify
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/console-browserify/LICENCE
+│ └─ licenseFile: node_modules/console-browserify/LICENCE
├─ console-control-strings@1.1.0
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/iarna/console-control-strings
@@ -1731,7 +850,7 @@ Data Controller uses the following licences:
│ ├─ email: me@re-becca.org
│ ├─ url: http://re-becca.org/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/console-control-strings
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/console-control-strings/LICENSE
+│ └─ licenseFile: node_modules/console-control-strings/LICENSE
├─ constants-browserify@1.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/juliangruber/constants-browserify
@@ -1739,161 +858,7 @@ Data Controller uses the following licences:
│ ├─ email: julian@juliangruber.com
│ ├─ url: http://juliangruber.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/constants-browserify
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/constants-browserify/README.md
-├─ content-disposition@0.5.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jshttp/content-disposition
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/content-disposition
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/content-disposition/LICENSE
-├─ content-disposition@0.5.3
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jshttp/content-disposition
-│ ├─ publisher: Douglas Christopher Wilson
-│ ├─ email: doug@somethingdoug.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/express/node_modules/content-disposition
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/express/node_modules/content-disposition/LICENSE
-├─ content-type@1.0.4
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jshttp/content-type
-│ ├─ publisher: Douglas Christopher Wilson
-│ ├─ email: doug@somethingdoug.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/content-type
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/content-type/LICENSE
-├─ conventional-changelog-angular@5.0.6
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/conventional-changelog/conventional-changelog
-│ ├─ publisher: Steve Mao
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-angular
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-angular/LICENSE.md
-├─ conventional-changelog-atom@2.0.3
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/conventional-changelog/conventional-changelog
-│ ├─ publisher: Steve Mao
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-atom
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-atom/LICENSE.md
-├─ conventional-changelog-codemirror@2.0.3
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/conventional-changelog/conventional-changelog
-│ ├─ publisher: Steve Mao
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-codemirror
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-codemirror/LICENSE.md
-├─ conventional-changelog-config-spec@2.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/conventional-changelog/conventional-changelog-config-spec
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-config-spec
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-config-spec/README.md
-├─ conventional-changelog-conventionalcommits@4.2.3
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/conventional-changelog/conventional-changelog
-│ ├─ publisher: Ben Coe
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-conventionalcommits
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-conventionalcommits/LICENSE.md
-├─ conventional-changelog-core@4.1.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/conventional-changelog/conventional-changelog
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-core
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-core/LICENSE.md
-├─ conventional-changelog-ember@2.0.4
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/conventional-changelog/conventional-changelog
-│ ├─ publisher: Steve Mao
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-ember
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-ember/LICENSE.md
-├─ conventional-changelog-eslint@3.0.4
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/conventional-changelog/conventional-changelog
-│ ├─ publisher: Steve Mao
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-eslint
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-eslint/LICENSE.md
-├─ conventional-changelog-express@2.0.1
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/conventional-changelog/conventional-changelog
-│ ├─ publisher: Steve Mao
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-express
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-express/LICENSE.md
-├─ conventional-changelog-jquery@3.0.6
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/conventional-changelog/conventional-changelog
-│ ├─ publisher: Steve Mao
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-jquery
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-jquery/LICENSE.md
-├─ conventional-changelog-jshint@2.0.3
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/conventional-changelog/conventional-changelog
-│ ├─ publisher: Steve Mao
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-jshint
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-jshint/LICENSE.md
-├─ conventional-changelog-preset-loader@2.3.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/conventional-changelog/conventional-changelog
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-preset-loader
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-preset-loader/LICENSE.md
-├─ conventional-changelog-writer@4.0.11
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/conventional-changelog/conventional-changelog
-│ ├─ publisher: Steve Mao
-│ ├─ email: maochenyan@gmail.com
-│ ├─ url: https://github.com/stevemao
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer/LICENSE.md
-├─ conventional-changelog@3.1.12
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/conventional-changelog/conventional-changelog
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/conventional-changelog
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/conventional-changelog/LICENSE.md
-├─ conventional-commits-filter@2.0.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/conventional-changelog/conventional-changelog
-│ ├─ publisher: Steve Mao
-│ ├─ email: maochenyan@gmail.com
-│ ├─ url: https://github.com/stevemao
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/conventional-commits-filter
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/conventional-commits-filter/LICENSE
-├─ conventional-commits-parser@3.0.8
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/conventional-changelog/conventional-changelog
-│ ├─ publisher: Steve Mao
-│ ├─ email: maochenyan@gmail.com
-│ ├─ url: https://github.com/stevemao
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/conventional-commits-parser
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/conventional-commits-parser/LICENSE.md
-├─ conventional-recommended-bump@6.0.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/conventional-changelog/conventional-changelog
-│ ├─ publisher: Steve Mao
-│ ├─ email: maochenyan@gmail.com
-│ ├─ url: https://github.com/stevemao
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/conventional-recommended-bump
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/conventional-recommended-bump/LICENSE.md
-├─ convert-source-map@1.6.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/thlorenz/convert-source-map
-│ ├─ publisher: Thorsten Lorenz
-│ ├─ email: thlorenz@gmx.de
-│ ├─ url: http://thlorenz.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/convert-source-map
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/convert-source-map/LICENSE
-├─ cookie-signature@1.0.6
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/visionmedia/node-cookie-signature
-│ ├─ publisher: TJ Holowaychuk
-│ ├─ email: tj@learnboost.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/cookie-signature
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/cookie-signature/Readme.md
-├─ cookie@0.3.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jshttp/cookie
-│ ├─ publisher: Roman Shtylman
-│ ├─ email: shtylman@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/cookie
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/cookie/LICENSE
-├─ cookie@0.4.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jshttp/cookie
-│ ├─ publisher: Roman Shtylman
-│ ├─ email: shtylman@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/express/node_modules/cookie
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/express/node_modules/cookie/LICENSE
+│ └─ licenseFile: node_modules/constants-browserify/README.md
├─ copy-concurrently@1.0.5
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/npm/copy-concurrently
@@ -1901,35 +866,19 @@ Data Controller uses the following licences:
│ ├─ email: me@re-becca.org
│ ├─ url: http://re-becca.org/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/copy-concurrently
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/copy-concurrently/LICENSE
+│ └─ licenseFile: node_modules/copy-concurrently/LICENSE
├─ copy-descriptor@0.1.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/copy-descriptor
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/copy-descriptor
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/copy-descriptor/LICENSE
-├─ copy-webpack-plugin@4.6.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/webpack-contrib/copy-webpack-plugin
-│ ├─ publisher: Len Boyette
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/copy-webpack-plugin
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/copy-webpack-plugin/LICENSE
-├─ core-js@2.5.4
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/zloirock/core-js
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/core-js
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/core-js/LICENSE
-├─ core-js@2.6.5
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/zloirock/core-js
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/karma/node_modules/core-js
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/karma/node_modules/core-js/LICENSE
-├─ core-js@3.5.0
+│ └─ licenseFile: node_modules/copy-descriptor/LICENSE
+├─ core-js@3.6.4
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/zloirock/core-js
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/handsontable/node_modules/core-js
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/handsontable/node_modules/core-js/LICENSE
+│ └─ licenseFile: node_modules/handsontable/node_modules/core-js/LICENSE
├─ core-util-is@1.0.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/isaacs/core-util-is
@@ -1937,30 +886,29 @@ Data Controller uses the following licences:
│ ├─ email: i@izs.me
│ ├─ url: http://blog.izs.me/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/core-util-is
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/core-util-is/LICENSE
-├─ cosmiconfig@4.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/davidtheclark/cosmiconfig
-│ ├─ publisher: David Clark
-│ ├─ email: david.dave.clark@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/cosmiconfig
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/cosmiconfig/LICENSE
+│ └─ licenseFile: node_modules/core-util-is/LICENSE
+├─ crc-32@1.2.0
+│ ├─ licenses: Apache-2.0
+│ ├─ repository: https://github.com/SheetJS/js-crc32
+│ ├─ publisher: sheetjs
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/crc-32
+│ └─ licenseFile: node_modules/crc-32/LICENSE
├─ create-ecdh@4.0.3
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/crypto-browserify/createECDH
│ ├─ publisher: Calvin Metcalf
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/create-ecdh
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/create-ecdh/LICENSE
+│ └─ licenseFile: node_modules/create-ecdh/LICENSE
├─ create-hash@1.2.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/crypto-browserify/createHash
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/create-hash
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/create-hash/LICENSE
+│ └─ licenseFile: node_modules/create-hash/LICENSE
├─ create-hmac@1.1.7
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/crypto-browserify/createHmac
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/create-hmac
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/create-hmac/LICENSE
+│ └─ licenseFile: node_modules/create-hmac/LICENSE
├─ cross-spawn@3.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/IndigoUnited/node-cross-spawn
@@ -1968,22 +916,7 @@ Data Controller uses the following licences:
│ ├─ email: hello@indigounited.com
│ ├─ url: http://indigounited.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/cross-spawn
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/cross-spawn/LICENSE
-├─ cross-spawn@5.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/IndigoUnited/node-cross-spawn
-│ ├─ publisher: IndigoUnited
-│ ├─ email: hello@indigounited.com
-│ ├─ url: http://indigounited.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/execa/node_modules/cross-spawn
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/execa/node_modules/cross-spawn/LICENSE
-├─ cross-spawn@6.0.5
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/moxystudio/node-cross-spawn
-│ ├─ publisher: André Cruz
-│ ├─ email: andre@moxy.studio
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/default-gateway/node_modules/cross-spawn
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/default-gateway/node_modules/cross-spawn/LICENSE
+│ └─ licenseFile: node_modules/cross-spawn/LICENSE
├─ crypto-browserify@3.12.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/crypto-browserify/crypto-browserify
@@ -1991,41 +924,14 @@ Data Controller uses the following licences:
│ ├─ email: dominic.tarr@gmail.com
│ ├─ url: dominictarr.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/crypto-browserify
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/crypto-browserify/LICENSE
-├─ crypto-js@3.1.9-1
+│ └─ licenseFile: node_modules/crypto-browserify/LICENSE
+├─ crypto-js@3.3.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/brix/crypto-js
│ ├─ publisher: Evan Vosberg
│ ├─ url: http://github.com/evanvosberg
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/crypto-js
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/crypto-js/LICENSE
-├─ css-parse@1.7.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/visionmedia/css-parse
-│ ├─ publisher: TJ Holowaychuk
-│ ├─ email: tj@vision-media.ca
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/css-parse
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/css-parse/Readme.md
-├─ css-selector-tokenizer@0.7.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/css-modules/css-selector-tokenizer
-│ ├─ publisher: Tobias Koppers @sokra
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/css-selector-tokenizer
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/css-selector-tokenizer/LICENSE
-├─ cssauron@1.4.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/chrisdickinson/cssauron
-│ ├─ publisher: Chris Dickinson
-│ ├─ email: chris@neversaw.us
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/cssauron
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/cssauron/README.md
-├─ cssesc@0.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/mathiasbynens/cssesc
-│ ├─ publisher: Mathias Bynens
-│ ├─ url: http://mathiasbynens.be/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/cssesc
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/cssesc/LICENSE-MIT.txt
+│ └─ licenseFile: node_modules/crypto-js/LICENSE
├─ currently-unhandled@0.4.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jamestalmage/currently-unhandled
@@ -2033,118 +939,96 @@ Data Controller uses the following licences:
│ ├─ email: james@talmage.io
│ ├─ url: github.com/jamestalmage
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/currently-unhandled
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/currently-unhandled/license
-├─ custom-event@1.0.1
+│ └─ licenseFile: node_modules/currently-unhandled/license
+├─ cyclist@1.0.1
│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/webmodules/custom-event
-│ ├─ publisher: Nathan Rajlich
-│ ├─ email: nathan@tootallnate.net
-│ ├─ url: http://n8.io/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/custom-event
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/custom-event/LICENSE
-├─ cyclist@0.2.2
-│ ├─ licenses: MIT*
│ ├─ repository: https://github.com/mafintosh/cyclist
│ ├─ publisher: Mathias Buus Madsen
│ ├─ email: mathiasbuus@gmail.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/cyclist
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/cyclist/README.md
+│ └─ licenseFile: node_modules/cyclist/LICENSE
├─ d3-color@1.4.0
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/d3/d3-color
│ ├─ publisher: Mike Bostock
│ ├─ url: http://bost.ocks.org/mike
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/d3-color
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/d3-color/LICENSE
+│ └─ licenseFile: node_modules/d3-color/LICENSE
├─ d3-dispatch@1.0.6
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/d3/d3-dispatch
│ ├─ publisher: Mike Bostock
│ ├─ url: http://bost.ocks.org/mike
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/d3-dispatch
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/d3-dispatch/LICENSE
+│ └─ licenseFile: node_modules/d3-dispatch/LICENSE
├─ d3-drag@1.2.5
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/d3/d3-drag
│ ├─ publisher: Mike Bostock
│ ├─ url: http://bost.ocks.org/mike
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/d3-drag
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/d3-drag/LICENSE
+│ └─ licenseFile: node_modules/d3-drag/LICENSE
├─ d3-ease@1.0.6
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/d3/d3-ease
│ ├─ publisher: Mike Bostock
│ ├─ url: http://bost.ocks.org/mike
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/d3-ease
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/d3-ease/LICENSE
-├─ d3-format@1.4.2
+│ └─ licenseFile: node_modules/d3-ease/LICENSE
+├─ d3-format@1.4.4
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/d3/d3-format
│ ├─ publisher: Mike Bostock
│ ├─ url: http://bost.ocks.org/mike
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/d3-format
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/d3-format/LICENSE
+│ └─ licenseFile: node_modules/d3-format/LICENSE
├─ d3-graphviz@2.6.1
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/magjac/d3-graphviz
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/d3-graphviz
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/d3-graphviz/LICENSE
+│ └─ licenseFile: node_modules/d3-graphviz/LICENSE
├─ d3-interpolate@1.4.0
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/d3/d3-interpolate
│ ├─ publisher: Mike Bostock
│ ├─ url: http://bost.ocks.org/mike
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/d3-interpolate
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/d3-interpolate/LICENSE
+│ └─ licenseFile: node_modules/d3-interpolate/LICENSE
├─ d3-path@1.0.9
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/d3/d3-path
│ ├─ publisher: Mike Bostock
│ ├─ url: http://bost.ocks.org/mike
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/d3-path
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/d3-path/LICENSE
+│ └─ licenseFile: node_modules/d3-path/LICENSE
├─ d3-selection@1.4.1
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/d3/d3-selection
│ ├─ publisher: Mike Bostock
│ ├─ url: https://bost.ocks.org/mike
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/d3-selection
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/d3-selection/LICENSE
+│ └─ licenseFile: node_modules/d3-selection/LICENSE
├─ d3-timer@1.0.10
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/d3/d3-timer
│ ├─ publisher: Mike Bostock
│ ├─ url: http://bost.ocks.org/mike
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/d3-timer
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/d3-timer/LICENSE
+│ └─ licenseFile: node_modules/d3-timer/LICENSE
├─ d3-transition@1.3.2
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/d3/d3-transition
│ ├─ publisher: Mike Bostock
│ ├─ url: https://bost.ocks.org/mike
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/d3-transition
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/d3-transition/LICENSE
+│ └─ licenseFile: node_modules/d3-transition/LICENSE
├─ d3-zoom@1.8.3
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/d3/d3-zoom
│ ├─ publisher: Mike Bostock
│ ├─ url: http://bost.ocks.org/mike
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/d3-zoom
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/d3-zoom/LICENSE
-├─ damerau-levenshtein@1.0.4
-│ ├─ licenses: BSD-2-Clause
-│ ├─ repository: https://github.com/lzrski/node-damerau-levenshtein
-│ ├─ publisher: The Spanish Inquisition
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/damerau-levenshtein
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/damerau-levenshtein/README.md
-├─ dargs@4.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/dargs
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/dargs
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/dargs/license
+│ └─ licenseFile: node_modules/d3-zoom/LICENSE
├─ dashdash@1.14.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/trentm/node-dashdash
@@ -2152,74 +1036,26 @@ Data Controller uses the following licences:
│ ├─ email: trentm@gmail.com
│ ├─ url: http://trentm.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/dashdash
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/dashdash/LICENSE.txt
-├─ datacontroller@0.8.0
+│ └─ licenseFile: node_modules/dashdash/LICENSE.txt
+├─ datacontroller@3.0.0
│ ├─ licenses: UNLICENSED
│ ├─ private: true
-│ ├─ path: /Users/allan/git/dcfrontend
-│ └─ licenseFile: /Users/allan/git/dcfrontend/README.md
-├─ date-format@2.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/nomiddlename/date-format
-│ ├─ publisher: Gareth Jones
-│ ├─ email: gareth.nomiddlename@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/date-format
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/date-format/LICENSE
-├─ date-now@0.1.4
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/Colingo/date-now
-│ ├─ publisher: Raynos
-│ ├─ email: raynos2@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/date-now
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/date-now/LICENCE
-├─ dateformat@1.0.12
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/felixge/node-dateformat
-│ ├─ publisher: Steven Levithan
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/dateformat
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/dateformat/LICENSE
-├─ dateformat@3.0.3
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/felixge/node-dateformat
-│ ├─ publisher: Steven Levithan
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer/node_modules/dateformat
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer/node_modules/dateformat/LICENSE
+│ ├─ path: ../dcfrontend
+│ └─ licenseFile: README.md
├─ debug@2.6.9
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/visionmedia/debug
│ ├─ publisher: TJ Holowaychuk
│ ├─ email: tj@vision-media.ca
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/debug
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/debug/LICENSE
-├─ debug@3.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/visionmedia/debug
-│ ├─ publisher: TJ Holowaychuk
-│ ├─ email: tj@vision-media.ca
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/http-proxy-agent/node_modules/debug
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/http-proxy-agent/node_modules/debug/LICENSE
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/snapdragon/node_modules/debug
+│ └─ licenseFile: node_modules/snapdragon/node_modules/debug/LICENSE
├─ debug@3.2.6
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/visionmedia/debug
│ ├─ publisher: TJ Holowaychuk
│ ├─ email: tj@vision-media.ca
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/https-proxy-agent/node_modules/debug
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/https-proxy-agent/node_modules/debug/LICENSE
-├─ debug@4.1.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/visionmedia/debug
-│ ├─ publisher: TJ Holowaychuk
-│ ├─ email: tj@vision-media.ca
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/log4js/node_modules/debug
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/log4js/node_modules/debug/LICENSE
-├─ decamelize-keys@1.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/dsblv/decamelize-keys
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: http://sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/decamelize-keys
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/decamelize-keys/license
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/watchpack/node_modules/fsevents/node_modules/debug
+│ └─ licenseFile: node_modules/watchpack/node_modules/fsevents/node_modules/debug/LICENSE
├─ decamelize@1.2.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/decamelize
@@ -2227,15 +1063,7 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/decamelize
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/decamelize/license
-├─ decamelize@2.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/decamelize
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/webpack-dev-server/node_modules/decamelize
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/webpack-dev-server/node_modules/decamelize/license
+│ └─ licenseFile: node_modules/decamelize/license
├─ decode-uri-component@0.2.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/SamVerschueren/decode-uri-component
@@ -2243,74 +1071,35 @@ Data Controller uses the following licences:
│ ├─ email: sam.verschueren@gmail.com
│ ├─ url: github.com/SamVerschueren
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/decode-uri-component
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/decode-uri-component/license
-├─ deep-equal@1.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/substack/node-deep-equal
-│ ├─ publisher: James Halliday
-│ ├─ email: mail@substack.net
-│ ├─ url: http://substack.net
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/deep-equal
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/deep-equal/LICENSE
+│ └─ licenseFile: node_modules/decode-uri-component/license
├─ deep-extend@0.6.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/unclechu/node-deep-extend
│ ├─ publisher: Viacheslav Lotsmanov
│ ├─ email: lotsmanov89@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/deep-extend
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/deep-extend/LICENSE
-├─ deep-is@0.1.3
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/thlorenz/deep-is
-│ ├─ publisher: Thorsten Lorenz
-│ ├─ email: thlorenz@gmx.de
-│ ├─ url: http://thlorenz.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/deep-is
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/deep-is/LICENSE
-├─ default-gateway@2.7.2
-│ ├─ licenses: BSD-2-Clause
-│ ├─ repository: https://github.com/silverwind/default-gateway
-│ ├─ publisher: silverwind
-│ ├─ email: me@silverwind.io
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/default-gateway
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/default-gateway/LICENSE
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/watchpack/node_modules/fsevents/node_modules/deep-extend
+│ └─ licenseFile: node_modules/watchpack/node_modules/fsevents/node_modules/deep-extend/LICENSE
├─ define-property@0.2.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/define-property
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/class-utils/node_modules/define-property
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/class-utils/node_modules/define-property/LICENSE
+│ └─ licenseFile: node_modules/class-utils/node_modules/define-property/LICENSE
├─ define-property@1.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/define-property
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/base/node_modules/define-property
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/base/node_modules/define-property/LICENSE
+│ └─ licenseFile: node_modules/base/node_modules/define-property/LICENSE
├─ define-property@2.0.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/define-property
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/define-property
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/define-property/LICENSE
-├─ del@2.2.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/del
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/webdriver-manager/node_modules/del
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/webdriver-manager/node_modules/del/license
-├─ del@3.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/del
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/del
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/del/license
+│ └─ licenseFile: node_modules/define-property/LICENSE
├─ delayed-stream@1.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/felixge/node-delayed-stream
@@ -2318,139 +1107,37 @@ Data Controller uses the following licences:
│ ├─ email: felix@debuggable.com
│ ├─ url: http://debuggable.com/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/delayed-stream
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/delayed-stream/License
+│ └─ licenseFile: node_modules/delayed-stream/License
├─ delegate@3.2.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/zenorocha/delegate
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/delegate
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/delegate/readme.md
+│ └─ licenseFile: node_modules/delegate/readme.md
├─ delegates@1.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/visionmedia/node-delegates
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/delegates
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/delegates/License
-├─ depd@1.1.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/dougwilson/nodejs-depd
-│ ├─ publisher: Douglas Christopher Wilson
-│ ├─ email: doug@somethingdoug.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/depd
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/depd/LICENSE
-├─ dependency-graph@0.7.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jriecken/dependency-graph
-│ ├─ publisher: Jim Riecken
-│ ├─ email: jriecken@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/dependency-graph
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/dependency-graph/LICENSE
-├─ des.js@1.0.0
+│ └─ licenseFile: node_modules/delegates/License
+├─ des.js@1.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/indutny/des.js
│ ├─ publisher: Fedor Indutny
│ ├─ email: fedor@indutny.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/des.js
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/des.js/README.md
-├─ destroy@1.0.4
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/stream-utils/destroy
-│ ├─ publisher: Jonathan Ong
-│ ├─ email: me@jongleberry.com
-│ ├─ url: http://jongleberry.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/destroy
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/destroy/LICENSE
-├─ detect-indent@4.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/detect-indent
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/detect-indent
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/detect-indent/license
-├─ detect-indent@6.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/detect-indent
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/standard-version/node_modules/detect-indent
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/standard-version/node_modules/detect-indent/license
+│ └─ licenseFile: node_modules/des.js/README.md
├─ detect-libc@1.0.3
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/lovell/detect-libc
│ ├─ publisher: Lovell Fuller
│ ├─ email: npm@lovell.info
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/fsevents/node_modules/detect-libc
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/fsevents/node_modules/detect-libc/LICENSE
-├─ detect-newline@3.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/detect-newline
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/detect-newline
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/detect-newline/license
-├─ detect-node@2.0.4
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/iliakan/detect-node
-│ ├─ publisher: Ilya Kantor
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/detect-node
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/detect-node/LICENSE
-├─ di@0.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/vojtajina/node-di
-│ ├─ publisher: Vojta Jina
-│ ├─ email: vojta.jina@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/di
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/di/LICENSE
-├─ diff@3.5.0
-│ ├─ licenses: BSD-3-Clause
-│ ├─ repository: https://github.com/kpdecker/jsdiff
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/diff
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/diff/LICENSE
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/watchpack/node_modules/fsevents/node_modules/detect-libc
+│ └─ licenseFile: node_modules/watchpack/node_modules/fsevents/node_modules/detect-libc/LICENSE
├─ diffie-hellman@5.0.3
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/crypto-browserify/diffie-hellman
│ ├─ publisher: Calvin Metcalf
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/diffie-hellman
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/diffie-hellman/LICENSE
-├─ dir-glob@2.2.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/kevva/dir-glob
-│ ├─ publisher: Kevin Mårtensson
-│ ├─ email: kevinmartensson@gmail.com
-│ ├─ url: github.com/kevva
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/dir-glob
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/dir-glob/license
-├─ dns-equal@1.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/watson/dns-equal
-│ ├─ publisher: Thomas Watson Steen
-│ ├─ email: w@tson.dk
-│ ├─ url: https://twitter.com/wa7son
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/dns-equal
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/dns-equal/LICENSE
-├─ dns-packet@1.3.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/mafintosh/dns-packet
-│ ├─ publisher: Mathias Buus
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/dns-packet
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/dns-packet/LICENSE
-├─ dns-txt@2.0.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/watson/dns-txt
-│ ├─ publisher: Thomas Watson Steen
-│ ├─ email: w@tson.dk
-│ ├─ url: https://twitter.com/wa7son
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/dns-txt
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/dns-txt/LICENSE
-├─ dom-serialize@2.2.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/webmodules/dom-serialize
-│ ├─ publisher: Nathan Rajlich
-│ ├─ email: nathan@tootallnate.net
-│ ├─ url: http://n8.io/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/dom-serialize
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/dom-serialize/README.md
+│ └─ licenseFile: node_modules/diffie-hellman/LICENSE
├─ domain-browser@1.2.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/bevry/domain-browser
@@ -2458,36 +1145,13 @@ Data Controller uses the following licences:
│ ├─ email: us@bevry.me
│ ├─ url: http://bevry.me
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/domain-browser
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/domain-browser/LICENSE.md
-├─ dot-prop@3.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/dot-prop
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/compare-func/node_modules/dot-prop
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/compare-func/node_modules/dot-prop/license
-├─ dotgitignore@2.1.0
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/bcoe/dotgitignore
-│ ├─ publisher: Ben Coe
-│ ├─ email: ben@npmjs.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/dotgitignore
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/dotgitignore/LICENSE.txt
-├─ duplexer2@0.0.2
-│ ├─ licenses: BSD*
-│ ├─ repository: https://github.com/deoxxa/duplexer2
-│ ├─ publisher: Conrad Pankoff
-│ ├─ email: deoxxa@fknsrs.biz
-│ ├─ url: http://www.fknsrs.biz/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/duplexer2
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/duplexer2/LICENSE.md
+│ └─ licenseFile: node_modules/domain-browser/LICENSE.md
├─ duplexify@3.7.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/mafintosh/duplexify
│ ├─ publisher: Mathias Buus
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/duplexify
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/duplexify/LICENSE
+│ └─ licenseFile: node_modules/duplexify/LICENSE
├─ ecc-jsbn@0.1.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/quartzjer/ecc-jsbn
@@ -2495,149 +1159,58 @@ Data Controller uses the following licences:
│ ├─ email: jeremie@jabber.org
│ ├─ url: http://jeremie.com/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/ecc-jsbn
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/ecc-jsbn/LICENSE
-├─ ee-first@1.1.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jonathanong/ee-first
-│ ├─ publisher: Jonathan Ong
-│ ├─ email: me@jongleberry.com
-│ ├─ url: http://jongleberry.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/ee-first
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/ee-first/LICENSE
-├─ electron-to-chromium@1.3.122
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/kilian/electron-to-chromium
-│ ├─ publisher: Kilian Valkhof
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/electron-to-chromium
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/electron-to-chromium/LICENSE
-├─ elliptic@6.4.1
+│ └─ licenseFile: node_modules/ecc-jsbn/LICENSE
+├─ elliptic@6.5.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/indutny/elliptic
│ ├─ publisher: Fedor Indutny
│ ├─ email: fedor@indutny.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/elliptic
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/elliptic/README.md
-├─ emoji-regex@7.0.3
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/mathiasbynens/emoji-regex
-│ ├─ publisher: Mathias Bynens
-│ ├─ url: https://mathiasbynens.be/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/emoji-regex
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/emoji-regex/LICENSE-MIT.txt
-├─ emoji-regex@8.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/mathiasbynens/emoji-regex
-│ ├─ publisher: Mathias Bynens
-│ ├─ url: https://mathiasbynens.be/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/emoji-regex
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/emoji-regex/LICENSE-MIT.txt
-├─ emojis-list@2.1.0
+│ └─ licenseFile: node_modules/elliptic/README.md
+├─ emojis-list@3.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/kikobeats/emojis-list
│ ├─ publisher: Kiko Beats
│ ├─ email: josefrancisco.verdu@gmail.com
│ ├─ url: https://github.com/Kikobeats
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/emojis-list
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/emojis-list/LICENSE.md
-├─ encodeurl@1.0.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/pillarjs/encodeurl
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/encodeurl
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/encodeurl/LICENSE
+│ └─ licenseFile: node_modules/emojis-list/LICENSE.md
├─ encoding@0.1.12
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/andris9/encoding
│ ├─ publisher: Andris Reinman
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/encoding
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/encoding/LICENSE
-├─ end-of-stream@1.4.1
+│ └─ licenseFile: node_modules/encoding/LICENSE
+├─ end-of-stream@1.4.4
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/mafintosh/end-of-stream
│ ├─ publisher: Mathias Buus
│ ├─ email: mathiasbuus@gmail.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/end-of-stream
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/end-of-stream/LICENSE
-├─ engine.io-client@3.2.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/socketio/engine.io-client
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/engine.io-client
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/engine.io-client/LICENSE
-├─ engine.io-parser@2.1.3
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/socketio/engine.io-parser
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/engine.io-parser
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/engine.io-parser/LICENSE
-├─ engine.io@3.2.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/socketio/engine.io
-│ ├─ publisher: Guillermo Rauch
-│ ├─ email: guillermo@learnboost.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/engine.io
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/engine.io/LICENSE
-├─ enhanced-resolve@3.4.1
+│ └─ licenseFile: node_modules/end-of-stream/LICENSE
+├─ enhanced-resolve@4.1.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/webpack/enhanced-resolve
│ ├─ publisher: Tobias Koppers @sokra
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/enhanced-resolve
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/enhanced-resolve/README.md
-├─ enhanced-resolve@4.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/webpack/enhanced-resolve
-│ ├─ publisher: Tobias Koppers @sokra
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@ngtools/webpack/node_modules/enhanced-resolve
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@ngtools/webpack/node_modules/enhanced-resolve/LICENSE
-├─ ent@2.2.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/substack/node-ent
-│ ├─ publisher: James Halliday
-│ ├─ email: mail@substack.net
-│ ├─ url: http://substack.net
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/ent
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/ent/LICENSE
-├─ err-code@1.1.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/IndigoUnited/js-err-code
-│ ├─ publisher: IndigoUnited
-│ ├─ email: hello@indigounited.com
-│ ├─ url: http://indigounited.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/err-code
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/err-code/README.md
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/webpack/node_modules/enhanced-resolve
+│ └─ licenseFile: node_modules/webpack/node_modules/enhanced-resolve/LICENSE
├─ errno@0.1.7
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/rvagg/node-errno
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/errno
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/errno/README.md
+│ └─ licenseFile: node_modules/errno/README.md
├─ error-ex@1.3.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/qix-/node-error-ex
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/error-ex
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/error-ex/LICENSE
-├─ es6-promise@4.2.6
+│ └─ licenseFile: node_modules/error-ex/LICENSE
+├─ es6-promise@4.2.8
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/stefanpenner/es6-promise
│ ├─ publisher: Yehuda Katz, Tom Dale, Stefan Penner and contributors
│ ├─ url: Conversion to ES6 API by Jake Archibald
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/es6-promise
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/es6-promise/LICENSE
-├─ es6-promisify@5.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/digitaldesignlabs/es6-promisify
-│ ├─ publisher: Mike Hall
-│ ├─ email: mikehall314@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/es6-promisify
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/es6-promisify/README.md
-├─ es6-shim@0.35.5
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/paulmillr/es6-shim
-│ ├─ publisher: Paul Miller
-│ ├─ url: http://paulmillr.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/es6-shim
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/es6-shim/LICENSE
-├─ escape-html@1.0.3
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/component/escape-html
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/escape-html
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/escape-html/LICENSE
+│ └─ licenseFile: node_modules/es6-promise/LICENSE
├─ escape-string-regexp@1.0.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/escape-string-regexp
@@ -2645,151 +1218,64 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/escape-string-regexp
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/escape-string-regexp/license
-├─ escodegen@1.8.1
-│ ├─ licenses: BSD-2-Clause
-│ ├─ repository: https://github.com/estools/escodegen
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/istanbul/node_modules/escodegen
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/istanbul/node_modules/escodegen/LICENSE.BSD
+│ └─ licenseFile: node_modules/escape-string-regexp/license
├─ eslint-scope@4.0.3
│ ├─ licenses: BSD-2-Clause
│ ├─ repository: https://github.com/eslint/eslint-scope
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/eslint-scope
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/eslint-scope/LICENSE
-├─ esprima@2.7.3
-│ ├─ licenses: BSD-2-Clause
-│ ├─ repository: https://github.com/jquery/esprima
-│ ├─ publisher: Ariya Hidayat
-│ ├─ email: ariya.hidayat@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/istanbul/node_modules/esprima
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/istanbul/node_modules/esprima/LICENSE.BSD
-├─ esprima@4.0.1
-│ ├─ licenses: BSD-2-Clause
-│ ├─ repository: https://github.com/jquery/esprima
-│ ├─ publisher: Ariya Hidayat
-│ ├─ email: ariya.hidayat@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/esprima
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/esprima/LICENSE.BSD
+│ └─ licenseFile: node_modules/eslint-scope/LICENSE
├─ esrecurse@4.2.1
│ ├─ licenses: BSD-2-Clause
│ ├─ repository: https://github.com/estools/esrecurse
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/esrecurse
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/esrecurse/README.md
-├─ estraverse@1.9.3
-│ ├─ licenses: BSD
-│ ├─ repository: https://github.com/estools/estraverse
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/istanbul/node_modules/estraverse
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/istanbul/node_modules/estraverse/LICENSE.BSD
-├─ estraverse@4.2.0
+│ └─ licenseFile: node_modules/esrecurse/README.md
+├─ estraverse@4.3.0
│ ├─ licenses: BSD-2-Clause
│ ├─ repository: https://github.com/estools/estraverse
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/estraverse
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/estraverse/LICENSE.BSD
-├─ esutils@2.0.2
-│ ├─ licenses: BSD
-│ ├─ repository: https://github.com/estools/esutils
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/esutils
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/esutils/LICENSE.BSD
-├─ etag@1.8.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jshttp/etag
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/etag
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/etag/LICENSE
-├─ eventemitter3@3.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/primus/eventemitter3
-│ ├─ publisher: Arnout Kazemier
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/eventemitter3
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/eventemitter3/LICENSE
-├─ events@3.0.0
+│ └─ licenseFile: node_modules/estraverse/LICENSE.BSD
+├─ events@3.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/Gozala/events
│ ├─ publisher: Irakli Gozalishvili
│ ├─ email: rfobic@gmail.com
│ ├─ url: http://jeditoolkit.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/events
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/events/LICENSE
-├─ eventsource@1.0.7
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/EventSource/eventsource
-│ ├─ publisher: Aslak Hellesøy
-│ ├─ email: aslak.hellesoy@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/eventsource
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/eventsource/LICENSE
+│ └─ licenseFile: node_modules/events/LICENSE
├─ evp_bytestokey@1.0.3
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/crypto-browserify/EVP_BytesToKey
│ ├─ publisher: Calvin Metcalf
│ ├─ email: calvin.metcalf@gmail.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/evp_bytestokey
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/evp_bytestokey/LICENSE
-├─ execa@0.10.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/execa
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/default-gateway/node_modules/execa
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/default-gateway/node_modules/execa/license
-├─ execa@0.7.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/execa
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/execa
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/execa/license
-├─ execa@0.8.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/execa
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/clipboardy/node_modules/execa
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/clipboardy/node_modules/execa/license
-├─ execa@1.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/execa
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/webpack-dev-server/node_modules/execa
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/webpack-dev-server/node_modules/execa/license
-├─ exit@0.1.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/cowboy/node-exit
-│ ├─ publisher: "Cowboy" Ben Alman
-│ ├─ url: http://benalman.com/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/exit
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/exit/LICENSE-MIT
+│ └─ licenseFile: node_modules/evp_bytestokey/LICENSE
+├─ exit-on-epipe@1.0.1
+│ ├─ licenses: Apache-2.0
+│ ├─ repository: https://github.com/SheetJS/node-exit-on-epipe
+│ ├─ publisher: sheetjs
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/exit-on-epipe
+│ └─ licenseFile: node_modules/exit-on-epipe/LICENSE
├─ expand-brackets@2.1.4
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/expand-brackets
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/expand-brackets
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/expand-brackets/LICENSE
-├─ express@4.17.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/expressjs/express
-│ ├─ publisher: TJ Holowaychuk
-│ ├─ email: tj@vision-media.ca
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/express
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/express/LICENSE
+│ └─ licenseFile: node_modules/expand-brackets/LICENSE
├─ extend-shallow@2.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/extend-shallow
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/braces/node_modules/extend-shallow
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/braces/node_modules/extend-shallow/LICENSE
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/set-value/node_modules/extend-shallow
+│ └─ licenseFile: node_modules/set-value/node_modules/extend-shallow/LICENSE
├─ extend-shallow@3.0.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/extend-shallow
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/extend-shallow
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/extend-shallow/LICENSE
+│ └─ licenseFile: node_modules/extend-shallow/LICENSE
├─ extend@3.0.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/justmoon/node-extend
@@ -2797,169 +1283,60 @@ Data Controller uses the following licences:
│ ├─ email: justmoon@members.fsf.org
│ ├─ url: http://www.justmoon.net
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/extend
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/extend/LICENSE
-├─ external-editor@3.0.3
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/mrkmg/node-external-editor
-│ ├─ publisher: Kevin Gravier
-│ ├─ email: kevin@mrkmg.com
-│ ├─ url: https://mrkmg.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/external-editor
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/external-editor/LICENSE
+│ └─ licenseFile: node_modules/extend/LICENSE
├─ extglob@2.0.4
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/micromatch/extglob
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/extglob
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/extglob/LICENSE
-├─ extract-zip@1.6.7
-│ ├─ licenses: BSD-2-Clause
-│ ├─ repository: https://github.com/maxogden/extract-zip
-│ ├─ publisher: max ogden
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/extract-zip
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/extract-zip/LICENSE
+│ └─ licenseFile: node_modules/extglob/LICENSE
├─ extsprintf@1.3.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/davepacheco/node-extsprintf
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/extsprintf
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/extsprintf/LICENSE
-├─ fancy-log@1.3.3
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/gulpjs/fancy-log
-│ ├─ publisher: Gulp Team
-│ ├─ email: team@gulpjs.com
-│ ├─ url: http://gulpjs.com/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/fancy-log
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/fancy-log/LICENSE
-├─ fast-deep-equal@1.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/epoberezkin/fast-deep-equal
-│ ├─ publisher: Evgeny Poberezkin
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/istanbul-instrumenter-loader/node_modules/fast-deep-equal
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/istanbul-instrumenter-loader/node_modules/fast-deep-equal/LICENSE
-├─ fast-deep-equal@2.0.1
+│ └─ licenseFile: node_modules/extsprintf/LICENSE
+├─ fast-deep-equal@3.1.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/epoberezkin/fast-deep-equal
│ ├─ publisher: Evgeny Poberezkin
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/fast-deep-equal
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/fast-deep-equal/LICENSE
-├─ fast-json-stable-stringify@2.0.0
+│ └─ licenseFile: node_modules/fast-deep-equal/LICENSE
+├─ fast-json-stable-stringify@2.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/epoberezkin/fast-json-stable-stringify
│ ├─ publisher: James Halliday
│ ├─ email: mail@substack.net
│ ├─ url: http://substack.net
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/fast-json-stable-stringify
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/fast-json-stable-stringify/LICENSE
-├─ fast-levenshtein@2.0.6
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/hiddentao/fast-levenshtein
-│ ├─ publisher: Ramesh Nair
-│ ├─ email: ram@hiddentao.com
-│ ├─ url: http://www.hiddentao.com/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/fast-levenshtein
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/fast-levenshtein/LICENSE.md
-├─ fast-url-parser@1.1.3
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/petkaantonov/urlparser
-│ ├─ publisher: Petka Antonov
-│ ├─ email: petka_antonov@hotmail.com
-│ ├─ url: http://github.com/petkaantonov/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/fast-url-parser
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/fast-url-parser/LICENSE
-├─ fastparse@1.1.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/webpack/fastparse
-│ ├─ publisher: Tobias Koppers @sokra
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/fastparse
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/fastparse/LICENSE
-├─ faye-websocket@0.10.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/faye/faye-websocket-node
-│ ├─ publisher: James Coglan
-│ ├─ email: jcoglan@gmail.com
-│ ├─ url: http://jcoglan.com/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/faye-websocket
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/faye-websocket/README.md
-├─ faye-websocket@0.11.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/faye/faye-websocket-node
-│ ├─ publisher: James Coglan
-│ ├─ email: jcoglan@gmail.com
-│ ├─ url: http://jcoglan.com/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/sockjs-client/node_modules/faye-websocket
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/sockjs-client/node_modules/faye-websocket/README.md
-├─ fd-slicer@1.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/andrewrk/node-fd-slicer
-│ ├─ publisher: Andrew Kelley
-│ ├─ email: superjoe30@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/fd-slicer
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/fd-slicer/LICENSE
-├─ figgy-pudding@3.5.1
+│ └─ licenseFile: node_modules/fast-json-stable-stringify/LICENSE
+├─ figgy-pudding@3.5.2
│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/zkat/figgy-pudding
+│ ├─ repository: https://github.com/npm/figgy-pudding
│ ├─ publisher: Kat Marchán
│ ├─ email: kzm@sykosomatic.org
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/figgy-pudding
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/figgy-pudding/LICENSE.md
-├─ figures@2.0.0
+│ └─ licenseFile: node_modules/figgy-pudding/LICENSE.md
+├─ file-uri-to-path@1.0.0
│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/figures
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/figures
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/figures/license
-├─ figures@3.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/figures
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/standard-version/node_modules/figures
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/standard-version/node_modules/figures/license
-├─ file-loader@3.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/webpack-contrib/file-loader
-│ ├─ publisher: Tobias Koppers @sokra
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/file-loader
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/file-loader/LICENSE
+│ ├─ repository: https://github.com/TooTallNate/file-uri-to-path
+│ ├─ publisher: Nathan Rajlich
+│ ├─ email: nathan@tootallnate.net
+│ ├─ url: http://n8.io/
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/file-uri-to-path
+│ └─ licenseFile: node_modules/file-uri-to-path/LICENSE
├─ fill-range@4.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/fill-range
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/fill-range
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/fill-range/LICENSE
-├─ finalhandler@1.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/pillarjs/finalhandler
-│ ├─ publisher: Douglas Christopher Wilson
-│ ├─ email: doug@somethingdoug.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/connect/node_modules/finalhandler
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/connect/node_modules/finalhandler/LICENSE
-├─ finalhandler@1.1.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/pillarjs/finalhandler
-│ ├─ publisher: Douglas Christopher Wilson
-│ ├─ email: doug@somethingdoug.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/finalhandler
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/finalhandler/LICENSE
-├─ find-cache-dir@1.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/avajs/find-cache-dir
-│ ├─ publisher: James Talmage
-│ ├─ email: james@talmage.io
-│ ├─ url: github.com/jamestalmage
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/find-cache-dir
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/find-cache-dir/license
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/micromatch/node_modules/fill-range
+│ └─ licenseFile: node_modules/micromatch/node_modules/fill-range/LICENSE
├─ find-cache-dir@2.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/avajs/find-cache-dir
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/terser-webpack-plugin/node_modules/find-cache-dir
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/terser-webpack-plugin/node_modules/find-cache-dir/license
+│ └─ licenseFile: node_modules/terser-webpack-plugin/node_modules/find-cache-dir/license
├─ find-up@1.1.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/find-up
@@ -2967,73 +1344,29 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/find-up
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/find-up/license
-├─ find-up@2.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/find-up
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer/node_modules/find-up
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer/node_modules/find-up/license
+│ └─ licenseFile: node_modules/find-up/license
├─ find-up@3.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/find-up
│ ├─ publisher: Sindre Sorhus
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/dotgitignore/node_modules/find-up
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/dotgitignore/node_modules/find-up/license
-├─ find-up@4.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/find-up
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/find-up
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/find-up/license
-├─ flatted@2.0.0
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/WebReflection/flatted
-│ ├─ publisher: Andrea Giammarchi
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/flatted
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/flatted/LICENSE
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/pkg-dir/node_modules/find-up
+│ └─ licenseFile: node_modules/pkg-dir/node_modules/find-up/license
├─ flush-write-stream@1.1.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/mafintosh/flush-write-stream
│ ├─ publisher: Mathias Buus
│ ├─ url: @mafintosh
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/flush-write-stream
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/flush-write-stream/LICENSE
-├─ follow-redirects@1.7.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/follow-redirects/follow-redirects
-│ ├─ publisher: Ruben Verborgh
-│ ├─ email: ruben@verborgh.org
-│ ├─ url: https://ruben.verborgh.org/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/follow-redirects
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/follow-redirects/LICENSE
-├─ for-in@0.1.8
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jonschlinkert/for-in
-│ ├─ publisher: Jon Schlinkert
-│ ├─ url: https://github.com/jonschlinkert
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/mixin-object/node_modules/for-in
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/mixin-object/node_modules/for-in/LICENSE
+│ └─ licenseFile: node_modules/flush-write-stream/LICENSE
├─ for-in@1.0.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/for-in
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/for-in
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/for-in/LICENSE
-├─ for-own@1.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jonschlinkert/for-own
-│ ├─ publisher: Jon Schlinkert
-│ ├─ url: https://github.com/jonschlinkert
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/for-own
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/for-own/LICENSE
+│ └─ licenseFile: node_modules/for-in/LICENSE
├─ forever-agent@0.6.1
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/mikeal/forever-agent
@@ -3041,7 +1374,7 @@ Data Controller uses the following licences:
│ ├─ email: mikeal.rogers@gmail.com
│ ├─ url: http://www.futurealoof.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/forever-agent
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/forever-agent/LICENSE
+│ └─ licenseFile: node_modules/forever-agent/LICENSE
├─ form-data@2.3.3
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/form-data/form-data
@@ -3049,27 +1382,20 @@ Data Controller uses the following licences:
│ ├─ email: felix@debuggable.com
│ ├─ url: http://debuggable.com/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/form-data
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/form-data/License
-├─ forwarded@0.1.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jshttp/forwarded
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/forwarded
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/forwarded/LICENSE
+│ └─ licenseFile: node_modules/form-data/License
+├─ frac@1.1.2
+│ ├─ licenses: Apache-2.0
+│ ├─ repository: https://github.com/SheetJS/frac
+│ ├─ publisher: SheetJS
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/frac
+│ └─ licenseFile: node_modules/frac/LICENSE
├─ fragment-cache@0.2.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/fragment-cache
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/fragment-cache
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/fragment-cache/LICENSE
-├─ fresh@0.5.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jshttp/fresh
-│ ├─ publisher: TJ Holowaychuk
-│ ├─ email: tj@vision-media.ca
-│ ├─ url: http://tjholowaychuk.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/fresh
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/fresh/LICENSE
+│ └─ licenseFile: node_modules/fragment-cache/LICENSE
├─ from2@2.3.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/hughsk/from2
@@ -3077,37 +1403,22 @@ Data Controller uses the following licences:
│ ├─ email: hughskennedy@gmail.com
│ ├─ url: http://hughsk.io/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/from2
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/from2/LICENSE.md
-├─ fs-access@1.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/fs-access
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/fs-access
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/fs-access/license
-├─ fs-extra@1.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jprichardson/node-fs-extra
-│ ├─ publisher: JP Richardson
-│ ├─ email: jprichardson@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/phantomjs-prebuilt/node_modules/fs-extra
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/phantomjs-prebuilt/node_modules/fs-extra/LICENSE
+│ └─ licenseFile: node_modules/from2/LICENSE.md
├─ fs-extra@7.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jprichardson/node-fs-extra
│ ├─ publisher: JP Richardson
│ ├─ email: jprichardson@gmail.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/fs-extra
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/fs-extra/LICENSE
-├─ fs-minipass@1.2.5
+│ └─ licenseFile: node_modules/fs-extra/LICENSE
+├─ fs-minipass@1.2.7
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/npm/fs-minipass
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: i@izs.me
│ ├─ url: http://blog.izs.me/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/fs-minipass
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/fs-minipass/LICENSE
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/watchpack/node_modules/fsevents/node_modules/fs-minipass
+│ └─ licenseFile: node_modules/watchpack/node_modules/fsevents/node_modules/fs-minipass/LICENSE
├─ fs-write-stream-atomic@1.0.10
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/npm/fs-write-stream-atomic
@@ -3115,7 +1426,7 @@ Data Controller uses the following licences:
│ ├─ email: i@izs.me
│ ├─ url: http://blog.izs.me/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/fs-write-stream-atomic
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/fs-write-stream-atomic/LICENSE
+│ └─ licenseFile: node_modules/fs-write-stream-atomic/LICENSE
├─ fs.realpath@1.0.0
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/fs.realpath
@@ -3123,14 +1434,14 @@ Data Controller uses the following licences:
│ ├─ email: i@izs.me
│ ├─ url: http://blog.izs.me/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/fs.realpath
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/fs.realpath/LICENSE
-├─ fsevents@1.2.7
+│ └─ licenseFile: node_modules/fs.realpath/LICENSE
+├─ fsevents@1.2.12
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/strongloop/fsevents
│ ├─ publisher: Philipp Dunkel
│ ├─ email: pip@pipobscure.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/fsevents
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/fsevents/LICENSE
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/watchpack/node_modules/fsevents
+│ └─ licenseFile: node_modules/watchpack/node_modules/fsevents/LICENSE
├─ fstream@1.0.12
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/npm/fstream
@@ -3138,48 +1449,27 @@ Data Controller uses the following licences:
│ ├─ email: i@izs.me
│ ├─ url: http://blog.izs.me/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/fstream
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/fstream/LICENSE
+│ └─ licenseFile: node_modules/fstream/LICENSE
├─ gauge@2.7.4
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/iarna/gauge
│ ├─ publisher: Rebecca Turner
│ ├─ email: me@re-becca.org
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/gauge
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/gauge/LICENSE
+│ └─ licenseFile: node_modules/gauge/LICENSE
├─ gaze@1.1.3
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/shama/gaze
│ ├─ publisher: Kyle Robinson Young
│ ├─ email: kyle@dontkry.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/gaze
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/gaze/LICENSE-MIT
-├─ genfun@5.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/zkat/genfun
-│ ├─ publisher: Kat Marchán
-│ ├─ email: kzm@sykosomatic.org
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/genfun
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/genfun/LICENSE
+│ └─ licenseFile: node_modules/gaze/LICENSE-MIT
├─ get-caller-file@1.0.3
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/stefanpenner/get-caller-file
│ ├─ publisher: Stefan Penner
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/get-caller-file
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/get-caller-file/LICENSE.md
-├─ get-caller-file@2.0.5
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/stefanpenner/get-caller-file
-│ ├─ publisher: Stefan Penner
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/get-caller-file
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/get-caller-file/LICENSE.md
-├─ get-pkg-repo@1.4.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/stevemao/get-pkg-repo
-│ ├─ publisher: Steve Mao
-│ ├─ email: maochenyan@gmail.com
-│ ├─ url: https://github.com/stevemao
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/get-pkg-repo
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/get-pkg-repo/README.md
+│ └─ licenseFile: node_modules/get-caller-file/LICENSE.md
├─ get-stdin@4.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/get-stdin
@@ -3187,219 +1477,60 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: http://sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/get-stdin
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/get-stdin/readme.md
-├─ get-stream@3.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/get-stream
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/get-stream
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/get-stream/license
-├─ get-stream@4.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/get-stream
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/pacote/node_modules/get-stream
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/pacote/node_modules/get-stream/license
+│ └─ licenseFile: node_modules/get-stdin/readme.md
├─ get-value@2.0.6
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/get-value
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/get-value
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/get-value/LICENSE
+│ └─ licenseFile: node_modules/get-value/LICENSE
├─ getpass@0.1.7
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/arekinath/node-getpass
│ ├─ publisher: Alex Wilson
│ ├─ email: alex.wilson@joyent.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/getpass
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/getpass/LICENSE
-├─ git-describe@4.0.4
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/tvdstaaij/node-git-describe
-│ ├─ publisher: Tim van der Staaij
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/git-describe
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/git-describe/README.md
-├─ git-raw-commits@2.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/conventional-changelog/conventional-changelog
-│ ├─ publisher: Steve Mao
-│ ├─ email: maochenyan@gmail.com
-│ ├─ url: https://github.com/stevemao
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/git-raw-commits
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/git-raw-commits/LICENSE.md
-├─ git-remote-origin-url@2.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/git-remote-origin-url
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/git-remote-origin-url
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/git-remote-origin-url/license
-├─ git-semver-tags@3.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/conventional-changelog/conventional-changelog
-│ ├─ publisher: Steve Mao
-│ ├─ email: maochenyan@gmail.com
-│ ├─ url: https://github.com/stevemao
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/git-semver-tags
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/git-semver-tags/LICENSE.md
-├─ git-semver-tags@3.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/conventional-changelog/conventional-changelog
-│ ├─ publisher: Steve Mao
-│ ├─ email: maochenyan@gmail.com
-│ ├─ url: https://github.com/stevemao
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-core/node_modules/git-semver-tags
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-core/node_modules/git-semver-tags/LICENSE.md
-├─ gitconfiglocal@1.0.0
-│ ├─ licenses: BSD*
-│ ├─ repository: https://github.com/soldair/node-gitconfiglocal
-│ ├─ publisher: Ryan Day
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/gitconfiglocal
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/gitconfiglocal/README.md
+│ └─ licenseFile: node_modules/getpass/LICENSE
├─ glob-parent@3.1.0
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/es128/glob-parent
│ ├─ publisher: Elan Shanker
│ ├─ url: https://github.com/es128
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/glob-parent
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/glob-parent/LICENSE
-├─ glob@5.0.15
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/isaacs/node-glob
-│ ├─ publisher: Isaac Z. Schlueter
-│ ├─ email: i@izs.me
-│ ├─ url: http://blog.izs.me/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/istanbul/node_modules/glob
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/istanbul/node_modules/glob/LICENSE
-├─ glob@7.0.6
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/isaacs/node-glob
-│ ├─ publisher: Isaac Z. Schlueter
-│ ├─ email: i@izs.me
-│ ├─ url: http://blog.izs.me/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/stylus/node_modules/glob
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/stylus/node_modules/glob/LICENSE
-├─ glob@7.1.3
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/isaacs/node-glob
-│ ├─ publisher: Isaac Z. Schlueter
-│ ├─ email: i@izs.me
-│ ├─ url: http://blog.izs.me/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/glob
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/glob/LICENSE
+│ └─ licenseFile: node_modules/glob-parent/LICENSE
├─ glob@7.1.6
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/node-glob
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: i@izs.me
│ ├─ url: http://blog.izs.me/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/glob
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/glob/LICENSE
-├─ globals@9.18.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/globals
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: http://sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/globals
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/globals/license
-├─ globby@5.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/globby
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/webdriver-manager/node_modules/globby
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/webdriver-manager/node_modules/globby/license
-├─ globby@6.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/globby
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/del/node_modules/globby
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/del/node_modules/globby/license
-├─ globby@7.1.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/globby
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/globby
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/globby/license
-├─ globule@1.2.1
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/glob
+│ └─ licenseFile: node_modules/glob/LICENSE
+├─ globule@1.3.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/cowboy/node-globule
│ ├─ publisher: "Cowboy" Ben Alman
│ ├─ url: http://benalman.com/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/globule
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/globule/LICENSE
-├─ glogg@1.0.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/gulpjs/glogg
-│ ├─ publisher: Gulp Team
-│ ├─ email: team@gulpjs.com
-│ ├─ url: http://gulpjs.com/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/glogg
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/glogg/LICENSE
+│ └─ licenseFile: node_modules/globule/LICENSE
├─ good-listener@1.2.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/zenorocha/good-listener
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/good-listener
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/good-listener/readme.md
-├─ graceful-fs@4.1.15
+│ └─ licenseFile: node_modules/good-listener/readme.md
+├─ graceful-fs@4.2.3
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/node-graceful-fs
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/graceful-fs
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/graceful-fs/LICENSE
-├─ gulp-util@3.0.7
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/gulpjs/gulp-util
-│ ├─ publisher: Fractal
-│ ├─ email: contact@wearefractal.com
-│ ├─ url: http://wearefractal.com/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/gulp-util
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/gulp-util/LICENSE
-├─ gulplog@1.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/gulpjs/gulplog
-│ ├─ publisher: Blaine Bublitz
-│ ├─ email: blaine@iceddev.com
-│ ├─ url: http://iceddev.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/gulplog
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/gulplog/LICENSE
-├─ h54s@1.0.0
-│ ├─ licenses: Custom: https://img.shields.io/npm/v/axios.svg
-│ ├─ repository: https://github.com/Boemska/h54s
-│ ├─ publisher: Boemska
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/h54s
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/h54s/LICENCE.md
-├─ handle-thing@2.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/indutny/handle-thing
-│ ├─ publisher: Fedor Indutny
-│ ├─ email: fedor@indutny.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/handle-thing
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/handle-thing/README.md
-├─ handlebars@4.5.3
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/wycats/handlebars.js
-│ ├─ publisher: Yehuda Katz
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/handlebars
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/handlebars/LICENSE
-├─ handsontable@7.3.0
-│ ├─ licenses: Custom: https://raw.githubusercontent.com/handsontable/static-files/master/Images/Logo/Handsontable/Handsontable-logo-300-74-new.png
+│ └─ licenseFile: node_modules/graceful-fs/LICENSE
+├─ handsontable@7.4.2
+│ ├─ licenses: Custom: https://raw.githubusercontent.com/handsontable/handsontable/develop/resources/handsontable-logo.svg
│ ├─ repository: https://github.com/handsontable/handsontable
│ ├─ publisher: Handsoncode
│ ├─ email: hello@handsontable.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/handsontable
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/handsontable/LICENSE.txt
+│ └─ licenseFile: node_modules/handsontable/LICENSE.txt
├─ har-schema@2.0.0
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/ahmadnassri/har-schema
@@ -3407,7 +1538,7 @@ Data Controller uses the following licences:
│ ├─ email: ahmad@ahmadnassri.com
│ ├─ url: https://www.ahmadnassri.com/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/har-schema
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/har-schema/LICENSE
+│ └─ licenseFile: node_modules/har-schema/LICENSE
├─ har-validator@5.1.3
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/ahmadnassri/node-har-validator
@@ -3415,7 +1546,7 @@ Data Controller uses the following licences:
│ ├─ email: ahmad@ahmadnassri.com
│ ├─ url: https://www.ahmadnassri.com/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/har-validator
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/har-validator/LICENSE
+│ └─ licenseFile: node_modules/har-validator/LICENSE
├─ has-ansi@2.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/has-ansi
@@ -3423,87 +1554,42 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/has-ansi
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/has-ansi/license
-├─ has-binary2@1.0.3
-│ ├─ licenses: MIT
-│ ├─ publisher: Kevin Roark
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/has-binary2
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/has-binary2/LICENSE
-├─ has-cors@1.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/component/has-cors
-│ ├─ publisher: Nathan Rajlich
-│ ├─ email: nathan@tootallnate.net
-│ ├─ url: http://n8.io/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/has-cors
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/has-cors/Readme.md
-├─ has-flag@1.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/has-flag
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/istanbul/node_modules/has-flag
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/istanbul/node_modules/has-flag/license
-├─ has-flag@3.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/has-flag
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/has-flag
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/has-flag/license
-├─ has-flag@4.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/has-flag
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/has-flag
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/has-flag/license
-├─ has-gulplog@0.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/gulpjs/has-gulplog
-│ ├─ publisher: Blaine Bublitz
-│ ├─ email: blaine@iceddev.com
-│ ├─ url: http://iceddev.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/has-gulplog
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/has-gulplog/LICENSE
+│ └─ licenseFile: node_modules/has-ansi/license
├─ has-unicode@2.0.1
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/iarna/has-unicode
│ ├─ publisher: Rebecca Turner
│ ├─ email: me@re-becca.org
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/has-unicode
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/has-unicode/LICENSE
+│ └─ licenseFile: node_modules/has-unicode/LICENSE
├─ has-value@0.3.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/has-value
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/unset-value/node_modules/has-value
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/unset-value/node_modules/has-value/LICENSE
+│ └─ licenseFile: node_modules/unset-value/node_modules/has-value/LICENSE
├─ has-value@1.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/has-value
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/has-value
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/has-value/LICENSE
+│ └─ licenseFile: node_modules/has-value/LICENSE
├─ has-values@0.1.4
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/has-values
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/unset-value/node_modules/has-values
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/unset-value/node_modules/has-values/LICENSE
+│ └─ licenseFile: node_modules/unset-value/node_modules/has-values/LICENSE
├─ has-values@1.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/has-values
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/has-values
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/has-values/LICENSE
+│ └─ licenseFile: node_modules/has-values/LICENSE
├─ hash-base@3.0.4
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/crypto-browserify/hash-base
@@ -3511,130 +1597,42 @@ Data Controller uses the following licences:
│ ├─ email: fanatid@ya.ru
│ ├─ url: https://github.com/fanatid
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/hash-base
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/hash-base/LICENSE
+│ └─ licenseFile: node_modules/hash-base/LICENSE
├─ hash.js@1.1.7
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/indutny/hash.js
│ ├─ publisher: Fedor Indutny
│ ├─ email: fedor@indutny.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/hash.js
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/hash.js/README.md
-├─ hasha@2.2.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/hasha
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/hasha
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/hasha/license
+│ └─ licenseFile: node_modules/hash.js/README.md
├─ hmac-drbg@1.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/indutny/hmac-drbg
│ ├─ publisher: Fedor Indutny
│ ├─ email: fedor@indutny.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/hmac-drbg
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/hmac-drbg/README.md
-├─ homedir-polyfill@1.0.3
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/doowb/homedir-polyfill
-│ ├─ publisher: Brian Woodward
-│ ├─ url: https://github.com/doowb
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/homedir-polyfill
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/homedir-polyfill/LICENSE
-├─ hosted-git-info@2.7.1
+│ └─ licenseFile: node_modules/hmac-drbg/README.md
+├─ hosted-git-info@2.8.8
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/npm/hosted-git-info
│ ├─ publisher: Rebecca Turner
│ ├─ email: me@re-becca.org
│ ├─ url: http://re-becca.org
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/hosted-git-info
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/hosted-git-info/LICENSE
-├─ hot-formula-parser@3.0.1
+│ └─ licenseFile: node_modules/hosted-git-info/LICENSE
+├─ hot-formula-parser@3.0.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/handsontable/formula-parser
│ ├─ publisher: Handsoncode
│ ├─ email: hello@handsontable.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/hot-formula-parser
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/hot-formula-parser/LICENSE
-├─ hpack.js@2.1.6
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/indutny/hpack.js
-│ ├─ publisher: Fedor Indutny
-│ ├─ email: fedor@indutny.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/hpack.js
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/hpack.js/README.md
-├─ html-entities@1.2.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/mdevils/node-html-entities
-│ ├─ publisher: Marat Dulin
-│ ├─ email: mdevils@yandex.ru
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/html-entities
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/html-entities/LICENSE
-├─ http-cache-semantics@3.8.1
-│ ├─ licenses: BSD-2-Clause
-│ ├─ repository: https://github.com/pornel/http-cache-semantics
-│ ├─ publisher: Kornel Lesiński
-│ ├─ email: kornel@geekhood.net
-│ ├─ url: https://kornel.ski/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/http-cache-semantics
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/http-cache-semantics/README.md
-├─ http-deceiver@1.2.7
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/indutny/http-deceiver
-│ ├─ publisher: Fedor Indutny
-│ ├─ email: fedor@indutny.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/http-deceiver
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/http-deceiver/README.md
-├─ http-errors@1.6.3
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jshttp/http-errors
-│ ├─ publisher: Jonathan Ong
-│ ├─ email: me@jongleberry.com
-│ ├─ url: http://jongleberry.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/http-errors
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/http-errors/LICENSE
-├─ http-errors@1.7.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jshttp/http-errors
-│ ├─ publisher: Jonathan Ong
-│ ├─ email: me@jongleberry.com
-│ ├─ url: http://jongleberry.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/send/node_modules/http-errors
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/send/node_modules/http-errors/LICENSE
-├─ http-parser-js@0.5.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/creationix/http-parser-js
-│ ├─ publisher: Tim Caswell
-│ ├─ url: https://github.com/creationix
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/http-parser-js
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/http-parser-js/LICENSE.md
-├─ http-proxy-agent@2.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/TooTallNate/node-http-proxy-agent
-│ ├─ publisher: Nathan Rajlich
-│ ├─ email: nathan@tootallnate.net
-│ ├─ url: http://n8.io/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/http-proxy-agent
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/http-proxy-agent/README.md
-├─ http-proxy-middleware@0.18.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/chimurai/http-proxy-middleware
-│ ├─ publisher: Steven Chim
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/http-proxy-middleware
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/http-proxy-middleware/LICENSE
-├─ http-proxy@1.17.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/nodejitsu/node-http-proxy
-│ ├─ publisher: Charlie Robbins
-│ ├─ email: charlie.robbins@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/http-proxy
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/http-proxy/LICENSE
+│ └─ licenseFile: node_modules/hot-formula-parser/LICENSE
├─ http-signature@1.2.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/joyent/node-http-signature
│ ├─ publisher: Joyent, Inc
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/http-signature
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/http-signature/LICENSE
+│ └─ licenseFile: node_modules/http-signature/LICENSE
├─ https-browserify@1.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/substack/https-browserify
@@ -3642,44 +1640,21 @@ Data Controller uses the following licences:
│ ├─ email: mail@substack.net
│ ├─ url: http://substack.net
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/https-browserify
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/https-browserify/LICENSE
-├─ https-proxy-agent@2.2.4
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/TooTallNate/node-https-proxy-agent
-│ ├─ publisher: Nathan Rajlich
-│ ├─ email: nathan@tootallnate.net
-│ ├─ url: http://n8.io/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/https-proxy-agent
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/https-proxy-agent/README.md
-├─ humanize-ms@1.2.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/node-modules/humanize-ms
-│ ├─ publisher: dead-horse
-│ ├─ email: dead_horse@qq.com
-│ ├─ url: http://deadhorse.me
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/humanize-ms
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/humanize-ms/LICENSE
-├─ iconv-lite@0.4.23
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/ashtuchkin/iconv-lite
-│ ├─ publisher: Alexander Shtuchkin
-│ ├─ email: ashtuchkin@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/raw-body/node_modules/iconv-lite
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/raw-body/node_modules/iconv-lite/LICENSE
+│ └─ licenseFile: node_modules/https-browserify/LICENSE
├─ iconv-lite@0.4.24
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/ashtuchkin/iconv-lite
│ ├─ publisher: Alexander Shtuchkin
│ ├─ email: ashtuchkin@gmail.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/encoding/node_modules/iconv-lite
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/encoding/node_modules/iconv-lite/LICENSE
-├─ iconv-lite@0.5.0
+│ └─ licenseFile: node_modules/encoding/node_modules/iconv-lite/LICENSE
+├─ iconv-lite@0.5.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/ashtuchkin/iconv-lite
│ ├─ publisher: Alexander Shtuchkin
│ ├─ email: ashtuchkin@gmail.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/iconv-lite
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/iconv-lite/LICENSE
+│ └─ licenseFile: node_modules/iconv-lite/LICENSE
├─ ieee754@1.1.13
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/feross/ieee754
@@ -3687,64 +1662,21 @@ Data Controller uses the following licences:
│ ├─ email: feross@feross.org
│ ├─ url: http://feross.org
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/ieee754
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/ieee754/LICENSE
+│ └─ licenseFile: node_modules/ieee754/LICENSE
├─ iferr@0.1.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/shesek/iferr
│ ├─ publisher: Nadav Ivgi
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/iferr
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/iferr/LICENSE
-├─ ignore-walk@3.0.1
+│ └─ licenseFile: node_modules/iferr/LICENSE
+├─ ignore-walk@3.0.3
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/ignore-walk
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: i@izs.me
│ ├─ url: http://blog.izs.me/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/ignore-walk
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/ignore-walk/LICENSE
-├─ ignore@3.3.10
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/kaelzhang/node-ignore
-│ ├─ publisher: kael
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/ignore
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/ignore/README.md
-├─ image-size@0.5.5
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/image-size/image-size
-│ ├─ publisher: netroy
-│ ├─ email: aditya@netroy.in
-│ ├─ url: http://netroy.in/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/image-size
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/image-size/LICENSE
-├─ immediate@3.0.6
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/calvinmetcalf/immediate
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/immediate
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/immediate/LICENSE.txt
-├─ import-cwd@2.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/import-cwd
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/import-cwd
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/import-cwd/license
-├─ import-from@2.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/import-from
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/import-from
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/import-from/license
-├─ import-local@2.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/import-local
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/import-local
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/import-local/license
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/watchpack/node_modules/fsevents/node_modules/ignore-walk
+│ └─ licenseFile: node_modules/watchpack/node_modules/fsevents/node_modules/ignore-walk/LICENSE
├─ imurmurhash@0.1.4
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jensyt/imurmurhash-js
@@ -3752,14 +1684,14 @@ Data Controller uses the following licences:
│ ├─ email: jensyt@gmail.com
│ ├─ url: https://github.com/homebrewing
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/imurmurhash
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/imurmurhash/README.md
-├─ in-publish@2.0.0
+│ └─ licenseFile: node_modules/imurmurhash/README.md
+├─ in-publish@2.0.1
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/iarna/in-publish
│ ├─ publisher: Rebecca Turner
│ ├─ email: me@re-becca.org
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/in-publish
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/in-publish/LICENSE
+│ └─ licenseFile: node_modules/in-publish/LICENSE
├─ indent-string@2.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/indent-string
@@ -3767,19 +1699,15 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/indent-string
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/indent-string/license
-├─ indent-string@3.2.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/indent-string
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer/node_modules/indent-string
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer/node_modules/indent-string/license
-├─ indexof@0.0.1
-│ ├─ licenses: MIT*
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/indexof
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/indexof/Readme.md
+│ └─ licenseFile: node_modules/indent-string/license
+├─ infer-owner@1.0.4
+│ ├─ licenses: ISC
+│ ├─ repository: https://github.com/npm/infer-owner
+│ ├─ publisher: Isaac Z. Schlueter
+│ ├─ email: i@izs.me
+│ ├─ url: https://izs.me
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/infer-owner
+│ └─ licenseFile: node_modules/infer-owner/LICENSE
├─ inflight@1.0.6
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/npm/inflight
@@ -3787,55 +1715,30 @@ Data Controller uses the following licences:
│ ├─ email: i@izs.me
│ ├─ url: http://blog.izs.me/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/inflight
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/inflight/LICENSE
+│ └─ licenseFile: node_modules/inflight/LICENSE
├─ inherits@2.0.1
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/inherits
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/assert/node_modules/inherits
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/assert/node_modules/inherits/LICENSE
+│ └─ licenseFile: node_modules/assert/node_modules/inherits/LICENSE
├─ inherits@2.0.3
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/inherits
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/util/node_modules/inherits
+│ └─ licenseFile: node_modules/util/node_modules/inherits/LICENSE
+├─ inherits@2.0.4
+│ ├─ licenses: ISC
+│ ├─ repository: https://github.com/isaacs/inherits
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/inherits
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/inherits/LICENSE
+│ └─ licenseFile: node_modules/inherits/LICENSE
├─ ini@1.3.5
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/ini
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: i@izs.me
│ ├─ url: http://blog.izs.me/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/ini
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/ini/LICENSE
-├─ inquirer@6.2.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/SBoudrias/Inquirer.js
-│ ├─ publisher: Simon Boudrias
-│ ├─ email: admin@simonboudrias.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/inquirer
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/inquirer/README.md
-├─ internal-ip@3.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/internal-ip
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/internal-ip
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/internal-ip/license
-├─ interpret@1.2.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/gulpjs/interpret
-│ ├─ publisher: Gulp Team
-│ ├─ email: team@gulpjs.com
-│ ├─ url: http://gulpjs.com/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/interpret
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/interpret/LICENSE
-├─ invariant@2.2.4
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/zertosh/invariant
-│ ├─ publisher: Andres Suarez
-│ ├─ email: zertosh@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/invariant
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/invariant/LICENSE
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/watchpack/node_modules/fsevents/node_modules/ini
+│ └─ licenseFile: node_modules/watchpack/node_modules/fsevents/node_modules/ini/LICENSE
├─ invert-kv@1.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/invert-kv
@@ -3843,66 +1746,36 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: http://sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/invert-kv
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/invert-kv/readme.md
-├─ invert-kv@2.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/invert-kv
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/webpack-dev-server/node_modules/invert-kv
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/webpack-dev-server/node_modules/invert-kv/license
-├─ ip-regex@2.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/ip-regex
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/ip-regex
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/ip-regex/license
-├─ ip@1.1.5
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/indutny/node-ip
-│ ├─ publisher: Fedor Indutny
-│ ├─ email: fedor@indutny.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/ip
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/ip/README.md
-├─ ipaddr.js@1.9.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/whitequark/ipaddr.js
-│ ├─ publisher: whitequark
-│ ├─ email: whitequark@whitequark.org
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/ipaddr.js
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/ipaddr.js/LICENSE
+│ └─ licenseFile: node_modules/invert-kv/readme.md
├─ is-accessor-descriptor@0.1.6
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/is-accessor-descriptor
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/is-accessor-descriptor
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/is-accessor-descriptor/LICENSE
+│ └─ licenseFile: node_modules/is-accessor-descriptor/LICENSE
├─ is-accessor-descriptor@1.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/is-accessor-descriptor
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/base/node_modules/is-accessor-descriptor
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/base/node_modules/is-accessor-descriptor/LICENSE
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/define-property/node_modules/is-accessor-descriptor
+│ └─ licenseFile: node_modules/define-property/node_modules/is-accessor-descriptor/LICENSE
├─ is-arrayish@0.2.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/qix-/node-is-arrayish
│ ├─ publisher: Qix
│ ├─ url: http://github.com/qix-
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/is-arrayish
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/is-arrayish/LICENSE
+│ └─ licenseFile: node_modules/is-arrayish/LICENSE
├─ is-binary-path@1.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/is-binary-path
│ ├─ publisher: Sindre Sorhus
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/is-binary-path
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/is-binary-path/license
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/watchpack/node_modules/is-binary-path
+│ └─ licenseFile: node_modules/watchpack/node_modules/is-binary-path/license
├─ is-buffer@1.1.6
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/feross/is-buffer
@@ -3910,71 +1783,64 @@ Data Controller uses the following licences:
│ ├─ email: feross@feross.org
│ ├─ url: http://feross.org/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/is-buffer
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/is-buffer/LICENSE
+│ └─ licenseFile: node_modules/is-buffer/LICENSE
├─ is-data-descriptor@0.1.4
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/is-data-descriptor
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/is-data-descriptor
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/is-data-descriptor/LICENSE
+│ └─ licenseFile: node_modules/is-data-descriptor/LICENSE
├─ is-data-descriptor@1.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/is-data-descriptor
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/base/node_modules/is-data-descriptor
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/base/node_modules/is-data-descriptor/LICENSE
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/define-property/node_modules/is-data-descriptor
+│ └─ licenseFile: node_modules/define-property/node_modules/is-data-descriptor/LICENSE
├─ is-descriptor@0.1.6
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/is-descriptor
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/is-descriptor
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/is-descriptor/LICENSE
+│ └─ licenseFile: node_modules/is-descriptor/LICENSE
├─ is-descriptor@1.0.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/is-descriptor
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/base/node_modules/is-descriptor
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/base/node_modules/is-descriptor/LICENSE
-├─ is-directory@0.3.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jonschlinkert/is-directory
-│ ├─ publisher: Jon Schlinkert
-│ ├─ url: https://github.com/jonschlinkert
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/is-directory
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/is-directory/LICENSE
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/define-property/node_modules/is-descriptor
+│ └─ licenseFile: node_modules/define-property/node_modules/is-descriptor/LICENSE
├─ is-extendable@0.1.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/is-extendable
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/is-extendable
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/is-extendable/LICENSE
+│ └─ licenseFile: node_modules/is-extendable/LICENSE
├─ is-extendable@1.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/is-extendable
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/extend-shallow/node_modules/is-extendable
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/extend-shallow/node_modules/is-extendable/LICENSE
+│ └─ licenseFile: node_modules/extend-shallow/node_modules/is-extendable/LICENSE
├─ is-extglob@2.1.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/is-extglob
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/is-extglob
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/is-extglob/LICENSE
-├─ is-finite@1.0.2
+│ └─ licenseFile: node_modules/is-extglob/LICENSE
+├─ is-finite@1.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/is-finite
│ ├─ publisher: Sindre Sorhus
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/is-finite
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/is-finite/license
+│ └─ licenseFile: node_modules/is-finite/license
├─ is-fullwidth-code-point@1.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/is-fullwidth-code-point
@@ -3982,97 +1848,35 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/is-fullwidth-code-point
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/is-fullwidth-code-point/license
-├─ is-fullwidth-code-point@2.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/is-fullwidth-code-point
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@angular/compiler-cli/node_modules/is-fullwidth-code-point
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@angular/compiler-cli/node_modules/is-fullwidth-code-point/license
-├─ is-fullwidth-code-point@3.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/is-fullwidth-code-point
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/is-fullwidth-code-point
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/is-fullwidth-code-point/license
+│ └─ licenseFile: node_modules/is-fullwidth-code-point/license
├─ is-glob@3.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/is-glob
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/glob-parent/node_modules/is-glob
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/glob-parent/node_modules/is-glob/LICENSE
+│ └─ licenseFile: node_modules/glob-parent/node_modules/is-glob/LICENSE
├─ is-glob@4.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/micromatch/is-glob
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/is-glob
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/is-glob/LICENSE
+│ └─ licenseFile: node_modules/is-glob/LICENSE
├─ is-number@3.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/is-number
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/is-number
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/is-number/LICENSE
-├─ is-obj@1.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/is-obj
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/is-obj
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/is-obj/license
-├─ is-path-cwd@1.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/is-path-cwd
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: http://sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/is-path-cwd
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/is-path-cwd/readme.md
-├─ is-path-in-cwd@1.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/is-path-in-cwd
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: http://sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/is-path-in-cwd
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/is-path-in-cwd/license
-├─ is-path-inside@1.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/is-path-inside
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/is-path-inside
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/is-path-inside/license
-├─ is-plain-obj@1.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/is-plain-obj
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/is-plain-obj
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/is-plain-obj/license
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/has-values/node_modules/is-number
+│ └─ licenseFile: node_modules/has-values/node_modules/is-number/LICENSE
├─ is-plain-object@2.0.4
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/is-plain-object
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/is-plain-object
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/is-plain-object/LICENSE
-├─ is-promise@2.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/then/is-promise
-│ ├─ publisher: ForbesLindesay
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/is-promise
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/is-promise/LICENSE
+│ └─ licenseFile: node_modules/is-plain-object/LICENSE
├─ is-stream@1.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/is-stream
@@ -4080,15 +1884,7 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/is-stream
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/is-stream/license
-├─ is-text-path@1.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/is-text-path
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/is-text-path
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/is-text-path/license
+│ └─ licenseFile: node_modules/is-stream/license
├─ is-typedarray@1.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/hughsk/is-typedarray
@@ -4096,20 +1892,20 @@ Data Controller uses the following licences:
│ ├─ email: hughskennedy@gmail.com
│ ├─ url: http://hughsk.io/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/is-typedarray
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/is-typedarray/LICENSE.md
+│ └─ licenseFile: node_modules/is-typedarray/LICENSE.md
├─ is-utf8@0.2.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/wayfind/is-utf8
│ ├─ publisher: wayfind
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/is-utf8
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/is-utf8/LICENSE
+│ └─ licenseFile: node_modules/is-utf8/LICENSE
├─ is-windows@1.0.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/is-windows
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/is-windows
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/is-windows/LICENSE
+│ └─ licenseFile: node_modules/is-windows/LICENSE
├─ is-wsl@1.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/is-wsl
@@ -4117,15 +1913,7 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/is-wsl
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/is-wsl/license
-├─ isarray@0.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/juliangruber/isarray
-│ ├─ publisher: Julian Gruber
-│ ├─ email: mail@juliangruber.com
-│ ├─ url: http://juliangruber.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/duplexer2/node_modules/isarray
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/duplexer2/node_modules/isarray/README.md
+│ └─ licenseFile: node_modules/is-wsl/license
├─ isarray@1.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/juliangruber/isarray
@@ -4133,20 +1921,7 @@ Data Controller uses the following licences:
│ ├─ email: mail@juliangruber.com
│ ├─ url: http://juliangruber.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/isarray
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/isarray/README.md
-├─ isarray@2.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/juliangruber/isarray
-│ ├─ publisher: Julian Gruber
-│ ├─ email: mail@juliangruber.com
-│ ├─ url: http://juliangruber.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/has-binary2/node_modules/isarray
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/has-binary2/node_modules/isarray/README.md
-├─ isbinaryfile@3.0.3
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/gjtorikian/isBinaryFile
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/isbinaryfile
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/isbinaryfile/LICENSE.txt
+│ └─ licenseFile: node_modules/isarray/README.md
├─ isexe@2.0.0
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/isexe
@@ -4154,84 +1929,35 @@ Data Controller uses the following licences:
│ ├─ email: i@izs.me
│ ├─ url: http://blog.izs.me/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/isexe
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/isexe/LICENSE
+│ └─ licenseFile: node_modules/isexe/LICENSE
├─ isobject@2.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/isobject
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/unset-value/node_modules/has-value/node_modules/isobject
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/unset-value/node_modules/has-value/node_modules/isobject/LICENSE
+│ └─ licenseFile: node_modules/unset-value/node_modules/has-value/node_modules/isobject/LICENSE
├─ isobject@3.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/isobject
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/isobject
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/isobject/LICENSE
+│ └─ licenseFile: node_modules/isobject/LICENSE
+├─ isomorphic-fetch@2.2.1
+│ ├─ licenses: MIT
+│ ├─ repository: https://github.com/matthew-andrews/isomorphic-fetch
+│ ├─ publisher: Matt Andrews
+│ ├─ email: matt@mattandre.ws
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/isomorphic-fetch
+│ └─ licenseFile: node_modules/isomorphic-fetch/LICENSE
├─ isstream@0.1.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/rvagg/isstream
│ ├─ publisher: Rod Vagg
│ ├─ email: rod@vagg.org
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/isstream
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/isstream/LICENSE.md
-├─ istanbul-instrumenter-loader@3.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/webpack-contrib/istanbul-instrumenter-loader
-│ ├─ publisher: Kir Belevich
-│ ├─ url: @deepsweet
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/istanbul-instrumenter-loader
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/istanbul-instrumenter-loader/LICENSE
-├─ istanbul-lib-coverage@1.2.1
-│ ├─ licenses: BSD-3-Clause
-│ ├─ repository: https://github.com/istanbuljs/istanbuljs
-│ ├─ publisher: Krishnan Anantheswaran
-│ ├─ email: kananthmail-github@yahoo.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/istanbul-lib-coverage
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/istanbul-lib-coverage/LICENSE
-├─ istanbul-lib-instrument@1.10.2
-│ ├─ licenses: BSD-3-Clause
-│ ├─ repository: https://github.com/istanbuljs/istanbuljs
-│ ├─ publisher: Krishnan Anantheswaran
-│ ├─ email: kananthmail-github@yahoo.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/istanbul-lib-instrument
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/istanbul-lib-instrument/LICENSE
-├─ istanbul@0.4.5
-│ ├─ licenses: BSD-3-Clause
-│ ├─ repository: https://github.com/gotwarlost/istanbul
-│ ├─ publisher: Krishnan Anantheswaran
-│ ├─ email: kananthmail-github@yahoo.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/istanbul
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/istanbul/LICENSE
-├─ jasmine-core@2.8.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jasmine/jasmine
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/jasmine/node_modules/jasmine-core
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/jasmine/node_modules/jasmine-core/README.md
-├─ jasmine-core@2.99.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jasmine/jasmine
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/jasmine-core
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/jasmine-core/README.md
-├─ jasmine-spec-reporter@4.2.1
-│ ├─ licenses: Apache-2.0
-│ ├─ repository: https://github.com/bcaudan/jasmine-spec-reporter
-│ ├─ publisher: Bastien Caudan
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/jasmine-spec-reporter
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/jasmine-spec-reporter/LICENSE
-├─ jasmine@2.8.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jasmine/jasmine-npm
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/jasmine
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/jasmine/README.md
-├─ jasminewd2@2.2.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/angular/jasminewd
-│ ├─ publisher: Julie Ralph
-│ ├─ email: ju.ralph@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/jasminewd2
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/jasminewd2/LICENSE
+│ └─ licenseFile: node_modules/isstream/LICENSE.md
├─ jquery-datetimepicker@2.5.21
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/xdan/datetimepicker
@@ -4239,79 +1965,46 @@ Data Controller uses the following licences:
│ ├─ email: chupurnov@gmail.com
│ ├─ url: https://xdsoft.net/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/jquery-datetimepicker
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/jquery-datetimepicker/README.md
+│ └─ licenseFile: node_modules/jquery-datetimepicker/README.md
├─ jquery-mousewheel@3.1.13
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jquery/jquery-mousewheel
│ ├─ publisher: jQuery Foundation and other contributors
│ ├─ url: https://github.com/jquery/jquery-mousewheel/blob/master/AUTHORS.txt
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/jquery-mousewheel
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/jquery-mousewheel/LICENSE.txt
+│ └─ licenseFile: node_modules/jquery-mousewheel/LICENSE.txt
├─ jquery@3.4.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jquery/jquery
│ ├─ publisher: JS Foundation and other contributors
│ ├─ url: https://github.com/jquery/jquery/blob/3.4.1/AUTHORS.txt
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/jquery
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/jquery/LICENSE.txt
-├─ js-base64@2.5.1
+│ └─ licenseFile: node_modules/jquery/LICENSE.txt
+├─ js-base64@2.5.2
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/dankogai/js-base64
│ ├─ publisher: Dan Kogai
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/js-base64
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/js-base64/LICENSE.md
-├─ js-tokens@3.0.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/lydell/js-tokens
-│ ├─ publisher: Simon Lydell
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/js-tokens
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/js-tokens/LICENSE
-├─ js-yaml@3.13.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/nodeca/js-yaml
-│ ├─ publisher: Vladimir Zapparov
-│ ├─ email: dervus.grim@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/js-yaml
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/js-yaml/LICENSE
+│ └─ licenseFile: node_modules/js-base64/LICENSE.md
├─ jsbn@0.1.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/andyperlitch/jsbn
│ ├─ publisher: Tom Wu
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/jsbn
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/jsbn/LICENSE
-├─ jsesc@0.5.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/mathiasbynens/jsesc
-│ ├─ publisher: Mathias Bynens
-│ ├─ url: http://mathiasbynens.be/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/regjsparser/node_modules/jsesc
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/regjsparser/node_modules/jsesc/LICENSE-MIT.txt
-├─ jsesc@1.3.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/mathiasbynens/jsesc
-│ ├─ publisher: Mathias Bynens
-│ ├─ url: https://mathiasbynens.be/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/jsesc
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/jsesc/LICENSE-MIT.txt
+│ └─ licenseFile: node_modules/jsbn/LICENSE
├─ json-parse-better-errors@1.0.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/zkat/json-parse-better-errors
│ ├─ publisher: Kat Marchán
│ ├─ email: kzm@zkat.tech
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/json-parse-better-errors
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/json-parse-better-errors/LICENSE.md
-├─ json-schema-traverse@0.3.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/epoberezkin/json-schema-traverse
-│ ├─ publisher: Evgeny Poberezkin
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/istanbul-instrumenter-loader/node_modules/json-schema-traverse
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/istanbul-instrumenter-loader/node_modules/json-schema-traverse/LICENSE
+│ └─ licenseFile: node_modules/json-parse-better-errors/LICENSE.md
├─ json-schema-traverse@0.4.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/epoberezkin/json-schema-traverse
│ ├─ publisher: Evgeny Poberezkin
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/json-schema-traverse
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/json-schema-traverse/LICENSE
+│ └─ licenseFile: node_modules/json-schema-traverse/LICENSE
├─ json-schema@0.2.3
│ ├─ licenses
│ │ ├─ 0: AFLv2.1
@@ -4319,7 +2012,7 @@ Data Controller uses the following licences:
│ ├─ repository: https://github.com/kriszyp/json-schema
│ ├─ publisher: Kris Zyp
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/json-schema
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/json-schema/README.md
+│ └─ licenseFile: node_modules/json-schema/README.md
├─ json-stringify-safe@5.0.1
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/json-stringify-safe
@@ -4327,157 +2020,62 @@ Data Controller uses the following licences:
│ ├─ email: i@izs.me
│ ├─ url: http://blog.izs.me
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/json-stringify-safe
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/json-stringify-safe/LICENSE
-├─ json3@3.3.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/bestiejs/json3
-│ ├─ publisher: Kit Cambridge
-│ ├─ email: github@kitcambridge.be
-│ ├─ url: http://kitcambridge.be/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/json3
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/json3/LICENSE
+│ └─ licenseFile: node_modules/json-stringify-safe/LICENSE
├─ json5@1.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/json5/json5
│ ├─ publisher: Aseem Kishore
│ ├─ email: aseem.kishore@gmail.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/json5
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/json5/LICENSE.md
-├─ jsonfile@2.4.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jprichardson/node-jsonfile
-│ ├─ publisher: JP Richardson
-│ ├─ email: jprichardson@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/phantomjs-prebuilt/node_modules/jsonfile
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/phantomjs-prebuilt/node_modules/jsonfile/LICENSE
+│ └─ licenseFile: node_modules/json5/LICENSE.md
├─ jsonfile@4.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jprichardson/node-jsonfile
│ ├─ publisher: JP Richardson
│ ├─ email: jprichardson@gmail.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/jsonfile
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/jsonfile/LICENSE
-├─ jsonparse@1.3.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/creationix/jsonparse
-│ ├─ publisher: Tim Caswell
-│ ├─ email: tim@creationix.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/jsonparse
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/jsonparse/LICENSE
+│ └─ licenseFile: node_modules/jsonfile/LICENSE
├─ jsprim@1.4.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/joyent/node-jsprim
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/jsprim
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/jsprim/LICENSE
-├─ jszip@3.2.1
-│ ├─ licenses: (MIT OR GPL-3.0)
-│ ├─ repository: https://github.com/Stuk/jszip
-│ ├─ publisher: Stuart Knightley
-│ ├─ email: stuart@stuartk.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/jszip
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/jszip/LICENSE.markdown
-├─ karma-chrome-launcher@2.2.0
+│ └─ licenseFile: node_modules/jsprim/LICENSE
+├─ jstat@1.9.2
│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/karma-runner/karma-chrome-launcher
-│ ├─ publisher: Vojta Jina
-│ ├─ email: vojta.jina@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/karma-chrome-launcher
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/karma-chrome-launcher/LICENSE
-├─ karma-cli@1.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/karma-runner/karma-cli
-│ ├─ publisher: Vojta Jína
-│ ├─ email: vojta.jina@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/karma-cli
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/karma-cli/LICENSE
-├─ karma-jasmine@1.1.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/karma-runner/karma-jasmine
-│ ├─ publisher: Vojta Jina
-│ ├─ email: vojta.jina@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/karma-jasmine
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/karma-jasmine/LICENSE
-├─ karma-mocha-reporter@2.2.5
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/litixsoft/karma-mocha-reporter
-│ ├─ publisher: Litixsoft GmbH
-│ ├─ email: info@litixsoft.de
-│ ├─ url: http://www.litixsoft.de
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/karma-mocha-reporter
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/karma-mocha-reporter/LICENSE
-├─ karma-phantomjs-launcher@1.0.4
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/karma-runner/karma-phantomjs-launcher
-│ ├─ publisher: Vojta Jina
-│ ├─ email: vojta.jina@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/karma-phantomjs-launcher
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/karma-phantomjs-launcher/LICENSE
-├─ karma-remap-istanbul@0.6.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/marcules/karma-remap-istanbul
-│ ├─ publisher: Marc A. Harnos
-│ ├─ email: mharnos@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/karma-remap-istanbul
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/karma-remap-istanbul/LICENSE
-├─ karma-source-map-support@1.3.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/tschaub/karma-source-map-support
-│ ├─ publisher: Tim Schaub
-│ ├─ url: http://tschaub.net/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/karma-source-map-support
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/karma-source-map-support/readme.md
-├─ karma@4.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/karma-runner/karma
-│ ├─ publisher: Vojta Jína
-│ ├─ email: vojta.jina@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/karma
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/karma/LICENSE
-├─ kew@0.7.0
-│ ├─ licenses: Apache-2.0
-│ ├─ repository: https://github.com/Medium/kew
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/kew
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/kew/LICENSE.TXT
-├─ killable@1.0.1
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/marten-de-vries/killable
-│ ├─ publisher: Marten de Vries
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/killable
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/killable/LICENSE
+│ ├─ repository: https://github.com/jstat/jstat
+│ ├─ publisher: Trevor Norris
+│ ├─ email: trev.norris@gmail.com
+│ ├─ url: http://trevorjnorris.com
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/jstat
+│ └─ licenseFile: node_modules/jstat/LICENSE
├─ kind-of@3.2.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/kind-of
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/is-number/node_modules/kind-of
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/is-number/node_modules/kind-of/LICENSE
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/has-values/node_modules/is-number/node_modules/kind-of
+│ └─ licenseFile: node_modules/has-values/node_modules/is-number/node_modules/kind-of/LICENSE
├─ kind-of@4.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/kind-of
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/has-values/node_modules/kind-of
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/has-values/node_modules/kind-of/LICENSE
+│ └─ licenseFile: node_modules/has-values/node_modules/kind-of/LICENSE
├─ kind-of@5.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/kind-of
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/shallow-clone/node_modules/kind-of
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/shallow-clone/node_modules/kind-of/LICENSE
-├─ kind-of@6.0.2
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/is-descriptor/node_modules/kind-of
+│ └─ licenseFile: node_modules/is-descriptor/node_modules/kind-of/LICENSE
+├─ kind-of@6.0.3
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/kind-of
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/kind-of
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/kind-of/LICENSE
-├─ klaw@1.3.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jprichardson/node-klaw
-│ ├─ publisher: JP Richardson
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/klaw
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/klaw/LICENSE
+│ └─ licenseFile: node_modules/kind-of/LICENSE
├─ lcid@1.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/lcid
@@ -4485,47 +2083,7 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/lcid
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/lcid/license
-├─ lcid@2.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/lcid
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/webpack-dev-server/node_modules/lcid
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/webpack-dev-server/node_modules/lcid/license
-├─ less-loader@4.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/webpack-contrib/less-loader
-│ ├─ publisher: Johannes Ewald @jhnns
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/less-loader
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/less-loader/LICENSE
-├─ less@3.9.0
-│ ├─ licenses: Apache-2.0
-│ ├─ repository: https://github.com/less/less.js
-│ ├─ publisher: Alexis Sellier
-│ ├─ email: self@cloudhead.net
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/less
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/less/LICENSE
-├─ levn@0.3.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/gkz/levn
-│ ├─ publisher: George Zahariev
-│ ├─ email: z@georgezahariev.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/levn
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/levn/LICENSE
-├─ license-webpack-plugin@2.1.0
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/xz64/license-webpack-plugin
-│ ├─ publisher: S K
-│ ├─ url: xz64
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/license-webpack-plugin
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/license-webpack-plugin/LICENSE
-├─ lie@3.3.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/calvinmetcalf/lie
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/lie
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/lie/license.md
+│ └─ licenseFile: node_modules/lcid/license
├─ load-json-file@1.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/load-json-file
@@ -4533,285 +2091,34 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/load-json-file
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/load-json-file/license
-├─ load-json-file@2.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/load-json-file
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@angular/compiler-cli/node_modules/load-json-file
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@angular/compiler-cli/node_modules/load-json-file/license
-├─ load-json-file@4.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/load-json-file
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer/node_modules/load-json-file
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer/node_modules/load-json-file/license
+│ └─ licenseFile: node_modules/load-json-file/license
├─ loader-runner@2.4.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/webpack/loader-runner
│ ├─ publisher: Tobias Koppers @sokra
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/loader-runner
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/loader-runner/LICENSE
-├─ loader-utils@1.2.3
+│ └─ licenseFile: node_modules/loader-runner/LICENSE
+├─ loader-utils@1.4.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/webpack/loader-utils
│ ├─ publisher: Tobias Koppers @sokra
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/loader-utils
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/loader-utils/LICENSE
-├─ locate-path@2.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/locate-path
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/locate-path
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/locate-path/license
+│ └─ licenseFile: node_modules/loader-utils/LICENSE
├─ locate-path@3.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/locate-path
│ ├─ publisher: Sindre Sorhus
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/dotgitignore/node_modules/locate-path
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/dotgitignore/node_modules/locate-path/license
-├─ locate-path@5.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/locate-path
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/locate-path
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/locate-path/license
-├─ lodash._basecopy@3.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/lodash/lodash
-│ ├─ publisher: John-David Dalton
-│ ├─ email: john.david.dalton@gmail.com
-│ ├─ url: http://allyoucanleet.com/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/lodash._basecopy
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/lodash._basecopy/LICENSE.txt
-├─ lodash._basetostring@3.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/lodash/lodash
-│ ├─ publisher: John-David Dalton
-│ ├─ email: john.david.dalton@gmail.com
-│ ├─ url: http://allyoucanleet.com/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/lodash._basetostring
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/lodash._basetostring/LICENSE
-├─ lodash._basevalues@3.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/lodash/lodash
-│ ├─ publisher: John-David Dalton
-│ ├─ email: john.david.dalton@gmail.com
-│ ├─ url: http://allyoucanleet.com/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/lodash._basevalues
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/lodash._basevalues/LICENSE.txt
-├─ lodash._getnative@3.9.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/lodash/lodash
-│ ├─ publisher: John-David Dalton
-│ ├─ email: john.david.dalton@gmail.com
-│ ├─ url: http://allyoucanleet.com/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/lodash._getnative
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/lodash._getnative/LICENSE
-├─ lodash._isiterateecall@3.0.9
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/lodash/lodash
-│ ├─ publisher: John-David Dalton
-│ ├─ email: john.david.dalton@gmail.com
-│ ├─ url: http://allyoucanleet.com/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/lodash._isiterateecall
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/lodash._isiterateecall/LICENSE.txt
-├─ lodash._reescape@3.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/lodash/lodash
-│ ├─ publisher: John-David Dalton
-│ ├─ email: john.david.dalton@gmail.com
-│ ├─ url: http://allyoucanleet.com/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/lodash._reescape
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/lodash._reescape/LICENSE.txt
-├─ lodash._reevaluate@3.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/lodash/lodash
-│ ├─ publisher: John-David Dalton
-│ ├─ email: john.david.dalton@gmail.com
-│ ├─ url: http://allyoucanleet.com/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/lodash._reevaluate
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/lodash._reevaluate/LICENSE.txt
-├─ lodash._reinterpolate@3.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/lodash/lodash
-│ ├─ publisher: John-David Dalton
-│ ├─ email: john.david.dalton@gmail.com
-│ ├─ url: http://allyoucanleet.com/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/lodash._reinterpolate
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/lodash._reinterpolate/LICENSE.txt
-├─ lodash._root@3.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/lodash/lodash
-│ ├─ publisher: John-David Dalton
-│ ├─ email: john.david.dalton@gmail.com
-│ ├─ url: http://allyoucanleet.com/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/lodash._root
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/lodash._root/LICENSE
-├─ lodash.assign@4.2.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/lodash/lodash
-│ ├─ publisher: John-David Dalton
-│ ├─ email: john.david.dalton@gmail.com
-│ ├─ url: http://allyoucanleet.com/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/lodash.assign
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/lodash.assign/LICENSE
-├─ lodash.clonedeep@4.5.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/lodash/lodash
-│ ├─ publisher: John-David Dalton
-│ ├─ email: john.david.dalton@gmail.com
-│ ├─ url: http://allyoucanleet.com/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/lodash.clonedeep
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/lodash.clonedeep/LICENSE
-├─ lodash.debounce@4.0.8
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/lodash/lodash
-│ ├─ publisher: John-David Dalton
-│ ├─ email: john.david.dalton@gmail.com
-│ ├─ url: http://allyoucanleet.com/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/lodash.debounce
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/lodash.debounce/LICENSE
-├─ lodash.escape@3.2.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/lodash/lodash
-│ ├─ publisher: John-David Dalton
-│ ├─ email: john.david.dalton@gmail.com
-│ ├─ url: http://allyoucanleet.com/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/lodash.escape
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/lodash.escape/LICENSE
-├─ lodash.isarguments@3.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/lodash/lodash
-│ ├─ publisher: John-David Dalton
-│ ├─ email: john.david.dalton@gmail.com
-│ ├─ url: http://allyoucanleet.com/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/lodash.isarguments
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/lodash.isarguments/LICENSE
-├─ lodash.isarray@3.0.4
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/lodash/lodash
-│ ├─ publisher: John-David Dalton
-│ ├─ email: john.david.dalton@gmail.com
-│ ├─ url: http://allyoucanleet.com/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/lodash.isarray
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/lodash.isarray/LICENSE
-├─ lodash.ismatch@4.4.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/lodash/lodash
-│ ├─ publisher: John-David Dalton
-│ ├─ email: john.david.dalton@gmail.com
-│ ├─ url: http://allyoucanleet.com/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/lodash.ismatch
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/lodash.ismatch/LICENSE
-├─ lodash.keys@3.1.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/lodash/lodash
-│ ├─ publisher: John-David Dalton
-│ ├─ email: john.david.dalton@gmail.com
-│ ├─ url: http://allyoucanleet.com/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/lodash.keys
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/lodash.keys/LICENSE
-├─ lodash.mergewith@4.6.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/lodash/lodash
-│ ├─ publisher: John-David Dalton
-│ ├─ email: john.david.dalton@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/lodash.mergewith
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/lodash.mergewith/LICENSE
-├─ lodash.restparam@3.6.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/lodash/lodash
-│ ├─ publisher: John-David Dalton
-│ ├─ email: john.david.dalton@gmail.com
-│ ├─ url: http://allyoucanleet.com/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/lodash.restparam
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/lodash.restparam/LICENSE.txt
-├─ lodash.tail@4.1.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/lodash/lodash
-│ ├─ publisher: John-David Dalton
-│ ├─ email: john.david.dalton@gmail.com
-│ ├─ url: http://allyoucanleet.com/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/lodash.tail
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/lodash.tail/LICENSE
-├─ lodash.template@3.6.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/lodash/lodash
-│ ├─ publisher: John-David Dalton
-│ ├─ email: john.david.dalton@gmail.com
-│ ├─ url: http://allyoucanleet.com/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/lodash.template
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/lodash.template/LICENSE
-├─ lodash.template@4.5.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/lodash/lodash
-│ ├─ publisher: John-David Dalton
-│ ├─ email: john.david.dalton@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/git-raw-commits/node_modules/lodash.template
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/git-raw-commits/node_modules/lodash.template/LICENSE
-├─ lodash.templatesettings@3.1.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/lodash/lodash
-│ ├─ publisher: John-David Dalton
-│ ├─ email: john.david.dalton@gmail.com
-│ ├─ url: http://allyoucanleet.com/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/lodash.templatesettings
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/lodash.templatesettings/LICENSE
-├─ lodash.templatesettings@4.2.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/lodash/lodash
-│ ├─ publisher: John-David Dalton
-│ ├─ email: john.david.dalton@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/git-raw-commits/node_modules/lodash.templatesettings
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/git-raw-commits/node_modules/lodash.templatesettings/LICENSE
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/locate-path
+│ └─ licenseFile: node_modules/locate-path/license
├─ lodash@4.17.15
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/lodash/lodash
│ ├─ publisher: John-David Dalton
│ ├─ email: john.david.dalton@gmail.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/lodash
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/lodash/LICENSE
-├─ log-symbols@2.2.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/log-symbols
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/log-symbols
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/log-symbols/license
-├─ log4js@4.1.0
-│ ├─ licenses: Apache-2.0
-│ ├─ repository: https://github.com/log4js-node/log4js-node
-│ ├─ publisher: Gareth Jones
-│ ├─ email: gareth.nomiddlename@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/log4js
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/log4js/LICENSE
-├─ loglevel@1.6.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/pimterry/loglevel
-│ ├─ publisher: Tim Perry
-│ ├─ email: pimterry@gmail.com
-│ ├─ url: http://tim-perry.co.uk
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/loglevel
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/loglevel/LICENSE-MIT
-├─ loose-envify@1.4.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/zertosh/loose-envify
-│ ├─ publisher: Andres Suarez
-│ ├─ email: zertosh@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/loose-envify
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/loose-envify/LICENSE
+│ └─ licenseFile: node_modules/lodash/LICENSE
├─ loud-rejection@1.6.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/loud-rejection
@@ -4819,72 +2126,40 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/loud-rejection
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/loud-rejection/license
+│ └─ licenseFile: node_modules/loud-rejection/license
├─ lru-cache@4.1.5
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/node-lru-cache
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: i@izs.me
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/lru-cache
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/lru-cache/LICENSE
+│ └─ licenseFile: node_modules/lru-cache/LICENSE
├─ lru-cache@5.1.1
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/node-lru-cache
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: i@izs.me
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/make-fetch-happen/node_modules/cacache/node_modules/lru-cache
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/make-fetch-happen/node_modules/cacache/node_modules/lru-cache/LICENSE
-├─ magic-string@0.25.4
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/rich-harris/magic-string
-│ ├─ publisher: Rich Harris
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/magic-string
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/magic-string/LICENSE
-├─ make-dir@1.3.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/make-dir
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/make-dir
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/make-dir/license
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/cacache/node_modules/lru-cache
+│ └─ licenseFile: node_modules/cacache/node_modules/lru-cache/LICENSE
├─ make-dir@2.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/make-dir
│ ├─ publisher: Sindre Sorhus
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/terser-webpack-plugin/node_modules/make-dir
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/terser-webpack-plugin/node_modules/make-dir/license
-├─ make-error@1.3.5
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/JsCommunity/make-error
-│ ├─ publisher: Julien Fontanet
-│ ├─ email: julien.fontanet@isonoe.net
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/make-error
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/make-error/LICENSE
-├─ make-fetch-happen@4.0.1
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/zkat/make-fetch-happen
-│ ├─ publisher: Kat Marchán
-│ ├─ email: kzm@zkat.tech
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/make-fetch-happen
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/make-fetch-happen/LICENSE
-├─ map-age-cleaner@0.1.3
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/make-dir
+│ └─ licenseFile: node_modules/make-dir/license
+├─ mamacro@0.0.3
│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/SamVerschueren/map-age-cleaner
-│ ├─ publisher: Sam Verschueren
-│ ├─ email: sam.verschueren@gmail.com
-│ ├─ url: github.com/SamVerschueren
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/map-age-cleaner
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/map-age-cleaner/license
+│ ├─ publisher: Sven Sauleau
+│ └─ path: /Users/allan/git/dcfrontend/node_modules/mamacro
├─ map-cache@0.2.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/map-cache
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/map-cache
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/map-cache/LICENSE
+│ └─ licenseFile: node_modules/map-cache/LICENSE
├─ map-obj@1.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/map-obj
@@ -4892,22 +2167,14 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/map-obj
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/map-obj/license
-├─ map-obj@2.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/map-obj
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer/node_modules/map-obj
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer/node_modules/map-obj/license
+│ └─ licenseFile: node_modules/map-obj/license
├─ map-visit@1.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/map-visit
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/map-visit
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/map-visit/LICENSE
+│ └─ licenseFile: node_modules/map-visit/LICENSE
├─ md5.js@1.3.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/crypto-browserify/md5.js
@@ -4915,36 +2182,19 @@ Data Controller uses the following licences:
│ ├─ email: fanatid@ya.ru
│ ├─ url: https://github.com/fanatid
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/md5.js
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/md5.js/LICENSE
-├─ media-typer@0.3.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jshttp/media-typer
-│ ├─ publisher: Douglas Christopher Wilson
-│ ├─ email: doug@somethingdoug.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/media-typer
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/media-typer/LICENSE
-├─ mem@1.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/mem
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@angular/compiler-cli/node_modules/mem
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@angular/compiler-cli/node_modules/mem/license
-├─ mem@4.3.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/mem
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/mem
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/mem/license
+│ └─ licenseFile: node_modules/md5.js/LICENSE
├─ memory-fs@0.4.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/webpack/memory-fs
│ ├─ publisher: Tobias Koppers @sokra
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/memory-fs
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/memory-fs/README.md
+│ └─ licenseFile: node_modules/memory-fs/README.md
+├─ memory-fs@0.5.0
+│ ├─ licenses: MIT
+│ ├─ repository: https://github.com/webpack/memory-fs
+│ ├─ publisher: Tobias Koppers @sokra
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/webpack/node_modules/enhanced-resolve/node_modules/memory-fs
+│ └─ licenseFile: node_modules/webpack/node_modules/enhanced-resolve/node_modules/memory-fs/LICENSE
├─ meow@3.7.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/meow
@@ -4952,138 +2202,43 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/meow
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/meow/license
-├─ meow@4.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/meow
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/git-raw-commits/node_modules/meow
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/git-raw-commits/node_modules/meow/license
-├─ meow@5.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/meow
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer/node_modules/meow
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer/node_modules/meow/license
-├─ merge-descriptors@1.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/component/merge-descriptors
-│ ├─ publisher: Jonathan Ong
-│ ├─ email: me@jongleberry.com
-│ ├─ url: http://jongleberry.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/merge-descriptors
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/merge-descriptors/LICENSE
-├─ methods@1.1.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jshttp/methods
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/methods
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/methods/LICENSE
+│ └─ licenseFile: node_modules/meow/license
├─ micromatch@3.1.10
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/micromatch/micromatch
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/micromatch
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/micromatch/LICENSE
+│ └─ licenseFile: node_modules/micromatch/LICENSE
├─ miller-rabin@4.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/indutny/miller-rabin
│ ├─ publisher: Fedor Indutny
│ ├─ email: fedor@indutny.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/miller-rabin
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/miller-rabin/README.md
-├─ mime-db@1.33.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jshttp/mime-db
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/serve-handler/node_modules/mime-db
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/serve-handler/node_modules/mime-db/LICENSE
-├─ mime-db@1.38.0
+│ └─ licenseFile: node_modules/miller-rabin/README.md
+├─ mime-db@1.43.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jshttp/mime-db
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/mime-db
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/mime-db/LICENSE
-├─ mime-db@1.40.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jshttp/mime-db
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/compressible/node_modules/mime-db
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/compressible/node_modules/mime-db/LICENSE
-├─ mime-types@2.1.18
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jshttp/mime-types
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/serve-handler/node_modules/mime-types
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/serve-handler/node_modules/mime-types/LICENSE
-├─ mime-types@2.1.22
+│ └─ licenseFile: node_modules/mime-db/LICENSE
+├─ mime-types@2.1.26
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jshttp/mime-types
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/mime-types
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/mime-types/LICENSE
-├─ mime-types@2.1.24
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jshttp/mime-types
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/express/node_modules/mime-types
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/express/node_modules/mime-types/LICENSE
-├─ mime@1.6.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/broofa/node-mime
-│ ├─ publisher: Robert Kieffer
-│ ├─ email: robert@broofa.com
-│ ├─ url: http://github.com/broofa
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/mime
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/mime/LICENSE
-├─ mime@2.4.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/broofa/node-mime
-│ ├─ publisher: Robert Kieffer
-│ ├─ email: robert@broofa.com
-│ ├─ url: http://github.com/broofa
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/karma/node_modules/mime
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/karma/node_modules/mime/LICENSE
-├─ mime@2.4.3
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/broofa/node-mime
-│ ├─ publisher: Robert Kieffer
-│ ├─ email: robert@broofa.com
-│ ├─ url: http://github.com/broofa
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/webpack-dev-middleware/node_modules/mime
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/webpack-dev-middleware/node_modules/mime/LICENSE
-├─ mimic-fn@1.2.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/mimic-fn
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/onetime/node_modules/mimic-fn
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/onetime/node_modules/mimic-fn/license
-├─ mimic-fn@2.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/mimic-fn
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/mimic-fn
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/mimic-fn/license
-├─ mini-css-extract-plugin@0.5.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/webpack-contrib/mini-css-extract-plugin
-│ ├─ publisher: Tobias Koppers @sokra
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/mini-css-extract-plugin
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/mini-css-extract-plugin/LICENSE
+│ └─ licenseFile: node_modules/mime-types/LICENSE
├─ minimalistic-assert@1.0.1
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/calvinmetcalf/minimalistic-assert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/minimalistic-assert
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/minimalistic-assert/LICENSE
+│ └─ licenseFile: node_modules/minimalistic-assert/LICENSE
├─ minimalistic-crypto-utils@1.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/indutny/minimalistic-crypto-utils
│ ├─ publisher: Fedor Indutny
│ ├─ email: fedor@indutny.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/minimalistic-crypto-utils
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/minimalistic-crypto-utils/README.md
+│ └─ licenseFile: node_modules/minimalistic-crypto-utils/README.md
├─ minimatch@3.0.4
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/minimatch
@@ -5091,104 +2246,60 @@ Data Controller uses the following licences:
│ ├─ email: i@izs.me
│ ├─ url: http://blog.izs.me
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/minimatch
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/minimatch/LICENSE
-├─ minimist-options@3.0.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/vadimdemedes/minimist-options
-│ ├─ publisher: Vadim Demedes
-│ ├─ email: vdemedes@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/minimist-options
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/minimist-options/license
-├─ minimist@0.0.10
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/substack/minimist
-│ ├─ publisher: James Halliday
-│ ├─ email: mail@substack.net
-│ ├─ url: http://substack.net
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/optimist/node_modules/minimist
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/optimist/node_modules/minimist/LICENSE
-├─ minimist@0.0.8
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/substack/minimist
-│ ├─ publisher: James Halliday
-│ ├─ email: mail@substack.net
-│ ├─ url: http://substack.net
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/mkdirp/node_modules/minimist
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/mkdirp/node_modules/minimist/LICENSE
-├─ minimist@1.2.0
+│ └─ licenseFile: node_modules/minimatch/LICENSE
+├─ minimist@1.2.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/substack/minimist
│ ├─ publisher: James Halliday
│ ├─ email: mail@substack.net
│ ├─ url: http://substack.net
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/minimist
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/minimist/LICENSE
-├─ minipass@2.3.5
+│ └─ licenseFile: node_modules/minimist/LICENSE
+├─ minipass@2.9.0
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/minipass
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: i@izs.me
│ ├─ url: http://blog.izs.me/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/minipass
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/minipass/LICENSE
-├─ minizlib@1.2.1
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/watchpack/node_modules/fsevents/node_modules/minipass
+│ └─ licenseFile: node_modules/watchpack/node_modules/fsevents/node_modules/minipass/LICENSE
+├─ minizlib@1.3.3
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/isaacs/minizlib
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: i@izs.me
│ ├─ url: http://blog.izs.me/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/minizlib
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/minizlib/LICENSE
-├─ mississippi@2.0.0
-│ ├─ licenses: BSD-2-Clause
-│ ├─ repository: https://github.com/maxogden/mississippi
-│ ├─ publisher: max ogden
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/mississippi
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/mississippi/license
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/watchpack/node_modules/fsevents/node_modules/minizlib
+│ └─ licenseFile: node_modules/watchpack/node_modules/fsevents/node_modules/minizlib/LICENSE
├─ mississippi@3.0.0
│ ├─ licenses: BSD-2-Clause
│ ├─ repository: https://github.com/maxogden/mississippi
│ ├─ publisher: max ogden
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/make-fetch-happen/node_modules/mississippi
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/make-fetch-happen/node_modules/mississippi/license
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/mississippi
+│ └─ licenseFile: node_modules/mississippi/license
├─ mixin-deep@1.3.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/mixin-deep
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/mixin-deep
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/mixin-deep/LICENSE
-├─ mixin-object@2.0.1
+│ └─ licenseFile: node_modules/mixin-deep/LICENSE
+├─ mkdirp@0.5.3
│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jonschlinkert/mixin-object
-│ ├─ publisher: Jon Schlinkert
-│ ├─ url: https://github.com/jonschlinkert
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/mixin-object
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/mixin-object/LICENSE
-├─ mkdirp@0.5.1
+│ ├─ repository: https://github.com/substack/node-mkdirp
+│ ├─ publisher: James Halliday
+│ ├─ email: mail@substack.net
+│ ├─ url: http://substack.net
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/watchpack/node_modules/fsevents/node_modules/mkdirp
+│ └─ licenseFile: node_modules/watchpack/node_modules/fsevents/node_modules/mkdirp/LICENSE
+├─ mkdirp@0.5.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/substack/node-mkdirp
│ ├─ publisher: James Halliday
│ ├─ email: mail@substack.net
│ ├─ url: http://substack.net
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/mkdirp
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/mkdirp/LICENSE
-├─ modify-values@1.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/modify-values
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/modify-values
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/modify-values/license
-├─ moment@2.20.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/moment/moment
-│ ├─ publisher: Iskren Ivov Chernev
-│ ├─ email: iskren.chernev@gmail.com
-│ ├─ url: https://github.com/ichernev
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/handsontable/node_modules/moment
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/handsontable/node_modules/moment/LICENSE
+│ └─ licenseFile: node_modules/mkdirp/LICENSE
├─ moment@2.24.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/moment/moment
@@ -5196,7 +2307,7 @@ Data Controller uses the following licences:
│ ├─ email: iskren.chernev@gmail.com
│ ├─ url: https://github.com/ichernev
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/moment
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/moment/LICENSE
+│ └─ licenseFile: node_modules/moment/LICENSE
├─ move-concurrently@1.0.1
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/npm/move-concurrently
@@ -5204,127 +2315,63 @@ Data Controller uses the following licences:
│ ├─ email: me@re-becca.org
│ ├─ url: http://re-becca.org/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/move-concurrently
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/move-concurrently/LICENSE
+│ └─ licenseFile: node_modules/move-concurrently/LICENSE
├─ ms@2.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/zeit/ms
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/ms
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/ms/license.md
-├─ ms@2.1.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/zeit/ms
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/follow-redirects/node_modules/ms
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/follow-redirects/node_modules/ms/license.md
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/snapdragon/node_modules/ms
+│ └─ licenseFile: node_modules/snapdragon/node_modules/ms/license.md
├─ ms@2.1.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/zeit/ms
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/https-proxy-agent/node_modules/ms
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/https-proxy-agent/node_modules/ms/license.md
-├─ multicast-dns-service-types@1.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/mafintosh/multicast-dns-service-types
-│ ├─ publisher: Mathias Buus
-│ ├─ url: @mafintosh
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/multicast-dns-service-types
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/multicast-dns-service-types/LICENSE
-├─ multicast-dns@6.2.3
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/mafintosh/multicast-dns
-│ ├─ publisher: Mathias Buus
-│ ├─ url: @mafintosh
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/multicast-dns
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/multicast-dns/LICENSE
-├─ multipipe@0.1.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/juliangruber/multipipe
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/multipipe
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/multipipe/Readme.md
-├─ mutationobserver-shim@0.3.3
-│ ├─ licenses: MIT
-│ ├─ repository: github.com/megawac/MutationObserver.js
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/mutationobserver-shim
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/mutationobserver-shim/license
-├─ mute-stream@0.0.7
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/isaacs/mute-stream
-│ ├─ publisher: Isaac Z. Schlueter
-│ ├─ email: i@izs.me
-│ ├─ url: http://blog.izs.me/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/mute-stream
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/mute-stream/LICENSE
-├─ nan@2.13.2
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/watchpack/node_modules/fsevents/node_modules/ms
+│ └─ licenseFile: node_modules/watchpack/node_modules/fsevents/node_modules/ms/license.md
+├─ nan@2.14.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/nodejs/nan
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/nan
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/nan/LICENSE.md
+│ └─ licenseFile: node_modules/nan/LICENSE.md
├─ nanomatch@1.2.13
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/micromatch/nanomatch
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/nanomatch
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/nanomatch/LICENSE
-├─ needle@2.2.4
+│ └─ licenseFile: node_modules/nanomatch/LICENSE
+├─ needle@2.3.3
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/tomas/needle
│ ├─ publisher: Tomás Pollak
│ ├─ email: tomas@forkhq.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/fsevents/node_modules/needle
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/fsevents/node_modules/needle/license.txt
-├─ negotiator@0.6.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jshttp/negotiator
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/negotiator
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/negotiator/LICENSE
-├─ negotiator@0.6.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jshttp/negotiator
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/express/node_modules/negotiator
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/express/node_modules/negotiator/LICENSE
-├─ neo-async@2.6.0
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/watchpack/node_modules/fsevents/node_modules/needle
+│ └─ licenseFile: node_modules/watchpack/node_modules/fsevents/node_modules/needle/license.txt
+├─ neo-async@2.6.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/suguru03/neo-async
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/neo-async
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/neo-async/LICENSE
-├─ ng2-file-upload@1.3.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/valor-software/ng2-file-upload
-│ ├─ publisher: Vyacheslav Chub
-│ ├─ email: vyacheslav.chub@valor-software.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/ng2-file-upload
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/ng2-file-upload/LICENSE
-├─ ngx-clipboard@11.1.9
+│ └─ licenseFile: node_modules/neo-async/LICENSE
+├─ ng2-file-upload@1.4.0
+│ ├─ licenses: UNKNOWN
+│ └─ path: /Users/allan/git/dcfrontend/node_modules/ng2-file-upload
+├─ ngx-clipboard@12.3.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/maxisam/ngx-clipboard
│ ├─ publisher: Sam Lin
│ ├─ email: maxisam@gmail.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/ngx-clipboard
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/ngx-clipboard/README.md
-├─ ngx-window-token@1.0.2
+│ └─ licenseFile: node_modules/ngx-clipboard/README.md
+├─ ngx-window-token@2.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/maxisam/ngx-window-token
│ ├─ publisher: Sam Lin
│ ├─ email: maxisam@gmail.com
│ └─ path: /Users/allan/git/dcfrontend/node_modules/ngx-window-token
-├─ nice-try@1.0.5
+├─ node-fetch@1.7.3
│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/electerious/nice-try
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/nice-try
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/nice-try/LICENSE
-├─ node-fetch-npm@2.0.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/npm/node-fetch-npm
+│ ├─ repository: https://github.com/bitinn/node-fetch
│ ├─ publisher: David Frank
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/node-fetch-npm
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/node-fetch-npm/LICENSE.md
-├─ node-forge@0.7.5
-│ ├─ licenses: (BSD-3-Clause OR GPL-2.0)
-│ ├─ repository: https://github.com/digitalbazaar/forge
-│ ├─ publisher: Digital Bazaar, Inc.
-│ ├─ email: support@digitalbazaar.com
-│ ├─ url: http://digitalbazaar.com/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/node-forge
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/node-forge/LICENSE
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/node-fetch
+│ └─ licenseFile: node_modules/node-fetch/LICENSE.md
├─ node-gyp@3.8.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/nodejs/node-gyp
@@ -5332,43 +2379,28 @@ Data Controller uses the following licences:
│ ├─ email: nathan@tootallnate.net
│ ├─ url: http://tootallnate.net
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/node-gyp
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/node-gyp/LICENSE
-├─ node-libs-browser@2.2.0
+│ └─ licenseFile: node_modules/node-gyp/LICENSE
+├─ node-libs-browser@2.2.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/webpack/node-libs-browser
│ ├─ publisher: Tobias Koppers @sokra
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/node-libs-browser
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/node-libs-browser/LICENSE
-├─ node-pre-gyp@0.10.3
+│ └─ licenseFile: node_modules/node-libs-browser/LICENSE
+├─ node-pre-gyp@0.14.0
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/mapbox/node-pre-gyp
│ ├─ publisher: Dane Springmeyer
│ ├─ email: dane@mapbox.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/fsevents/node_modules/node-pre-gyp
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/fsevents/node_modules/node-pre-gyp/LICENSE
-├─ node-releases@1.1.12
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/chicoxyzzy/node-releases
-│ ├─ publisher: Sergey Rubanov
-│ ├─ email: chi187@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/node-releases
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/node-releases/LICENSE
-├─ node-sass@4.11.0
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/watchpack/node_modules/fsevents/node_modules/node-pre-gyp
+│ └─ licenseFile: node_modules/watchpack/node_modules/fsevents/node_modules/node-pre-gyp/LICENSE
+├─ node-sass@4.13.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sass/node-sass
│ ├─ publisher: Andrew Nesbitt
│ ├─ email: andrewnez@gmail.com
│ ├─ url: http://andrew.github.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/node-sass
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/node-sass/LICENSE
-├─ node-sass@4.12.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sass/node-sass
-│ ├─ publisher: Andrew Nesbitt
-│ ├─ email: andrewnez@gmail.com
-│ ├─ url: http://andrew.github.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@angular-devkit/build-angular/node_modules/node-sass
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@angular-devkit/build-angular/node_modules/node-sass/LICENSE
+│ └─ licenseFile: node_modules/node-sass/LICENSE
├─ nodejs@0.0.0
│ ├─ licenses: ISC
│ └─ path: /Users/allan/git/dcfrontend/node_modules/nodejs
@@ -5379,106 +2411,60 @@ Data Controller uses the following licences:
│ ├─ email: i@izs.me
│ ├─ url: http://blog.izs.me/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/nopt
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/nopt/LICENSE
-├─ nopt@4.0.1
+│ └─ licenseFile: node_modules/nopt/LICENSE
+├─ nopt@4.0.3
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/npm/nopt
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: i@izs.me
│ ├─ url: http://blog.izs.me/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/fsevents/node_modules/nopt
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/fsevents/node_modules/nopt/LICENSE
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/watchpack/node_modules/fsevents/node_modules/nopt
+│ └─ licenseFile: node_modules/watchpack/node_modules/fsevents/node_modules/nopt/LICENSE
├─ normalize-package-data@2.5.0
│ ├─ licenses: BSD-2-Clause
│ ├─ repository: https://github.com/npm/normalize-package-data
│ ├─ publisher: Meryn Stol
│ ├─ email: merynstol@gmail.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/normalize-package-data
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/normalize-package-data/LICENSE
+│ └─ licenseFile: node_modules/normalize-package-data/LICENSE
├─ normalize-path@2.1.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/normalize-path
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/normalize-path
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/normalize-path/LICENSE
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/watchpack/node_modules/anymatch/node_modules/normalize-path
+│ └─ licenseFile: node_modules/watchpack/node_modules/anymatch/node_modules/normalize-path/LICENSE
├─ normalize-path@3.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/normalize-path
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@angular/compiler-cli/node_modules/normalize-path
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@angular/compiler-cli/node_modules/normalize-path/LICENSE
-├─ normalize-range@0.1.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jamestalmage/normalize-range
-│ ├─ publisher: James Talmage
-│ ├─ email: james@talmage.io
-│ ├─ url: github.com/jamestalmage
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/normalize-range
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/normalize-range/license
-├─ npm-bundled@1.0.5
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/normalize-path
+│ └─ licenseFile: node_modules/normalize-path/LICENSE
+├─ npm-bundled@1.1.1
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/npm/npm-bundled
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: i@izs.me
│ ├─ url: http://blog.izs.me/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/fsevents/node_modules/npm-bundled
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/fsevents/node_modules/npm-bundled/LICENSE
-├─ npm-bundled@1.0.6
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/watchpack/node_modules/fsevents/node_modules/npm-bundled
+│ └─ licenseFile: node_modules/watchpack/node_modules/fsevents/node_modules/npm-bundled/LICENSE
+├─ npm-normalize-package-bin@1.0.1
│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/npm/npm-bundled
+│ ├─ repository: https://github.com/npm/npm-normalize-package-bin
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: i@izs.me
-│ ├─ url: http://blog.izs.me/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/npm-bundled
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/npm-bundled/LICENSE
-├─ npm-package-arg@6.1.0
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/npm/npm-package-arg
-│ ├─ publisher: Isaac Z. Schlueter
-│ ├─ email: i@izs.me
-│ ├─ url: http://blog.izs.me/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/npm-package-arg
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/npm-package-arg/LICENSE
-├─ npm-packlist@1.2.0
+│ ├─ url: https://izs.me
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/watchpack/node_modules/fsevents/node_modules/npm-normalize-package-bin
+│ └─ licenseFile: node_modules/watchpack/node_modules/fsevents/node_modules/npm-normalize-package-bin/LICENSE
+├─ npm-packlist@1.4.8
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/npm/npm-packlist
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: i@izs.me
│ ├─ url: http://blog.izs.me/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/fsevents/node_modules/npm-packlist
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/fsevents/node_modules/npm-packlist/LICENSE
-├─ npm-packlist@1.4.1
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/npm/npm-packlist
-│ ├─ publisher: Isaac Z. Schlueter
-│ ├─ email: i@izs.me
-│ ├─ url: http://blog.izs.me/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/npm-packlist
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/npm-packlist/LICENSE
-├─ npm-pick-manifest@2.2.3
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/zkat/npm-pick-manifest
-│ ├─ publisher: Kat Marchán
-│ ├─ email: kzm@sykosomatic.org
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/npm-pick-manifest
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/npm-pick-manifest/LICENSE.md
-├─ npm-registry-fetch@3.9.0
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/npm/registry-fetch
-│ ├─ publisher: Kat Marchán
-│ ├─ email: kzm@sykosomatic.org
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/npm-registry-fetch
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/npm-registry-fetch/LICENSE.md
-├─ npm-run-path@2.0.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/npm-run-path
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/npm-run-path
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/npm-run-path/license
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/watchpack/node_modules/fsevents/node_modules/npm-packlist
+│ └─ licenseFile: node_modules/watchpack/node_modules/fsevents/node_modules/npm-packlist/LICENSE
├─ npmlog@4.1.2
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/npm/npmlog
@@ -5486,23 +2472,7 @@ Data Controller uses the following licences:
│ ├─ email: i@izs.me
│ ├─ url: http://blog.izs.me/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/npmlog
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/npmlog/LICENSE
-├─ null-check@1.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/null-check
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/null-check
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/null-check/license
-├─ num2fraction@1.2.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/yisibl/num2fraction
-│ ├─ publisher: yisi
-│ ├─ email: yiorsi@gmail.com
-│ ├─ url: http://iyunlu.com/view
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/num2fraction
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/num2fraction/LICENSE
+│ └─ licenseFile: node_modules/npmlog/LICENSE
├─ number-is-nan@1.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/number-is-nan
@@ -5510,15 +2480,23 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/number-is-nan
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/number-is-nan/license
-├─ numbro@2.1.1
+│ └─ licenseFile: node_modules/number-is-nan/license
+├─ numbro@2.1.2
+│ ├─ licenses: MIT
+│ ├─ repository: https://github.com/BenjaminVanRyseghem/numbro
+│ ├─ publisher: Benjamin Van Ryseghem
+│ ├─ email: benjamin@vanryseghem.com
+│ ├─ url: https://benjamin.vanryseghem.com
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/handsontable/node_modules/numbro
+│ └─ licenseFile: node_modules/handsontable/node_modules/numbro/LICENSE
+├─ numbro@2.2.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/BenjaminVanRyseghem/numbro
│ ├─ publisher: Benjamin Van Ryseghem
│ ├─ email: benjamin@vanryseghem.com
│ ├─ url: https://benjamin.vanryseghem.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/numbro
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/numbro/LICENSE
+│ └─ licenseFile: node_modules/numbro/LICENSE
├─ oauth-sign@0.9.0
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/mikeal/oauth-sign
@@ -5526,15 +2504,7 @@ Data Controller uses the following licences:
│ ├─ email: mikeal.rogers@gmail.com
│ ├─ url: http://www.futurealoof.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/oauth-sign
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/oauth-sign/LICENSE
-├─ object-assign@3.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/object-assign
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: http://sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/gulp-util/node_modules/object-assign
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/gulp-util/node_modules/object-assign/license
+│ └─ licenseFile: node_modules/oauth-sign/LICENSE
├─ object-assign@4.1.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/object-assign
@@ -5542,51 +2512,28 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/object-assign
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/object-assign/license
-├─ object-component@0.0.3
-│ ├─ licenses: MIT*
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/object-component
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/object-component/Readme.md
+│ └─ licenseFile: node_modules/object-assign/license
├─ object-copy@0.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/object-copy
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/object-copy
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/object-copy/LICENSE
+│ └─ licenseFile: node_modules/object-copy/LICENSE
├─ object-visit@1.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/object-visit
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/object-visit
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/object-visit/LICENSE
+│ └─ licenseFile: node_modules/object-visit/LICENSE
├─ object.pick@1.3.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/object.pick
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/object.pick
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/object.pick/LICENSE
-├─ obuf@1.1.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/indutny/offset-buffer
-│ ├─ publisher: Fedor Indutny
-│ ├─ email: fedor@indutny.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/obuf
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/obuf/LICENSE
-├─ on-finished@2.3.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jshttp/on-finished
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/on-finished
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/on-finished/LICENSE
-├─ on-headers@1.0.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jshttp/on-headers
-│ ├─ publisher: Douglas Christopher Wilson
-│ ├─ email: doug@somethingdoug.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/on-headers
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/on-headers/LICENSE
+│ └─ licenseFile: node_modules/object.pick/LICENSE
├─ once@1.4.0
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/once
@@ -5594,59 +2541,14 @@ Data Controller uses the following licences:
│ ├─ email: i@izs.me
│ ├─ url: http://blog.izs.me/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/once
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/once/LICENSE
-├─ onetime@2.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/onetime
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/onetime
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/onetime/license
-├─ open@6.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/open
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/open
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/open/license
-├─ opn@5.4.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/opn
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/opn
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/opn/license
-├─ optimist@0.6.1
-│ ├─ licenses: MIT*
-│ ├─ repository: https://github.com/substack/node-optimist
-│ ├─ publisher: James Halliday
-│ ├─ email: mail@substack.net
-│ ├─ url: http://substack.net
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/optimist
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/optimist/LICENSE
-├─ optionator@0.8.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/gkz/optionator
-│ ├─ publisher: George Zahariev
-│ ├─ email: z@georgezahariev.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/optionator
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/optionator/LICENSE
-├─ original@1.0.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/unshiftio/original
-│ ├─ publisher: Arnout Kazemier
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/original
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/original/LICENSE
+│ └─ licenseFile: node_modules/once/LICENSE
├─ os-browserify@0.3.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/CoderPuppy/os-browserify
│ ├─ publisher: CoderPuppy
│ ├─ email: coderpup@gmail.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/os-browserify
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/os-browserify/LICENSE
+│ └─ licenseFile: node_modules/os-browserify/LICENSE
├─ os-homedir@1.0.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/os-homedir
@@ -5654,7 +2556,7 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/os-homedir
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/os-homedir/license
+│ └─ licenseFile: node_modules/os-homedir/license
├─ os-locale@1.4.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/os-locale
@@ -5662,23 +2564,7 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/os-locale
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/os-locale/license
-├─ os-locale@2.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/os-locale
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@angular/compiler-cli/node_modules/os-locale
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@angular/compiler-cli/node_modules/os-locale/license
-├─ os-locale@3.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/os-locale
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/webpack-dev-server/node_modules/os-locale
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/webpack-dev-server/node_modules/os-locale/license
+│ └─ licenseFile: node_modules/os-locale/license
├─ os-tmpdir@1.0.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/os-tmpdir
@@ -5686,7 +2572,7 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/os-tmpdir
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/os-tmpdir/license
+│ └─ licenseFile: node_modules/os-tmpdir/license
├─ osenv@0.1.5
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/npm/osenv
@@ -5694,135 +2580,48 @@ Data Controller uses the following licences:
│ ├─ email: i@izs.me
│ ├─ url: http://blog.izs.me/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/osenv
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/osenv/LICENSE
-├─ p-defer@1.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/p-defer
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/p-defer
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/p-defer/license
-├─ p-finally@1.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/p-finally
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/p-finally
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/p-finally/license
-├─ p-is-promise@2.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/p-is-promise
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/p-is-promise
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/p-is-promise/license
-├─ p-limit@1.3.0
+│ └─ licenseFile: node_modules/osenv/LICENSE
+├─ p-limit@2.2.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/p-limit
│ ├─ publisher: Sindre Sorhus
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/p-limit
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/p-limit/license
-├─ p-limit@2.2.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/p-limit
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/import-local/node_modules/p-limit
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/import-local/node_modules/p-limit/license
-├─ p-limit@2.2.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/p-limit
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/dotgitignore/node_modules/p-limit
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/dotgitignore/node_modules/p-limit/license
-├─ p-locate@2.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/p-locate
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/p-locate
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/p-locate/license
+│ └─ licenseFile: node_modules/p-limit/license
├─ p-locate@3.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/p-locate
│ ├─ publisher: Sindre Sorhus
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/dotgitignore/node_modules/p-locate
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/dotgitignore/node_modules/p-locate/license
-├─ p-locate@4.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/p-locate
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/p-locate
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/p-locate/license
-├─ p-map@1.2.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/p-map
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/p-map
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/p-map/license
-├─ p-try@1.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/p-try
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/p-try
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/p-try/license
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/p-locate
+│ └─ licenseFile: node_modules/p-locate/license
├─ p-try@2.2.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/p-try
│ ├─ publisher: Sindre Sorhus
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/dotgitignore/node_modules/p-try
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/dotgitignore/node_modules/p-try/license
-├─ pacote@9.4.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/zkat/pacote
-│ ├─ publisher: Kat Marchán
-│ ├─ email: kzm@sykosomatic.org
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/pacote
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/pacote/LICENSE
-├─ pako@1.0.10
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/p-try
+│ └─ licenseFile: node_modules/p-try/license
+├─ pako@1.0.11
│ ├─ licenses: (MIT AND Zlib)
│ ├─ repository: https://github.com/nodeca/pako
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/pako
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/pako/LICENSE
-├─ parallel-transform@1.1.0
+│ └─ licenseFile: node_modules/pako/LICENSE
+├─ parallel-transform@1.2.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/mafintosh/parallel-transform
│ ├─ publisher: Mathias Buus Madsen
│ ├─ email: mathiasbuus@gmail.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/parallel-transform
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/parallel-transform/LICENSE
-├─ parse-asn1@5.1.4
+│ └─ licenseFile: node_modules/parallel-transform/LICENSE
+├─ parse-asn1@5.1.5
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/crypto-browserify/parse-asn1
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/parse-asn1
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/parse-asn1/LICENSE
-├─ parse-github-repo-url@1.4.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/repo-utils/parse-github-repo-url
-│ ├─ publisher: Jonathan Ong
-│ ├─ email: me@jongleberry.com
-│ ├─ url: http://jongleberry.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/parse-github-repo-url
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/parse-github-repo-url/LICENSE
+│ └─ licenseFile: node_modules/parse-asn1/LICENSE
├─ parse-json@2.2.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/parse-json
@@ -5830,80 +2629,28 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/parse-json
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/parse-json/license
-├─ parse-json@4.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/parse-json
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer/node_modules/parse-json
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer/node_modules/parse-json/license
-├─ parse-node-version@1.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/gulpjs/parse-node-version
-│ ├─ publisher: Gulp Team
-│ ├─ email: team@gulpjs.com
-│ ├─ url: http://gulpjs.com/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/parse-node-version
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/parse-node-version/LICENSE
-├─ parse-passwd@1.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/doowb/parse-passwd
-│ ├─ publisher: Brian Woodward
-│ ├─ url: https://github.com/doowb
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/parse-passwd
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/parse-passwd/LICENSE
-├─ parse5@4.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/inikulin/parse5
-│ ├─ publisher: Ivan Nikulin
-│ ├─ email: ifaaan@gmail.com
-│ ├─ url: https://github.com/inikulin
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/parse5
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/parse5/LICENSE
-├─ parseqs@0.0.5
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/get/querystring
-│ ├─ publisher: Gal Koren
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/parseqs
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/parseqs/LICENSE
-├─ parseuri@0.0.5
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/get/parseuri
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/parseuri
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/parseuri/LICENSE
-├─ parseurl@1.3.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/pillarjs/parseurl
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/parseurl
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/parseurl/LICENSE
-├─ parseurl@1.3.3
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/pillarjs/parseurl
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/finalhandler/node_modules/parseurl
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/finalhandler/node_modules/parseurl/LICENSE
+│ └─ licenseFile: node_modules/parse-json/license
├─ pascalcase@0.1.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/pascalcase
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/pascalcase
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/pascalcase/LICENSE
-├─ path-browserify@0.0.0
+│ └─ licenseFile: node_modules/pascalcase/LICENSE
+├─ path-browserify@0.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/substack/path-browserify
│ ├─ publisher: James Halliday
│ ├─ email: mail@substack.net
│ ├─ url: http://substack.net
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/path-browserify
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/path-browserify/LICENSE
+│ └─ licenseFile: node_modules/path-browserify/LICENSE
├─ path-dirname@1.0.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/es128/path-dirname
│ ├─ publisher: Elan Shanker
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/path-dirname
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/path-dirname/license
+│ └─ licenseFile: node_modules/path-dirname/license
├─ path-exists@2.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/path-exists
@@ -5911,7 +2658,7 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/path-exists
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/path-exists/license
+│ └─ licenseFile: node_modules/path-exists/license
├─ path-exists@3.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/path-exists
@@ -5919,15 +2666,7 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/locate-path/node_modules/path-exists
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/locate-path/node_modules/path-exists/license
-├─ path-exists@4.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/path-exists
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/path-exists
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/path-exists/license
+│ └─ licenseFile: node_modules/locate-path/node_modules/path-exists/license
├─ path-is-absolute@1.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/path-is-absolute
@@ -5935,40 +2674,14 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/path-is-absolute
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/path-is-absolute/license
-├─ path-is-inside@1.0.2
-│ ├─ licenses: (WTFPL OR MIT)
-│ ├─ repository: https://github.com/domenic/path-is-inside
-│ ├─ publisher: Domenic Denicola
-│ ├─ email: d@domenic.me
-│ ├─ url: https://domenic.me
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/path-is-inside
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/path-is-inside/LICENSE.txt
-├─ path-key@2.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/path-key
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/path-key
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/path-key/license
+│ └─ licenseFile: node_modules/path-is-absolute/license
├─ path-parse@1.0.6
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jbgutierrez/path-parse
│ ├─ publisher: Javier Blanco
│ ├─ email: http://jbgutierrez.info
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/path-parse
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/path-parse/LICENSE
-├─ path-to-regexp@0.1.7
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/component/path-to-regexp
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/express/node_modules/path-to-regexp
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/express/node_modules/path-to-regexp/LICENSE
-├─ path-to-regexp@2.2.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/pillarjs/path-to-regexp
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/path-to-regexp
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/path-to-regexp/LICENSE
+│ └─ licenseFile: node_modules/path-parse/LICENSE
├─ path-type@1.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/path-type
@@ -5976,58 +2689,27 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/path-type
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/path-type/license
-├─ path-type@2.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/path-type
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@angular/compiler-cli/node_modules/path-type
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@angular/compiler-cli/node_modules/path-type/license
-├─ path-type@3.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/path-type
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer/node_modules/path-type
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer/node_modules/path-type/license
+│ └─ licenseFile: node_modules/path-type/license
├─ pbkdf2@3.0.17
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/crypto-browserify/pbkdf2
│ ├─ publisher: Daniel Cousens
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/pbkdf2
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/pbkdf2/LICENSE
-├─ pend@1.2.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/andrewrk/node-pend
-│ ├─ publisher: Andrew Kelley
-│ ├─ email: superjoe30@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/pend
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/pend/LICENSE
+│ └─ licenseFile: node_modules/pbkdf2/LICENSE
├─ performance-now@2.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/braveg1rl/performance-now
│ ├─ publisher: Braveg1rl
│ ├─ email: braveg1rl@outlook.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/performance-now
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/performance-now/license.txt
-├─ phantomjs-prebuilt@2.1.16
-│ ├─ licenses: Apache-2.0
-│ ├─ repository: https://github.com/Medium/phantomjs
-│ ├─ publisher: Dan Pupius
-│ ├─ email: dan@obvious.com
-│ ├─ url: http://pupius.co.uk
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/phantomjs-prebuilt
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/phantomjs-prebuilt/LICENSE.txt
+│ └─ licenseFile: node_modules/performance-now/license.txt
├─ php-date-formatter@1.3.4
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/kartik-v/php-date-formatter
│ ├─ publisher: Kartik Visweswaran
│ ├─ email: kartikv2@gmail.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/php-date-formatter
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/php-date-formatter/LICENSE.md
+│ └─ licenseFile: node_modules/php-date-formatter/LICENSE.md
├─ pify@2.3.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/pify
@@ -6035,30 +2717,20 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/pify
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/pify/license
-├─ pify@3.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/pify
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/sass-loader/node_modules/pify
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/sass-loader/node_modules/pify/license
+│ └─ licenseFile: node_modules/pify/license
├─ pify@4.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/pify
│ ├─ publisher: Sindre Sorhus
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/terser-webpack-plugin/node_modules/pify
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/terser-webpack-plugin/node_modules/pify/license
-├─ pikaday@1.5.1
-│ ├─ licenses
-│ │ ├─ 0: BSD
-│ │ └─ 1: MIT
-│ ├─ repository: https://github.com/dbushell/Pikaday
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/sass-loader/node_modules/pify
+│ └─ licenseFile: node_modules/sass-loader/node_modules/pify/license
+├─ pikaday@1.8.0
+│ ├─ licenses: (0BSD OR MIT)
+│ ├─ repository: https://github.com/Pikaday/Pikaday
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/pikaday
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/pikaday/LICENSE
+│ └─ licenseFile: node_modules/pikaday/LICENSE
├─ pinkie-promise@2.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/floatdrop/pinkie-promise
@@ -6066,7 +2738,7 @@ Data Controller uses the following licences:
│ ├─ email: floatdrop@gmail.com
│ ├─ url: github.com/floatdrop
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/pinkie-promise
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/pinkie-promise/license
+│ └─ licenseFile: node_modules/pinkie-promise/license
├─ pinkie@2.0.4
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/floatdrop/pinkie
@@ -6074,108 +2746,46 @@ Data Controller uses the following licences:
│ ├─ email: floatdrop@gmail.com
│ ├─ url: github.com/floatdrop
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/pinkie
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/pinkie/license
-├─ pkg-dir@2.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/pkg-dir
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/pkg-dir
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/pkg-dir/license
+│ └─ licenseFile: node_modules/pinkie/license
├─ pkg-dir@3.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/pkg-dir
│ ├─ publisher: Sindre Sorhus
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/import-local/node_modules/pkg-dir
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/import-local/node_modules/pkg-dir/license
-├─ portfinder@1.0.20
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/indexzero/node-portfinder
-│ ├─ publisher: Charlie Robbins
-│ ├─ email: charlie.robbins@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/portfinder
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/portfinder/LICENSE
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/pkg-dir
+│ └─ licenseFile: node_modules/pkg-dir/license
├─ posix-character-classes@0.1.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/posix-character-classes
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/posix-character-classes
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/posix-character-classes/LICENSE
-├─ postcss-import@12.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/postcss/postcss-import
-│ ├─ publisher: Maxime Thirouin
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/postcss-import
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/postcss-import/LICENSE
-├─ postcss-load-config@2.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/michael-ciniawsky/postcss-load-config
-│ ├─ publisher: Michael Ciniawky
-│ ├─ email: michael.ciniawsky@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/postcss-load-config
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/postcss-load-config/LICENSE
-├─ postcss-loader@3.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/postcss/postcss-loader
-│ ├─ publisher: Andrey Sitnik
-│ ├─ email: andrey@sitnik.ru
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/postcss-loader
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/postcss-loader/LICENSE
-├─ postcss-value-parser@3.3.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/TrySound/postcss-value-parser
-│ ├─ publisher: Bogdan Chadkin
-│ ├─ email: trysound@yandex.ru
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/postcss-value-parser
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/postcss-value-parser/LICENSE
-├─ postcss@7.0.14
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/postcss/postcss
-│ ├─ publisher: Andrey Sitnik
-│ ├─ email: andrey@sitnik.ru
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/postcss
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/postcss/LICENSE
-├─ prelude-ls@1.1.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/gkz/prelude-ls
-│ ├─ publisher: George Zahariev
-│ ├─ email: z@georgezahariev.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/prelude-ls
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/prelude-ls/LICENSE
-├─ prismjs@1.16.0
+│ └─ licenseFile: node_modules/posix-character-classes/LICENSE
+├─ printj@1.1.2
+│ ├─ licenses: Apache-2.0
+│ ├─ repository: https://github.com/SheetJS/printj
+│ ├─ publisher: sheetjs
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/printj
+│ └─ licenseFile: node_modules/printj/LICENSE
+├─ prismjs@1.20.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/LeaVerou/prism
│ ├─ publisher: Lea Verou
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/prismjs
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/prismjs/LICENSE
-├─ process-nextick-args@1.0.7
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/calvinmetcalf/process-nextick-args
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/remap-istanbul/node_modules/process-nextick-args
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/remap-istanbul/node_modules/process-nextick-args/license.md
-├─ process-nextick-args@2.0.0
+│ └─ licenseFile: node_modules/prismjs/LICENSE
+├─ process-nextick-args@2.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/calvinmetcalf/process-nextick-args
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/process-nextick-args
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/process-nextick-args/license.md
+│ └─ licenseFile: node_modules/process-nextick-args/license.md
├─ process@0.11.10
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/shtylman/node-process
│ ├─ publisher: Roman Shtylman
│ ├─ email: shtylman@gmail.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/process
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/process/LICENSE
-├─ progress@1.1.8
-│ ├─ licenses: MIT*
-│ ├─ repository: https://github.com/visionmedia/node-progress
-│ ├─ publisher: TJ Holowaychuk
-│ ├─ email: tj@vision-media.ca
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/progress
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/progress/LICENSE
+│ └─ licenseFile: node_modules/process/LICENSE
├─ promise-inflight@1.0.1
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/iarna/promise-inflight
@@ -6183,42 +2793,7 @@ Data Controller uses the following licences:
│ ├─ email: me@re-becca.org
│ ├─ url: http://re-becca.org/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/promise-inflight
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/promise-inflight/LICENSE
-├─ promise-retry@1.1.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/IndigoUnited/node-promise-retry
-│ ├─ publisher: IndigoUnited
-│ ├─ email: hello@indigounited.com
-│ ├─ url: http://indigounited.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/promise-retry
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/promise-retry/LICENSE
-├─ promise@7.3.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/then/promise
-│ ├─ publisher: ForbesLindesay
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/promise
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/promise/LICENSE
-├─ protoduck@5.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/zkat/protoduck
-│ ├─ publisher: Kat Marchán
-│ ├─ email: kzm@sykosomatic.org
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/protoduck
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/protoduck/LICENSE
-├─ protractor@5.4.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/angular/protractor
-│ ├─ publisher: Julie Ralph
-│ ├─ email: ju.ralph@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/protractor
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/protractor/LICENSE
-├─ proxy-addr@2.0.5
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jshttp/proxy-addr
-│ ├─ publisher: Douglas Christopher Wilson
-│ ├─ email: doug@somethingdoug.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/proxy-addr
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/proxy-addr/LICENSE
+│ └─ licenseFile: node_modules/promise-inflight/LICENSE
├─ prr@1.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/rvagg/prr
@@ -6226,7 +2801,7 @@ Data Controller uses the following licences:
│ ├─ email: rod@vagg.org
│ ├─ url: https://github.com/rvagg
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/prr
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/prr/LICENSE.md
+│ └─ licenseFile: node_modules/prr/LICENSE.md
├─ pseudomap@1.0.2
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/pseudomap
@@ -6234,183 +2809,99 @@ Data Controller uses the following licences:
│ ├─ email: i@izs.me
│ ├─ url: http://blog.izs.me/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/pseudomap
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/pseudomap/LICENSE
-├─ psl@1.1.31
+│ └─ licenseFile: node_modules/pseudomap/LICENSE
+├─ psl@1.8.0
│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/wrangr/psl
+│ ├─ repository: https://github.com/lupomontero/psl
│ ├─ publisher: Lupo Montero
+│ ├─ email: lupomontero@gmail.com
+│ ├─ url: https://lupomontero.com/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/psl
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/psl/LICENSE
+│ └─ licenseFile: node_modules/psl/LICENSE
├─ public-encrypt@4.0.3
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/crypto-browserify/publicEncrypt
│ ├─ publisher: Calvin Metcalf
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/public-encrypt
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/public-encrypt/LICENSE
+│ └─ licenseFile: node_modules/public-encrypt/LICENSE
├─ pump@2.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/mafintosh/pump
│ ├─ publisher: Mathias Buus Madsen
│ ├─ email: mathiasbuus@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/pump
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/pump/LICENSE
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/pumpify/node_modules/pump
+│ └─ licenseFile: node_modules/pumpify/node_modules/pump/LICENSE
├─ pump@3.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/mafintosh/pump
│ ├─ publisher: Mathias Buus Madsen
│ ├─ email: mathiasbuus@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/make-fetch-happen/node_modules/pump
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/make-fetch-happen/node_modules/pump/LICENSE
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/pump
+│ └─ licenseFile: node_modules/pump/LICENSE
├─ pumpify@1.5.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/mafintosh/pumpify
│ ├─ publisher: Mathias Buus
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/pumpify
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/pumpify/LICENSE
+│ └─ licenseFile: node_modules/pumpify/LICENSE
├─ punycode@1.3.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/bestiejs/punycode.js
│ ├─ publisher: Mathias Bynens
│ ├─ url: https://mathiasbynens.be/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/url/node_modules/punycode
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/url/node_modules/punycode/LICENSE-MIT.txt
+│ └─ licenseFile: node_modules/url/node_modules/punycode/LICENSE-MIT.txt
├─ punycode@1.4.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/bestiejs/punycode.js
│ ├─ publisher: Mathias Bynens
│ ├─ url: https://mathiasbynens.be/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/tough-cookie/node_modules/punycode
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/tough-cookie/node_modules/punycode/LICENSE-MIT.txt
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/node-libs-browser/node_modules/punycode
+│ └─ licenseFile: node_modules/node-libs-browser/node_modules/punycode/LICENSE-MIT.txt
├─ punycode@2.1.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/bestiejs/punycode.js
│ ├─ publisher: Mathias Bynens
│ ├─ url: https://mathiasbynens.be/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/punycode
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/punycode/LICENSE-MIT.txt
-├─ q@1.4.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/kriskowal/q
-│ ├─ publisher: Kris Kowal
-│ ├─ email: kris@cixar.com
-│ ├─ url: https://github.com/kriskowal
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/protractor/node_modules/q
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/protractor/node_modules/q/LICENSE
-├─ q@1.5.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/kriskowal/q
-│ ├─ publisher: Kris Kowal
-│ ├─ email: kris@cixar.com
-│ ├─ url: https://github.com/kriskowal
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/q
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/q/LICENSE
-├─ qjobs@1.2.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/franck34/qjobs
-│ ├─ publisher: Franck TABARY
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/qjobs
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/qjobs/LICENCE
+│ └─ licenseFile: node_modules/punycode/LICENSE-MIT.txt
├─ qs@6.5.2
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/ljharb/qs
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/qs
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/qs/LICENSE
-├─ qs@6.7.0
-│ ├─ licenses: BSD-3-Clause
-│ ├─ repository: https://github.com/ljharb/qs
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/express/node_modules/qs
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/express/node_modules/qs/LICENSE
+│ └─ licenseFile: node_modules/qs/LICENSE
├─ querystring-es3@0.2.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/mike-spainhower/querystring
│ ├─ publisher: Irakli Gozalishvili
│ ├─ email: rfobic@gmail.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/querystring-es3
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/querystring-es3/License.md
+│ └─ licenseFile: node_modules/querystring-es3/License.md
├─ querystring@0.2.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/Gozala/querystring
│ ├─ publisher: Irakli Gozalishvili
│ ├─ email: rfobic@gmail.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/querystring
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/querystring/License.md
-├─ querystringify@2.1.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/unshiftio/querystringify
-│ ├─ publisher: Arnout Kazemier
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/querystringify
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/querystringify/LICENSE
-├─ quick-lru@1.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/quick-lru
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/quick-lru
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/quick-lru/license
+│ └─ licenseFile: node_modules/querystring/License.md
├─ randombytes@2.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/crypto-browserify/randombytes
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/randombytes
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/randombytes/LICENSE
+│ └─ licenseFile: node_modules/randombytes/LICENSE
├─ randomfill@1.0.4
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/crypto-browserify/randomfill
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/randomfill
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/randomfill/LICENSE
-├─ range-parser@1.2.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jshttp/range-parser
-│ ├─ publisher: TJ Holowaychuk
-│ ├─ email: tj@vision-media.ca
-│ ├─ url: http://tjholowaychuk.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/range-parser
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/range-parser/LICENSE
-├─ range-parser@1.2.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jshttp/range-parser
-│ ├─ publisher: TJ Holowaychuk
-│ ├─ email: tj@vision-media.ca
-│ ├─ url: http://tjholowaychuk.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/send/node_modules/range-parser
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/send/node_modules/range-parser/LICENSE
-├─ raw-body@2.3.3
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/stream-utils/raw-body
-│ ├─ publisher: Jonathan Ong
-│ ├─ email: me@jongleberry.com
-│ ├─ url: http://jongleberry.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/raw-body
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/raw-body/LICENSE
-├─ raw-body@2.4.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/stream-utils/raw-body
-│ ├─ publisher: Jonathan Ong
-│ ├─ email: me@jongleberry.com
-│ ├─ url: http://jongleberry.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/express/node_modules/raw-body
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/express/node_modules/raw-body/LICENSE
-├─ raw-loader@1.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/webpack-contrib/raw-loader
-│ ├─ publisher: Tobias Koppers @sokra
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/raw-loader
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/raw-loader/LICENSE
+│ └─ licenseFile: node_modules/randomfill/LICENSE
├─ rc@1.2.8
│ ├─ licenses: (BSD-2-Clause OR MIT OR Apache-2.0)
│ ├─ repository: https://github.com/dominictarr/rc
│ ├─ publisher: Dominic Tarr
│ ├─ email: dominic.tarr@gmail.com
│ ├─ url: dominictarr.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/rc
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/rc/LICENSE.APACHE2
-├─ read-cache@1.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/TrySound/read-cache
-│ ├─ publisher: Bogdan Chadkin
-│ ├─ email: trysound@yandex.ru
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/read-cache
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/read-cache/LICENSE
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/watchpack/node_modules/fsevents/node_modules/rc
+│ └─ licenseFile: node_modules/watchpack/node_modules/fsevents/node_modules/rc/LICENSE.APACHE2
├─ read-pkg-up@1.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/read-pkg-up
@@ -6418,23 +2909,7 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/read-pkg-up
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/read-pkg-up/license
-├─ read-pkg-up@2.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/read-pkg-up
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@angular/compiler-cli/node_modules/read-pkg-up
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@angular/compiler-cli/node_modules/read-pkg-up/license
-├─ read-pkg-up@3.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/read-pkg-up
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer/node_modules/read-pkg-up
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer/node_modules/read-pkg-up/license
+│ └─ licenseFile: node_modules/read-pkg-up/license
├─ read-pkg@1.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/read-pkg
@@ -6442,66 +2917,20 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/read-pkg
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/read-pkg/license
-├─ read-pkg@2.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/read-pkg
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@angular/compiler-cli/node_modules/read-pkg
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@angular/compiler-cli/node_modules/read-pkg/license
-├─ read-pkg@3.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/read-pkg
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer/node_modules/read-pkg
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer/node_modules/read-pkg/license
-├─ readable-stream@1.1.14
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/isaacs/readable-stream
-│ ├─ publisher: Isaac Z. Schlueter
-│ ├─ email: i@izs.me
-│ ├─ url: http://blog.izs.me/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/duplexer2/node_modules/readable-stream
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/duplexer2/node_modules/readable-stream/LICENSE
-├─ readable-stream@2.0.6
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/nodejs/readable-stream
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/remap-istanbul/node_modules/readable-stream
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/remap-istanbul/node_modules/readable-stream/LICENSE
-├─ readable-stream@2.3.6
+│ └─ licenseFile: node_modules/read-pkg/license
+├─ readable-stream@2.3.7
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/nodejs/readable-stream
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/readable-stream
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/readable-stream/LICENSE
-├─ readable-stream@3.3.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/nodejs/readable-stream
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/spdy-transport/node_modules/readable-stream
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/spdy-transport/node_modules/readable-stream/LICENSE
-├─ readable-stream@3.4.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/nodejs/readable-stream
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/conventional-recommended-bump/node_modules/readable-stream
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/conventional-recommended-bump/node_modules/readable-stream/LICENSE
+│ └─ licenseFile: node_modules/readable-stream/LICENSE
├─ readdirp@2.2.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/paulmillr/readdirp
│ ├─ publisher: Thorsten Lorenz
│ ├─ email: thlorenz@gmx.de
│ ├─ url: thlorenz.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/readdirp
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/readdirp/LICENSE
-├─ rechoir@0.6.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/tkellen/node-rechoir
-│ ├─ publisher: Tyler Kellen
-│ ├─ url: http://goingslowly.com/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/rechoir
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/rechoir/LICENSE
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/watchpack/node_modules/readdirp
+│ └─ licenseFile: node_modules/watchpack/node_modules/readdirp/LICENSE
├─ redent@1.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/redent
@@ -6509,106 +2938,34 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/redent
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/redent/license
-├─ redent@2.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/redent
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer/node_modules/redent
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer/node_modules/redent/license
-├─ reflect-metadata@0.1.13
-│ ├─ licenses: Apache-2.0
-│ ├─ repository: https://github.com/rbuckton/reflect-metadata
-│ ├─ publisher: Ron Buckton
-│ ├─ email: ron.buckton@microsoft.com
-│ ├─ url: http://github.com/rbuckton
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/reflect-metadata
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/reflect-metadata/LICENSE
-├─ regenerate@1.4.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/mathiasbynens/regenerate
-│ ├─ publisher: Mathias Bynens
-│ ├─ url: https://mathiasbynens.be/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/regenerate
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/regenerate/LICENSE-MIT.txt
-├─ regenerator-runtime@0.11.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime
-│ ├─ publisher: Ben Newman
-│ ├─ email: bn@cs.stanford.edu
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/regenerator-runtime
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/regenerator-runtime/README.md
+│ └─ licenseFile: node_modules/redent/license
├─ regex-not@1.0.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/regex-not
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/regex-not
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/regex-not/LICENSE
-├─ regexpu-core@1.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/mathiasbynens/regexpu-core
-│ ├─ publisher: Mathias Bynens
-│ ├─ url: https://mathiasbynens.be/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/regexpu-core
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/regexpu-core/LICENSE-MIT.txt
-├─ registry-auth-token@3.3.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/rexxars/registry-auth-token
-│ ├─ publisher: Espen Hovlandsdal
-│ ├─ email: espen@hovlandsdal.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/registry-auth-token
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/registry-auth-token/LICENSE
-├─ registry-url@3.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/registry-url
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/registry-url
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/registry-url/license
-├─ regjsgen@0.2.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/d10/regjsgen
-│ ├─ publisher: Benjamin Tan
-│ ├─ email: demoneaux@gmail.com
-│ ├─ url: https://d10.github.io/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/regjsgen
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/regjsgen/LICENSE.txt
-├─ regjsparser@0.1.5
-│ ├─ licenses: BSD*
-│ ├─ repository: https://github.com/jviereck/regjsparser
-│ ├─ publisher: 'Julian Viereck'
-│ ├─ email: julian.viereck@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/regjsparser
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/regjsparser/LICENSE.BSD
-├─ remap-istanbul@0.9.6
-│ ├─ licenses: BSD-3-Clause
-│ ├─ repository: https://github.com/SitePen/remap-istanbul
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/remap-istanbul
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/remap-istanbul/LICENSE
+│ └─ licenseFile: node_modules/regex-not/LICENSE
├─ remove-trailing-separator@1.1.0
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/darsain/remove-trailing-separator
│ ├─ publisher: darsain
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/remove-trailing-separator
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/remove-trailing-separator/license
+│ └─ licenseFile: node_modules/remove-trailing-separator/license
├─ repeat-element@1.1.3
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/repeat-element
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/repeat-element
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/repeat-element/LICENSE
+│ └─ licenseFile: node_modules/repeat-element/LICENSE
├─ repeat-string@1.6.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/repeat-string
│ ├─ publisher: Jon Schlinkert
│ ├─ url: http://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/repeat-string
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/repeat-string/LICENSE
+│ └─ licenseFile: node_modules/repeat-string/LICENSE
├─ repeating@2.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/repeating
@@ -6616,38 +2973,14 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/repeating
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/repeating/license
-├─ replace-ext@0.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/wearefractal/replace-ext
-│ ├─ publisher: Fractal
-│ ├─ email: contact@wearefractal.com
-│ ├─ url: http://wearefractal.com/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/replace-ext
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/replace-ext/LICENSE
-├─ replace-in-file@5.0.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/adamreisnz/replace-in-file
-│ ├─ publisher: Adam Reis
-│ ├─ email: adam@reis.nz
-│ ├─ url: https://adam.reiz.nz/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/replace-in-file
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/replace-in-file/README.md
-├─ request-progress@2.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/IndigoUnited/node-request-progress
-│ ├─ publisher: IndigoUnited
-│ ├─ email: hello@indigounited.com
-│ ├─ url: http://indigounited.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/request-progress
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/request-progress/LICENSE
-├─ request@2.88.0
+│ └─ licenseFile: node_modules/repeating/license
+├─ request@2.88.2
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/request/request
│ ├─ publisher: Mikeal Rogers
│ ├─ email: mikeal.rogers@gmail.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/request
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/request/LICENSE
+│ └─ licenseFile: node_modules/request/LICENSE
├─ require-directory@2.1.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/troygoode/node-require-directory
@@ -6655,123 +2988,48 @@ Data Controller uses the following licences:
│ ├─ email: troygoode@gmail.com
│ ├─ url: http://github.com/troygoode/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/require-directory
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/require-directory/LICENSE
-├─ require-from-string@2.0.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/floatdrop/require-from-string
-│ ├─ publisher: Vsevolod Strukchinsky
-│ ├─ email: floatdrop@gmail.com
-│ ├─ url: github.com/floatdrop
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/require-from-string
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/require-from-string/license
+│ └─ licenseFile: node_modules/require-directory/LICENSE
├─ require-main-filename@1.0.1
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/yargs/require-main-filename
│ ├─ publisher: Ben Coe
│ ├─ email: ben@npmjs.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/require-main-filename
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/require-main-filename/LICENSE.txt
-├─ require-main-filename@2.0.0
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/yargs/require-main-filename
-│ ├─ publisher: Ben Coe
-│ ├─ email: ben@npmjs.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/require-main-filename
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/require-main-filename/LICENSE.txt
-├─ requires-port@1.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/unshiftio/requires-port
-│ ├─ publisher: Arnout Kazemier
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/requires-port
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/requires-port/LICENSE
-├─ resolve-cwd@2.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/resolve-cwd
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/resolve-cwd
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/resolve-cwd/license
-├─ resolve-from@3.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/resolve-from
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/resolve-from
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/resolve-from/license
+│ └─ licenseFile: node_modules/require-main-filename/LICENSE.txt
├─ resolve-url@0.2.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/lydell/resolve-url
│ ├─ publisher: Simon Lydell
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/resolve-url
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/resolve-url/LICENSE
-├─ resolve@1.1.7
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/substack/node-resolve
-│ ├─ publisher: James Halliday
-│ ├─ email: mail@substack.net
-│ ├─ url: http://substack.net
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/istanbul/node_modules/resolve
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/istanbul/node_modules/resolve/LICENSE
-├─ resolve@1.10.0
+│ └─ licenseFile: node_modules/resolve-url/LICENSE
+├─ resolve@1.15.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/browserify/resolve
│ ├─ publisher: James Halliday
│ ├─ email: mail@substack.net
│ ├─ url: http://substack.net
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/resolve
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/resolve/LICENSE
-├─ restore-cursor@2.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/restore-cursor
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/restore-cursor
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/restore-cursor/license
+│ └─ licenseFile: node_modules/resolve/LICENSE
├─ ret@0.1.15
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/fent/ret.js
│ ├─ publisher: Roly Fentanes
│ ├─ url: https://github.com/fent
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/ret
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/ret/LICENSE
-├─ retry@0.10.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/tim-kos/node-retry
-│ ├─ publisher: Tim Koschützki
-│ ├─ email: tim@debuggable.com
-│ ├─ url: http://debuggable.com/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/retry
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/retry/License
-├─ rfdc@1.1.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/davidmarkclements/rfdc
-│ ├─ publisher: David Mark Clements
-│ ├─ email: david.clements@nearform.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/rfdc
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/rfdc/readme.md
-├─ rimraf@2.6.3
+│ └─ licenseFile: node_modules/ret/LICENSE
+├─ rimraf@2.7.1
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/rimraf
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: i@izs.me
│ ├─ url: http://blog.izs.me/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/rimraf
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/rimraf/LICENSE
+│ └─ licenseFile: node_modules/rimraf/LICENSE
├─ ripemd160@2.0.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/crypto-browserify/ripemd160
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/ripemd160
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/ripemd160/LICENSE
-├─ run-async@2.3.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/SBoudrias/run-async
-│ ├─ publisher: Simon Boudrias
-│ ├─ email: admin@simonboudrias.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/run-async
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/run-async/LICENSE
+│ └─ licenseFile: node_modules/ripemd160/LICENSE
├─ run-queue@1.0.3
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/iarna/run-queue
@@ -6779,25 +3037,18 @@ Data Controller uses the following licences:
│ ├─ email: me@re-becca.org
│ ├─ url: http://re-becca.org/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/run-queue
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/run-queue/README.md
-├─ rxjs-compat@6.4.0
+│ └─ licenseFile: node_modules/run-queue/README.md
+├─ rxjs-compat@6.5.5
│ ├─ licenses: Apache-2.0
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/rxjs-compat
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/rxjs-compat/LICENSE.txt
-├─ rxjs@6.3.3
-│ ├─ licenses: Apache-2.0
-│ ├─ repository: https://github.com/reactivex/rxjs
-│ ├─ publisher: Ben Lesh
-│ ├─ email: ben@benlesh.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@angular-devkit/core/node_modules/rxjs
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@angular-devkit/core/node_modules/rxjs/LICENSE.txt
-├─ rxjs@6.4.0
+│ └─ licenseFile: node_modules/rxjs-compat/LICENSE.txt
+├─ rxjs@6.5.5
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/reactivex/rxjs
│ ├─ publisher: Ben Lesh
│ ├─ email: ben@benlesh.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/rxjs
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/rxjs/LICENSE.txt
+│ └─ licenseFile: node_modules/rxjs/LICENSE.txt
├─ safe-buffer@5.1.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/feross/safe-buffer
@@ -6805,7 +3056,7 @@ Data Controller uses the following licences:
│ ├─ email: feross@feross.org
│ ├─ url: http://feross.org
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/safe-buffer
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/safe-buffer/LICENSE
+│ └─ licenseFile: node_modules/safe-buffer/LICENSE
├─ safe-regex@1.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/substack/safe-regex
@@ -6813,7 +3064,7 @@ Data Controller uses the following licences:
│ ├─ email: mail@substack.net
│ ├─ url: http://substack.net
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/safe-regex
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/safe-regex/LICENSE
+│ └─ licenseFile: node_modules/safe-regex/LICENSE
├─ safer-buffer@2.1.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/ChALkeR/safer-buffer
@@ -6821,210 +3072,94 @@ Data Controller uses the following licences:
│ ├─ email: chalkerx@gmail.com
│ ├─ url: https://github.com/ChALkeR
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/safer-buffer
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/safer-buffer/LICENSE
+│ └─ licenseFile: node_modules/safer-buffer/LICENSE
+├─ sasjs@2.2.4
+│ ├─ licenses: ISC
+│ ├─ repository: https://github.com/macropeople/sasjs
+│ ├─ publisher: Allan Bowe
+│ ├─ email: support@macropeople.com
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/sasjs
+│ └─ licenseFile: node_modules/sasjs/LICENSE
├─ sass-graph@2.2.4
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/xzyfer/sass-graph
│ ├─ publisher: xzyfer
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/sass-graph
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/sass-graph/readme.md
-├─ sass-loader@7.1.0
+│ └─ licenseFile: node_modules/sass-graph/readme.md
+├─ sass-loader@7.3.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/webpack-contrib/sass-loader
│ ├─ publisher: J. Tangelder
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/sass-loader
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/sass-loader/LICENSE
-├─ saucelabs@1.5.0
-│ ├─ licenses: MIT*
-│ ├─ repository: https://github.com/holidayextras/node-saucelabs
-│ ├─ publisher: Dan Jenkins
-│ ├─ email: dan.jenkins@holidayextras.com
-│ ├─ url: www.dan-jenkins.co.uk
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/saucelabs
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/saucelabs/README.md
-├─ sax@0.5.8
-│ ├─ licenses: BSD*
-│ ├─ repository: https://github.com/isaacs/sax-js
-│ ├─ publisher: Isaac Z. Schlueter
-│ ├─ email: i@izs.me
-│ ├─ url: http://blog.izs.me/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/sax
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/sax/LICENSE
+│ └─ licenseFile: node_modules/sass-loader/LICENSE
├─ sax@1.2.4
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/sax-js
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: i@izs.me
│ ├─ url: http://blog.izs.me/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/xml2js/node_modules/sax
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/xml2js/node_modules/sax/LICENSE
-├─ schema-utils@0.3.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/webpack-contrib/schema-utils
-│ ├─ publisher: Webpack Contrib
-│ ├─ url: https://github.com/webpack-contrib
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/istanbul-instrumenter-loader/node_modules/schema-utils
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/istanbul-instrumenter-loader/node_modules/schema-utils/LICENSE
-├─ schema-utils@0.4.7
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/webpack-contrib/schema-utils
-│ ├─ publisher: webpack Contrib
-│ ├─ url: https://github.com/webpack-contrib
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/webpack/node_modules/schema-utils
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/webpack/node_modules/schema-utils/LICENSE
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/watchpack/node_modules/fsevents/node_modules/sax
+│ └─ licenseFile: node_modules/watchpack/node_modules/fsevents/node_modules/sax/LICENSE
├─ schema-utils@1.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/webpack-contrib/schema-utils
│ ├─ publisher: webpack Contrib
│ ├─ url: https://github.com/webpack-contrib
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/schema-utils
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/schema-utils/LICENSE
+│ └─ licenseFile: node_modules/schema-utils/LICENSE
├─ scss-tokenizer@0.2.3
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sasstools/scss-tokenizer
│ ├─ publisher: xzyfer
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/scss-tokenizer
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/scss-tokenizer/LICENSE
-├─ select-hose@2.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/indutny/select-hose
-│ ├─ publisher: Fedor Indutny
-│ ├─ email: fedor@indutny.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/select-hose
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/select-hose/README.md
+│ └─ licenseFile: node_modules/scss-tokenizer/LICENSE
├─ select@1.1.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/zenorocha/select
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/select
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/select/readme.md
-├─ selenium-webdriver@3.6.0
-│ ├─ licenses: Apache-2.0
-│ ├─ repository: https://github.com/SeleniumHQ/selenium
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/selenium-webdriver
-│ ├─ licenseFile: /Users/allan/git/dcfrontend/node_modules/selenium-webdriver/LICENSE
-│ └─ noticeFile: /Users/allan/git/dcfrontend/node_modules/selenium-webdriver/NOTICE
-├─ selfsigned@1.10.4
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jfromaniello/selfsigned
-│ ├─ publisher: José F. Romaniello
-│ ├─ email: jfromaniello@gmail.com
-│ ├─ url: http://joseoncode.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/selfsigned
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/selfsigned/LICENSE
-├─ semver-dsl@1.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/mgechev/semver-dsl
-│ ├─ publisher: Minko Gechev
-│ ├─ email: mgechev@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/semver-dsl
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/semver-dsl/README.md
-├─ semver-intersect@1.4.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/snyamathi/semver-intersect
-│ ├─ publisher: Suneil Nyamathi
-│ ├─ email: snyamathi@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/semver-intersect
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/semver-intersect/LICENSE
+│ └─ licenseFile: node_modules/select/readme.md
├─ semver@5.3.0
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/npm/node-semver
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/node-gyp/node_modules/semver
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/node-gyp/node_modules/semver/LICENSE
-├─ semver@5.6.0
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/npm/node-semver
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@schematics/update/node_modules/semver
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@schematics/update/node_modules/semver/LICENSE
-├─ semver@5.7.0
+│ └─ licenseFile: node_modules/node-gyp/node_modules/semver/LICENSE
+├─ semver@5.7.1
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/npm/node-semver
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/semver
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/semver/LICENSE
+│ └─ licenseFile: node_modules/semver/LICENSE
├─ semver@6.3.0
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/npm/node-semver
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer/node_modules/semver
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer/node_modules/semver/LICENSE
-├─ send@0.17.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/pillarjs/send
-│ ├─ publisher: TJ Holowaychuk
-│ ├─ email: tj@vision-media.ca
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/send
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/send/LICENSE
-├─ serialize-javascript@1.7.0
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/sass-loader/node_modules/semver
+│ └─ licenseFile: node_modules/sass-loader/node_modules/semver/LICENSE
+├─ serialize-javascript@2.1.2
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/yahoo/serialize-javascript
│ ├─ publisher: Eric Ferraiuolo
│ ├─ email: edf@ericf.me
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/serialize-javascript
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/serialize-javascript/LICENSE
-├─ serve-handler@6.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/zeit/serve-handler
-│ ├─ publisher: leo
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/serve-handler
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/serve-handler/LICENSE
-├─ serve-index@1.9.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/expressjs/serve-index
-│ ├─ publisher: Douglas Christopher Wilson
-│ ├─ email: doug@somethingdoug.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/serve-index
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/serve-index/LICENSE
-├─ serve-static@1.14.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/expressjs/serve-static
-│ ├─ publisher: Douglas Christopher Wilson
-│ ├─ email: doug@somethingdoug.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/serve-static
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/serve-static/LICENSE
-├─ serve@11.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/zeit/serve
-│ ├─ publisher: leo
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/serve
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/serve/LICENSE
+│ └─ licenseFile: node_modules/serialize-javascript/LICENSE
├─ set-blocking@2.0.0
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/yargs/set-blocking
│ ├─ publisher: Ben Coe
│ ├─ email: ben@npmjs.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/set-blocking
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/set-blocking/LICENSE.txt
-├─ set-immediate-shim@1.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/set-immediate-shim
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/set-immediate-shim
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/set-immediate-shim/readme.md
+│ └─ licenseFile: node_modules/set-blocking/LICENSE.txt
├─ set-value@2.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/set-value
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/set-value
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/set-value/LICENSE
+│ └─ licenseFile: node_modules/set-value/LICENSE
├─ setimmediate@1.0.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/YuzuJS/setImmediate
│ ├─ publisher: YuzuJS
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/setimmediate
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/setimmediate/LICENSE.txt
-├─ setprototypeof@1.1.0
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/wesleytodd/setprototypeof
-│ ├─ publisher: Wes Todd
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/setprototypeof
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/setprototypeof/LICENSE
-├─ setprototypeof@1.1.1
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/wesleytodd/setprototypeof
-│ ├─ publisher: Wes Todd
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/send/node_modules/setprototypeof
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/send/node_modules/setprototypeof/LICENSE
+│ └─ licenseFile: node_modules/setimmediate/LICENSE.txt
├─ sha.js@2.4.11
│ ├─ licenses: (MIT AND BSD-3-Clause)
│ ├─ repository: https://github.com/crypto-browserify/sha.js
@@ -7032,230 +3167,97 @@ Data Controller uses the following licences:
│ ├─ email: dominic.tarr@gmail.com
│ ├─ url: dominictarr.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/sha.js
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/sha.js/LICENSE
-├─ shallow-clone@1.0.0
+│ └─ licenseFile: node_modules/sha.js/LICENSE
+├─ shallow-clone@3.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/shallow-clone
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/shallow-clone
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/shallow-clone/LICENSE
-├─ shebang-command@1.2.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/kevva/shebang-command
-│ ├─ publisher: Kevin Martensson
-│ ├─ email: kevinmartensson@gmail.com
-│ ├─ url: github.com/kevva
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/shebang-command
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/shebang-command/license
-├─ shebang-regex@1.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/shebang-regex
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/shebang-regex
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/shebang-regex/license
-├─ shelljs@0.8.3
-│ ├─ licenses: BSD-3-Clause
-│ ├─ repository: https://github.com/shelljs/shelljs
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/shelljs
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/shelljs/LICENSE
+│ └─ licenseFile: node_modules/shallow-clone/LICENSE
├─ signal-exit@3.0.2
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/tapjs/signal-exit
│ ├─ publisher: Ben Coe
│ ├─ email: ben@npmjs.com
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/watchpack/node_modules/fsevents/node_modules/signal-exit
+│ └─ licenseFile: node_modules/watchpack/node_modules/fsevents/node_modules/signal-exit/LICENSE.txt
+├─ signal-exit@3.0.3
+│ ├─ licenses: ISC
+│ ├─ repository: https://github.com/tapjs/signal-exit
+│ ├─ publisher: Ben Coe
+│ ├─ email: ben@npmjs.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/signal-exit
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/signal-exit/LICENSE.txt
+│ └─ licenseFile: node_modules/signal-exit/LICENSE.txt
├─ sl-blip@1.0.0
│ ├─ licenses: UNKNOWN
│ ├─ repository: none
│ └─ path: /Users/allan/git/dcfrontend/node_modules/sl-blip
-├─ slash@1.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/slash
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: http://sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/slash
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/slash/readme.md
-├─ smart-buffer@4.0.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/JoshGlazebrook/smart-buffer
-│ ├─ publisher: Josh Glazebrook
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/smart-buffer
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/smart-buffer/LICENSE
├─ snapdragon-node@2.1.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/snapdragon-node
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/snapdragon-node
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/snapdragon-node/LICENSE
+│ └─ licenseFile: node_modules/snapdragon-node/LICENSE
├─ snapdragon-util@3.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/snapdragon-util
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/snapdragon-util
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/snapdragon-util/LICENSE
+│ └─ licenseFile: node_modules/snapdragon-util/LICENSE
├─ snapdragon@0.8.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/snapdragon
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/snapdragon
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/snapdragon/LICENSE
-├─ socket.io-adapter@1.1.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/socketio/socket.io-adapter
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/socket.io-adapter
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/socket.io-adapter/LICENSE
-├─ socket.io-client@2.1.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/Automattic/socket.io-client
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/socket.io-client
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/socket.io-client/LICENSE
-├─ socket.io-parser@3.2.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/Automattic/socket.io-parser
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/socket.io-parser
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/socket.io-parser/LICENSE
-├─ socket.io@2.1.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/socketio/socket.io
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/socket.io
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/socket.io/LICENSE
-├─ sockjs-client@1.3.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sockjs/sockjs-client
-│ ├─ publisher: Bryce Kahle
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/sockjs-client
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/sockjs-client/LICENSE
-├─ sockjs@0.3.19
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sockjs/sockjs-node
-│ ├─ publisher: Marek Majkowski
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/sockjs
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/sockjs/LICENSE
-├─ socks-proxy-agent@4.0.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/TooTallNate/node-socks-proxy-agent
-│ ├─ publisher: Nathan Rajlich
-│ ├─ email: nathan@tootallnate.net
-│ ├─ url: http://n8.io/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/socks-proxy-agent
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/socks-proxy-agent/README.md
-├─ socks@2.3.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/JoshGlazebrook/socks
-│ ├─ publisher: Josh Glazebrook
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/socks
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/socks/LICENSE
-├─ source-list-map@0.1.8
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/webpack/source-list-map
-│ ├─ publisher: Tobias Koppers @sokra
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/webpack-core/node_modules/source-list-map
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/webpack-core/node_modules/source-list-map/README.md
+│ └─ licenseFile: node_modules/snapdragon/LICENSE
├─ source-list-map@2.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/webpack/source-list-map
│ ├─ publisher: Tobias Koppers @sokra
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/source-list-map
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/source-list-map/LICENSE
-├─ source-map-loader@0.2.4
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/webpack-contrib/source-map-loader
-│ ├─ publisher: Tobias Koppers @sokra
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/source-map-loader
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/source-map-loader/LICENSE
-├─ source-map-resolve@0.5.2
+│ └─ licenseFile: node_modules/source-list-map/LICENSE
+├─ source-map-resolve@0.5.3
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/lydell/source-map-resolve
│ ├─ publisher: Simon Lydell
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/source-map-resolve
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/source-map-resolve/LICENSE
-├─ source-map-support@0.4.18
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/evanw/node-source-map-support
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/ts-node/node_modules/source-map-support
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/ts-node/node_modules/source-map-support/LICENSE.md
-├─ source-map-support@0.5.10
+│ └─ licenseFile: node_modules/source-map-resolve/LICENSE
+├─ source-map-support@0.5.13
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/evanw/node-source-map-support
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/source-map-support
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/source-map-support/LICENSE.md
+│ └─ licenseFile: node_modules/source-map-support/LICENSE.md
├─ source-map-url@0.4.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/lydell/source-map-url
│ ├─ publisher: Simon Lydell
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/source-map-url
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/source-map-url/LICENSE
-├─ source-map@0.1.43
-│ ├─ licenses: BSD
-│ ├─ repository: https://github.com/mozilla/source-map
-│ ├─ publisher: Nick Fitzgerald
-│ ├─ email: nfitzgerald@mozilla.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/stylus/node_modules/source-map
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/stylus/node_modules/source-map/LICENSE
-├─ source-map@0.2.0
-│ ├─ licenses: BSD
-│ ├─ repository: https://github.com/mozilla/source-map
-│ ├─ publisher: Nick Fitzgerald
-│ ├─ email: nfitzgerald@mozilla.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/istanbul/node_modules/source-map
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/istanbul/node_modules/source-map/LICENSE
+│ └─ licenseFile: node_modules/source-map-url/LICENSE
├─ source-map@0.4.4
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/mozilla/source-map
│ ├─ publisher: Nick Fitzgerald
│ ├─ email: nfitzgerald@mozilla.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/source-map
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/source-map/README.md
-├─ source-map@0.5.6
-│ ├─ licenses: BSD-3-Clause
-│ ├─ repository: https://github.com/mozilla/source-map
-│ ├─ publisher: Nick Fitzgerald
-│ ├─ email: nfitzgerald@mozilla.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@angular-devkit/build-optimizer/node_modules/source-map
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@angular-devkit/build-optimizer/node_modules/source-map/LICENSE
+│ └─ licenseFile: node_modules/source-map/README.md
├─ source-map@0.5.7
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/mozilla/source-map
│ ├─ publisher: Nick Fitzgerald
│ ├─ email: nfitzgerald@mozilla.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/snapdragon/node_modules/source-map
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/snapdragon/node_modules/source-map/LICENSE
+│ └─ licenseFile: node_modules/snapdragon/node_modules/source-map/LICENSE
├─ source-map@0.6.1
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/mozilla/source-map
│ ├─ publisher: Nick Fitzgerald
│ ├─ email: nfitzgerald@mozilla.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/handlebars/node_modules/source-map
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/handlebars/node_modules/source-map/LICENSE
-├─ source-map@0.7.3
-│ ├─ licenses: BSD-3-Clause
-│ ├─ repository: https://github.com/mozilla/source-map
-│ ├─ publisher: Nick Fitzgerald
-│ ├─ email: nfitzgerald@mozilla.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@angular-devkit/core/node_modules/source-map
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@angular-devkit/core/node_modules/source-map/LICENSE
-├─ sourcemap-codec@1.4.6
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/Rich-Harris/sourcemap-codec
-│ ├─ publisher: Rich Harris
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/sourcemap-codec
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/sourcemap-codec/LICENSE
-├─ sparkles@1.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/gulpjs/sparkles
-│ ├─ publisher: Gulp Team
-│ ├─ email: team@gulpjs.com
-│ ├─ url: http://gulpjs.com/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/sparkles
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/sparkles/LICENSE
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/source-map-support/node_modules/source-map
+│ └─ licenseFile: node_modules/source-map-support/node_modules/source-map/LICENSE
├─ spdx-correct@3.1.0
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/jslicense/spdx-correct.js
@@ -7263,13 +3265,13 @@ Data Controller uses the following licences:
│ ├─ email: kyle@kemitchell.com
│ ├─ url: https://kemitchell.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/spdx-correct
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/spdx-correct/LICENSE
+│ └─ licenseFile: node_modules/spdx-correct/LICENSE
├─ spdx-exceptions@2.2.0
│ ├─ licenses: CC-BY-3.0
│ ├─ repository: https://github.com/kemitchell/spdx-exceptions.json
│ ├─ publisher: The Linux Foundation
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/spdx-exceptions
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/spdx-exceptions/README.md
+│ └─ licenseFile: node_modules/spdx-exceptions/README.md
├─ spdx-expression-parse@3.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jslicense/spdx-expression-parse.js
@@ -7277,134 +3279,52 @@ Data Controller uses the following licences:
│ ├─ email: kyle@kemitchell.com
│ ├─ url: http://kemitchell.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/spdx-expression-parse
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/spdx-expression-parse/LICENSE
-├─ spdx-license-ids@3.0.3
+│ └─ licenseFile: node_modules/spdx-expression-parse/LICENSE
+├─ spdx-license-ids@3.0.5
│ ├─ licenses: CC0-1.0
│ ├─ repository: https://github.com/shinnn/spdx-license-ids
│ ├─ publisher: Shinnosuke Watanabe
│ ├─ url: https://github.com/shinnn
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/spdx-license-ids
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/spdx-license-ids/README.md
-├─ spdy-transport@3.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/spdy-http2/spdy-transport
-│ ├─ publisher: Fedor Indutny
-│ ├─ email: fedor@indutny.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/spdy-transport
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/spdy-transport/README.md
-├─ spdy@4.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/indutny/node-spdy
-│ ├─ publisher: Fedor Indutny
-│ ├─ email: fedor.indutny@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/spdy
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/spdy/README.md
-├─ speed-measure-webpack-plugin@1.3.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/stephencookdev/speed-measure-webpack-plugin
-│ ├─ publisher: Stephen Cook
-│ ├─ email: stephen@stephencookdev.co.uk
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/speed-measure-webpack-plugin
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/speed-measure-webpack-plugin/LICENSE
+│ └─ licenseFile: node_modules/spdx-license-ids/README.md
├─ split-string@3.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/split-string
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/split-string
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/split-string/LICENSE
-├─ split2@2.2.0
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/mcollina/split2
-│ ├─ publisher: Matteo Collina
-│ ├─ email: hello@matteocollina.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/split2
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/split2/LICENSE
-├─ split@1.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/dominictarr/split
-│ ├─ publisher: Dominic Tarr
-│ ├─ email: dominic.tarr@gmail.com
-│ ├─ url: http://bit.ly/dominictarr
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/split
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/split/LICENCE
-├─ sprintf-js@1.0.3
-│ ├─ licenses: BSD-3-Clause
-│ ├─ repository: https://github.com/alexei/sprintf.js
-│ ├─ publisher: Alexandru Marasteanu
-│ ├─ email: hello@alexei.ro
-│ ├─ url: http://alexei.ro/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/sprintf-js
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/sprintf-js/LICENSE
-├─ sprintf-js@1.1.2
-│ ├─ licenses: BSD-3-Clause
-│ ├─ repository: https://github.com/alexei/sprintf.js
-│ ├─ publisher: Alexandru Mărășteanu
-│ ├─ email: hello@alexei.ro
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/codelyzer/node_modules/sprintf-js
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/codelyzer/node_modules/sprintf-js/LICENSE
+│ └─ licenseFile: node_modules/split-string/LICENSE
+├─ ssf@0.10.3
+│ ├─ licenses: Apache-2.0
+│ ├─ repository: https://github.com/SheetJS/ssf
+│ ├─ publisher: sheetjs
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/ssf
+│ └─ licenseFile: node_modules/ssf/LICENSE
├─ sshpk@1.16.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/joyent/node-sshpk
│ ├─ publisher: Joyent, Inc
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/sshpk
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/sshpk/LICENSE
-├─ ssri@5.3.0
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/zkat/ssri
-│ ├─ publisher: Kat Marchán
-│ ├─ email: kzm@sykosomatic.org
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/ssri
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/ssri/LICENSE.md
+│ └─ licenseFile: node_modules/sshpk/LICENSE
├─ ssri@6.0.1
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/zkat/ssri
│ ├─ publisher: Kat Marchán
│ ├─ email: kzm@sykosomatic.org
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/make-fetch-happen/node_modules/ssri
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/make-fetch-happen/node_modules/ssri/LICENSE.md
-├─ standard-version@7.0.1
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/conventional-changelog/standard-version
-│ ├─ publisher: Ben Coe
-│ ├─ email: ben@npmjs.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/standard-version
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/standard-version/LICENSE.txt
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/ssri
+│ └─ licenseFile: node_modules/ssri/LICENSE.md
├─ static-extend@0.1.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/static-extend
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/static-extend
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/static-extend/LICENSE
-├─ stats-webpack-plugin@0.7.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/unindented/stats-webpack-plugin
-│ ├─ publisher: Daniel Perez Alvarez
-│ ├─ email: unindented@gmail.com
-│ ├─ url: http://unindented.org/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/stats-webpack-plugin
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/stats-webpack-plugin/LICENSE
-├─ statuses@1.3.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jshttp/statuses
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/connect/node_modules/statuses
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/connect/node_modules/statuses/LICENSE
-├─ statuses@1.4.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jshttp/statuses
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/statuses
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/statuses/LICENSE
-├─ statuses@1.5.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jshttp/statuses
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/finalhandler/node_modules/statuses
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/finalhandler/node_modules/statuses/LICENSE
+│ └─ licenseFile: node_modules/static-extend/LICENSE
├─ stdout-stream@1.4.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/mafintosh/stdout-stream
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/stdout-stream
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/stdout-stream/LICENSE
+│ └─ licenseFile: node_modules/stdout-stream/LICENSE
├─ stream-browserify@2.0.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/browserify/stream-browserify
@@ -7412,34 +3332,27 @@ Data Controller uses the following licences:
│ ├─ email: mail@substack.net
│ ├─ url: http://substack.net
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/stream-browserify
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/stream-browserify/LICENSE
+│ └─ licenseFile: node_modules/stream-browserify/LICENSE
├─ stream-each@1.2.3
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/mafintosh/stream-each
│ ├─ publisher: Mathias Buus
│ ├─ url: @mafintosh
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/stream-each
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/stream-each/LICENSE
+│ └─ licenseFile: node_modules/stream-each/LICENSE
├─ stream-http@2.8.3
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jhiesey/stream-http
│ ├─ publisher: John Hiesey
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/stream-http
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/stream-http/LICENSE
-├─ stream-shift@1.0.0
+│ └─ licenseFile: node_modules/stream-http/LICENSE
+├─ stream-shift@1.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/mafintosh/stream-shift
│ ├─ publisher: Mathias Buus
│ ├─ url: @mafintosh
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/stream-shift
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/stream-shift/LICENSE
-├─ streamroller@1.0.4
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/nomiddlename/streamroller
-│ ├─ publisher: Gareth Jones
-│ ├─ email: gareth.nomiddlename@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/streamroller
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/streamroller/LICENSE
+│ └─ licenseFile: node_modules/stream-shift/LICENSE
├─ string-width@1.0.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/string-width
@@ -7447,48 +3360,12 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/string-width
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/string-width/license
-├─ string-width@2.1.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/string-width
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@angular/compiler-cli/node_modules/string-width
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@angular/compiler-cli/node_modules/string-width/license
-├─ string-width@3.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/string-width
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/standard-version/node_modules/string-width
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/standard-version/node_modules/string-width/license
-├─ string-width@4.2.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/string-width
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/string-width
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/string-width/license
-├─ string_decoder@0.10.31
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/rvagg/string_decoder
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/duplexer2/node_modules/string_decoder
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/duplexer2/node_modules/string_decoder/LICENSE
+│ └─ licenseFile: node_modules/string-width/license
├─ string_decoder@1.1.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/nodejs/string_decoder
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/string_decoder
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/string_decoder/LICENSE
-├─ stringify-package@1.0.1
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/npm/stringify-package
-│ ├─ publisher: Kat Marchán
-│ ├─ email: kzm@zkat.tech
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/stringify-package
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/stringify-package/LICENSE
+│ └─ licenseFile: node_modules/string_decoder/LICENSE
├─ strip-ansi@3.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/chalk/strip-ansi
@@ -7496,31 +3373,7 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/strip-ansi
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/strip-ansi/license
-├─ strip-ansi@4.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/chalk/strip-ansi
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@angular/compiler-cli/node_modules/strip-ansi
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@angular/compiler-cli/node_modules/strip-ansi/license
-├─ strip-ansi@5.2.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/chalk/strip-ansi
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/inquirer/node_modules/strip-ansi
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/inquirer/node_modules/strip-ansi/license
-├─ strip-ansi@6.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/chalk/strip-ansi
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/strip-ansi
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/strip-ansi/license
+│ └─ licenseFile: node_modules/strip-ansi/license
├─ strip-bom@2.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/strip-bom
@@ -7528,23 +3381,7 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/strip-bom
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/strip-bom/license
-├─ strip-bom@3.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/strip-bom
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer/node_modules/strip-bom
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer/node_modules/strip-bom/license
-├─ strip-eof@1.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/strip-eof
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/strip-eof
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/strip-eof/license
+│ └─ licenseFile: node_modules/strip-bom/license
├─ strip-indent@1.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/strip-indent
@@ -7552,44 +3389,15 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: http://sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/strip-indent
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/strip-indent/license
-├─ strip-indent@2.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/strip-indent
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer/node_modules/strip-indent
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer/node_modules/strip-indent/license
+│ └─ licenseFile: node_modules/strip-indent/license
├─ strip-json-comments@2.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/strip-json-comments
│ ├─ publisher: Sindre Sorhus
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/strip-json-comments
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/strip-json-comments/license
-├─ style-loader@0.23.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/webpack-contrib/style-loader
-│ ├─ publisher: Tobias Koppers @sokra
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/style-loader
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/style-loader/LICENSE
-├─ stylus-loader@3.0.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/shama/stylus-loader
-│ ├─ publisher: Kyle Robinson Young
-│ ├─ email: kyle@dontkry.com
-│ ├─ url: http://dontkry.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/stylus-loader
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/stylus-loader/LICENSE
-├─ stylus@0.54.5
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/stylus/stylus
-│ ├─ publisher: TJ Holowaychuk
-│ ├─ email: tj@vision-media.ca
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/stylus
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/stylus/LICENSE
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/watchpack/node_modules/fsevents/node_modules/strip-json-comments
+│ └─ licenseFile: node_modules/watchpack/node_modules/fsevents/node_modules/strip-json-comments/license
├─ supports-color@2.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/chalk/supports-color
@@ -7597,58 +3405,13 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/supports-color
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/supports-color/license
-├─ supports-color@3.2.3
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/chalk/supports-color
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/istanbul/node_modules/supports-color
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/istanbul/node_modules/supports-color/license
-├─ supports-color@5.5.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/chalk/supports-color
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/postcss/node_modules/chalk/node_modules/supports-color
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/postcss/node_modules/chalk/node_modules/supports-color/license
-├─ supports-color@6.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/chalk/supports-color
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/postcss/node_modules/supports-color
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/postcss/node_modules/supports-color/license
-├─ supports-color@7.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/chalk/supports-color
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/supports-color
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/supports-color/license
-├─ symbol-observable@1.2.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/blesh/symbol-observable
-│ ├─ publisher: Ben Lesh
-│ ├─ email: ben@benlesh.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/symbol-observable
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/symbol-observable/license
-├─ tapable@0.2.9
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/webpack/tapable
-│ ├─ publisher: Tobias Koppers @sokra
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/enhanced-resolve/node_modules/tapable
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/enhanced-resolve/node_modules/tapable/LICENSE
+│ └─ licenseFile: node_modules/supports-color/license
├─ tapable@1.1.3
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/webpack/tapable
│ ├─ publisher: Tobias Koppers @sokra
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/tapable
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/tapable/LICENSE
+│ └─ licenseFile: node_modules/tapable/LICENSE
├─ tar@2.2.2
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/node-tar
@@ -7656,58 +3419,29 @@ Data Controller uses the following licences:
│ ├─ email: i@izs.me
│ ├─ url: http://blog.izs.me/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/tar
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/tar/LICENSE
-├─ tar@4.4.8
+│ └─ licenseFile: node_modules/tar/LICENSE
+├─ tar@4.4.13
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/npm/node-tar
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: i@izs.me
│ ├─ url: http://blog.izs.me/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/pacote/node_modules/tar
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/pacote/node_modules/tar/LICENSE
-├─ term-size@1.2.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/term-size
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/term-size
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/term-size/license
-├─ terser-webpack-plugin@1.2.2
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/watchpack/node_modules/fsevents/node_modules/tar
+│ └─ licenseFile: node_modules/watchpack/node_modules/fsevents/node_modules/tar/LICENSE
+├─ terser-webpack-plugin@1.4.3
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/webpack-contrib/terser-webpack-plugin
│ ├─ publisher: webpack Contrib Team
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/terser-webpack-plugin
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/terser-webpack-plugin/LICENSE
-├─ terser@3.17.0
+│ └─ licenseFile: node_modules/terser-webpack-plugin/LICENSE
+├─ terser@4.6.3
│ ├─ licenses: BSD-2-Clause
-│ ├─ repository: https://github.com/fabiosantoscode/terser
+│ ├─ repository: https://github.com/terser/terser
│ ├─ publisher: Mihai Bazon
│ ├─ email: mihai.bazon@gmail.com
│ ├─ url: http://lisperator.net/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/terser
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/terser/LICENSE
-├─ text-extensions@1.9.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/text-extensions
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/text-extensions
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/text-extensions/license
-├─ throttleit@1.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/component/throttle
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/throttleit
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/throttleit/Readme.md
-├─ through2@2.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/rvagg/through2
-│ ├─ publisher: Rod Vagg
-│ ├─ email: r@va.gg
-│ ├─ url: https://github.com/rvagg
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/remap-istanbul/node_modules/through2
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/remap-istanbul/node_modules/through2/LICENSE
+│ └─ licenseFile: node_modules/terser/LICENSE
├─ through2@2.0.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/rvagg/through2
@@ -7715,131 +3449,55 @@ Data Controller uses the following licences:
│ ├─ email: r@va.gg
│ ├─ url: https://github.com/rvagg
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/through2
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/through2/LICENSE.md
-├─ through2@3.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/rvagg/through2
-│ ├─ publisher: Rod Vagg
-│ ├─ email: r@va.gg
-│ ├─ url: https://github.com/rvagg
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer/node_modules/through2
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer/node_modules/through2/LICENSE.md
-├─ through@2.3.8
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/dominictarr/through
-│ ├─ publisher: Dominic Tarr
-│ ├─ email: dominic.tarr@gmail.com
-│ ├─ url: dominictarr.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/through
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/through/LICENSE.APACHE2
-├─ thunky@1.0.3
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/mafintosh/thunky
-│ ├─ publisher: Mathias Buus Madsen
-│ ├─ email: mathiasbuus@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/thunky
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/thunky/LICENSE
-├─ time-stamp@1.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jonschlinkert/time-stamp
-│ ├─ publisher: Jon Schlinkert
-│ ├─ url: https://github.com/jonschlinkert
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/time-stamp
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/time-stamp/LICENSE
-├─ timers-browserify@2.0.10
+│ └─ licenseFile: node_modules/through2/LICENSE.md
+├─ timers-browserify@2.0.11
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jryans/timers-browserify
│ ├─ publisher: J. Ryan Stinnett
│ ├─ email: jryans@gmail.com
│ ├─ url: http://convolv.es/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/timers-browserify
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/timers-browserify/LICENSE.md
+│ └─ licenseFile: node_modules/timers-browserify/LICENSE.md
├─ tiny-emitter@2.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/scottcorgan/tiny-emitter
│ ├─ publisher: Scott Corgan
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/tiny-emitter
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/tiny-emitter/LICENSE
-├─ tmp@0.0.30
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/raszi/node-tmp
-│ ├─ publisher: KARASZI István
-│ ├─ email: github@spam.raszi.hu
-│ ├─ url: http://raszi.hu/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/selenium-webdriver/node_modules/tmp
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/selenium-webdriver/node_modules/tmp/LICENSE
-├─ tmp@0.0.33
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/raszi/node-tmp
-│ ├─ publisher: KARASZI István
-│ ├─ email: github@spam.raszi.hu
-│ ├─ url: http://raszi.hu/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/tmp
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/tmp/LICENSE
-├─ to-array@0.1.4
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/Raynos/to-array
-│ ├─ publisher: Raynos
-│ ├─ email: raynos2@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/to-array
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/to-array/LICENCE
+│ └─ licenseFile: node_modules/tiny-emitter/LICENSE
├─ to-arraybuffer@1.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jhiesey/to-arraybuffer
│ ├─ publisher: John Hiesey
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/to-arraybuffer
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/to-arraybuffer/LICENSE
-├─ to-fast-properties@1.0.3
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/to-fast-properties
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/to-fast-properties
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/to-fast-properties/license
+│ └─ licenseFile: node_modules/to-arraybuffer/LICENSE
├─ to-object-path@0.3.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/to-object-path
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/to-object-path
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/to-object-path/LICENSE
+│ └─ licenseFile: node_modules/to-object-path/LICENSE
├─ to-regex-range@2.1.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/micromatch/to-regex-range
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/to-regex-range
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/to-regex-range/LICENSE
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/micromatch/node_modules/to-regex-range
+│ └─ licenseFile: node_modules/micromatch/node_modules/to-regex-range/LICENSE
├─ to-regex@3.0.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/to-regex
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/to-regex
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/to-regex/LICENSE
-├─ toidentifier@1.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/component/toidentifier
-│ ├─ publisher: Douglas Christopher Wilson
-│ ├─ email: doug@somethingdoug.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/toidentifier
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/toidentifier/LICENSE
-├─ tough-cookie@2.4.3
+│ └─ licenseFile: node_modules/to-regex/LICENSE
+├─ tough-cookie@2.5.0
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/salesforce/tough-cookie
│ ├─ publisher: Jeremy Stashewsky
│ ├─ email: jstash@gmail.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/tough-cookie
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/tough-cookie/LICENSE
-├─ tree-kill@1.2.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/pkrumins/node-tree-kill
-│ ├─ publisher: Peteris Krumins
-│ ├─ email: peteris.krumins@gmail.com
-│ ├─ url: http://www.catonmat.net
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/tree-kill
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/tree-kill/LICENSE
+│ └─ licenseFile: node_modules/tough-cookie/LICENSE
├─ trim-newlines@1.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/trim-newlines
@@ -7847,77 +3505,26 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/trim-newlines
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/trim-newlines/license
-├─ trim-newlines@2.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/trim-newlines
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer/node_modules/trim-newlines
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer/node_modules/trim-newlines/license
-├─ trim-off-newlines@1.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/stevemao/trim-off-newlines
-│ ├─ publisher: Steve Mao
-│ ├─ email: maochenyan@gmail.com
-│ ├─ url: github.com/stevemao
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/trim-off-newlines
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/trim-off-newlines/license
-├─ trim-right@1.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/trim-right
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/trim-right
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/trim-right/license
+│ └─ licenseFile: node_modules/trim-newlines/license
├─ true-case-path@1.0.3
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/barsh/true-case-path
│ ├─ publisher: barsh
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/true-case-path
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/true-case-path/LICENSE
+│ └─ licenseFile: node_modules/true-case-path/LICENSE
├─ ts-helpers@1.1.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/ngParty/ts-helpers
│ ├─ publisher: Martin Hochel
│ ├─ email: hochelmartin@gmail.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/ts-helpers
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/ts-helpers/LICENSE
-├─ ts-node@3.3.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/TypeStrong/ts-node
-│ ├─ publisher: Blake Embrey
-│ ├─ email: hello@blakeembrey.com
-│ ├─ url: http://blakeembrey.me
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/ts-node
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/ts-node/LICENSE
-├─ tsconfig@6.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/TypeStrong/tsconfig
-│ ├─ publisher: Blake Embrey
-│ ├─ email: hello@blakeembrey.com
-│ ├─ url: http://blakeembrey.me
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/tsconfig
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/tsconfig/LICENSE
-├─ tslib@1.9.3
+│ └─ licenseFile: node_modules/ts-helpers/LICENSE
+├─ tslib@1.11.1
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/Microsoft/tslib
│ ├─ publisher: Microsoft Corp.
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/tslib
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/tslib/LICENSE.txt
-├─ tslint@5.14.0
-│ ├─ licenses: Apache-2.0
-│ ├─ repository: https://github.com/palantir/tslint
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/tslint
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/tslint/LICENSE
-├─ tsutils@2.29.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/ajafff/tsutils
-│ ├─ publisher: Klaus Meinhardt
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/tsutils
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/tsutils/LICENSE
+│ └─ licenseFile: node_modules/tslib/LICENSE.txt
├─ tty-browserify@0.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/substack/tty-browserify
@@ -7925,7 +3532,7 @@ Data Controller uses the following licences:
│ ├─ email: mail@substack.net
│ ├─ url: http://substack.net
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/tty-browserify
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/tty-browserify/LICENSE
+│ └─ licenseFile: node_modules/tty-browserify/LICENSE
├─ tunnel-agent@0.6.0
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/mikeal/tunnel-agent
@@ -7933,30 +3540,13 @@ Data Controller uses the following licences:
│ ├─ email: mikeal.rogers@gmail.com
│ ├─ url: http://www.futurealoof.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/tunnel-agent
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/tunnel-agent/LICENSE
+│ └─ licenseFile: node_modules/tunnel-agent/LICENSE
├─ tweetnacl@0.14.5
│ ├─ licenses: Unlicense
│ ├─ repository: https://github.com/dchest/tweetnacl-js
│ ├─ publisher: TweetNaCl-js contributors
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/tweetnacl
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/tweetnacl/LICENSE
-├─ type-check@0.3.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/gkz/type-check
-│ ├─ publisher: George Zahariev
-│ ├─ email: z@georgezahariev.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/type-check
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/type-check/LICENSE
-├─ type-is@1.6.16
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jshttp/type-is
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/type-is
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/type-is/LICENSE
-├─ type-is@1.6.18
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jshttp/type-is
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/express/node_modules/type-is
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/express/node_modules/type-is/LICENSE
+│ └─ licenseFile: node_modules/tweetnacl/LICENSE
├─ typedarray@0.0.6
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/substack/typedarray
@@ -7964,34 +3554,20 @@ Data Controller uses the following licences:
│ ├─ email: mail@substack.net
│ ├─ url: http://substack.net
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/typedarray
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/typedarray/LICENSE
-├─ typescript@3.2.4
+│ └─ licenseFile: node_modules/typedarray/LICENSE
+├─ typescript@3.5.3
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/Microsoft/TypeScript
│ ├─ publisher: Microsoft Corp.
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/typescript
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/typescript/LICENSE.txt
-├─ uglify-js@3.7.0
-│ ├─ licenses: BSD-2-Clause
-│ ├─ repository: https://github.com/mishoo/UglifyJS2
-│ ├─ publisher: Mihai Bazon
-│ ├─ email: mihai.bazon@gmail.com
-│ ├─ url: http://lisperator.net/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/uglify-js
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/uglify-js/LICENSE
-├─ ultron@1.1.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/unshiftio/ultron
-│ ├─ publisher: Arnout Kazemier
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/ultron
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/ultron/LICENSE
+│ └─ licenseFile: node_modules/typescript/LICENSE.txt
├─ union-value@1.0.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/union-value
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/union-value
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/union-value/LICENSE
+│ └─ licenseFile: node_modules/union-value/LICENSE
├─ unique-filename@1.1.1
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/iarna/unique-filename
@@ -7999,86 +3575,61 @@ Data Controller uses the following licences:
│ ├─ email: me@re-becca.org
│ ├─ url: http://re-becca.org/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/unique-filename
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/unique-filename/LICENSE
-├─ unique-slug@2.0.1
+│ └─ licenseFile: node_modules/unique-filename/LICENSE
+├─ unique-slug@2.0.2
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/iarna/unique-slug
│ ├─ publisher: Rebecca Turner
│ ├─ email: me@re-becca.org
│ ├─ url: http://re-becca.org
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/unique-slug
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/unique-slug/LICENSE
+│ └─ licenseFile: node_modules/unique-slug/LICENSE
├─ universalify@0.1.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/RyanZim/universalify
│ ├─ publisher: Ryan Zimmerman
│ ├─ email: opensrc@ryanzim.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/universalify
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/universalify/LICENSE
-├─ unpipe@1.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/stream-utils/unpipe
-│ ├─ publisher: Douglas Christopher Wilson
-│ ├─ email: doug@somethingdoug.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/unpipe
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/unpipe/LICENSE
+│ └─ licenseFile: node_modules/universalify/LICENSE
├─ unset-value@1.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/unset-value
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/unset-value
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/unset-value/LICENSE
-├─ upath@1.1.2
+│ └─ licenseFile: node_modules/unset-value/LICENSE
+├─ upath@1.2.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/anodynos/upath
│ ├─ publisher: Angelos Pikoulas
│ ├─ email: agelos.pikoulas@gmail.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/upath
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/upath/LICENSE
-├─ update-check@1.5.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/zeit/update-check
-│ ├─ publisher: leo
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/update-check
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/update-check/LICENSE
+│ └─ licenseFile: node_modules/upath/LICENSE
├─ uri-js@4.2.2
│ ├─ licenses: BSD-2-Clause
│ ├─ repository: https://github.com/garycourt/uri-js
│ ├─ publisher: Gary Court
│ ├─ email: gary.court@gmail.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/uri-js
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/uri-js/README.md
+│ └─ licenseFile: node_modules/uri-js/README.md
├─ urix@0.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/lydell/urix
│ ├─ publisher: Simon Lydell
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/urix
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/urix/LICENSE
-├─ url-parse@1.4.7
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/unshiftio/url-parse
-│ ├─ publisher: Arnout Kazemier
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/url-parse
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/url-parse/LICENSE
+│ └─ licenseFile: node_modules/urix/LICENSE
├─ url@0.11.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/defunctzombie/node-url
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/url
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/url/LICENSE
+│ └─ licenseFile: node_modules/url/LICENSE
├─ use@3.1.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonschlinkert/use
│ ├─ publisher: Jon Schlinkert
│ ├─ url: https://github.com/jonschlinkert
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/use
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/use/LICENSE
-├─ useragent@2.3.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/3rd-Eden/useragent
-│ ├─ publisher: Arnout Kazemier
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/useragent
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/useragent/LICENSE
+│ └─ licenseFile: node_modules/use/LICENSE
├─ util-deprecate@1.0.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/TooTallNate/util-deprecate
@@ -8086,42 +3637,26 @@ Data Controller uses the following licences:
│ ├─ email: nathan@tootallnate.net
│ ├─ url: http://n8.io/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/util-deprecate
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/util-deprecate/LICENSE
+│ └─ licenseFile: node_modules/util-deprecate/LICENSE
├─ util@0.10.3
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/defunctzombie/node-util
│ ├─ publisher: Joyent
│ ├─ url: http://www.joyent.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/assert/node_modules/util
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/assert/node_modules/util/LICENSE
+│ └─ licenseFile: node_modules/assert/node_modules/util/LICENSE
├─ util@0.11.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/defunctzombie/node-util
│ ├─ publisher: Joyent
│ ├─ url: http://www.joyent.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/util
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/util/LICENSE
-├─ utils-merge@1.0.1
+│ └─ licenseFile: node_modules/util/LICENSE
+├─ uuid@3.4.0
│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jaredhanson/utils-merge
-│ ├─ publisher: Jared Hanson
-│ ├─ email: jaredhanson@gmail.com
-│ ├─ url: http://www.jaredhanson.net/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/utils-merge
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/utils-merge/LICENSE
-├─ uuid@3.3.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/kelektiv/node-uuid
+│ ├─ repository: https://github.com/uuidjs/uuid
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/uuid
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/uuid/LICENSE.md
-├─ v8flags@3.1.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/gulpjs/v8flags
-│ ├─ publisher: Gulp Team
-│ ├─ email: team@gulpjs.com
-│ ├─ url: http://gulpjs.com/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/v8flags
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/v8flags/LICENSE
+│ └─ licenseFile: node_modules/uuid/LICENSE.md
├─ validate-npm-package-license@3.0.4
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/kemitchell/validate-npm-package-license.js
@@ -8129,182 +3664,61 @@ Data Controller uses the following licences:
│ ├─ email: kyle@kemitchell.com
│ ├─ url: https://kemitchell.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/validate-npm-package-license
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/validate-npm-package-license/LICENSE
-├─ validate-npm-package-name@3.0.0
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/npm/validate-npm-package-name
-│ ├─ publisher: zeke
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/validate-npm-package-name
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/validate-npm-package-name/LICENSE
-├─ vary@1.1.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/jshttp/vary
-│ ├─ publisher: Douglas Christopher Wilson
-│ ├─ email: doug@somethingdoug.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/vary
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/vary/LICENSE
+│ └─ licenseFile: node_modules/validate-npm-package-license/LICENSE
├─ verror@1.10.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/davepacheco/node-verror
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/verror
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/verror/LICENSE
-├─ vinyl@0.5.3
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/wearefractal/vinyl
-│ ├─ publisher: Fractal
-│ ├─ email: contact@wearefractal.com
-│ ├─ url: http://wearefractal.com/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/vinyl
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/vinyl/LICENSE
+│ └─ licenseFile: node_modules/verror/LICENSE
├─ viz.js@1.8.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/mdaines/viz.js
│ ├─ publisher: Mike Daines
│ ├─ email: mdaines@fastmail.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/viz.js
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/viz.js/LICENSE
-├─ vm-browserify@0.0.4
+│ └─ licenseFile: node_modules/viz.js/LICENSE
+├─ vm-browserify@1.1.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/substack/vm-browserify
│ ├─ publisher: James Halliday
│ ├─ email: mail@substack.net
│ ├─ url: http://substack.net
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/vm-browserify
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/vm-browserify/LICENSE
-├─ voc@1.1.0
-│ ├─ licenses: Apache-2.0
-│ ├─ repository: https://github.com/SheetJS/voc
-│ ├─ publisher: SheetJS
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/voc
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/voc/LICENSE
-├─ void-elements@2.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/hemanth/void-elements
-│ ├─ publisher: hemanth.hm
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/void-elements
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/void-elements/LICENSE
-├─ watchpack@1.6.0
+│ └─ licenseFile: node_modules/vm-browserify/LICENSE
+├─ watchpack@1.6.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/webpack/watchpack
│ ├─ publisher: Tobias Koppers @sokra
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/watchpack
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/watchpack/LICENSE
-├─ wbuf@1.7.3
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/indutny/wbuf
-│ ├─ publisher: Fedor Indutny
-│ ├─ email: fedor@indutny.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/wbuf
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/wbuf/README.md
-├─ web-animations-js@2.3.1
+│ └─ licenseFile: node_modules/watchpack/LICENSE
+├─ web-animations-js@2.3.2
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/web-animations/web-animations-js
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/web-animations-js
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/web-animations-js/README.md
-├─ webdriver-js-extender@2.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/angular/webdriver-js-extender
-│ ├─ publisher: Sammy Jelin
-│ ├─ email: sjelin@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/webdriver-js-extender
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/webdriver-js-extender/LICENSE
-├─ webdriver-manager@12.1.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/angular/webdriver-manager
-│ ├─ publisher: Craig Nishina
-│ ├─ email: craig.nishina@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/webdriver-manager
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/webdriver-manager/LICENSE
-├─ webpack-core@0.6.9
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/webpack/core
-│ ├─ publisher: Tobias Koppers @sokra
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/webpack-core
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/webpack-core/README.md
-├─ webpack-dev-middleware@3.4.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/webpack/webpack-dev-middleware
-│ ├─ publisher: Tobias Koppers @sokra
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/webpack-dev-server/node_modules/webpack-dev-middleware
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/webpack-dev-server/node_modules/webpack-dev-middleware/LICENSE
-├─ webpack-dev-middleware@3.5.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/webpack/webpack-dev-middleware
-│ ├─ publisher: Tobias Koppers @sokra
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/webpack-dev-middleware
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/webpack-dev-middleware/LICENSE
-├─ webpack-dev-server@3.1.14
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/webpack/webpack-dev-server
-│ ├─ publisher: Tobias Koppers @sokra
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/webpack-dev-server
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/webpack-dev-server/LICENSE
-├─ webpack-log@2.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/webpack-contrib/webpack-log
-│ ├─ publisher: Andrew Powell
-│ ├─ email: andrew@shellscape.org
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/webpack-log
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/webpack-log/LICENSE
-├─ webpack-merge@4.2.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/survivejs/webpack-merge
-│ ├─ publisher: Juho Vepsalainen
-│ ├─ email: bebraw@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/webpack-merge
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/webpack-merge/LICENSE
-├─ webpack-sources@1.3.0
+│ └─ licenseFile: node_modules/web-animations-js/README.md
+├─ webpack-sources@1.4.3
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/webpack/webpack-sources
│ ├─ publisher: Tobias Koppers @sokra
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/webpack-sources
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/webpack-sources/LICENSE
-├─ webpack-subresource-integrity@1.1.0-rc.6
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/waysact/webpack-subresource-integrity
-│ ├─ publisher: Julian Scheid
-│ ├─ email: julian@waysact.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/webpack-subresource-integrity
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/webpack-subresource-integrity/LICENSE
-├─ webpack@4.29.0
+│ └─ licenseFile: node_modules/webpack-sources/LICENSE
+├─ webpack@4.39.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/webpack/webpack
│ ├─ publisher: Tobias Koppers @sokra
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/webpack
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/webpack/LICENSE
-├─ websocket-driver@0.7.0
+│ └─ licenseFile: node_modules/webpack/LICENSE
+├─ whatwg-fetch@3.0.0
│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/faye/websocket-driver-node
-│ ├─ publisher: James Coglan
-│ ├─ email: jcoglan@gmail.com
-│ ├─ url: http://jcoglan.com/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/websocket-driver
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/websocket-driver/LICENSE.md
-├─ websocket-extensions@0.1.3
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/faye/websocket-extensions-node
-│ ├─ publisher: James Coglan
-│ ├─ email: jcoglan@gmail.com
-│ ├─ url: http://jcoglan.com/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/websocket-extensions
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/websocket-extensions/LICENSE.md
-├─ when@3.6.4
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/cujojs/when
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/when
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/when/LICENSE.txt
+│ ├─ repository: https://github.com/github/fetch
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/whatwg-fetch
+│ └─ licenseFile: node_modules/whatwg-fetch/LICENSE
├─ which-module@1.0.0
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/nexdrew/which-module
│ ├─ publisher: nexdrew
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/which-module
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/which-module/LICENSE
-├─ which-module@2.0.0
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/nexdrew/which-module
-│ ├─ publisher: nexdrew
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@angular/compiler-cli/node_modules/which-module
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@angular/compiler-cli/node_modules/which-module/LICENSE
+│ └─ licenseFile: node_modules/which-module/LICENSE
├─ which@1.3.1
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/node-which
@@ -8312,7 +3726,7 @@ Data Controller uses the following licences:
│ ├─ email: i@izs.me
│ ├─ url: http://blog.izs.me
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/which
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/which/LICENSE
+│ └─ licenseFile: node_modules/which/LICENSE
├─ wide-align@1.1.3
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/iarna/wide-align
@@ -8320,36 +3734,18 @@ Data Controller uses the following licences:
│ ├─ email: me@re-becca.org
│ ├─ url: http://re-becca.org/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/wide-align
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/wide-align/LICENSE
-├─ widest-line@2.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/widest-line
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/widest-line
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/widest-line/license
-├─ wordwrap@0.0.3
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/substack/node-wordwrap
-│ ├─ publisher: James Halliday
-│ ├─ email: mail@substack.net
-│ ├─ url: http://substack.net
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/optimist/node_modules/wordwrap
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/optimist/node_modules/wordwrap/LICENSE
-├─ wordwrap@1.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/substack/node-wordwrap
-│ ├─ publisher: James Halliday
-│ ├─ email: mail@substack.net
-│ ├─ url: http://substack.net
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/wordwrap
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/wordwrap/LICENSE
+│ └─ licenseFile: node_modules/wide-align/LICENSE
+├─ wmf@1.0.2
+│ ├─ licenses: Apache-2.0
+│ ├─ repository: https://github.com/SheetJS/js-wmf
+│ ├─ publisher: sheetjs
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/wmf
+│ └─ licenseFile: node_modules/wmf/LICENSE
├─ worker-farm@1.7.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/rvagg/node-worker-farm
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/worker-farm
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/worker-farm/LICENSE.md
+│ └─ licenseFile: node_modules/worker-farm/LICENSE.md
├─ wrap-ansi@2.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/chalk/wrap-ansi
@@ -8357,23 +3753,7 @@ Data Controller uses the following licences:
│ ├─ email: sindresorhus@gmail.com
│ ├─ url: sindresorhus.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/wrap-ansi
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/wrap-ansi/license
-├─ wrap-ansi@5.1.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/chalk/wrap-ansi
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/standard-version/node_modules/wrap-ansi
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/standard-version/node_modules/wrap-ansi/license
-├─ wrap-ansi@6.2.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/chalk/wrap-ansi
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/wrap-ansi
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/wrap-ansi/license
+│ └─ licenseFile: node_modules/wrap-ansi/license
├─ wrappy@1.0.2
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/npm/wrappy
@@ -8381,64 +3761,34 @@ Data Controller uses the following licences:
│ ├─ email: i@izs.me
│ ├─ url: http://blog.izs.me/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/wrappy
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/wrappy/LICENSE
-├─ ws@3.3.3
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/websockets/ws
-│ ├─ publisher: Einar Otto Stangvik
-│ ├─ email: einaros@gmail.com
-│ ├─ url: http://2x.io
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/engine.io-client/node_modules/ws
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/engine.io-client/node_modules/ws/LICENSE
-├─ xml2js@0.4.19
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/Leonidas-from-XIV/node-xml2js
-│ ├─ publisher: Marek Kubica
-│ ├─ email: marek@xivilization.net
-│ ├─ url: https://xivilization.net
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/xml2js
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/xml2js/LICENSE
-├─ xmlbuilder@9.0.7
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/oozcitak/xmlbuilder-js
-│ ├─ publisher: Ozgur Ozcitak
-│ ├─ email: oozcitak@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/xmlbuilder
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/xmlbuilder/LICENSE
-├─ xmlhttprequest-ssl@1.5.5
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/mjwwit/node-XMLHttpRequest
-│ ├─ publisher: Michael de Wit
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/xmlhttprequest-ssl
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/xmlhttprequest-ssl/LICENSE
-├─ xregexp@4.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/slevithan/xregexp
-│ ├─ publisher: Steven Levithan
-│ ├─ email: steves_list@hotmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/xregexp
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/xregexp/LICENSE
-├─ xtend@4.0.1
+│ └─ licenseFile: node_modules/wrappy/LICENSE
+├─ xlsx@0.15.6
+│ ├─ licenses: Apache-2.0
+│ ├─ repository: https://github.com/SheetJS/js-xlsx
+│ ├─ publisher: sheetjs
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/xlsx
+│ └─ licenseFile: node_modules/xlsx/LICENSE
+├─ xtend@4.0.2
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/Raynos/xtend
│ ├─ publisher: Raynos
│ ├─ email: raynos2@gmail.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/xtend
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/xtend/LICENCE
+│ └─ licenseFile: node_modules/xtend/LICENSE
├─ y18n@3.2.1
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/yargs/y18n
│ ├─ publisher: Ben Coe
│ ├─ email: ben@npmjs.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/y18n
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/y18n/LICENSE
+│ └─ licenseFile: node_modules/y18n/LICENSE
├─ y18n@4.0.0
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/yargs/y18n
│ ├─ publisher: Ben Coe
│ ├─ email: ben@npmjs.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/cacache/node_modules/y18n
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/cacache/node_modules/y18n/LICENSE
+│ └─ licenseFile: node_modules/cacache/node_modules/y18n/LICENSE
├─ yallist@2.1.2
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/yallist
@@ -8446,105 +3796,37 @@ Data Controller uses the following licences:
│ ├─ email: i@izs.me
│ ├─ url: http://blog.izs.me/
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/yallist
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/yallist/LICENSE
-├─ yallist@3.0.3
+│ └─ licenseFile: node_modules/yallist/LICENSE
+├─ yallist@3.1.1
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/yallist
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: i@izs.me
│ ├─ url: http://blog.izs.me/
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/minipass/node_modules/yallist
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/minipass/node_modules/yallist/LICENSE
-├─ yargs-parser@10.1.0
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/yargs/yargs-parser
-│ ├─ publisher: Ben Coe
-│ ├─ email: ben@npmjs.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer/node_modules/yargs-parser
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/conventional-changelog-writer/node_modules/yargs-parser/LICENSE.txt
-├─ yargs-parser@15.0.0
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/yargs/yargs-parser
-│ ├─ publisher: Ben Coe
-│ ├─ email: ben@npmjs.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/standard-version/node_modules/yargs-parser
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/standard-version/node_modules/yargs-parser/LICENSE.txt
-├─ yargs-parser@16.1.0
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/yargs/yargs-parser
-│ ├─ publisher: Ben Coe
-│ ├─ email: ben@npmjs.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/yargs-parser
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/yargs-parser/LICENSE.txt
+│ ├─ path: /Users/allan/git/dcfrontend/node_modules/cacache/node_modules/yallist
+│ └─ licenseFile: node_modules/cacache/node_modules/yallist/LICENSE
├─ yargs-parser@5.0.0
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/yargs/yargs-parser
│ ├─ publisher: Ben Coe
│ ├─ email: ben@npmjs.com
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/yargs-parser
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/yargs-parser/LICENSE.txt
-├─ yargs-parser@7.0.0
-│ ├─ licenses: ISC
-│ ├─ repository: https://github.com/yargs/yargs-parser
-│ ├─ publisher: Ben Coe
-│ ├─ email: ben@npmjs.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@angular/compiler-cli/node_modules/yargs-parser
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@angular/compiler-cli/node_modules/yargs-parser/LICENSE.txt
-├─ yargs@12.0.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/yargs/yargs
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/webpack-dev-server/node_modules/yargs
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/webpack-dev-server/node_modules/yargs/LICENSE
-├─ yargs@14.2.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/yargs/yargs
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/standard-version/node_modules/yargs
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/standard-version/node_modules/yargs/LICENSE
-├─ yargs@15.0.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/yargs/yargs
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/yargs
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/replace-in-file/node_modules/yargs/LICENSE
+│ └─ licenseFile: node_modules/yargs-parser/LICENSE.txt
├─ yargs@7.1.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/yargs/yargs
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/yargs
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/yargs/LICENSE
-├─ yargs@9.0.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/yargs/yargs
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@angular/compiler-cli/node_modules/yargs
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/@angular/compiler-cli/node_modules/yargs/LICENSE
-├─ yauzl@2.4.1
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/thejoshwolfe/yauzl
-│ ├─ publisher: Josh Wolfe
-│ ├─ email: thejoshwolfe@gmail.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/yauzl
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/yauzl/LICENSE
-├─ yeast@0.1.2
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/unshiftio/yeast
-│ ├─ publisher: Arnout Kazemier
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/yeast
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/yeast/LICENSE
-├─ yn@2.0.0
-│ ├─ licenses: MIT
-│ ├─ repository: https://github.com/sindresorhus/yn
-│ ├─ publisher: Sindre Sorhus
-│ ├─ email: sindresorhus@gmail.com
-│ ├─ url: sindresorhus.com
-│ ├─ path: /Users/allan/git/dcfrontend/node_modules/yn
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/yn/license
-├─ zone.js@0.8.29
+│ └─ licenseFile: node_modules/yargs/LICENSE
+├─ zone.js@0.9.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/angular/zone.js
│ ├─ publisher: Brian Ford
│ ├─ path: /Users/allan/git/dcfrontend/node_modules/zone.js
-│ └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/zone.js/LICENSE
+│ └─ licenseFile: node_modules/zone.js/LICENSE
└─ zone@0.3.4
├─ licenses: Custom: https://api.dartlang.org/apidocs/channels/stable/dartdoc-viewer/dart-async.Zone
├─ repository: https://github.com/strongloop/zone
├─ path: /Users/allan/git/dcfrontend/node_modules/zone
- └─ licenseFile: /Users/allan/git/dcfrontend/node_modules/zone/LICENSE.md
+ └─ licenseFile: node_modules/zone/LICENSE.md
+
diff --git a/docs/privacy.md b/docs/privacy.md
index 053a966..d32708c 100644
--- a/docs/privacy.md
+++ b/docs/privacy.md
@@ -1,37 +1,39 @@
-
It is Macro People Ltd's policy to respect your privacy regarding any information we may collect while operating our website. This Privacy Policy applies to https://datacontroller.io (hereinafter, "us", "we", or "https://datacontroller.io"). We respect your privacy and are committed to protecting personally identifiable information you may provide us through the Website. We have adopted this privacy policy ("Privacy Policy") to explain what information may be collected on our Website, how we use this information, and under what circumstances we may disclose the information to third parties. This Privacy Policy applies only to information we collect through the Website and does not apply to our collection of information from other sources.
-This Privacy Policy, together with the Terms and conditions posted on our Website, set forth the general rules and policies governing your use of our Website. Depending on your activities when visiting our Website, you may be required to agree to additional terms and conditions.
+Macro People Ltd is located at: + +> Macro People Ltd +> 29 Oldfield Rd +> Cumbria +> LA23 2AZ +> United Kingdom + +It is Macro People Ltd's policy to respect your privacy regarding any information we may collect while operating our website. This Privacy Policy applies to [https://datacontroller.io](https://datacontroller.io) and subdomains (hereinafter, "us", "we", or "https://datacontroller.io"). We respect your privacy and are committed to protecting personally identifiable information you may provide us through the Website. We have adopted this privacy policy ("Privacy Policy") to explain what information may be collected on our Website, how we use this information, and under what circumstances we may disclose the information to third parties. This Privacy Policy applies only to information we collect through the Website and does not apply to our collection of information from other sources. + +This Privacy Policy, together with the Terms and conditions posted on our Website, set forth the general rules and policies governing your use of our Website. Depending on your activities when visiting our Website, you may be required to agree to additional terms and conditions. -Certain visitors to Macro People Ltd's websites choose to interact with Macro People Ltd in ways that require Macro People Ltd to gather personally-identifying information. The amount and type of information that Macro People Ltd gathers depends on the nature of the interaction. For example, we ask visitors who sign up for a blog at https://datacontroller.io to provide a username and email address.
- -The security of your Personal Information is important to us, but remember that no method of transmission over the Internet, or method of electronic storage is 100% secure. While we strive to use commercially acceptable means to protect your Personal Information, we cannot guarantee its absolute security.
+## Gathering of Personally-Identifying Information +Certain visitors to Macro People Ltd's websites choose to interact with Macro People Ltd in ways that require Macro People Ltd to gather personally-identifying information. The amount and type of information that Macro People Ltd gathers depends on the nature of the interaction. For example, we ask visitors who sign up for a blog at https://datacontroller.io to provide a username and email address. +## Security +The security of your Personal Information is important to us, but remember that no method of transmission over the Internet, or method of electronic storage is 100% secure. While we strive to use commercially acceptable means to protect your Personal Information, we cannot guarantee its absolute security. +## Links To External Sites +Our Service may contain links to external sites that are not operated by us. If you click on a third party link, you will be directed to that third party's site. We strongly advise you to review the Privacy Policy and terms and conditions of every site you visit. -Our Service may contain links to external sites that are not operated by us. If you click on a third party link, you will be directed to that third party's site. We strongly advise you to review the Privacy Policy and terms and conditions of every site you visit.
-We have no control over, and assume no responsibility for the content, privacy policies or practices of any third party sites, products or services.
+We have no control over, and assume no responsibility for the content, privacy policies or practices of any third party sites, products or services. +## Aggregated Statistics +Macro People Ltd may collect statistics about the behavior of visitors to its website. Macro People Ltd may display this information publicly or provide it to others. However, Macro People Ltd does not disclose your personally-identifying information. +## Cookies +To enrich and perfect your online experience, Macro People Ltd uses "Cookies", similar technologies and services provided by others to display personalized content, appropriate advertising and store your preferences on your computer. + +A cookie is a string of information that a website stores on a visitor's computer, and that the visitor's browser provides to the website each time the visitor returns. Macro People Ltd uses cookies to help Macro People Ltd identify and track visitors, their usage of https://datacontroller.io, and their website access preferences. Macro People Ltd visitors who do not wish to have cookies placed on their computers should set their browsers to refuse cookies before using Macro People Ltd's websites, with the drawback that certain features of Macro People Ltd's websites may not function properly without the aid of cookies. + +By continuing to navigate our website without changing your cookie settings, you hereby acknowledge and agree to Macro People Ltd's use of cookies. -Macro People Ltd may collect statistics about the behavior of visitors to its website. Macro People Ltd may display this information publicly or provide it to others. However, Macro People Ltd does not disclose your personally-identifying information.
- - -To enrich and perfect your online experience, Macro People Ltd uses "Cookies", similar technologies and services provided by others to display personalized content, appropriate advertising and store your preferences on your computer.
-A cookie is a string of information that a website stores on a visitor's computer, and that the visitor's browser provides to the website each time the visitor returns. Macro People Ltd uses cookies to help Macro People Ltd identify and track visitors, their usage of https://datacontroller.io, and their website access preferences. Macro People Ltd visitors who do not wish to have cookies placed on their computers should set their browsers to refuse cookies before using Macro People Ltd's websites, with the drawback that certain features of Macro People Ltd's websites may not function properly without the aid of cookies.
-By continuing to navigate our website without changing your cookie settings, you hereby acknowledge and agree to Macro People Ltd's use of cookies.
- - - -Although most changes are likely to be minor, Macro People Ltd may change its Privacy Policy from time to time, and in Macro People Ltd's sole discretion. Macro People Ltd encourages visitors to frequently check this page for any changes to its Privacy Policy. Your continued use of this site after any change in this Privacy Policy will constitute your acceptance of such change.
+## Privacy Policy Changes +Although most changes are likely to be minor, Macro People Ltd may change its Privacy Policy from time to time, and in Macro People Ltd's sole discretion. Macro People Ltd encourages visitors to frequently check this page for any changes to its Privacy Policy. Your continued use of this site after any change in this Privacy Policy will constitute your acceptance of such change.