diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 3f36f4b..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,26 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. - - -## [1.1.1](https://github.com/macropeople/dcdocs.github.io/compare/v1.1.0...v1.1.1) (2020-01-25) - - - - -# [1.1.0](https://github.com/macropeople/dcdocs.github.io/compare/v1.0.0...v1.1.0) (2019-01-26) - - -### Features - -* **git:** adding standard-version ([9433758](https://github.com/macropeople/dcdocs.github.io/commit/9433758)) - - - - -# 1.0.0 (2019-01-26) - - -### Features - -* **build:** new build script" ([bf8eda7](https://github.com/macropeople/dcdocs.github.io/commit/bf8eda7)) diff --git a/build.sh b/build.sh index cf17f8f..39fd6c6 100755 --- a/build.sh +++ b/build.sh @@ -28,4 +28,4 @@ mkdocs build --clean #mkdocs serve -rsync -avz --exclude .git/ --del -e "ssh -p 722" ~/git/dcdocs/site/ macropeo@77.72.0.226:/home/macropeo/docs.datacontroller.io +rsync -avz --exclude .git/ --del -e "ssh -p 722" site/ macropeo@77.72.0.226:/home/macropeo/docs.datacontroller.io diff --git a/docs/dci-deploysas9.md b/docs/dci-deploysas9.md index 48692c6..25a8128 100644 --- a/docs/dci-deploysas9.md +++ b/docs/dci-deploysas9.md @@ -28,6 +28,6 @@ Deploy as follows: It should now be possible to use the application - simply navigate to `YOURSASWEBLOC.domain/yourRoot/datacontroller` and sign in! - +The next step is to [configure](dcc-tables.md) the tables. diff --git a/docs/dci-frontend.md b/docs/dci-frontend.md deleted file mode 100644 index 96a1231..0000000 --- a/docs/dci-frontend.md +++ /dev/null @@ -1,15 +0,0 @@ -# Data Controller for SAS® - Frontend Deployment - -## Overview -The Data Controller front end comes pre-built, and ready to deploy to the root of the SAS Web Server (mid-tier), typically `htdocs` in SAS 9 or `/var/www/html` on SAS Viya. - -## Instructions - -1 - Unzip dcfrontend.zip and upload the entire `datacontroller` directory to the static content server. - -2 - Open the `index.html` file and update the `appLoc` value to the location of the web services (STPs or JES) as per [backend](dci-backend.md) deployment. Remember to include the trailing slash (`/`). - -It should now be possible to use the application - simply navigate to `YO -URSASWEBLOC.domain/yourRoot/datacontroller` and sign in! - -The next step is to [configure](dcc-tables.md) the tables. diff --git a/docs/index.md b/docs/index.md index a79f14e..ad24515 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,3 +14,7 @@ The following resources contain additional information on the Data Controller: - Data Controller [LinkedIn](https://www.linkedin.com/company/datacontroller/) page - Data Controller [website](https://datacontroller.io) - Data Controller flyer ([front](/marketing/flyer-front.pdf) / [back](/marketing/flyer-back.pdf)) + + + + \ No newline at end of file diff --git a/docs/licences.md b/docs/licences.md index c649b53..1c4d3ed 100644 --- a/docs/licences.md +++ b/docs/licences.md @@ -9,73 +9,73 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ licenses: MIT │ ├─ repository: https://github.com/angular/angular │ ├─ publisher: angular -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@angular/animations +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@angular/animations │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@angular/common │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@angular/compiler │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@angular/core │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@angular/forms │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@angular/platform-browser-dynamic │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@angular/platform-browser │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@angular/router │ └─ licenseFile: node_modules/@angular/router/README.md -├─ @auth0/angular-jwt@4.1.2 +├─ @auth0/angular-jwt@4.2.0 │ ├─ licenses: MIT │ ├─ repository: https://github.com/auth0/angular2-jwt │ ├─ publisher: Sam Bellen -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@auth0/angular-jwt +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@auth0/angular-jwt │ └─ licenseFile: node_modules/@auth0/angular-jwt/LICENSE -├─ @clr/angular@2.4.3 +├─ @clr/angular@2.4.5 │ ├─ licenses: MIT │ ├─ repository: https://github.com/vmware/clarity │ ├─ publisher: clarity -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@clr/angular +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@clr/angular │ └─ licenseFile: node_modules/@clr/angular/README.md -├─ @clr/icons@2.4.3 +├─ @clr/icons@2.4.5 │ ├─ licenses: MIT │ ├─ repository: ssh://git@git.eng.vmware.com/clarity │ ├─ publisher: clarity -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@clr/icons +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@clr/icons │ └─ licenseFile: node_modules/@clr/icons/README.md -├─ @clr/ui@2.4.3 +├─ @clr/ui@2.4.5 │ ├─ licenses: MIT │ ├─ repository: https://github.com/vmware/clarity │ ├─ publisher: clarity -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@clr/ui +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@clr/ui │ └─ licenseFile: node_modules/@clr/ui/README.md ├─ @handsontable/angular@5.1.1 │ ├─ licenses: MIT @@ -83,171 +83,175 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Handsoncode │ ├─ email: hello@handsoncode.net │ ├─ url: https://handsoncode.net -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@handsontable/angular +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@handsontable/angular │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@handsontable/formulajs │ └─ licenseFile: node_modules/@handsontable/formulajs/LICENSE -├─ @sasjs/adapter@1.0.5 +├─ @sasjs/adapter@1.1.1 │ ├─ licenses: ISC │ ├─ repository: https://github.com/sasjs/adapter │ ├─ publisher: Allan Bowe │ ├─ email: support@macropeople.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@sasjs/adapter +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@sasjs/adapter │ └─ licenseFile: node_modules/@sasjs/adapter/LICENSE -├─ @sheet/perf@1.20200520.1 +├─ @sheet/perf@1.20200711.1 │ ├─ licenses: MIT* -│ ├─ repository: https://github.com/SheetJS/js-xlsx │ ├─ publisher: sheetjs -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@sheet/perf +│ ├─ path: /home/vrh/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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@types/d3-color │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@types/d3-graphviz │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@types/d3-interpolate │ └─ licenseFile: node_modules/@types/d3-interpolate/LICENSE -├─ @types/d3-selection@1.4.1 +├─ @types/d3-selection@1.4.2 │ ├─ licenses: MIT │ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@types/d3-selection +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@types/d3-selection │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@types/d3-transition │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@types/d3-zoom │ └─ licenseFile: node_modules/@types/d3-zoom/LICENSE +├─ @types/json-schema@7.0.5 +│ ├─ licenses: MIT +│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@types/json-schema +│ └─ licenseFile: node_modules/@types/json-schema/LICENSE ├─ @types/pikaday@1.7.4 │ ├─ licenses: MIT │ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@types/pikaday +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@types/pikaday │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@webassemblyjs/ast │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@webassemblyjs/floating-point-hex-parser │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@webassemblyjs/helper-api-error │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@webassemblyjs/helper-buffer │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@webassemblyjs/helper-code-frame │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@webassemblyjs/helper-fsm │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@webassemblyjs/helper-module-context │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@webassemblyjs/helper-wasm-bytecode │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@webassemblyjs/helper-wasm-section │ └─ licenseFile: node_modules/@webassemblyjs/helper-wasm-section/LICENSE ├─ @webassemblyjs/ieee754@1.8.5 │ ├─ licenses: MIT -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@webassemblyjs/ieee754 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@webassemblyjs/ieee754 │ └─ licenseFile: node_modules/@webassemblyjs/ieee754/LICENSE ├─ @webassemblyjs/leb128@1.8.5 │ ├─ licenses: MIT -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@webassemblyjs/leb128 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@webassemblyjs/leb128 │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@webassemblyjs/utf8 │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@webassemblyjs/wasm-edit │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@webassemblyjs/wasm-gen │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@webassemblyjs/wasm-opt │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@webassemblyjs/wasm-parser │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@webassemblyjs/wast-parser │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@webassemblyjs/wast-printer │ └─ licenseFile: node_modules/@webassemblyjs/wast-printer/LICENSE -├─ @webcomponents/custom-elements@1.4.1 +├─ @webcomponents/custom-elements@1.4.2 │ ├─ licenses: BSD-3-Clause │ ├─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@webcomponents/custom-elements │ └─ licenseFile: node_modules/@webcomponents/custom-elements/LICENSE.md ├─ @xtuc/ieee754@1.2.0 │ ├─ licenses: BSD-3-Clause @@ -255,49 +259,44 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Feross Aboukhadijeh │ ├─ email: feross@feross.org │ ├─ url: http://feross.org -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@xtuc/ieee754 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@xtuc/ieee754 │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/@xtuc/long │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/abbrev │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/acorn │ └─ 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 +│ ├─ path: /home/vrh/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: node_modules/ajv-errors/LICENSE -├─ ajv-keywords@3.4.1 +├─ ajv-keywords@3.5.1 │ ├─ licenses: MIT │ ├─ repository: https://github.com/epoberezkin/ajv-keywords │ ├─ publisher: Evgeny Poberezkin -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/ajv-keywords +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/ajv-keywords │ └─ licenseFile: node_modules/ajv-keywords/LICENSE -├─ ajv@6.12.2 +├─ ajv@6.12.3 │ ├─ licenses: MIT -│ ├─ repository: https://github.com/epoberezkin/ajv +│ ├─ repository: https://github.com/ajv-validator/ajv │ ├─ publisher: Evgeny Poberezkin -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/ajv +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/ajv │ └─ licenseFile: node_modules/ajv/LICENSE ├─ amdefine@1.0.1 │ ├─ licenses: BSD-3-Clause OR MIT @@ -305,14 +304,14 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: James Burke │ ├─ email: jrburke@gmail.com │ ├─ url: http://github.com/jrburke -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/amdefine +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/amdefine │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/angular-prism │ └─ licenseFile: node_modules/angular-prism/README.MD ├─ ansi-regex@2.1.1 │ ├─ licenses: MIT @@ -320,164 +319,91 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Sindre Sorhus │ ├─ email: sindresorhus@gmail.com │ ├─ url: sindresorhus.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/ansi-regex +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/ansi-regex │ └─ licenseFile: 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/cliui/node_modules/ansi-regex -│ └─ licenseFile: node_modules/cliui/node_modules/ansi-regex/license ├─ ansi-styles@2.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/ansi-styles +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/ansi-styles │ └─ licenseFile: 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/wrap-ansi/node_modules/ansi-styles -│ └─ licenseFile: node_modules/wrap-ansi/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/watchpack-chokidar2/node_modules/anymatch -│ └─ licenseFile: node_modules/watchpack-chokidar2/node_modules/anymatch/LICENSE ├─ anymatch@3.1.1 │ ├─ licenses: ISC │ ├─ repository: https://github.com/micromatch/anymatch │ ├─ publisher: Elan Shanker │ ├─ url: https://github.com/es128 -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/anymatch +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/anymatch │ └─ licenseFile: 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/aproba │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/are-we-there-yet │ └─ 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: 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: 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: node_modules/arr-union/LICENSE ├─ array-find-index@1.0.2 │ ├─ licenses: MIT │ ├─ repository: https://github.com/sindresorhus/array-find-index │ ├─ publisher: Sindre Sorhus │ ├─ email: sindresorhus@gmail.com │ ├─ url: sindresorhus.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/array-find-index +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/array-find-index │ └─ 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: 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/asn1.js │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/asn1 │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/assert-plus │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/assert │ └─ 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: node_modules/assign-symbols/LICENSE -├─ async-each@1.0.3 -│ ├─ licenses: MIT -│ ├─ repository: https://github.com/paulmillr/async-each -│ ├─ publisher: Paul Miller -│ ├─ url: https://paulmillr.com/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/async-each -│ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/async-foreach │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/asynckit │ └─ licenseFile: node_modules/asynckit/LICENSE -├─ atob@2.1.2 -│ ├─ licenses: (MIT OR Apache-2.0) -│ ├─ repository: git://git.coolaj86.com/coolaj86/atob.js -│ ├─ publisher: AJ ONeal -│ ├─ email: coolaj86@gmail.com -│ ├─ url: https://coolaj86.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/atob -│ └─ licenseFile: node_modules/atob/LICENSE ├─ aws-sign2@0.7.0 │ ├─ licenses: Apache-2.0 │ ├─ repository: https://github.com/mikeal/aws-sign │ ├─ publisher: Mikeal Rogers │ ├─ email: mikeal.rogers@gmail.com │ ├─ url: http://www.futurealoof.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/aws-sign2 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/aws-sign2 │ └─ licenseFile: node_modules/aws-sign2/LICENSE ├─ aws4@1.10.0 │ ├─ licenses: MIT @@ -485,7 +411,7 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Michael Hart │ ├─ email: michael.hart.au@gmail.com │ ├─ url: https://github.com/mhart -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/aws4 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/aws4 │ └─ licenseFile: node_modules/aws4/LICENSE ├─ balanced-match@1.0.0 │ ├─ licenses: MIT @@ -493,78 +419,55 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Julian Gruber │ ├─ email: mail@juliangruber.com │ ├─ url: http://juliangruber.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/balanced-match +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/balanced-match │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/base64-js │ └─ 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: 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/bcrypt-pbkdf │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/bessel │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/big.js │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/bignumber.js │ └─ licenseFile: node_modules/bignumber.js/LICENCE -├─ binary-extensions@1.13.1 +├─ binary-extensions@2.1.0 │ ├─ 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/watchpack-chokidar2/node_modules/binary-extensions -│ └─ licenseFile: node_modules/watchpack-chokidar2/node_modules/binary-extensions/license -├─ binary-extensions@2.0.0 -│ ├─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/binary-extensions │ └─ licenseFile: node_modules/binary-extensions/license -├─ bindings@1.5.0 -│ ├─ licenses: MIT -│ ├─ 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 │ ├─ publisher: Isaac Z. Schlueter │ ├─ email: i@izs.me │ ├─ url: http://blog.izs.me/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/block-stream +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/block-stream │ └─ licenseFile: node_modules/block-stream/LICENSE ├─ bluebird@3.7.2 │ ├─ licenses: MIT @@ -572,21 +475,14 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Petka Antonov │ ├─ email: petka_antonov@hotmail.com │ ├─ url: http://github.com/petkaantonov/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/bluebird +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/bluebird │ └─ licenseFile: node_modules/bluebird/LICENSE -├─ bn.js@4.11.9 -│ ├─ licenses: MIT -│ ├─ repository: https://github.com/indutny/bn.js -│ ├─ publisher: Fedor Indutny -│ ├─ email: fedor@indutny.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/browserify-rsa/node_modules/bn.js -│ └─ licenseFile: node_modules/browserify-rsa/node_modules/bn.js/README.md ├─ bn.js@5.1.2 │ ├─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/bn.js │ └─ licenseFile: node_modules/bn.js/README.md ├─ brace-expansion@1.1.11 │ ├─ licenses: MIT @@ -594,91 +490,76 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Julian Gruber │ ├─ email: mail@juliangruber.com │ ├─ url: http://juliangruber.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/brace-expansion +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/brace-expansion │ └─ 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/micromatch/node_modules/braces -│ └─ licenseFile: node_modules/micromatch/node_modules/braces/LICENSE ├─ braces@3.0.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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/braces │ └─ licenseFile: 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/brorand │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/browserify-aes │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/browserify-cipher │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/browserify-des │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/browserify-rsa │ └─ licenseFile: node_modules/browserify-rsa/LICENSE ├─ browserify-sign@4.2.0 │ ├─ licenses: ISC │ ├─ repository: https://github.com/crypto-browserify/browserify-sign -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/browserify-sign +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/browserify-sign │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/browserify-zlib │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/buffer-from │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/buffer-xor │ └─ 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: node_modules/node-libs-browser/node_modules/buffer/LICENSE ├─ buffer@5.6.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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/buffer │ └─ licenseFile: node_modules/buffer/LICENSE ├─ builtin-status-codes@3.0.0 │ ├─ licenses: MIT @@ -686,29 +567,22 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Ben Drucker │ ├─ email: bvdrucker@gmail.com │ ├─ url: bendrucker.me -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/builtin-status-codes +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/builtin-status-codes │ └─ licenseFile: node_modules/builtin-status-codes/license ├─ cacache@12.0.2 │ ├─ licenses: ISC │ ├─ repository: https://github.com/npm/cacache │ ├─ publisher: Kat Marchán │ ├─ email: kzm@sykosomatic.org -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/cacache +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/cacache │ └─ 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: node_modules/cache-base/LICENSE ├─ camelcase-keys@2.1.0 │ ├─ licenses: MIT │ ├─ repository: https://github.com/sindresorhus/camelcase-keys │ ├─ publisher: Sindre Sorhus │ ├─ email: sindresorhus@gmail.com │ ├─ url: http://sindresorhus.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/camelcase-keys +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/camelcase-keys │ └─ licenseFile: node_modules/camelcase-keys/license ├─ camelcase@2.1.1 │ ├─ licenses: MIT @@ -716,47 +590,32 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Sindre Sorhus │ ├─ email: sindresorhus@gmail.com │ ├─ url: http://sindresorhus.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/camelcase +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/camelcase │ └─ licenseFile: 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/yargs-parser/node_modules/camelcase -│ └─ licenseFile: node_modules/yargs-parser/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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/caseless │ └─ licenseFile: node_modules/caseless/LICENSE -├─ cfb@1.1.4 +├─ cfb@1.2.0 │ ├─ licenses: Apache-2.0 │ ├─ repository: https://github.com/SheetJS/js-cfb │ ├─ publisher: sheetjs -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/cfb +│ ├─ path: /home/vrh/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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/chalk │ └─ licenseFile: node_modules/chalk/license -├─ chokidar@2.1.8 +├─ chokidar@3.4.1 │ ├─ licenses: MIT │ ├─ repository: https://github.com/paulmillr/chokidar │ ├─ publisher: Paul Miller │ ├─ url: https://paulmillr.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/watchpack-chokidar2/node_modules/chokidar -│ └─ licenseFile: node_modules/watchpack-chokidar2/node_modules/chokidar/README.md -├─ chokidar@3.4.0 -│ ├─ licenses: MIT -│ ├─ repository: https://github.com/paulmillr/chokidar -│ ├─ publisher: Paul Miller -│ ├─ url: https://paulmillr.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/chokidar +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/chokidar │ └─ licenseFile: node_modules/chokidar/LICENSE ├─ chownr@1.1.4 │ ├─ licenses: ISC @@ -764,46 +623,39 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Isaac Z. Schlueter │ ├─ email: i@izs.me │ ├─ url: http://blog.izs.me/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/chownr +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/chownr │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/chrome-trace-event │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/cipher-base │ └─ 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: 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/clipboard │ └─ licenseFile: node_modules/clipboard/LICENSE ├─ 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/cliui +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/cliui │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/clone-deep │ └─ licenseFile: node_modules/clone-deep/LICENSE ├─ code-point-at@1.1.0 │ ├─ licenses: MIT @@ -811,111 +663,58 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Sindre Sorhus │ ├─ email: sindresorhus@gmail.com │ ├─ url: sindresorhus.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/code-point-at +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/code-point-at │ └─ 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 +│ ├─ path: /home/vrh/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: 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: 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: node_modules/color-name/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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/combined-stream │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/commander │ └─ 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/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 │ ├─ publisher: James Halliday │ ├─ email: mail@substack.net │ ├─ url: http://substack.net -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/commondir +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/commondir │ └─ 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: node_modules/component-emitter/LICENSE ├─ concat-map@0.0.1 │ ├─ licenses: MIT │ ├─ repository: https://github.com/substack/node-concat-map │ ├─ publisher: James Halliday │ ├─ email: mail@substack.net │ ├─ url: http://substack.net -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/concat-map +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/concat-map │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/concat-stream │ └─ licenseFile: node_modules/concat-stream/LICENSE ├─ console-browserify@1.2.0 │ ├─ licenses: MIT │ ├─ repository: https://github.com/browserify/console-browserify │ ├─ publisher: Raynos │ ├─ email: raynos2@gmail.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/console-browserify +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/console-browserify │ └─ licenseFile: node_modules/console-browserify/LICENCE ├─ console-control-strings@1.1.0 │ ├─ licenses: ISC @@ -923,7 +722,7 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Rebecca Turner │ ├─ email: me@re-becca.org │ ├─ url: http://re-becca.org/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/console-control-strings +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/console-control-strings │ └─ licenseFile: node_modules/console-control-strings/LICENSE ├─ constants-browserify@1.0.0 │ ├─ licenses: MIT @@ -931,7 +730,7 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Julian Gruber │ ├─ email: julian@juliangruber.com │ ├─ url: http://juliangruber.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/constants-browserify +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/constants-browserify │ └─ licenseFile: node_modules/constants-browserify/README.md ├─ copy-concurrently@1.0.5 │ ├─ licenses: ISC @@ -939,49 +738,42 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Rebecca Turner │ ├─ email: me@re-becca.org │ ├─ url: http://re-becca.org/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/copy-concurrently +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/copy-concurrently │ └─ 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: node_modules/copy-descriptor/LICENSE -├─ core-js@3.6.5 +├─ core-js@2.6.11 │ ├─ licenses: MIT │ ├─ repository: https://github.com/zloirock/core-js -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/handsontable/node_modules/core-js -│ └─ licenseFile: node_modules/handsontable/node_modules/core-js/LICENSE +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/core-js +│ └─ licenseFile: node_modules/core-js/LICENSE ├─ core-util-is@1.0.2 │ ├─ licenses: MIT │ ├─ repository: https://github.com/isaacs/core-util-is │ ├─ publisher: Isaac Z. Schlueter │ ├─ email: i@izs.me │ ├─ url: http://blog.izs.me/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/core-util-is +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/core-util-is │ └─ 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 +│ ├─ path: /home/vrh/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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/create-ecdh │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/create-hash │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/create-hmac │ └─ licenseFile: node_modules/create-hmac/LICENSE ├─ cross-spawn@3.0.1 │ ├─ licenses: MIT @@ -989,7 +781,7 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: IndigoUnited │ ├─ email: hello@indigounited.com │ ├─ url: http://indigounited.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/cross-spawn +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/cross-spawn │ └─ licenseFile: node_modules/cross-spawn/LICENSE ├─ crypto-browserify@3.12.0 │ ├─ licenses: MIT @@ -997,14 +789,14 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Dominic Tarr │ ├─ email: dominic.tarr@gmail.com │ ├─ url: dominictarr.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/crypto-browserify +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/crypto-browserify │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/crypto-js │ └─ licenseFile: node_modules/crypto-js/LICENSE ├─ currently-unhandled@0.4.1 │ ├─ licenses: MIT @@ -1012,96 +804,96 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: James Talmage │ ├─ email: james@talmage.io │ ├─ url: github.com/jamestalmage -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/currently-unhandled +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/currently-unhandled │ └─ licenseFile: node_modules/currently-unhandled/license ├─ cyclist@1.0.1 │ ├─ licenses: MIT │ ├─ repository: https://github.com/mafintosh/cyclist │ ├─ publisher: Mathias Buus Madsen │ ├─ email: mathiasbuus@gmail.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/cyclist +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/cyclist │ └─ licenseFile: node_modules/cyclist/LICENSE ├─ d3-color@1.4.1 │ ├─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/d3-color │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/d3-dispatch │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/d3-drag │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/d3-ease │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/d3-format │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/d3-graphviz │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/d3-interpolate │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/d3-path │ └─ licenseFile: node_modules/d3-path/LICENSE -├─ d3-selection@1.4.1 +├─ d3-selection@1.4.2 │ ├─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/d3-selection │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/d3-timer │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/d3-transition │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/d3-zoom │ └─ licenseFile: node_modules/d3-zoom/LICENSE ├─ dashdash@1.14.1 │ ├─ licenses: MIT @@ -1109,87 +901,51 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Trent Mick │ ├─ email: trentm@gmail.com │ ├─ url: http://trentm.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/dashdash +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/dashdash │ └─ licenseFile: node_modules/dashdash/LICENSE.txt ├─ datacontroller@3.9.0 │ ├─ licenses: UNLICENSED │ ├─ private: true │ ├─ 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/snapdragon/node_modules/debug -│ └─ licenseFile: node_modules/snapdragon/node_modules/debug/LICENSE +│ └─ licenseFile: licence.md ├─ decamelize@1.2.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/decamelize +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/decamelize │ └─ licenseFile: node_modules/decamelize/license -├─ decode-uri-component@0.2.0 -│ ├─ licenses: MIT -│ ├─ repository: https://github.com/SamVerschueren/decode-uri-component -│ ├─ publisher: Sam Verschueren -│ ├─ email: sam.verschueren@gmail.com -│ ├─ url: github.com/SamVerschueren -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/decode-uri-component -│ └─ licenseFile: node_modules/decode-uri-component/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: 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: 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: node_modules/define-property/LICENSE ├─ delayed-stream@1.0.0 │ ├─ licenses: MIT │ ├─ repository: https://github.com/felixge/node-delayed-stream │ ├─ publisher: Felix Geisendörfer │ ├─ email: felix@debuggable.com │ ├─ url: http://debuggable.com/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/delayed-stream +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/delayed-stream │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/delegate │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/delegates │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/des.js │ └─ licenseFile: node_modules/des.js/README.md ├─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/diffie-hellman │ └─ licenseFile: node_modules/diffie-hellman/LICENSE ├─ domain-browser@1.2.0 │ ├─ licenses: MIT @@ -1197,13 +953,13 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: 2013+ Bevry Pty Ltd │ ├─ email: us@bevry.me │ ├─ url: http://bevry.me -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/domain-browser +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/domain-browser │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/duplexify │ └─ licenseFile: node_modules/duplexify/LICENSE ├─ ecc-jsbn@0.1.2 │ ├─ licenses: MIT @@ -1211,65 +967,58 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Jeremie Miller │ ├─ email: jeremie@jabber.org │ ├─ url: http://jeremie.com/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/ecc-jsbn +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/ecc-jsbn │ └─ licenseFile: node_modules/ecc-jsbn/LICENSE -├─ elliptic@6.5.2 +├─ elliptic@6.5.3 │ ├─ licenses: MIT │ ├─ repository: https://github.com/indutny/elliptic │ ├─ publisher: Fedor Indutny │ ├─ email: fedor@indutny.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/elliptic +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/elliptic │ └─ licenseFile: 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: node_modules/emoji-regex/LICENSE-MIT.txt ├─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/emojis-list │ └─ licenseFile: node_modules/emojis-list/LICENSE.md -├─ encoding@0.1.12 +├─ encoding@0.1.13 │ ├─ licenses: MIT │ ├─ repository: https://github.com/andris9/encoding │ ├─ publisher: Andris Reinman -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/encoding +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/encoding │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/end-of-stream │ └─ licenseFile: node_modules/end-of-stream/LICENSE -├─ enhanced-resolve@4.1.1 +├─ enhanced-resolve@3.4.1 │ ├─ licenses: MIT │ ├─ repository: https://github.com/webpack/enhanced-resolve │ ├─ publisher: Tobias Koppers @sokra -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/webpack/node_modules/enhanced-resolve -│ └─ licenseFile: node_modules/webpack/node_modules/enhanced-resolve/LICENSE +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/enhanced-resolve +│ └─ licenseFile: node_modules/enhanced-resolve/README.md ├─ errno@0.1.7 │ ├─ licenses: MIT │ ├─ repository: https://github.com/rvagg/node-errno -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/errno +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/errno │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/error-ex │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/es6-promise │ └─ licenseFile: node_modules/es6-promise/LICENSE ├─ escape-string-regexp@1.0.5 │ ├─ licenses: MIT @@ -1277,90 +1026,62 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Sindre Sorhus │ ├─ email: sindresorhus@gmail.com │ ├─ url: sindresorhus.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/escape-string-regexp +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/escape-string-regexp │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/eslint-scope │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/esrecurse │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/estraverse │ └─ licenseFile: node_modules/estraverse/LICENSE.BSD -├─ events@3.1.0 +├─ events@3.2.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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/events │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/evp_bytestokey │ └─ 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 +│ ├─ path: /home/vrh/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: 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/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: node_modules/extend-shallow/LICENSE ├─ extend@3.0.2 │ ├─ licenses: MIT │ ├─ repository: https://github.com/justmoon/node-extend │ ├─ publisher: Stefan Thomas │ ├─ email: justmoon@members.fsf.org │ ├─ url: http://www.justmoon.net -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/extend +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/extend │ └─ 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: 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/extsprintf │ └─ licenseFile: node_modules/extsprintf/LICENSE -├─ fast-deep-equal@3.1.1 +├─ fast-deep-equal@3.1.3 │ ├─ licenses: MIT │ ├─ repository: https://github.com/epoberezkin/fast-deep-equal │ ├─ publisher: Evgeny Poberezkin -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/fast-deep-equal +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/fast-deep-equal │ └─ licenseFile: node_modules/fast-deep-equal/LICENSE ├─ fast-json-stable-stringify@2.1.0 │ ├─ licenses: MIT @@ -1368,123 +1089,78 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: James Halliday │ ├─ email: mail@substack.net │ ├─ url: http://substack.net -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/fast-json-stable-stringify +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/fast-json-stable-stringify │ └─ licenseFile: node_modules/fast-json-stable-stringify/LICENSE ├─ figgy-pudding@3.5.2 │ ├─ licenses: ISC │ ├─ repository: https://github.com/npm/figgy-pudding │ ├─ publisher: Kat Marchán │ ├─ email: kzm@sykosomatic.org -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/figgy-pudding +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/figgy-pudding │ └─ licenseFile: node_modules/figgy-pudding/LICENSE.md -├─ file-uri-to-path@1.0.0 -│ ├─ licenses: MIT -│ ├─ 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/micromatch/node_modules/fill-range -│ └─ licenseFile: node_modules/micromatch/node_modules/fill-range/LICENSE ├─ fill-range@7.0.1 │ ├─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/fill-range │ └─ licenseFile: node_modules/fill-range/LICENSE -├─ find-cache-dir@2.1.0 +├─ find-cache-dir@3.0.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: node_modules/terser-webpack-plugin/node_modules/find-cache-dir/license +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/find-cache-dir +│ └─ licenseFile: node_modules/find-cache-dir/license ├─ find-up@1.1.2 │ ├─ 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/find-up +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/find-up │ └─ 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/yargs/node_modules/find-up -│ └─ licenseFile: node_modules/yargs/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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/flush-write-stream │ └─ 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: node_modules/for-in/LICENSE ├─ forever-agent@0.6.1 │ ├─ licenses: Apache-2.0 │ ├─ repository: https://github.com/mikeal/forever-agent │ ├─ publisher: Mikeal Rogers │ ├─ email: mikeal.rogers@gmail.com │ ├─ url: http://www.futurealoof.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/forever-agent +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/forever-agent │ └─ licenseFile: node_modules/forever-agent/LICENSE -├─ form-data@2.3.3 -│ ├─ licenses: MIT -│ ├─ repository: https://github.com/form-data/form-data -│ ├─ publisher: Felix Geisendörfer -│ ├─ email: felix@debuggable.com -│ ├─ url: http://debuggable.com/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/form-data -│ └─ licenseFile: node_modules/form-data/License ├─ form-data@3.0.0 │ ├─ licenses: MIT │ ├─ repository: https://github.com/form-data/form-data │ ├─ publisher: Felix Geisendörfer │ ├─ email: felix@debuggable.com │ ├─ url: http://debuggable.com/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/@sasjs/adapter/node_modules/form-data -│ └─ licenseFile: node_modules/@sasjs/adapter/node_modules/form-data/License +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/form-data +│ └─ 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 +│ ├─ path: /home/vrh/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: node_modules/fragment-cache/LICENSE ├─ from2@2.3.0 │ ├─ licenses: MIT │ ├─ repository: https://github.com/hughsk/from2 │ ├─ publisher: Hugh Kennedy │ ├─ email: hughskennedy@gmail.com │ ├─ url: http://hughsk.io/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/from2 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/from2 │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/fs-extra │ └─ licenseFile: node_modules/fs-extra/LICENSE ├─ fs-write-stream-atomic@1.0.10 │ ├─ licenses: ISC @@ -1492,7 +1168,7 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Isaac Z. Schlueter │ ├─ email: i@izs.me │ ├─ url: http://blog.izs.me/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/fs-write-stream-atomic +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/fs-write-stream-atomic │ └─ licenseFile: node_modules/fs-write-stream-atomic/LICENSE ├─ fs.realpath@1.0.0 │ ├─ licenses: ISC @@ -1500,47 +1176,35 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Isaac Z. Schlueter │ ├─ email: i@izs.me │ ├─ url: http://blog.izs.me/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/fs.realpath +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/fs.realpath │ └─ licenseFile: node_modules/fs.realpath/LICENSE -├─ fsevents@1.2.13 -│ ├─ licenses: MIT -│ ├─ repository: https://github.com/strongloop/fsevents -│ ├─ publisher: Philipp Dunkel -│ ├─ email: pip@pipobscure.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/watchpack-chokidar2/node_modules/fsevents -│ └─ licenseFile: node_modules/watchpack-chokidar2/node_modules/fsevents/LICENSE -├─ fsevents@2.1.3 -│ ├─ licenses: MIT -│ ├─ repository: https://github.com/fsevents/fsevents -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/fsevents -│ └─ licenseFile: node_modules/fsevents/LICENSE ├─ fstream@1.0.12 │ ├─ licenses: ISC │ ├─ repository: https://github.com/npm/fstream │ ├─ publisher: Isaac Z. Schlueter │ ├─ email: i@izs.me │ ├─ url: http://blog.izs.me/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/fstream +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/fstream │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/gauge │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/gaze │ └─ licenseFile: node_modules/gaze/LICENSE-MIT ├─ 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/get-caller-file +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/get-caller-file │ └─ licenseFile: node_modules/get-caller-file/LICENSE.md ├─ get-stdin@4.0.1 │ ├─ licenses: MIT @@ -1548,68 +1212,54 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Sindre Sorhus │ ├─ email: sindresorhus@gmail.com │ ├─ url: http://sindresorhus.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/get-stdin +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/get-stdin │ └─ 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: 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/getpass │ └─ 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: node_modules/glob-parent/LICENSE ├─ glob-parent@5.1.1 │ ├─ licenses: ISC │ ├─ repository: https://github.com/gulpjs/glob-parent │ ├─ publisher: Gulp Team │ ├─ email: team@gulpjs.com │ ├─ url: https://gulpjs.com/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/chokidar/node_modules/glob-parent -│ └─ licenseFile: node_modules/chokidar/node_modules/glob-parent/LICENSE +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/glob-parent +│ └─ 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/glob +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/glob │ └─ licenseFile: node_modules/glob/LICENSE -├─ globule@1.3.1 +├─ globule@1.3.2 │ ├─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/globule │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/good-listener │ └─ licenseFile: node_modules/good-listener/readme.md ├─ graceful-fs@4.2.4 │ ├─ licenses: ISC │ ├─ repository: https://github.com/isaacs/node-graceful-fs -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/graceful-fs +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/graceful-fs │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/handsontable │ └─ licenseFile: node_modules/handsontable/LICENSE.txt ├─ har-schema@2.0.0 │ ├─ licenses: ISC @@ -1617,7 +1267,7 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Ahmad Nassri │ ├─ email: ahmad@ahmadnassri.com │ ├─ url: https://www.ahmadnassri.com/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/har-schema +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/har-schema │ └─ licenseFile: node_modules/har-schema/LICENSE ├─ har-validator@5.1.3 │ ├─ licenses: MIT @@ -1625,7 +1275,7 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Ahmad Nassri │ ├─ email: ahmad@ahmadnassri.com │ ├─ url: https://www.ahmadnassri.com/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/har-validator +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/har-validator │ └─ licenseFile: node_modules/har-validator/LICENSE ├─ has-ansi@2.0.0 │ ├─ licenses: MIT @@ -1633,64 +1283,36 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Sindre Sorhus │ ├─ email: sindresorhus@gmail.com │ ├─ url: sindresorhus.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/has-ansi +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/has-ansi │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/has-unicode │ └─ 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: 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: 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: 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: node_modules/has-values/LICENSE ├─ hash-base@3.1.0 │ ├─ licenses: MIT │ ├─ repository: https://github.com/crypto-browserify/hash-base │ ├─ publisher: Kirill Fomichev │ ├─ email: fanatid@ya.ru │ ├─ url: https://github.com/fanatid -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/hash-base +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/hash-base │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/hash.js │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/hmac-drbg │ └─ licenseFile: node_modules/hmac-drbg/README.md ├─ hosted-git-info@2.8.8 │ ├─ licenses: ISC @@ -1698,20 +1320,20 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Rebecca Turner │ ├─ email: me@re-becca.org │ ├─ url: http://re-becca.org -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/hosted-git-info +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/hosted-git-info │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/hot-formula-parser │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/http-signature │ └─ licenseFile: node_modules/http-signature/LICENSE ├─ https-browserify@1.0.0 │ ├─ licenses: MIT @@ -1719,21 +1341,14 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: James Halliday │ ├─ email: mail@substack.net │ ├─ url: http://substack.net -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/https-browserify +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/https-browserify │ └─ licenseFile: node_modules/https-browserify/LICENSE -├─ iconv-lite@0.4.24 +├─ iconv-lite@0.5.2 │ ├─ 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: 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/iconv-lite │ └─ licenseFile: node_modules/iconv-lite/LICENSE ├─ ieee754@1.1.13 │ ├─ licenses: BSD-3-Clause @@ -1741,13 +1356,13 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Feross Aboukhadijeh │ ├─ email: feross@feross.org │ ├─ url: http://feross.org -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/ieee754 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/ieee754 │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/iferr │ └─ licenseFile: node_modules/iferr/LICENSE ├─ imurmurhash@0.1.4 │ ├─ licenses: MIT @@ -1755,14 +1370,14 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Jens Taylor │ ├─ email: jensyt@gmail.com │ ├─ url: https://github.com/homebrewing -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/imurmurhash +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/imurmurhash │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/in-publish │ └─ licenseFile: node_modules/in-publish/LICENSE ├─ indent-string@2.1.0 │ ├─ licenses: MIT @@ -1770,7 +1385,7 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Sindre Sorhus │ ├─ email: sindresorhus@gmail.com │ ├─ url: sindresorhus.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/indent-string +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/indent-string │ └─ licenseFile: node_modules/indent-string/license ├─ infer-owner@1.0.4 │ ├─ licenses: ISC @@ -1778,7 +1393,7 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Isaac Z. Schlueter │ ├─ email: i@izs.me │ ├─ url: https://izs.me -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/infer-owner +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/infer-owner │ └─ licenseFile: node_modules/infer-owner/LICENSE ├─ inflight@1.0.6 │ ├─ licenses: ISC @@ -1786,116 +1401,34 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Isaac Z. Schlueter │ ├─ email: i@izs.me │ ├─ url: http://blog.izs.me/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/inflight +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/inflight │ └─ 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: 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/inherits │ └─ licenseFile: node_modules/inherits/LICENSE -├─ 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: 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/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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/is-arrayish │ └─ 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/watchpack-chokidar2/node_modules/is-binary-path -│ └─ licenseFile: node_modules/watchpack-chokidar2/node_modules/is-binary-path/license ├─ is-binary-path@2.1.0 │ ├─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/is-binary-path │ └─ licenseFile: node_modules/is-binary-path/license -├─ is-buffer@1.1.6 -│ ├─ licenses: MIT -│ ├─ repository: https://github.com/feross/is-buffer -│ ├─ publisher: Feross Aboukhadijeh -│ ├─ email: feross@feross.org -│ ├─ url: http://feross.org/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/is-buffer -│ └─ 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: 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/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: 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/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: 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: 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/is-extglob │ └─ licenseFile: node_modules/is-extglob/LICENSE ├─ is-finite@1.1.0 │ ├─ licenses: MIT @@ -1903,7 +1436,7 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Sindre Sorhus │ ├─ email: sindresorhus@gmail.com │ ├─ url: sindresorhus.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/is-finite +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/is-finite │ └─ licenseFile: node_modules/is-finite/license ├─ is-fullwidth-code-point@1.0.0 │ ├─ licenses: MIT @@ -1911,50 +1444,28 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Sindre Sorhus │ ├─ email: sindresorhus@gmail.com │ ├─ url: sindresorhus.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/is-fullwidth-code-point +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/is-fullwidth-code-point │ └─ licenseFile: 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/cliui/node_modules/is-fullwidth-code-point -│ └─ licenseFile: node_modules/cliui/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: 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/is-glob │ └─ 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/has-values/node_modules/is-number -│ └─ licenseFile: node_modules/has-values/node_modules/is-number/LICENSE ├─ is-number@7.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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/is-number │ └─ licenseFile: 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/is-plain-object │ └─ licenseFile: node_modules/is-plain-object/LICENSE ├─ is-stream@1.1.0 │ ├─ licenses: MIT @@ -1962,7 +1473,7 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Sindre Sorhus │ ├─ email: sindresorhus@gmail.com │ ├─ url: sindresorhus.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/is-stream +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/is-stream │ └─ licenseFile: node_modules/is-stream/license ├─ is-typedarray@1.0.0 │ ├─ licenses: MIT @@ -1970,36 +1481,21 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Hugh Kennedy │ ├─ email: hughskennedy@gmail.com │ ├─ url: http://hughsk.io/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/is-typedarray +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/is-typedarray │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/is-utf8 │ └─ 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: node_modules/is-windows/LICENSE -├─ is-wsl@1.1.0 -│ ├─ licenses: MIT -│ ├─ repository: https://github.com/sindresorhus/is-wsl -│ ├─ publisher: Sindre Sorhus -│ ├─ email: sindresorhus@gmail.com -│ ├─ url: sindresorhus.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/is-wsl -│ └─ licenseFile: node_modules/is-wsl/license ├─ isarray@1.0.0 │ ├─ 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/isarray +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/isarray │ └─ licenseFile: node_modules/isarray/README.md ├─ isexe@2.0.0 │ ├─ licenses: ISC @@ -2007,82 +1503,80 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Isaac Z. Schlueter │ ├─ email: i@izs.me │ ├─ url: http://blog.izs.me/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/isexe +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/isexe │ └─ 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: 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/isobject │ └─ 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 +│ ├─ path: /home/vrh/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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/isstream │ └─ licenseFile: node_modules/isstream/LICENSE.md +├─ jest-worker@24.9.0 +│ ├─ licenses: MIT +│ ├─ repository: https://github.com/facebook/jest +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/jest-worker +│ └─ licenseFile: node_modules/jest-worker/LICENSE ├─ jquery-datetimepicker@2.5.21 │ ├─ licenses: MIT │ ├─ repository: https://github.com/xdan/datetimepicker │ ├─ publisher: Chupurnov │ ├─ email: chupurnov@gmail.com │ ├─ url: https://xdsoft.net/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/jquery-datetimepicker +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/jquery-datetimepicker │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/jquery-mousewheel │ └─ licenseFile: node_modules/jquery-mousewheel/LICENSE.txt ├─ jquery@3.5.1 │ ├─ licenses: MIT │ ├─ repository: https://github.com/jquery/jquery │ ├─ publisher: JS Foundation and other contributors │ ├─ url: https://github.com/jquery/jquery/blob/3.5.1/AUTHORS.txt -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/jquery +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/jquery │ └─ licenseFile: node_modules/jquery/LICENSE.txt -├─ js-base64@2.5.2 +├─ js-base64@2.6.3 │ ├─ licenses: BSD-3-Clause │ ├─ repository: https://github.com/dankogai/js-base64 │ ├─ publisher: Dan Kogai -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/js-base64 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/js-base64 │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/jsbn │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/json-parse-better-errors │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/json-schema-traverse │ └─ licenseFile: node_modules/json-schema-traverse/LICENSE ├─ json-schema@0.2.3 │ ├─ licenses @@ -2090,7 +1584,7 @@ Data Controller source licences are extracted automatically from our repo using │ │ └─ 1: BSD │ ├─ repository: https://github.com/kriszyp/json-schema │ ├─ publisher: Kris Zyp -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/json-schema +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/json-schema │ └─ licenseFile: node_modules/json-schema/README.md ├─ json-stringify-safe@5.0.1 │ ├─ licenses: ISC @@ -2098,26 +1592,26 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Isaac Z. Schlueter │ ├─ email: i@izs.me │ ├─ url: http://blog.izs.me -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/json-stringify-safe +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/json-stringify-safe │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/json5 │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/jsonfile │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/jsprim │ └─ licenseFile: node_modules/jsprim/LICENSE ├─ jstat@1.9.3 │ ├─ licenses: MIT @@ -2125,35 +1619,14 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Trevor Norris │ ├─ email: trev.norris@gmail.com │ ├─ url: http://trevorjnorris.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/jstat +│ ├─ path: /home/vrh/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/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: 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/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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/kind-of │ └─ licenseFile: node_modules/kind-of/LICENSE ├─ load-json-file@1.1.0 │ ├─ licenses: MIT @@ -2161,34 +1634,26 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Sindre Sorhus │ ├─ email: sindresorhus@gmail.com │ ├─ url: sindresorhus.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/load-json-file +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/load-json-file │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/loader-runner │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/loader-utils │ └─ 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/locate-path -│ └─ licenseFile: node_modules/locate-path/license -├─ lodash@4.17.15 +├─ lodash@4.17.19 │ ├─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/lodash │ └─ licenseFile: node_modules/lodash/LICENSE ├─ loud-rejection@1.6.0 │ ├─ licenses: MIT @@ -2196,126 +1661,106 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Sindre Sorhus │ ├─ email: sindresorhus@gmail.com │ ├─ url: sindresorhus.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/loud-rejection +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/loud-rejection │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/lru-cache │ └─ 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/cacache/node_modules/lru-cache -│ └─ licenseFile: node_modules/cacache/node_modules/lru-cache/LICENSE ├─ macrocore@7.5.0 │ ├─ licenses: MIT │ ├─ repository: https://github.com/macropeople/macrocore │ ├─ publisher: Allan Bowe │ ├─ email: support@macropeople.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/macrocore +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/macrocore │ └─ licenseFile: node_modules/macrocore/LICENSE -├─ make-dir@2.1.0 +├─ make-dir@3.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/make-dir +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/make-dir │ └─ licenseFile: node_modules/make-dir/license ├─ mamacro@0.0.3 │ ├─ licenses: MIT │ ├─ 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: node_modules/map-cache/LICENSE +│ └─ path: /home/vrh/git/dcfrontend/node_modules/mamacro ├─ map-obj@1.0.1 │ ├─ 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/map-obj +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/map-obj │ └─ 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: node_modules/map-visit/LICENSE ├─ md5.js@1.3.5 │ ├─ licenses: MIT │ ├─ repository: https://github.com/crypto-browserify/md5.js │ ├─ publisher: Kirill Fomichev │ ├─ email: fanatid@ya.ru │ ├─ url: https://github.com/fanatid -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/md5.js +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/md5.js │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/memory-fs │ └─ 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 │ ├─ publisher: Sindre Sorhus │ ├─ email: sindresorhus@gmail.com │ ├─ url: sindresorhus.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/meow +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/meow │ └─ licenseFile: node_modules/meow/license -├─ micromatch@3.1.10 +├─ merge-stream@2.0.0 +│ ├─ licenses: MIT +│ ├─ repository: https://github.com/grncdr/merge-stream +│ ├─ publisher: Stephen Sugden +│ ├─ email: me@stephensugden.com +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/merge-stream +│ └─ licenseFile: node_modules/merge-stream/LICENSE +├─ micromatch@4.0.2 │ ├─ licenses: MIT │ ├─ repository: https://github.com/micromatch/micromatch │ ├─ publisher: Jon Schlinkert │ ├─ url: https://github.com/jonschlinkert -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/micromatch +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/micromatch │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/miller-rabin │ └─ licenseFile: node_modules/miller-rabin/README.md ├─ mime-db@1.44.0 │ ├─ licenses: MIT │ ├─ repository: https://github.com/jshttp/mime-db -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/mime-db +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/mime-db │ └─ licenseFile: node_modules/mime-db/LICENSE ├─ mime-types@2.1.27 │ ├─ licenses: MIT │ ├─ repository: https://github.com/jshttp/mime-types -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/mime-types +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/mime-types │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/minimalistic-assert │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/minimalistic-crypto-utils │ └─ licenseFile: node_modules/minimalistic-crypto-utils/README.md ├─ minimatch@3.0.4 │ ├─ licenses: ISC @@ -2323,7 +1768,7 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Isaac Z. Schlueter │ ├─ email: i@izs.me │ ├─ url: http://blog.izs.me -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/minimatch +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/minimatch │ └─ licenseFile: node_modules/minimatch/LICENSE ├─ minimist@1.2.5 │ ├─ licenses: MIT @@ -2331,44 +1776,29 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: James Halliday │ ├─ email: mail@substack.net │ ├─ url: http://substack.net -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/minimist +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/minimist │ └─ licenseFile: node_modules/minimist/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/mississippi +│ ├─ path: /home/vrh/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: node_modules/mixin-deep/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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/mkdirp │ └─ licenseFile: node_modules/mkdirp/LICENSE -├─ moment@2.24.0 +├─ moment@2.27.0 │ ├─ 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: node_modules/handsontable/node_modules/moment/LICENSE -├─ moment@2.26.0 -│ ├─ 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/moment +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/moment │ └─ licenseFile: node_modules/moment/LICENSE ├─ move-concurrently@1.0.1 │ ├─ licenses: ISC @@ -2376,51 +1806,39 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Rebecca Turner │ ├─ email: me@re-becca.org │ ├─ url: http://re-becca.org/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/move-concurrently +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/move-concurrently │ └─ 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/snapdragon/node_modules/ms -│ └─ licenseFile: node_modules/snapdragon/node_modules/ms/license.md ├─ nan@2.14.1 │ ├─ licenses: MIT │ ├─ repository: https://github.com/nodejs/nan -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/nan +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/nan │ └─ 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: node_modules/nanomatch/LICENSE -├─ neo-async@2.6.1 +├─ neo-async@2.6.2 │ ├─ licenses: MIT │ ├─ repository: https://github.com/suguru03/neo-async -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/neo-async +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/neo-async │ └─ licenseFile: node_modules/neo-async/LICENSE ├─ ng2-file-upload@1.4.0 │ ├─ licenses: UNKNOWN -│ └─ path: /Users/allan/git/dcfrontend/node_modules/ng2-file-upload +│ └─ path: /home/vrh/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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/ngx-clipboard │ └─ 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 +│ └─ path: /home/vrh/git/dcfrontend/node_modules/ngx-window-token ├─ node-fetch@1.7.3 │ ├─ licenses: MIT │ ├─ repository: https://github.com/bitinn/node-fetch │ ├─ publisher: David Frank -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/node-fetch +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/node-fetch │ └─ licenseFile: node_modules/node-fetch/LICENSE.md ├─ node-gyp@3.8.0 │ ├─ licenses: MIT @@ -2428,13 +1846,13 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Nathan Rajlich │ ├─ email: nathan@tootallnate.net │ ├─ url: http://tootallnate.net -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/node-gyp +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/node-gyp │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/node-libs-browser │ └─ licenseFile: node_modules/node-libs-browser/LICENSE ├─ node-sass@4.14.1 │ ├─ licenses: MIT @@ -2442,39 +1860,32 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Andrew Nesbitt │ ├─ email: andrewnez@gmail.com │ ├─ url: http://andrew.github.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/node-sass +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/node-sass │ └─ licenseFile: node_modules/node-sass/LICENSE ├─ nodejs@0.0.0 │ ├─ licenses: ISC -│ └─ path: /Users/allan/git/dcfrontend/node_modules/nodejs +│ └─ path: /home/vrh/git/dcfrontend/node_modules/nodejs ├─ nopt@3.0.6 │ ├─ 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/nopt +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/nopt │ └─ licenseFile: 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/normalize-package-data │ └─ 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/watchpack-chokidar2/node_modules/anymatch/node_modules/normalize-path -│ └─ licenseFile: node_modules/watchpack-chokidar2/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/normalize-path +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/normalize-path │ └─ licenseFile: node_modules/normalize-path/LICENSE ├─ npmlog@4.1.2 │ ├─ licenses: ISC @@ -2482,7 +1893,7 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Isaac Z. Schlueter │ ├─ email: i@izs.me │ ├─ url: http://blog.izs.me/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/npmlog +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/npmlog │ └─ licenseFile: node_modules/npmlog/LICENSE ├─ number-is-nan@1.0.1 │ ├─ licenses: MIT @@ -2490,23 +1901,15 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Sindre Sorhus │ ├─ email: sindresorhus@gmail.com │ ├─ url: sindresorhus.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/number-is-nan +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/number-is-nan │ └─ licenseFile: node_modules/number-is-nan/license -├─ numbro@2.1.2 +├─ numbro@2.3.1 │ ├─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/numbro │ └─ licenseFile: node_modules/numbro/LICENSE ├─ oauth-sign@0.9.0 │ ├─ licenses: Apache-2.0 @@ -2514,7 +1917,7 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Mikeal Rogers │ ├─ email: mikeal.rogers@gmail.com │ ├─ url: http://www.futurealoof.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/oauth-sign +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/oauth-sign │ └─ licenseFile: node_modules/oauth-sign/LICENSE ├─ object-assign@4.1.1 │ ├─ licenses: MIT @@ -2522,43 +1925,22 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Sindre Sorhus │ ├─ email: sindresorhus@gmail.com │ ├─ url: sindresorhus.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/object-assign +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/object-assign │ └─ 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: 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: 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: node_modules/object.pick/LICENSE ├─ once@1.4.0 │ ├─ licenses: ISC │ ├─ repository: https://github.com/isaacs/once │ ├─ publisher: Isaac Z. Schlueter │ ├─ email: i@izs.me │ ├─ url: http://blog.izs.me/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/once +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/once │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/os-browserify │ └─ licenseFile: node_modules/os-browserify/LICENSE ├─ os-homedir@1.0.2 │ ├─ licenses: MIT @@ -2566,7 +1948,7 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Sindre Sorhus │ ├─ email: sindresorhus@gmail.com │ ├─ url: sindresorhus.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/os-homedir +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/os-homedir │ └─ licenseFile: node_modules/os-homedir/license ├─ os-tmpdir@1.0.2 │ ├─ licenses: MIT @@ -2574,7 +1956,7 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Sindre Sorhus │ ├─ email: sindresorhus@gmail.com │ ├─ url: sindresorhus.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/os-tmpdir +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/os-tmpdir │ └─ licenseFile: node_modules/os-tmpdir/license ├─ osenv@0.1.5 │ ├─ licenses: ISC @@ -2582,7 +1964,7 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Isaac Z. Schlueter │ ├─ email: i@izs.me │ ├─ url: http://blog.izs.me/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/osenv +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/osenv │ └─ licenseFile: node_modules/osenv/LICENSE ├─ p-limit@2.3.0 │ ├─ licenses: MIT @@ -2590,40 +1972,32 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Sindre Sorhus │ ├─ email: sindresorhus@gmail.com │ ├─ url: sindresorhus.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/p-limit +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/p-limit │ └─ 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/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/p-try +│ ├─ path: /home/vrh/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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/pako │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/parallel-transform │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/parse-asn1 │ └─ licenseFile: node_modules/parse-asn1/LICENSE ├─ parse-json@2.2.0 │ ├─ licenses: MIT @@ -2631,59 +2005,38 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Sindre Sorhus │ ├─ email: sindresorhus@gmail.com │ ├─ url: sindresorhus.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/parse-json +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/parse-json │ └─ 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: 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/path-browserify │ └─ 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: node_modules/path-dirname/license ├─ path-exists@2.1.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/path-exists +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/path-exists │ └─ licenseFile: node_modules/path-exists/license -├─ path-exists@3.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/locate-path/node_modules/path-exists -│ └─ 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 │ ├─ publisher: Sindre Sorhus │ ├─ email: sindresorhus@gmail.com │ ├─ url: sindresorhus.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/path-is-absolute +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/path-is-absolute │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/path-parse │ └─ licenseFile: node_modules/path-parse/LICENSE ├─ path-type@1.1.0 │ ├─ licenses: MIT @@ -2691,34 +2044,34 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Sindre Sorhus │ ├─ email: sindresorhus@gmail.com │ ├─ url: sindresorhus.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/path-type +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/path-type │ └─ licenseFile: node_modules/path-type/license -├─ pbkdf2@3.0.17 +├─ pbkdf2@3.1.1 │ ├─ licenses: MIT │ ├─ repository: https://github.com/crypto-browserify/pbkdf2 │ ├─ publisher: Daniel Cousens -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/pbkdf2 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/pbkdf2 │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/performance-now │ └─ licenseFile: node_modules/performance-now/license.txt -├─ php-date-formatter@1.3.4 +├─ php-date-formatter@1.3.6 │ ├─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/php-date-formatter │ └─ licenseFile: node_modules/php-date-formatter/LICENSE.md ├─ picomatch@2.2.2 │ ├─ licenses: MIT │ ├─ repository: https://github.com/micromatch/picomatch │ ├─ publisher: Jon Schlinkert │ ├─ url: https://github.com/jonschlinkert -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/picomatch +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/picomatch │ └─ licenseFile: node_modules/picomatch/LICENSE ├─ pify@2.3.0 │ ├─ licenses: MIT @@ -2726,20 +2079,12 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Sindre Sorhus │ ├─ email: sindresorhus@gmail.com │ ├─ url: sindresorhus.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/pify +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/pify │ └─ 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/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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/pikaday │ └─ licenseFile: node_modules/pikaday/LICENSE ├─ pinkie-promise@2.0.1 │ ├─ licenses: MIT @@ -2747,7 +2092,7 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Vsevolod Strukchinsky │ ├─ email: floatdrop@gmail.com │ ├─ url: github.com/floatdrop -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/pinkie-promise +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/pinkie-promise │ └─ licenseFile: node_modules/pinkie-promise/license ├─ pinkie@2.0.4 │ ├─ licenses: MIT @@ -2755,46 +2100,39 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Vsevolod Strukchinsky │ ├─ email: floatdrop@gmail.com │ ├─ url: github.com/floatdrop -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/pinkie +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/pinkie │ └─ licenseFile: node_modules/pinkie/license -├─ pkg-dir@3.0.0 +├─ pkg-dir@4.2.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 +│ ├─ path: /home/vrh/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: 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 +│ ├─ path: /home/vrh/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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/prismjs │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/process-nextick-args │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/process │ └─ licenseFile: node_modules/process/LICENSE ├─ promise-inflight@1.0.1 │ ├─ licenses: ISC @@ -2802,7 +2140,7 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Rebecca Turner │ ├─ email: me@re-becca.org │ ├─ url: http://re-becca.org/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/promise-inflight +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/promise-inflight │ └─ licenseFile: node_modules/promise-inflight/LICENSE ├─ prr@1.0.1 │ ├─ licenses: MIT @@ -2810,7 +2148,7 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Rod Vagg │ ├─ email: rod@vagg.org │ ├─ url: https://github.com/rvagg -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/prr +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/prr │ └─ licenseFile: node_modules/prr/LICENSE.md ├─ pseudomap@1.0.2 │ ├─ licenses: ISC @@ -2818,7 +2156,7 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Isaac Z. Schlueter │ ├─ email: i@izs.me │ ├─ url: http://blog.izs.me/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/pseudomap +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/pseudomap │ └─ licenseFile: node_modules/pseudomap/LICENSE ├─ psl@1.8.0 │ ├─ licenses: MIT @@ -2826,83 +2164,62 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Lupo Montero │ ├─ email: lupomontero@gmail.com │ ├─ url: https://lupomontero.com/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/psl +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/psl │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/public-encrypt │ └─ 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/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/pump +│ ├─ path: /home/vrh/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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/pumpify │ └─ 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: 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/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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/punycode │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/qs │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/querystring-es3 │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/querystring │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/randombytes │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/randomfill │ └─ licenseFile: node_modules/randomfill/LICENSE ├─ read-pkg-up@1.0.1 │ ├─ licenses: MIT @@ -2910,7 +2227,7 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Sindre Sorhus │ ├─ email: sindresorhus@gmail.com │ ├─ url: sindresorhus.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/read-pkg-up +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/read-pkg-up │ └─ licenseFile: node_modules/read-pkg-up/license ├─ read-pkg@1.1.0 │ ├─ licenses: MIT @@ -2918,33 +2235,20 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Sindre Sorhus │ ├─ email: sindresorhus@gmail.com │ ├─ url: sindresorhus.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/read-pkg +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/read-pkg │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/readable-stream │ └─ licenseFile: node_modules/readable-stream/LICENSE -├─ readable-stream@3.6.0 -│ ├─ licenses: MIT -│ ├─ repository: https://github.com/nodejs/readable-stream -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/hash-base/node_modules/readable-stream -│ └─ licenseFile: node_modules/hash-base/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/watchpack-chokidar2/node_modules/readdirp -│ └─ licenseFile: node_modules/watchpack-chokidar2/node_modules/readdirp/LICENSE ├─ readdirp@3.4.0 │ ├─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/readdirp │ └─ licenseFile: node_modules/readdirp/LICENSE ├─ redent@1.0.0 │ ├─ licenses: MIT @@ -2952,49 +2256,22 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Sindre Sorhus │ ├─ email: sindresorhus@gmail.com │ ├─ url: sindresorhus.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/redent +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/redent │ └─ 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: 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: 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: 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: node_modules/repeat-string/LICENSE ├─ repeating@2.0.1 │ ├─ licenses: MIT │ ├─ repository: https://github.com/sindresorhus/repeating │ ├─ publisher: Sindre Sorhus │ ├─ email: sindresorhus@gmail.com │ ├─ url: sindresorhus.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/repeating +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/repeating │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/request │ └─ licenseFile: node_modules/request/LICENSE ├─ require-directory@2.1.1 │ ├─ licenses: MIT @@ -3002,48 +2279,35 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Troy Goode │ ├─ email: troygoode@gmail.com │ ├─ url: http://github.com/troygoode/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/require-directory +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/require-directory │ └─ licenseFile: node_modules/require-directory/LICENSE ├─ 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/require-main-filename +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/require-main-filename │ └─ 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: node_modules/resolve-url/LICENSE ├─ resolve@1.17.0 │ ├─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/resolve │ └─ 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: 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/rimraf │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/ripemd160 │ └─ licenseFile: node_modules/ripemd160/LICENSE ├─ run-queue@1.0.3 │ ├─ licenses: ISC @@ -3051,18 +2315,18 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Rebecca Turner │ ├─ email: me@re-becca.org │ ├─ url: http://re-becca.org/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/run-queue +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/run-queue │ └─ licenseFile: node_modules/run-queue/README.md -├─ rxjs-compat@6.5.5 +├─ rxjs-compat@6.6.0 │ ├─ licenses: Apache-2.0 -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/rxjs-compat +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/rxjs-compat │ └─ licenseFile: node_modules/rxjs-compat/LICENSE.txt -├─ rxjs@6.5.5 +├─ rxjs@6.6.0 │ ├─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/rxjs │ └─ licenseFile: node_modules/rxjs/LICENSE.txt ├─ safe-buffer@5.1.2 │ ├─ licenses: MIT @@ -3070,109 +2334,76 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Feross Aboukhadijeh │ ├─ email: feross@feross.org │ ├─ url: http://feross.org -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/safe-buffer +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/safe-buffer │ └─ licenseFile: node_modules/safe-buffer/LICENSE -├─ safe-buffer@5.2.1 -│ ├─ licenses: MIT -│ ├─ repository: https://github.com/feross/safe-buffer -│ ├─ publisher: Feross Aboukhadijeh -│ ├─ email: feross@feross.org -│ ├─ url: https://feross.org -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/hash-base/node_modules/safe-buffer -│ └─ licenseFile: node_modules/hash-base/node_modules/safe-buffer/LICENSE -├─ safe-regex@1.1.0 -│ ├─ licenses: MIT -│ ├─ repository: https://github.com/substack/safe-regex -│ ├─ publisher: James Halliday -│ ├─ email: mail@substack.net -│ ├─ url: http://substack.net -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/safe-regex -│ └─ licenseFile: node_modules/safe-regex/LICENSE ├─ safer-buffer@2.1.2 │ ├─ licenses: MIT │ ├─ repository: https://github.com/ChALkeR/safer-buffer │ ├─ publisher: Nikita Skovoroda │ ├─ email: chalkerx@gmail.com │ ├─ url: https://github.com/ChALkeR -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/safer-buffer +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/safer-buffer │ └─ licenseFile: node_modules/safer-buffer/LICENSE ├─ sass-graph@2.2.5 │ ├─ licenses: MIT │ ├─ repository: https://github.com/xzyfer/sass-graph │ ├─ publisher: xzyfer -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/sass-graph +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/sass-graph │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/sass-loader │ └─ licenseFile: node_modules/sass-loader/LICENSE ├─ save-svg-as-png@1.4.17 │ ├─ licenses: MIT │ ├─ repository: https://github.com/exupero/saveSvgAsPng │ ├─ publisher: Eric Shull -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/save-svg-as-png +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/save-svg-as-png │ └─ licenseFile: node_modules/save-svg-as-png/LICENSE -├─ schema-utils@1.0.0 +├─ schema-utils@2.7.0 │ ├─ licenses: MIT -│ ├─ repository: https://github.com/webpack-contrib/schema-utils +│ ├─ repository: https://github.com/webpack/schema-utils │ ├─ publisher: webpack Contrib │ ├─ url: https://github.com/webpack-contrib -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/schema-utils +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/schema-utils │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/scss-tokenizer │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/select │ └─ 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: 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/semver │ └─ 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/sass-loader/node_modules/semver -│ └─ licenseFile: node_modules/sass-loader/node_modules/semver/LICENSE -├─ serialize-javascript@2.1.2 +├─ serialize-javascript@4.0.0 │ ├─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/serialize-javascript │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/set-blocking │ └─ 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: 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/setimmediate │ └─ licenseFile: node_modules/setimmediate/LICENSE.txt ├─ sha.js@2.4.11 │ ├─ licenses: (MIT AND BSD-3-Clause) @@ -3180,104 +2411,57 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Dominic Tarr │ ├─ email: dominic.tarr@gmail.com │ ├─ url: dominictarr.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/sha.js +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/sha.js │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/shallow-clone │ └─ licenseFile: node_modules/shallow-clone/LICENSE ├─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/signal-exit │ └─ 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 -├─ 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: 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: 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: node_modules/snapdragon/LICENSE +│ └─ path: /home/vrh/git/dcfrontend/node_modules/sl-blip ├─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/source-list-map │ └─ 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: 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/source-map-support │ └─ 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: 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/source-map │ └─ 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: 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/source-map-support/node_modules/source-map -│ └─ licenseFile: node_modules/source-map-support/node_modules/source-map/LICENSE ├─ spdx-correct@3.1.1 │ ├─ licenses: Apache-2.0 │ ├─ repository: https://github.com/jslicense/spdx-correct.js │ ├─ publisher: Kyle E. Mitchell │ ├─ email: kyle@kemitchell.com │ ├─ url: https://kemitchell.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/spdx-correct +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/spdx-correct │ └─ licenseFile: node_modules/spdx-correct/LICENSE ├─ spdx-exceptions@2.3.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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/spdx-exceptions │ └─ licenseFile: node_modules/spdx-exceptions/README.md ├─ spdx-expression-parse@3.0.1 │ ├─ licenses: MIT @@ -3285,52 +2469,38 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Kyle E. Mitchell │ ├─ email: kyle@kemitchell.com │ ├─ url: https://kemitchell.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/spdx-expression-parse +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/spdx-expression-parse │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/spdx-license-ids │ └─ 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: 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 +│ ├─ path: /home/vrh/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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/sshpk │ └─ 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/ssri +│ ├─ path: /home/vrh/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: 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/stdout-stream │ └─ licenseFile: node_modules/stdout-stream/LICENSE ├─ stream-browserify@2.0.2 │ ├─ licenses: MIT @@ -3338,27 +2508,27 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: James Halliday │ ├─ email: mail@substack.net │ ├─ url: http://substack.net -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/stream-browserify +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/stream-browserify │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/stream-each │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/stream-http │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/stream-shift │ └─ licenseFile: node_modules/stream-shift/LICENSE ├─ string-width@1.0.2 │ ├─ licenses: MIT @@ -3366,20 +2536,12 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Sindre Sorhus │ ├─ email: sindresorhus@gmail.com │ ├─ url: sindresorhus.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/string-width +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/string-width │ └─ licenseFile: 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/cliui/node_modules/string-width -│ └─ licenseFile: node_modules/cliui/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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/string_decoder │ └─ licenseFile: node_modules/string_decoder/LICENSE ├─ strip-ansi@3.0.1 │ ├─ licenses: MIT @@ -3387,23 +2549,15 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Sindre Sorhus │ ├─ email: sindresorhus@gmail.com │ ├─ url: sindresorhus.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/strip-ansi +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/strip-ansi │ └─ licenseFile: 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/cliui/node_modules/strip-ansi -│ └─ licenseFile: node_modules/cliui/node_modules/strip-ansi/license ├─ strip-bom@2.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/strip-bom +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/strip-bom │ └─ licenseFile: node_modules/strip-bom/license ├─ strip-indent@1.0.1 │ ├─ licenses: MIT @@ -3411,7 +2565,7 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Sindre Sorhus │ ├─ email: sindresorhus@gmail.com │ ├─ url: http://sindresorhus.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/strip-indent +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/strip-indent │ └─ licenseFile: node_modules/strip-indent/license ├─ supports-color@2.0.0 │ ├─ licenses: MIT @@ -3419,13 +2573,13 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Sindre Sorhus │ ├─ email: sindresorhus@gmail.com │ ├─ url: sindresorhus.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/supports-color +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/supports-color │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/tapable │ └─ licenseFile: node_modules/tapable/LICENSE ├─ tar@2.2.2 │ ├─ licenses: ISC @@ -3433,13 +2587,13 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Isaac Z. Schlueter │ ├─ email: i@izs.me │ ├─ url: http://blog.izs.me/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/tar +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/tar │ └─ licenseFile: node_modules/tar/LICENSE -├─ terser-webpack-plugin@1.4.3 +├─ terser-webpack-plugin@3.0.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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/terser-webpack-plugin │ └─ licenseFile: node_modules/terser-webpack-plugin/LICENSE ├─ terser@4.6.3 │ ├─ licenses: BSD-2-Clause @@ -3447,7 +2601,7 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Mihai Bazon │ ├─ email: mihai.bazon@gmail.com │ ├─ url: http://lisperator.net/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/terser +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/terser │ └─ licenseFile: node_modules/terser/LICENSE ├─ through2@2.0.5 │ ├─ licenses: MIT @@ -3455,7 +2609,7 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Rod Vagg │ ├─ email: r@va.gg │ ├─ url: https://github.com/rvagg -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/through2 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/through2 │ └─ licenseFile: node_modules/through2/LICENSE.md ├─ timers-browserify@2.0.11 │ ├─ licenses: MIT @@ -3463,54 +2617,33 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: J. Ryan Stinnett │ ├─ email: jryans@gmail.com │ ├─ url: http://convolv.es/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/timers-browserify +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/timers-browserify │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/tiny-emitter │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/to-arraybuffer │ └─ 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: 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/micromatch/node_modules/to-regex-range -│ └─ licenseFile: node_modules/micromatch/node_modules/to-regex-range/LICENSE ├─ to-regex-range@5.0.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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/to-regex-range │ └─ licenseFile: 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: 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/tough-cookie │ └─ licenseFile: node_modules/tough-cookie/LICENSE ├─ trim-newlines@1.0.0 │ ├─ licenses: MIT @@ -3518,26 +2651,26 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Sindre Sorhus │ ├─ email: sindresorhus@gmail.com │ ├─ url: sindresorhus.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/trim-newlines +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/trim-newlines │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/true-case-path │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/ts-helpers │ └─ licenseFile: node_modules/ts-helpers/LICENSE ├─ tslib@1.13.0 │ ├─ licenses: 0BSD │ ├─ repository: https://github.com/Microsoft/tslib │ ├─ publisher: Microsoft Corp. -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/tslib +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/tslib │ └─ licenseFile: node_modules/tslib/LICENSE.txt ├─ tty-browserify@0.0.0 │ ├─ licenses: MIT @@ -3545,7 +2678,7 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: James Halliday │ ├─ email: mail@substack.net │ ├─ url: http://substack.net -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/tty-browserify +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/tty-browserify │ └─ licenseFile: node_modules/tty-browserify/LICENSE ├─ tunnel-agent@0.6.0 │ ├─ licenses: Apache-2.0 @@ -3553,13 +2686,13 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Mikeal Rogers │ ├─ email: mikeal.rogers@gmail.com │ ├─ url: http://www.futurealoof.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/tunnel-agent +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/tunnel-agent │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/tweetnacl │ └─ licenseFile: node_modules/tweetnacl/LICENSE ├─ typedarray@0.0.6 │ ├─ licenses: MIT @@ -3567,28 +2700,21 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: James Halliday │ ├─ email: mail@substack.net │ ├─ url: http://substack.net -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/typedarray +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/typedarray │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/typescript │ └─ 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: node_modules/union-value/LICENSE ├─ unique-filename@1.1.1 │ ├─ licenses: ISC │ ├─ repository: https://github.com/iarna/unique-filename │ ├─ publisher: Rebecca Turner │ ├─ email: me@re-becca.org │ ├─ url: http://re-becca.org/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/unique-filename +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/unique-filename │ └─ licenseFile: node_modules/unique-filename/LICENSE ├─ unique-slug@2.0.2 │ ├─ licenses: ISC @@ -3596,80 +2722,46 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Rebecca Turner │ ├─ email: me@re-becca.org │ ├─ url: http://re-becca.org -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/unique-slug +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/unique-slug │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/universalify │ └─ 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: 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: 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/uri-js │ └─ 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: 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/url │ └─ 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: node_modules/use/LICENSE ├─ util-deprecate@1.0.2 │ ├─ licenses: MIT │ ├─ repository: https://github.com/TooTallNate/util-deprecate │ ├─ publisher: Nathan Rajlich │ ├─ email: nathan@tootallnate.net │ ├─ url: http://n8.io/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/util-deprecate +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/util-deprecate │ └─ 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: 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/util │ └─ licenseFile: node_modules/util/LICENSE ├─ uuid@3.4.0 │ ├─ licenses: MIT │ ├─ repository: https://github.com/uuidjs/uuid -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/uuid +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/uuid │ └─ licenseFile: node_modules/uuid/LICENSE.md ├─ validate-npm-package-license@3.0.4 │ ├─ licenses: Apache-2.0 @@ -3677,19 +2769,19 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Kyle E. Mitchell │ ├─ email: kyle@kemitchell.com │ ├─ url: https://kemitchell.com -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/validate-npm-package-license +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/validate-npm-package-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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/verror │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/viz.js │ └─ licenseFile: node_modules/viz.js/LICENSE ├─ vm-browserify@1.1.2 │ ├─ licenses: MIT @@ -3697,46 +2789,46 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: James Halliday │ ├─ email: mail@substack.net │ ├─ url: http://substack.net -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/vm-browserify +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/vm-browserify │ └─ licenseFile: node_modules/vm-browserify/LICENSE ├─ watchpack-chokidar2@2.0.0 │ ├─ licenses: MIT │ ├─ repository: https://github.com/webpack/watchpack │ ├─ publisher: Tobias Koppers @sokra -│ └─ path: /Users/allan/git/dcfrontend/node_modules/watchpack-chokidar2 -├─ watchpack@1.7.2 +│ └─ path: /home/vrh/git/dcfrontend/node_modules/watchpack-chokidar2 +├─ watchpack@1.7.4 │ ├─ licenses: MIT │ ├─ repository: https://github.com/webpack/watchpack │ ├─ publisher: Tobias Koppers @sokra -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/watchpack +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/watchpack │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/web-animations-js │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/webpack-sources │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/webpack │ └─ licenseFile: node_modules/webpack/LICENSE -├─ whatwg-fetch@3.2.0 +├─ whatwg-fetch@3.3.1 │ ├─ licenses: MIT │ ├─ repository: https://github.com/github/fetch -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/whatwg-fetch +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/whatwg-fetch │ └─ licenseFile: node_modules/whatwg-fetch/LICENSE ├─ which-module@2.0.0 │ ├─ licenses: ISC │ ├─ repository: https://github.com/nexdrew/which-module │ ├─ publisher: nexdrew -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/which-module +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/which-module │ └─ licenseFile: node_modules/which-module/LICENSE ├─ which@1.3.1 │ ├─ licenses: ISC @@ -3744,7 +2836,7 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Isaac Z. Schlueter │ ├─ email: i@izs.me │ ├─ url: http://blog.izs.me -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/which +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/which │ └─ licenseFile: node_modules/which/LICENSE ├─ wide-align@1.1.3 │ ├─ licenses: ISC @@ -3752,26 +2844,21 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Rebecca Turner │ ├─ email: me@re-becca.org │ ├─ url: http://re-becca.org/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/wide-align +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/wide-align │ └─ 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 +│ ├─ path: /home/vrh/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: node_modules/worker-farm/LICENSE.md ├─ 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/wrap-ansi +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/wrap-ansi │ └─ licenseFile: node_modules/wrap-ansi/license ├─ wrappy@1.0.2 │ ├─ licenses: ISC @@ -3779,27 +2866,27 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Isaac Z. Schlueter │ ├─ email: i@izs.me │ ├─ url: http://blog.izs.me/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/wrappy +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/wrappy │ └─ 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 +│ ├─ path: /home/vrh/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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/xtend │ └─ licenseFile: node_modules/xtend/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/y18n +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/y18n │ └─ licenseFile: node_modules/y18n/LICENSE ├─ yallist@2.1.2 │ ├─ licenses: ISC @@ -3807,38 +2894,30 @@ Data Controller source licences are extracted automatically from our repo using │ ├─ publisher: Isaac Z. Schlueter │ ├─ email: i@izs.me │ ├─ url: http://blog.izs.me/ -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/yallist +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/yallist │ └─ 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/cacache/node_modules/yallist -│ └─ licenseFile: node_modules/cacache/node_modules/yallist/LICENSE ├─ yargs-parser@13.1.2 │ ├─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/yargs-parser │ └─ licenseFile: node_modules/yargs-parser/LICENSE.txt ├─ yargs@13.3.2 │ ├─ licenses: MIT │ ├─ repository: https://github.com/yargs/yargs -│ ├─ path: /Users/allan/git/dcfrontend/node_modules/yargs +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/yargs │ └─ 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 +│ ├─ path: /home/vrh/git/dcfrontend/node_modules/zone.js │ └─ 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 + ├─ path: /home/vrh/git/dcfrontend/node_modules/zone └─ licenseFile: node_modules/zone/LICENSE.md ``` diff --git a/docs/videos.md b/docs/videos.md new file mode 100644 index 0000000..cd33ef5 --- /dev/null +++ b/docs/videos.md @@ -0,0 +1,77 @@ +--- +layout: article +title: Data Controller Videos +description: A collection of videos made in relation to Data Controller. Some of them were recorded on earlier versions, hence the slight UI differences. +--- + + + +Data Controller Videos +==================== + +A collection of videos made in relation to Data Controller. Some of them were recorded on earlier versions, hence the slight UI differences. + + +## Full Table Search +Data Controller for SAS® enables full text search on Global CASLIB tables (and SAS 9 tables too) + + + +## Excel to Viya CAS Table +Loading an Excel file into a 5 million row CASLIB table + + + +## Data Viewer +Data Controller for SAS® isn't just for editing (and approving) data - it can also be used to query and download! + + + +## Data Lineage +Data Lineage is one of the most powerful features of DI Studio generated ETL. This tool queries it and makes a graphical output to help DI Developers, Data Modellers, and Business Analysts understand the data from both Source to Target and Target to Source. + +### Table Level +Table level lineage shows tables (colour coded per library) and associated jobs (with links to metadata definitions) + + + +### Column Level +Column level lineage shows the transformations and any business logic applied to each variable during the flow. Data items are distinguished between files, database tables, and SAS datasets. + + + + +## Email Alerts +Adding Email Alerts in Data Controller is a case of updating the MPE_ALERTS table (to say which alerts you wish to send) and the MPE_EMAILS table (only if your emails are not stored in metadata) + + + +## Deploying Data Controller +The SAS 9 evaluation version of the Data Controller comes packaged in a single SPK, which can be deployed in under 30 seconds! + + + + +## Uploading a CSV and Downloading Datalines +This video demonstrates 2 features in 30 seconds! + +1 - File uploads. Data Controller will let you upload CSVs (using any common separator) to any target table without having to specify variable formats etc in advance. Changes are routed through the usual approval process with audit trail. + +2 SAS File downloads. Other than standard CSV / Excel files, it's possible to download a SAS program containing the data in datalines format. This enables SAS developers to easily work with copies of the data, for testing and development purposes. + + + +## Locked Datasets + +In unix environments, when attempting to edit a locked table, users are notified with regard to which PID contains the lock. + + + + +## Explainer Video + +A short explainer video showing the core functionality of the product. + + diff --git a/mkdocs.yml b/mkdocs.yml index 84cdf38..1ed7455 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,6 @@ site_name: Data Controller for SAS® Product Documentation site_url: https://docs.datacontroller.io -pages: +nav: - Home: index.md - User Guide: - Overview: dc-overview.md @@ -29,14 +29,19 @@ pages: - Privacy Policy: privacy.md - Evaluation Licence: evaluation-agreement.md - Other Licences: licences.md +- Videos: videos.md markdown_extensions: - admonition - pymdownx.superfences - codehilite - fontawesome_markdown + - meta - toc: permalink: true + +extra: + manifest: manifest.webmanifest extra_css: ['font-awesome.css'] diff --git a/package.json b/package.json index 9a1fda1..02f497f 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,5 @@ }, "homepage": "https://docs.datacontroller.io", "devDependencies": { - "standard-version": "^4.4.0" } } diff --git a/theme/main.html b/theme/main.html index d4d5b1a..4480042 100644 --- a/theme/main.html +++ b/theme/main.html @@ -2,9 +2,27 @@ {% block extrahead %} - + + + + +{% set title = config.site_name %} +{% if page and page.meta and page.meta.title %} + {% set title = title ~ " - " ~ page.meta.title %} +{% elif page and page.title and not page.is_homepage %} + {% set title = title ~ " - " ~ page.title | striptags %} +{% endif %} + + + - - + + + +{% if page and page.meta and page.meta.description %} + +{% elif config.site_description %} + +{% endif %} {% endblock %} \ No newline at end of file