bcgov / greenlight

A demonstration of the verifiable organization network showing a new restaurant gathering the permits necessary to open.
Apache License 2.0
34 stars 45 forks source link

No credentials in dropdown #262

Closed CJHunter91 closed 4 years ago

CJHunter91 commented 4 years ago

Hi,

I followed the quickstart guide and all containers are running. I navigate to http://localhost:5000/ and there are no 'credentials' listed under the dropdown...

image

As far as I can tell it should be working as expected. Any help would be appreciated.#

Here is the output from the docker container:

` AzureAD+ChristopherHunter@DESKTOP-KJLKKGC MINGW64 ~/source/Playground/VonNetwork/greenlight/docker (master) $ ./manage build

Building agent and wallet containers ... docker-compose build agent-wallet-db agri-agent bcreg-agent ministry-finance-agent city-surrey-agent fraser-valley-agent liquor-control-agent worksafe-agent The AGRI_WALLET_SEED variable is not set. Defaulting to a blank string. The BCREG_WALLET_SEED variable is not set. Defaulting to a blank string. The MOFI_WALLET_SEED variable is not set. Defaulting to a blank string. The SURREY_WALLET_SEED variable is not set. Defaulting to a blank string. The FRASER_WALLET_SEED variable is not set. Defaulting to a blank string. The LIQUOR_WALLET_SEED variable is not set. Defaulting to a blank string. The WORKSAFE_WALLET_SEED variable is not set. Defaulting to a blank string. agent-wallet-db uses an image, skipping Building worksafe-agent Step 1/19 : FROM bcgovimages/von-image:py36-1.7-ew-0 py36-1.7-ew-0: Pulling from bcgovimages/von-image Digest: sha256:44fec1aa226f92c612d41ac3867829f918eadd86dd11c4b124bd6d00fe020802 Status: Downloaded newer image for bcgovimages/von-image:py36-1.7-ew-0 ---> 0f8bc7e03f30 Step 2/19 : WORKDIR $HOME ---> Running in bb45b452087b Removing intermediate container bb45b452087b ---> e85aecd9d872 Step 3/19 : ADD config $HOME/config ---> b1ccd6497822 Step 4/19 : ADD docker $HOME/docker ---> 5bd318017174 Step 5/19 : ADD greenlight-agent/src $HOME/src ---> 33a92d2a6ab7 Step 6/19 : ADD greenlight-agent/templates $HOME/templates ---> 9a4d44c0a006 Step 7/19 : USER root ---> Running in 90aab974bae6 Removing intermediate container 90aab974bae6 ---> 905de6dcc061 Step 8/19 : RUN usermod -a -G root indy ---> Running in 3cc5ffb355b3 Removing intermediate container 3cc5ffb355b3 ---> 25b1e8ec440f Step 9/19 : ARG client_path="${HOME}/.indy_client" ---> Running in aad64a606fbe Removing intermediate container aad64a606fbe ---> 5fb9abeabe4b Step 10/19 : ARG entrypoint="${HOME}/docker/agent/docker-entrypoint.sh" ---> Running in c169f2c0638c Removing intermediate container c169f2c0638c ---> 80ae03db4e82 Step 11/19 : ENV HOST_IP 0.0.0.0 ---> Running in 7e08d04a3b8c Removing intermediate container 7e08d04a3b8c ---> 43b39a0d9648 Step 12/19 : ENV HOST_PORT 8000 ---> Running in 2050f2f76cb5 Removing intermediate container 2050f2f76cb5 ---> 036166f36f75 Step 13/19 : ENV INDY_GENESIS_PATH "${HOME}/genesis" ---> Running in e3216bac3ed7 Removing intermediate container e3216bac3ed7 ---> 74b5301aef36 Step 14/19 : ENV RUST_LOG warning ---> Running in 7de4f617673c Removing intermediate container 7de4f617673c ---> e15d7b4ef60b Step 15/19 : ENV RUST_BACKTRACE full ---> Running in d3ea833e688e Removing intermediate container d3ea833e688e ---> cea0e4429482 Step 16/19 : RUN mkdir -p "${client_path}/wallet" && chown -R indy:root "${HOME}" && chmod -R ug+rw "${HOME}" && chmod ug+x "${entrypoint}" ---> Running in e9e1b089e6c1 Removing intermediate container e9e1b089e6c1 ---> 064372c2268c Step 17/19 : USER indy ---> Running in 2b63a7075447 Removing intermediate container 2b63a7075447 ---> aaf60e8cc3ad Step 18/19 : WORKDIR $HOME/src ---> Running in e939fc8c88c3 Removing intermediate container e939fc8c88c3 ---> 7d9f1b821331 Step 19/19 : ENTRYPOINT ["bash", "../docker/agent/docker-entrypoint.sh"] ---> Running in de5637bc1343 Removing intermediate container de5637bc1343 ---> 284e8615cbf8

Successfully built 284e8615cbf8 Successfully tagged greenlight_worksafe-agent:latest Building liquor-control-agent Step 1/19 : FROM bcgovimages/von-image:py36-1.7-ew-0 ---> 0f8bc7e03f30 Step 2/19 : WORKDIR $HOME ---> Using cache ---> e85aecd9d872 Step 3/19 : ADD config $HOME/config ---> Using cache ---> b1ccd6497822 Step 4/19 : ADD docker $HOME/docker ---> Using cache ---> 5bd318017174 Step 5/19 : ADD greenlight-agent/src $HOME/src ---> Using cache ---> 33a92d2a6ab7 Step 6/19 : ADD greenlight-agent/templates $HOME/templates ---> Using cache ---> 9a4d44c0a006 Step 7/19 : USER root ---> Using cache ---> 905de6dcc061 Step 8/19 : RUN usermod -a -G root indy ---> Using cache ---> 25b1e8ec440f Step 9/19 : ARG client_path="${HOME}/.indy_client" ---> Using cache ---> 5fb9abeabe4b Step 10/19 : ARG entrypoint="${HOME}/docker/agent/docker-entrypoint.sh" ---> Using cache ---> 80ae03db4e82 Step 11/19 : ENV HOST_IP 0.0.0.0 ---> Using cache ---> 43b39a0d9648 Step 12/19 : ENV HOST_PORT 8000 ---> Using cache ---> 036166f36f75 Step 13/19 : ENV INDY_GENESIS_PATH "${HOME}/genesis" ---> Using cache ---> 74b5301aef36 Step 14/19 : ENV RUST_LOG warning ---> Using cache ---> e15d7b4ef60b Step 15/19 : ENV RUST_BACKTRACE full ---> Using cache ---> cea0e4429482 Step 16/19 : RUN mkdir -p "${client_path}/wallet" && chown -R indy:root "${HOME}" && chmod -R ug+rw "${HOME}" && chmod ug+x "${entrypoint}" ---> Using cache ---> 064372c2268c Step 17/19 : USER indy ---> Using cache ---> aaf60e8cc3ad Step 18/19 : WORKDIR $HOME/src ---> Using cache ---> 7d9f1b821331 Step 19/19 : ENTRYPOINT ["bash", "../docker/agent/docker-entrypoint.sh"] ---> Using cache ---> 284e8615cbf8

Successfully built 284e8615cbf8 Successfully tagged greenlight_liquor-control-agent:latest Building fraser-valley-agent Step 1/19 : FROM bcgovimages/von-image:py36-1.7-ew-0 ---> 0f8bc7e03f30 Step 2/19 : WORKDIR $HOME ---> Using cache ---> e85aecd9d872 Step 3/19 : ADD config $HOME/config ---> Using cache ---> b1ccd6497822 Step 4/19 : ADD docker $HOME/docker ---> Using cache ---> 5bd318017174 Step 5/19 : ADD greenlight-agent/src $HOME/src ---> Using cache ---> 33a92d2a6ab7 Step 6/19 : ADD greenlight-agent/templates $HOME/templates ---> Using cache ---> 9a4d44c0a006 Step 7/19 : USER root ---> Using cache ---> 905de6dcc061 Step 8/19 : RUN usermod -a -G root indy ---> Using cache ---> 25b1e8ec440f Step 9/19 : ARG client_path="${HOME}/.indy_client" ---> Using cache ---> 5fb9abeabe4b Step 10/19 : ARG entrypoint="${HOME}/docker/agent/docker-entrypoint.sh" ---> Using cache ---> 80ae03db4e82 Step 11/19 : ENV HOST_IP 0.0.0.0 ---> Using cache ---> 43b39a0d9648 Step 12/19 : ENV HOST_PORT 8000 ---> Using cache ---> 036166f36f75 Step 13/19 : ENV INDY_GENESIS_PATH "${HOME}/genesis" ---> Using cache ---> 74b5301aef36 Step 14/19 : ENV RUST_LOG warning ---> Using cache ---> e15d7b4ef60b Step 15/19 : ENV RUST_BACKTRACE full ---> Using cache ---> cea0e4429482 Step 16/19 : RUN mkdir -p "${client_path}/wallet" && chown -R indy:root "${HOME}" && chmod -R ug+rw "${HOME}" && chmod ug+x "${entrypoint}" ---> Using cache ---> 064372c2268c Step 17/19 : USER indy ---> Using cache ---> aaf60e8cc3ad Step 18/19 : WORKDIR $HOME/src ---> Using cache ---> 7d9f1b821331 Step 19/19 : ENTRYPOINT ["bash", "../docker/agent/docker-entrypoint.sh"] ---> Using cache ---> 284e8615cbf8

Successfully built 284e8615cbf8 Successfully tagged greenlight_fraser-valley-agent:latest Building city-surrey-agent Step 1/19 : FROM bcgovimages/von-image:py36-1.7-ew-0 ---> 0f8bc7e03f30 Step 2/19 : WORKDIR $HOME ---> Using cache ---> e85aecd9d872 Step 3/19 : ADD config $HOME/config ---> Using cache ---> b1ccd6497822 Step 4/19 : ADD docker $HOME/docker ---> Using cache ---> 5bd318017174 Step 5/19 : ADD greenlight-agent/src $HOME/src ---> Using cache ---> 33a92d2a6ab7 Step 6/19 : ADD greenlight-agent/templates $HOME/templates ---> Using cache ---> 9a4d44c0a006 Step 7/19 : USER root ---> Using cache ---> 905de6dcc061 Step 8/19 : RUN usermod -a -G root indy ---> Using cache ---> 25b1e8ec440f Step 9/19 : ARG client_path="${HOME}/.indy_client" ---> Using cache ---> 5fb9abeabe4b Step 10/19 : ARG entrypoint="${HOME}/docker/agent/docker-entrypoint.sh" ---> Using cache ---> 80ae03db4e82 Step 11/19 : ENV HOST_IP 0.0.0.0 ---> Using cache ---> 43b39a0d9648 Step 12/19 : ENV HOST_PORT 8000 ---> Using cache ---> 036166f36f75 Step 13/19 : ENV INDY_GENESIS_PATH "${HOME}/genesis" ---> Using cache ---> 74b5301aef36 Step 14/19 : ENV RUST_LOG warning ---> Using cache ---> e15d7b4ef60b Step 15/19 : ENV RUST_BACKTRACE full ---> Using cache ---> cea0e4429482 Step 16/19 : RUN mkdir -p "${client_path}/wallet" && chown -R indy:root "${HOME}" && chmod -R ug+rw "${HOME}" && chmod ug+x "${entrypoint}" ---> Using cache ---> 064372c2268c Step 17/19 : USER indy ---> Using cache ---> aaf60e8cc3ad Step 18/19 : WORKDIR $HOME/src ---> Using cache ---> 7d9f1b821331 Step 19/19 : ENTRYPOINT ["bash", "../docker/agent/docker-entrypoint.sh"] ---> Using cache ---> 284e8615cbf8

Successfully built 284e8615cbf8 Successfully tagged greenlight_city-surrey-agent:latest Building ministry-finance-agent Step 1/19 : FROM bcgovimages/von-image:py36-1.7-ew-0 ---> 0f8bc7e03f30 Step 2/19 : WORKDIR $HOME ---> Using cache ---> e85aecd9d872 Step 3/19 : ADD config $HOME/config ---> Using cache ---> b1ccd6497822 Step 4/19 : ADD docker $HOME/docker ---> Using cache ---> 5bd318017174 Step 5/19 : ADD greenlight-agent/src $HOME/src ---> Using cache ---> 33a92d2a6ab7 Step 6/19 : ADD greenlight-agent/templates $HOME/templates ---> Using cache ---> 9a4d44c0a006 Step 7/19 : USER root ---> Using cache ---> 905de6dcc061 Step 8/19 : RUN usermod -a -G root indy ---> Using cache ---> 25b1e8ec440f Step 9/19 : ARG client_path="${HOME}/.indy_client" ---> Using cache ---> 5fb9abeabe4b Step 10/19 : ARG entrypoint="${HOME}/docker/agent/docker-entrypoint.sh" ---> Using cache ---> 80ae03db4e82 Step 11/19 : ENV HOST_IP 0.0.0.0 ---> Using cache ---> 43b39a0d9648 Step 12/19 : ENV HOST_PORT 8000 ---> Using cache ---> 036166f36f75 Step 13/19 : ENV INDY_GENESIS_PATH "${HOME}/genesis" ---> Using cache ---> 74b5301aef36 Step 14/19 : ENV RUST_LOG warning ---> Using cache ---> e15d7b4ef60b Step 15/19 : ENV RUST_BACKTRACE full ---> Using cache ---> cea0e4429482 Step 16/19 : RUN mkdir -p "${client_path}/wallet" && chown -R indy:root "${HOME}" && chmod -R ug+rw "${HOME}" && chmod ug+x "${entrypoint}" ---> Using cache ---> 064372c2268c Step 17/19 : USER indy ---> Using cache ---> aaf60e8cc3ad Step 18/19 : WORKDIR $HOME/src ---> Using cache ---> 7d9f1b821331 Step 19/19 : ENTRYPOINT ["bash", "../docker/agent/docker-entrypoint.sh"] ---> Using cache ---> 284e8615cbf8

Successfully built 284e8615cbf8 Successfully tagged greenlight_ministry-finance-agent:latest Building bcreg-agent Step 1/19 : FROM bcgovimages/von-image:py36-1.7-ew-0 ---> 0f8bc7e03f30 Step 2/19 : WORKDIR $HOME ---> Using cache ---> e85aecd9d872 Step 3/19 : ADD config $HOME/config ---> Using cache ---> b1ccd6497822 Step 4/19 : ADD docker $HOME/docker ---> Using cache ---> 5bd318017174 Step 5/19 : ADD greenlight-agent/src $HOME/src ---> Using cache ---> 33a92d2a6ab7 Step 6/19 : ADD greenlight-agent/templates $HOME/templates ---> Using cache ---> 9a4d44c0a006 Step 7/19 : USER root ---> Using cache ---> 905de6dcc061 Step 8/19 : RUN usermod -a -G root indy ---> Using cache ---> 25b1e8ec440f Step 9/19 : ARG client_path="${HOME}/.indy_client" ---> Using cache ---> 5fb9abeabe4b Step 10/19 : ARG entrypoint="${HOME}/docker/agent/docker-entrypoint.sh" ---> Using cache ---> 80ae03db4e82 Step 11/19 : ENV HOST_IP 0.0.0.0 ---> Using cache ---> 43b39a0d9648 Step 12/19 : ENV HOST_PORT 8000 ---> Using cache ---> 036166f36f75 Step 13/19 : ENV INDY_GENESIS_PATH "${HOME}/genesis" ---> Using cache ---> 74b5301aef36 Step 14/19 : ENV RUST_LOG warning ---> Using cache ---> e15d7b4ef60b Step 15/19 : ENV RUST_BACKTRACE full ---> Using cache ---> cea0e4429482 Step 16/19 : RUN mkdir -p "${client_path}/wallet" && chown -R indy:root "${HOME}" && chmod -R ug+rw "${HOME}" && chmod ug+x "${entrypoint}" ---> Using cache ---> 064372c2268c Step 17/19 : USER indy ---> Using cache ---> aaf60e8cc3ad Step 18/19 : WORKDIR $HOME/src ---> Using cache ---> 7d9f1b821331 Step 19/19 : ENTRYPOINT ["bash", "../docker/agent/docker-entrypoint.sh"] ---> Using cache ---> 284e8615cbf8

Successfully built 284e8615cbf8 Successfully tagged greenlight_bcreg-agent:latest Building agri-agent Step 1/19 : FROM bcgovimages/von-image:py36-1.7-ew-0 ---> 0f8bc7e03f30 Step 2/19 : WORKDIR $HOME ---> Using cache ---> e85aecd9d872 Step 3/19 : ADD config $HOME/config ---> Using cache ---> b1ccd6497822 Step 4/19 : ADD docker $HOME/docker ---> Using cache ---> 5bd318017174 Step 5/19 : ADD greenlight-agent/src $HOME/src ---> Using cache ---> 33a92d2a6ab7 Step 6/19 : ADD greenlight-agent/templates $HOME/templates ---> Using cache ---> 9a4d44c0a006 Step 7/19 : USER root ---> Using cache ---> 905de6dcc061 Step 8/19 : RUN usermod -a -G root indy ---> Using cache ---> 25b1e8ec440f Step 9/19 : ARG client_path="${HOME}/.indy_client" ---> Using cache ---> 5fb9abeabe4b Step 10/19 : ARG entrypoint="${HOME}/docker/agent/docker-entrypoint.sh" ---> Using cache ---> 80ae03db4e82 Step 11/19 : ENV HOST_IP 0.0.0.0 ---> Using cache ---> 43b39a0d9648 Step 12/19 : ENV HOST_PORT 8000 ---> Using cache ---> 036166f36f75 Step 13/19 : ENV INDY_GENESIS_PATH "${HOME}/genesis" ---> Using cache ---> 74b5301aef36 Step 14/19 : ENV RUST_LOG warning ---> Using cache ---> e15d7b4ef60b Step 15/19 : ENV RUST_BACKTRACE full ---> Using cache ---> cea0e4429482 Step 16/19 : RUN mkdir -p "${client_path}/wallet" && chown -R indy:root "${HOME}" && chmod -R ug+rw "${HOME}" && chmod ug+x "${entrypoint}" ---> Using cache ---> 064372c2268c Step 17/19 : USER indy ---> Using cache ---> aaf60e8cc3ad Step 18/19 : WORKDIR $HOME/src ---> Using cache ---> 7d9f1b821331 Step 19/19 : ENTRYPOINT ["bash", "../docker/agent/docker-entrypoint.sh"] ---> Using cache ---> 284e8615cbf8

Successfully built 284e8615cbf8 Successfully tagged greenlight_agri-agent:latest

Building bcgov-s2i-caddy image ... sha256:03a81b4fa25b4a302944496f7732a5ac9292cc4bafc893113957fd61a5142349

Building caddy-runtime image ... sha256:572b44d521dd2a1248048bc17cd4029bb22549ee0927435b39a542ad42f79cf6

Building nodejs-build image ... sha256:bd84d500f3eefe3d060bcbd4d6bac2581699b9dc41edac2104c11b4c938a7de6

Building greenlight image ... error: Unable to load docker config: json: cannot unmarshal string into Go value of type docker.dockerConfig ---> Installing application source ... ---> Installing all dependencies npm timing stage:loadCurrentTree Completed in 20ms npm timing stage:loadIdealTree:cloneCurrentTree Completed in 0ms npm timing stage:loadIdealTree:loadShrinkwrap Completed in 2155ms npm timing stage:loadIdealTree:loadAllDepsIntoIdealTree Completed in 3297ms npm timing stage:loadIdealTree Completed in 6698ms npm timing stage:generateActionsToTake Completed in 1494ms npm timing audit compress Completed in 733ms npm timing audit submit Completed in 2163ms npm http fetch GET 200 https://registry.npmjs.org/@types/d3-interpolate/-/d3-interpolate-1.3.0.tgz 1923ms npm http fetch GET 200 https://registry.npmjs.org/@types/d3-selection/-/d3-selection-1.3.4.tgz 1922ms npm http fetch GET 200 https://registry.npmjs.org/semver/-/semver-5.6.0.tgz 2005ms npm http fetch GET 200 https://registry.npmjs.org/@types/d3-hierarchy/-/d3-hierarchy-1.1.4.tgz 1931ms npm http fetch GET 200 https://registry.npmjs.org/@types/d3-quadtree/-/d3-quadtree-1.0.6.tgz 1936ms npm http fetch GET 200 https://registry.npmjs.org/@types/d3-chord/-/d3-chord-1.0.8.tgz 1949ms npm http fetch GET 200 https://registry.npmjs.org/@types/d3-color/-/d3-color-1.2.1.tgz 1948ms npm http fetch GET 200 https://registry.npmjs.org/@types/d3-force/-/d3-force-1.1.1.tgz 1945ms npm http fetch GET 200 https://registry.npmjs.org/@types/d3-dsv/-/d3-dsv-1.0.34.tgz 1948ms npm http fetch GET 200 https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz 1974ms npm http fetch GET 200 https://registry.npmjs.org/path-type/-/path-type-2.0.0.tgz 1969ms npm http fetch GET 200 https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz 1973ms npm http fetch GET 200 https://registry.npmjs.org/@types/d3-collection/-/d3-collection-1.0.7.tgz 1954ms npm http fetch GET 200 https://registry.npmjs.org/@types/d3-drag/-/d3-drag-1.2.2.tgz 1880ms npm http fetch GET 200 https://registry.npmjs.org/@types/d3-brush/-/d3-brush-1.0.9.tgz 1882ms npm http fetch GET 200 https://registry.npmjs.org/@types/d3-shape/-/d3-shape-1.2.6.tgz 1883ms npm http fetch GET 200 https://registry.npmjs.org/@types/d3-time/-/d3-time-1.0.9.tgz 1881ms npm http fetch GET 200 https://registry.npmjs.org/@types/d3-scale/-/d3-scale-1.0.14.tgz 1882ms npm http fetch GET 200 https://registry.npmjs.org/yargs-parser/-/yargs-parser-7.0.0.tgz 1974ms npm http fetch GET 200 https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz 1977ms npm http fetch GET 200 https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz 1980ms npm http fetch GET 200 https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz 1992ms npm http fetch GET 200 https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz 1990ms npm http fetch GET 200 https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz 1985ms npm http fetch GET 200 https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz 1988ms npm http fetch GET 200 https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz 1980ms npm http fetch GET 200 https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz 1990ms npm http fetch GET 200 https://registry.npmjs.org/@types/d3-array/-/d3-array-1.2.4.tgz 2043ms npm http fetch GET 200 https://registry.npmjs.org/semver/-/semver-5.6.0.tgz 1986ms npm http fetch GET 200 https://registry.npmjs.org/semver/-/semver-5.6.0.tgz 2008ms npm http fetch GET 200 https://registry.npmjs.org/@types/d3-ease/-/d3-ease-1.0.7.tgz 1995ms npm http fetch GET 200 https://registry.npmjs.org/@types/d3-time-format/-/d3-time-format-2.1.0.tgz 1919ms npm http fetch GET 200 https://registry.npmjs.org/pify/-/pify-2.3.0.tgz 2017ms npm http fetch GET 200 https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz 2010ms npm http fetch GET 200 https://registry.npmjs.org/@types/d3-format/-/d3-format-1.3.0.tgz 1996ms npm http fetch GET 200 https://registry.npmjs.org/@types/d3-path/-/d3-path-1.0.7.tgz 1995ms npm http fetch GET 200 https://registry.npmjs.org/@types/d3-polygon/-/d3-polygon-1.0.6.tgz 1996ms npm http fetch GET 200 https://registry.npmjs.org/@types/d3-axis/-/d3-axis-1.0.11.tgz 1992ms npm http fetch GET 200 https://registry.npmjs.org/@types/d3-random/-/d3-random-1.1.1.tgz 1995ms npm http fetch GET 200 https://registry.npmjs.org/@types/d3-dispatch/-/d3-dispatch-1.0.6.tgz 2126ms npm http fetch GET 200 https://registry.npmjs.org/@types/d3-queue/-/d3-queue-3.0.7.tgz 2116ms npm http fetch GET 200 https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz 2148ms npm http fetch GET 200 https://registry.npmjs.org/@babel/parser/-/parser-7.1.6.tgz 4760ms npm http fetch POST 200 https://registry.npmjs.org/-/npm/v1/security/audits/quick 5455ms npm timing audit body Completed in 3317ms npm http fetch GET 200 https://registry.npmjs.org/@types/d3-request/-/d3-request-1.0.3.tgz 5314ms npm http fetch GET 200 https://registry.npmjs.org/ts-node/-/ts-node-7.0.1.tgz 3551ms npm http fetch GET 200 https://registry.npmjs.org/classlist.js/-/classlist.js-1.1.20150312.tgz 4011ms npm http fetch GET 200 https://registry.npmjs.org/karma-coverage-istanbul-reporter/-/karma-coverage-istanbul-reporter-2.0.4.tgz 4074ms npm http fetch GET 200 https://registry.npmjs.org/tar/-/tar-4.4.8.tgz 4077ms npm http fetch GET 200 https://registry.npmjs.org/karma-jasmine-html-reporter 4088ms npm http fetch GET 200 https://registry.npmjs.org/codelyzer/-/codelyzer-4.5.0.tgz 4075ms npm http fetch GET 200 https://registry.npmjs.org/jasmine-core/-/jasmine-core-2.99.1.tgz 4141ms npm http fetch GET 200 https://registry.npmjs.org/@types/d3/-/d3-4.13.1.tgz 4143ms npm http fetch GET 200 https://registry.npmjs.org/@types/jasminewd2/-/jasminewd2-2.0.6.tgz 4151ms npm http fetch GET 200 https://registry.npmjs.org/karma-chrome-launcher/-/karma-chrome-launcher-2.2.0.tgz 4166ms npm http fetch GET 200 https://registry.npmjs.org/fstream/-/fstream-1.0.12.tgz 4167ms npm http fetch GET 200 https://registry.npmjs.org/yn/-/yn-2.0.0.tgz 3539ms npm http fetch GET 200 https://registry.npmjs.org/engine.io-client/-/engine.io-client-3.2.1.tgz 3650ms npm http fetch GET 200 https://registry.npmjs.org/socket.io/-/socket.io-2.1.1.tgz 3900ms npm http fetch GET 200 https://registry.npmjs.org/yeast/-/yeast-0.1.2.tgz 3232ms npm http fetch GET 200 https://registry.npmjs.org/sass-graph/-/sass-graph-2.2.4.tgz 1735ms npm http fetch GET 200 https://registry.npmjs.org/yargs/-/yargs-7.1.0.tgz 1556ms npm http fetch GET 200 https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz 1256ms npm http fetch GET 200 https://registry.npmjs.org/yargs-parser/-/yargs-parser-5.0.0.tgz 1255ms npm http fetch GET 200 https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz 1105ms npm http fetch GET 200 https://registry.npmjs.org/cacache/-/cacache-11.3.2.tgz 1129ms npm http fetch GET 200 https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.2.2.tgz 1209ms npm http fetch GET 200 https://registry.npmjs.org/karma-jasmine-html-reporter/-/karma-jasmine-html-reporter-0.2.2.tgz 2618ms npm http fetch GET 200 https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz 635ms npm http fetch GET 200 https://registry.npmjs.org/protractor/-/protractor-5.4.1.tgz 7037ms npm http fetch GET 200 https://registry.npmjs.org/@schematics/update/-/update-0.13.8.tgz 974ms npm http fetch GET 200 https://registry.npmjs.org/pacote/-/pacote-9.4.0.tgz 886ms npm http fetch GET 200 https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz 9885ms npm http fetch GET 200 https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz 9906ms npm http fetch GET 200 https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz 10165ms npm http fetch GET 200 https://registry.npmjs.org/minizlib/-/minizlib-1.2.1.tgz 1017ms npm http fetch GET 200 https://registry.npmjs.org/fs-minipass/-/fs-minipass-1.2.5.tgz 951ms npm http fetch GET 200 https://registry.npmjs.org/minipass/-/minipass-2.3.5.tgz 1096ms npm http fetch GET 200 https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-3.9.0.tgz 1022ms npm http fetch GET 200 https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-4.0.1.tgz 1132ms npm http fetch GET 200 https://registry.npmjs.org/useragent/-/useragent-2.3.0.tgz 1014ms npm http fetch GET 200 https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-7.0.4.tgz 8702ms npm http fetch GET 200 https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz 1046ms npm http fetch GET 200 https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-4.6.0.tgz 1002ms npm http fetch GET 200 https://registry.npmjs.org/cacache/-/cacache-10.0.4.tgz 834ms npm http fetch GET 200 https://registry.npmjs.org/yargs/-/yargs-9.0.1.tgz 909ms npm http fetch GET 200 https://registry.npmjs.org/os-locale/-/os-locale-2.1.0.tgz 792ms npm http fetch GET 200 https://registry.npmjs.org/execa/-/execa-0.7.0.tgz 869ms npm http fetch GET 200 https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz 748ms npm http fetch GET 200 https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.4.tgz 801ms npm http fetch GET 200 https://registry.npmjs.org/yallist/-/yallist-3.0.3.tgz 710ms npm http fetch GET 200 https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz 506ms npm http fetch GET 200 https://registry.npmjs.org/mississippi/-/mississippi-3.0.0.tgz 502ms npm http fetch GET 200 https://registry.npmjs.org/yargs/-/yargs-12.0.2.tgz 582ms npm http fetch GET 200 https://registry.npmjs.org/mississippi/-/mississippi-3.0.0.tgz 522ms npm http fetch GET 200 https://registry.npmjs.org/mississippi/-/mississippi-3.0.0.tgz 474ms npm http fetch GET 200 https://registry.npmjs.org/through2/-/through2-2.0.5.tgz 427ms npm http fetch GET 200 https://registry.npmjs.org/mississippi/-/mississippi-2.0.0.tgz 553ms npm http fetch GET 200 https://registry.npmjs.org/stream-http/-/stream-http-2.8.3.tgz 543ms npm http fetch GET 200 https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.2.0.tgz 685ms npm http fetch GET 200 https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz 639ms npm http fetch GET 200 https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-3.1.14.tgz 1283ms npm http fetch GET 200 https://registry.npmjs.org/decamelize/-/decamelize-2.0.0.tgz 753ms npm http fetch GET 200 https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.5.tgz 762ms npm http fetch GET 200 https://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz 806ms npm http fetch GET 200 https://registry.npmjs.org/d3-request/-/d3-request-1.0.6.tgz 808ms npm http fetch GET 200 https://registry.npmjs.org/webdriver-js-extender/-/webdriver-js-extender-2.1.0.tgz 693ms npm http fetch GET 200 https://registry.npmjs.org/webdriver-manager/-/webdriver-manager-12.1.0.tgz 612ms npm http fetch GET 200 https://registry.npmjs.org/xmlbuilder 453ms npm http fetch GET 200 https://registry.npmjs.org/xml2js/-/xml2js-0.4.19.tgz 613ms npm http fetch GET 200 https://registry.npmjs.org/karma/-/karma-4.1.0.tgz 12070ms npm http fetch GET 200 https://registry.npmjs.org/ws/-/ws-3.3.3.tgz 474ms npm http fetch GET 200 https://registry.npmjs.org/engine.io/-/engine.io-3.2.1.tgz 504ms npm http fetch GET 200 https://registry.npmjs.org/sax/-/sax-1.2.4.tgz 505ms npm http fetch GET 200 https://registry.npmjs.org/jasmine-spec-reporter/-/jasmine-spec-reporter-4.2.1.tgz 12149ms npm http fetch GET 200 https://registry.npmjs.org/socket.io-client/-/socket.io-client-2.1.1.tgz 11096ms npm http fetch GET 200 https://github.com/cywolf/bootstrap-theme/releases/download/v4.1.0-rc0/bcgov-bootstrap-theme-4.1.0-rc0.tgz 12167ms npm http fetch GET 200 https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz 320ms npm http fetch GET 200 https://registry.npmjs.org/os-locale/-/os-locale-3.1.0.tgz 373ms npm http fetch GET 200 https://registry.npmjs.org/font-awesome/-/font-awesome-4.7.0.tgz 12278ms npm http fetch GET 200 https://registry.npmjs.org/execa/-/execa-1.0.0.tgz 370ms npm http fetch GET 200 https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz 307ms npm http fetch GET 200 https://registry.npmjs.org/pump/-/pump-3.0.0.tgz 324ms npm http fetch GET 200 https://registry.npmjs.org/pump/-/pump-3.0.0.tgz 327ms npm http fetch GET 200 https://registry.npmjs.org/zone.js/-/zone.js-0.8.26.tgz 12785ms npm http fetch GET 200 https://registry.npmjs.org/xregexp/-/xregexp-4.0.0.tgz 2244ms npm http fetch GET 200 https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz 631ms npm http fetch GET 200 https://registry.npmjs.org/glob/-/glob-7.0.6.tgz 632ms npm http fetch GET 200 https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-0.13.9.tgz 11927ms npm http fetch GET 200 https://registry.npmjs.org/pump/-/pump-2.0.1.tgz 779ms npm http fetch GET 200 https://registry.npmjs.org/true-case-path/-/true-case-path-1.0.3.tgz 808ms npm http fetch GET 200 https://registry.npmjs.org/istanbul-api/-/istanbul-api-2.1.7.tgz 849ms npm http fetch GET 200 https://registry.npmjs.org/shelljs/-/shelljs-0.8.3.tgz 744ms npm http fetch GET 200 https://registry.npmjs.org/del/-/del-2.2.2.tgz 721ms npm http fetch GET 200 https://registry.npmjs.org/@angular/cli/-/cli-7.3.8.tgz 13445ms npm http fetch GET 200 https://registry.npmjs.org/stylus/-/stylus-0.54.5.tgz 1256ms npm http fetch GET 200 https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz 432ms npm http fetch GET 200 https://registry.npmjs.org/copy-concurrently/-/copy-concurrently-1.0.5.tgz 384ms npm http fetch GET 200 https://registry.npmjs.org/del/-/del-3.0.0.tgz 466ms npm http fetch GET 200 https://registry.npmjs.org/jasmine/-/jasmine-2.8.0.tgz 359ms npm http fetch GET 200 https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz 437ms npm http fetch GET 200 https://registry.npmjs.org/globby/-/globby-5.0.0.tgz 486ms npm http fetch GET 200 https://registry.npmjs.org/gaze/-/gaze-1.1.3.tgz 454ms npm http fetch GET 200 https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz 456ms npm http fetch GET 200 https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-3.0.6.tgz 471ms npm http fetch GET 200 https://registry.npmjs.org/globule/-/globule-1.2.1.tgz 455ms npm http fetch GET 200 https://registry.npmjs.org/@angular/http/-/http-7.0.4.tgz 13342ms npm http fetch GET 200 https://registry.npmjs.org/globby/-/globby-7.1.1.tgz 638ms npm http fetch GET 200 https://registry.npmjs.org/fileset/-/fileset-2.0.3.tgz 550ms npm http fetch GET 200 https://registry.npmjs.org/glob/-/glob-7.1.3.tgz 520ms npm http fetch GET 200 https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz 519ms npm http fetch GET 200 https://registry.npmjs.org/globby/-/globby-6.1.0.tgz 545ms npm http fetch GET 200 https://registry.npmjs.org/stream-each/-/stream-each-1.2.3.tgz 537ms npm http fetch GET 200 https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.1.tgz 315ms npm http fetch GET 200 https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz 525ms npm http fetch GET 200 https://registry.npmjs.org/once/-/once-1.4.0.tgz 353ms npm http fetch GET 200 https://registry.npmjs.org/wrap-ansi 340ms npm http fetch GET 200 https://registry.npmjs.org/cliui/-/cliui-4.1.0.tgz 326ms npm http fetch GET 200 https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz 378ms npm http fetch GET 200 https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz 420ms npm http fetch GET 200 https://registry.npmjs.org/d3/-/d3-4.13.0.tgz 3819ms npm http fetch GET 200 https://registry.npmjs.org/worker-farm/-/worker-farm-1.7.0.tgz 372ms npm http fetch GET 200 https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz 377ms npm http fetch GET 200 https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz 360ms npm http fetch GET 200 https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz 446ms npm http fetch GET 200 https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz 418ms npm http fetch GET 200 https://registry.npmjs.org/execa/-/execa-0.10.0.tgz 356ms npm http fetch GET 200 https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz 399ms npm http fetch GET 200 https://registry.npmjs.org/internal-ip/-/internal-ip-3.0.1.tgz 368ms npm http fetch GET 200 https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz 374ms npm http fetch GET 200 https://registry.npmjs.org/default-gateway/-/default-gateway-2.7.2.tgz 424ms npm http fetch GET 200 https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz 422ms npm http fetch GET 200 https://registry.npmjs.org/stylus-loader/-/stylus-loader-3.0.2.tgz 359ms npm http fetch GET 200 https://registry.npmjs.org/which/-/which-1.3.1.tgz 396ms npm http fetch GET 200 https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.1.tgz 320ms npm http fetch GET 200 https://registry.npmjs.org/when/-/when-3.6.4.tgz 371ms npm http fetch GET 200 https://registry.npmjs.org/sockjs/-/sockjs-0.3.19.tgz 388ms npm http fetch GET 200 https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.0.tgz 590ms npm http fetch GET 200 https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz 638ms npm http fetch GET 200 https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.3.tgz 697ms npm http fetch GET 200 https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.5.0.tgz 665ms npm http fetch GET 200 https://registry.npmjs.org/webpack-subresource-integrity/-/webpack-subresource-integrity-1.1.0-rc.6.tgz 672ms npm http fetch GET 200 https://registry.npmjs.org/schema-utils/-/schema-utils-0.4.7.tgz 767ms npm http fetch GET 200 https://registry.npmjs.org/license-webpack-plugin/-/license-webpack-plugin-2.1.0.tgz 769ms npm http fetch GET 200 https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.3.0.tgz 685ms npm http fetch GET 200 https://registry.npmjs.org/@angular-devkit/build-optimizer/-/build-optimizer-0.13.9.tgz 700ms npm http fetch GET 200 https://registry.npmjs.org/dagre-d3/-/dagre-d3-0.6.1.tgz 15903ms npm http fetch GET 200 https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-3.4.0.tgz 669ms npm http fetch GET 200 https://registry.npmjs.org/webpack-merge/-/webpack-merge-4.2.1.tgz 709ms npm http fetch GET 200 https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-3.5.1.tgz 610ms npm http fetch GET 200 https://registry.npmjs.org/webpack-log/-/webpack-log-2.0.0.tgz 581ms npm http fetch GET 200 https://registry.npmjs.org/yargs-parser/-/yargs-parser-10.1.0.tgz 532ms npm http fetch GET 200 https://registry.npmjs.org/@ng-select/ng-select/-/ng-select-2.13.1.tgz 16084ms npm http fetch GET 200 https://registry.npmjs.org/sockjs-client/-/sockjs-client-1.3.0.tgz 1547ms npm http fetch GET 200 https://registry.npmjs.org/@angular/language-service/-/language-service-7.0.4.tgz 15458ms npm http fetch GET 200 https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz 471ms npm http fetch GET 200 https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz 437ms npm http fetch GET 200 https://registry.npmjs.org/semver/-/semver-5.7.0.tgz 500ms npm http fetch GET 200 https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz 527ms npm http fetch GET 200 https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz 531ms npm http fetch GET 200 https://registry.npmjs.org/p-limit/-/p-limit-2.2.0.tgz 604ms npm http fetch GET 200 https://registry.npmjs.org/mime/-/mime-2.4.2.tgz 544ms npm http fetch GET 200 https://registry.npmjs.org/lcid/-/lcid-2.0.0.tgz 513ms npm http fetch GET 200 https://registry.npmjs.org/ms/-/ms-2.1.1.tgz 639ms npm http fetch GET 200 https://registry.npmjs.org/invert-kv/-/invert-kv-2.0.0.tgz 599ms npm http fetch GET 200 https://registry.npmjs.org/debug/-/debug-3.2.6.tgz 740ms npm http fetch GET 200 https://registry.npmjs.org/@ngtools/webpack/-/webpack-7.3.9.tgz 1863ms npm http fetch GET 200 https://registry.npmjs.org/mime/-/mime-2.4.2.tgz 755ms npm http fetch GET 200 https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz 742ms npm http fetch GET 200 https://registry.npmjs.org/webpack-core/-/webpack-core-0.6.9.tgz 746ms npm http fetch GET 200 https://registry.npmjs.org/spdy/-/spdy-4.0.0.tgz 658ms npm http fetch GET 200 https://registry.npmjs.org/source-list-map/-/source-list-map-0.1.8.tgz 686ms npm http fetch GET 200 https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz 705ms npm http fetch GET 200 https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz 667ms npm http fetch GET 200 https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz 693ms npm http fetch GET 200 https://registry.npmjs.org/watchpack/-/watchpack-1.6.0.tgz 583ms npm http fetch GET 200 https://registry.npmjs.org/dom-serialize/-/dom-serialize-2.2.1.tgz 555ms npm http fetch GET 200 https://registry.npmjs.org/void-elements/-/void-elements-2.0.1.tgz 588ms npm http fetch GET 200 https://registry.npmjs.org/vm-browserify/-/vm-browserify-0.0.4.tgz 511ms npm http fetch GET 200 https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz 429ms npm http fetch GET 200 https://registry.npmjs.org/request/-/request-2.88.0.tgz 432ms npm http fetch GET 200 https://registry.npmjs.org/verror/-/verror-1.10.0.tgz 381ms npm http fetch GET 200 https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz 442ms npm http fetch GET 200 https://registry.npmjs.org/tar/-/tar-2.2.2.tgz 4928ms npm http fetch GET 200 https://registry.npmjs.org/express/-/express-4.16.4.tgz 383ms npm http fetch GET 200 https://registry.npmjs.org/compression/-/compression-1.7.4.tgz 456ms npm http fetch GET 200 https://registry.npmjs.org/vary/-/vary-1.1.2.tgz 449ms npm http fetch GET 200 https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-3.0.0.tgz 418ms npm http fetch GET 200 https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz 384ms npm http fetch GET 200 https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-2.2.3.tgz 463ms npm http fetch GET 200 https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-2.0.0.tgz 410ms npm http fetch GET 200 https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-6.1.0.tgz 479ms npm http fetch GET 200 https://registry.npmjs.org/meow/-/meow-3.7.0.tgz 462ms npm http fetch GET 200 https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz 463ms npm http fetch GET 200 https://registry.npmjs.org/read-pkg/-/read-pkg-2.0.0.tgz 369ms npm http fetch GET 200 https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz 393ms npm http fetch GET 200 https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.4.0.tgz 397ms npm http fetch GET 200 https://registry.npmjs.org/connect/-/connect-3.6.6.tgz 509ms npm http fetch GET 200 https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz 588ms npm http fetch GET 200 https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz 847ms npm http fetch GET 200 https://registry.npmjs.org/readable-stream/-/readable-stream-3.3.0.tgz 825ms npm http fetch GET 200 https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.1.tgz 905ms npm http fetch GET 200 https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz 943ms npm http fetch GET 200 https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.13.8.tgz 1048ms npm http fetch GET 200 https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.13.9.tgz 886ms npm http fetch GET 200 https://registry.npmjs.org/chokidar/-/chokidar-2.1.2.tgz 791ms npm http fetch GET 200 https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz 744ms npm http fetch GET 200 https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.13.9.tgz 938ms npm http fetch GET 200 https://registry.npmjs.org/chokidar/-/chokidar-2.0.4.tgz 842ms npm http fetch GET 200 https://registry.npmjs.org/bootstrap/-/bootstrap-4.3.1.tgz 19622ms npm http fetch GET 200 https://registry.npmjs.org/parallel-transform/-/parallel-transform-1.1.0.tgz 627ms npm http fetch GET 200 https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.1.0.tgz 950ms npm http fetch GET 200 https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz 939ms npm http fetch GET 200 https://registry.npmjs.org/node-sass/-/node-sass-4.12.0.tgz 16726ms npm http fetch GET 200 https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz 878ms npm http fetch GET 200 https://registry.npmjs.org/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz 996ms npm http fetch GET 200 https://registry.npmjs.org/from2/-/from2-2.3.0.tgz 967ms npm http fetch GET 200 https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz 865ms npm http fetch GET 200 https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz 946ms npm http fetch GET 200 https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz 1074ms npm http fetch GET 200 https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz 644ms npm http fetch GET 200 https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-7.0.4.tgz 19998ms npm http fetch GET 200 https://registry.npmjs.org/util/-/util-0.11.1.tgz 708ms npm http fetch GET 200 https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz 787ms npm http fetch GET 200 https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz 613ms npm http fetch GET 200 https://registry.npmjs.org/@angular/forms/-/forms-7.0.4.tgz 20083ms npm http fetch GET 200 https://registry.npmjs.org/node-gyp/-/node-gyp-3.8.0.tgz 8002ms npm http fetch GET 200 https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.18.0.tgz 702ms npm http fetch GET 200 https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz 623ms npm http fetch GET 200 https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz 526ms npm http fetch GET 200 https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz 670ms npm http fetch GET 200 https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz 519ms npm http fetch GET 200 https://registry.npmjs.org/braces/-/braces-2.3.2.tgz 471ms npm http fetch GET 200 https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz 407ms npm http fetch GET 200 https://registry.npmjs.org/use/-/use-3.1.1.tgz 430ms npm http fetch GET 200 https://registry.npmjs.org/url/-/url-0.11.0.tgz 350ms npm http fetch GET 200 https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz 344ms npm http fetch GET 200 https://registry.npmjs.org/jszip/-/jszip-3.1.5.tgz 1796ms npm http fetch GET 200 https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz 541ms npm http fetch GET 200 https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.2.tgz 548ms npm http fetch GET 200 https://registry.npmjs.org/original/-/original-1.0.2.tgz 642ms npm http fetch GET 200 https://registry.npmjs.org/har-validator/-/har-validator-5.1.3.tgz 525ms npm http fetch GET 200 https://registry.npmjs.org/urix/-/urix-0.1.0.tgz 578ms npm http fetch GET 200 https://registry.npmjs.org/raw-loader/-/raw-loader-1.0.0.tgz 519ms npm http fetch GET 200 https://registry.npmjs.org/file-loader/-/file-loader-3.0.1.tgz 501ms npm http fetch GET 200 https://registry.npmjs.org/tslint/-/tslint-5.11.0.tgz 21840ms npm http fetch GET 200 https://registry.npmjs.org/style-loader/-/style-loader-0.23.1.tgz 573ms npm http fetch GET 200 https://registry.npmjs.org/postcss-loader/-/postcss-loader-3.0.0.tgz 575ms npm http fetch GET 200 https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz 571ms npm http fetch GET 200 https://registry.npmjs.org/eventsource/-/eventsource-1.0.7.tgz 1085ms npm http fetch GET 200 https://registry.npmjs.org/base/-/base-0.11.2.tgz 420ms npm http fetch GET 200 https://registry.npmjs.org/webpack/-/webpack-4.29.0.tgz 16458ms npm http fetch GET 200 https://registry.npmjs.org/upath/-/upath-1.1.0.tgz 595ms npm http fetch GET 200 https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz 481ms npm http fetch GET 200 https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz 491ms npm http fetch GET 200 https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz 500ms npm http fetch GET 200 https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz 460ms npm http fetch GET 200 https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz 450ms npm http fetch GET 200 https://registry.npmjs.org/body-parser/-/body-parser-1.18.3.tgz 594ms npm http fetch GET 200 https://registry.npmjs.org/raw-body/-/raw-body-2.3.3.tgz 585ms npm http fetch GET 200 https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz 1128ms npm http fetch GET 200 https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.1.tgz 598ms npm http fetch GET 200 https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.0.tgz 686ms npm http fetch GET 200 https://registry.npmjs.org/log4js/-/log4js-4.1.1.tgz 593ms npm http fetch GET 200 https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz 669ms npm http fetch GET 200 https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz 562ms npm http fetch GET 200 https://registry.npmjs.org/streamroller/-/streamroller-1.0.4.tgz 639ms npm http fetch GET 200 https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz 616ms npm http fetch GET 200 https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz 587ms npm http fetch GET 200 https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.1.tgz 605ms npm http fetch GET 200 https://registry.npmjs.org/union-value/-/union-value-1.0.0.tgz 551ms npm http fetch GET 200 https://registry.npmjs.org/set-value/-/set-value-0.4.3.tgz 575ms npm http fetch GET 200 https://registry.npmjs.org/ajv/-/ajv-6.5.5.tgz 1589ms npm http fetch GET 200 https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz 475ms npm http fetch GET 200 https://registry.npmjs.org/ultron/-/ultron-1.1.1.tgz 470ms npm http fetch GET 200 https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-2.2.5.tgz 471ms npm http fetch GET 200 https://registry.npmjs.org/ajv/-/ajv-6.9.1.tgz 1750ms npm http fetch GET 200 https://registry.npmjs.org/commander/-/commander-2.17.1.tgz 472ms npm http fetch GET 200 https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz 457ms npm http fetch GET 200 https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz 556ms npm http fetch GET 200 https://registry.npmjs.org/mime-types/-/mime-types-2.1.24.tgz 459ms npm http fetch GET 200 https://registry.npmjs.org/mime-db/-/mime-db-1.40.0.tgz 499ms npm http fetch GET 200 https://registry.npmjs.org/sshpk/-/sshpk-1.15.2.tgz 734ms npm http fetch GET 200 https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz 677ms npm http fetch GET 200 https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz 819ms npm http fetch GET 200 https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz 998ms npm http fetch GET 200 https://registry.npmjs.org/uglify-js/-/uglify-js-3.4.9.tgz 1410ms npm http fetch GET 200 https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.13.9.tgz 5714ms npm http fetch GET 200 https://registry.npmjs.org/@angular/router/-/router-7.0.4.tgz 24216ms npm http fetch GET 200 https://registry.npmjs.org/resolve/-/resolve-1.8.1.tgz 997ms npm http fetch GET 200 https://registry.npmjs.org/inquirer/-/inquirer-6.2.1.tgz 932ms npm http fetch GET 200 https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz 1056ms npm http fetch GET 200 https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.0.tgz 664ms npm http fetch GET 200 https://registry.npmjs.org/tsutils/-/tsutils-2.29.0.tgz 1075ms npm http fetch GET 200 https://registry.npmjs.org/tslib/-/tslib-1.9.3.tgz 629ms npm http fetch GET 200 https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-3.3.0.tgz 494ms npm http fetch GET 200 https://registry.npmjs.org/@babel/traverse/-/traverse-7.4.4.tgz 485ms npm http fetch GET 200 https://registry.npmjs.org/@babel/generator/-/generator-7.4.4.tgz 409ms npm http fetch GET 200 https://registry.npmjs.org/istanbul-instrumenter-loader/-/istanbul-instrumenter-loader-3.0.1.tgz 344ms npm http fetch GET 200 https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-1.10.2.tgz 293ms npm http fetch GET 200 https://registry.npmjs.org/babel-generator/-/babel-generator-6.26.1.tgz 299ms npm http fetch GET 200 https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz 350ms npm http fetch GET 200 https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.1.tgz 305ms npm http fetch GET 200 https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz 319ms npm http fetch GET 200 https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.4.3.tgz 501ms npm http fetch GET 200 https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz 478ms npm http fetch GET 200 https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz 471ms npm http fetch GET 200 https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz 524ms npm http fetch GET 200 https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz 485ms npm http fetch GET 200 https://registry.npmjs.org/@angular-devkit/core/-/core-7.3.9.tgz 6992ms npm http fetch GET 200 https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz 505ms npm http fetch GET 200 https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz 458ms npm http fetch GET 200 https://registry.npmjs.org/@angular-devkit/core/-/core-7.3.8.tgz 6895ms npm http fetch GET 200 https://registry.npmjs.org/babel-template/-/babel-template-6.26.0.tgz 417ms npm http fetch GET 200 https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.26.0.tgz 419ms npm http fetch GET 200 https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-7.3.8.tgz 7105ms npm http fetch GET 200 https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-7.2.6.tgz 25400ms npm http fetch GET 200 https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz 406ms npm http fetch GET 200 https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz 437ms npm http fetch GET 200 https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz 532ms npm http fetch GET 200 https://registry.npmjs.org/to-array/-/to-array-0.1.4.tgz 452ms npm http fetch GET 200 https://registry.npmjs.org/@angular-devkit/core/-/core-7.3.9.tgz 7126ms npm http fetch GET 200 https://registry.npmjs.org/external-editor/-/external-editor-3.0.3.tgz 556ms npm http fetch GET 200 https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz 504ms npm http fetch GET 200 https://registry.npmjs.org/thunky/-/thunky-1.0.3.tgz 477ms npm http fetch GET 200 https://registry.npmjs.org/bonjour/-/bonjour-3.5.0.tgz 501ms npm http fetch GET 200 https://registry.npmjs.org/multicast-dns/-/multicast-dns-6.2.3.tgz 540ms npm http fetch GET 200 https://registry.npmjs.org/through 492ms npm http fetch GET 200 https://registry.npmjs.org/cssauron/-/cssauron-1.4.0.tgz 472ms npm http fetch GET 200 https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.10.tgz 595ms npm http fetch GET 200 https://registry.npmjs.org/@angular-devkit/core/-/core-7.3.9.tgz 7320ms npm http fetch GET 200 https://registry.npmjs.org/ssri/-/ssri-6.0.1.tgz 470ms npm http fetch GET 200 https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.12.tgz 639ms npm http fetch GET 200 https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz 523ms npm http fetch GET 200 https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz 473ms npm http fetch GET 200 https://registry.npmjs.org/pify/-/pify-4.0.1.tgz 436ms npm http fetch GET 200 https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz 466ms npm http fetch GET 200 https://registry.npmjs.org/@angular/animations/-/animations-7.0.4.tgz 26057ms npm http fetch GET 200 https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz 1115ms npm http fetch GET 200 https://registry.npmjs.org/through/-/through-2.3.8.tgz 669ms npm http fetch GET 200 https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz 569ms npm http fetch GET 200 https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.2.0.tgz 615ms npm http fetch GET 200 https://registry.npmjs.org/@babel/template/-/template-7.4.4.tgz 474ms npm http fetch GET 200 https://registry.npmjs.org/@babel/highlight/-/highlight-7.0.0.tgz 321ms npm http fetch GET 200 https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.0.0.tgz 346ms npm http fetch GET 200 https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz 476ms npm http fetch GET 200 https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz 329ms npm http fetch GET 200 https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz 332ms npm http fetch GET 200 https://registry.npmjs.org/strip-eof 357ms npm http fetch GET 200 https://registry.npmjs.org/redent/-/redent-1.0.0.tgz 364ms npm http fetch GET 200 https://registry.npmjs.org/@babel/template/-/template-7.1.2.tgz 495ms npm http fetch GET 200 https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz 412ms npm http fetch GET 200 https://registry.npmjs.org/chalk/-/chalk-2.4.1.tgz 448ms npm http fetch GET 200 https://registry.npmjs.org/speed-measure-webpack-plugin/-/speed-measure-webpack-plugin-1.3.1.tgz 893ms npm http fetch GET 200 https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz 573ms npm http fetch GET 200 https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz 588ms npm http fetch GET 200 https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz 603ms npm http fetch GET 200 https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz 658ms npm http fetch GET 200 https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz 675ms npm http fetch GET 200 https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz 673ms npm http fetch GET 200 https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz 783ms npm http fetch GET 200 https://registry.npmjs.org/stats-webpack-plugin/-/stats-webpack-plugin-0.7.0.tgz 569ms npm http fetch GET 200 https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.0.tgz 637ms npm http fetch GET 200 https://registry.npmjs.org/serve-static/-/serve-static-1.13.2.tgz 638ms npm http fetch GET 200 https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz 816ms npm http fetch GET 200 https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz 728ms npm http fetch GET 200 https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz 823ms npm http fetch GET 200 https://registry.npmjs.org/http-errors 678ms npm http fetch GET 200 https://registry.npmjs.org/send/-/send-0.16.2.tgz 677ms npm http fetch GET 200 https://registry.npmjs.org/statuses/-/statuses-1.4.0.tgz 642ms npm http fetch GET 200 https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz 670ms npm http fetch GET 200 https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz 793ms npm http fetch GET 200 https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz 421ms npm http fetch GET 200 https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz 453ms npm http fetch GET 200 https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-4.0.0.tgz 379ms npm http fetch GET 200 https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-2.0.0.tgz 414ms npm http fetch GET 200 https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz 386ms npm http fetch GET 200 https://registry.npmjs.org/ssri/-/ssri-5.3.0.tgz 529ms npm http fetch GET 200 https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz 470ms npm http fetch GET 200 https://registry.npmjs.org/set-value/-/set-value-2.0.0.tgz 462ms npm http fetch GET 200 https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz 551ms npm http fetch GET 200 https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz 491ms npm http fetch GET 200 https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz 537ms npm http fetch GET 200 https://registry.npmjs.org/debug/-/debug-4.1.1.tgz 536ms npm http fetch GET 200 https://registry.npmjs.org/@schematics/angular/-/angular-7.3.8.tgz 9817ms npm http fetch GET 200 https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz 495ms npm http fetch GET 200 https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz 498ms npm http fetch GET 200 https://registry.npmjs.org/debug/-/debug-4.1.1.tgz 553ms npm http fetch GET 200 https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.2.tgz 570ms npm http fetch GET 200 https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.0.2.tgz 575ms npm http fetch GET 200 https://registry.npmjs.org/karma-source-map-support/-/karma-source-map-support-1.3.0.tgz 585ms npm http fetch GET 200 https://registry.npmjs.org/source-map-loader/-/source-map-loader-0.2.4.tgz 564ms npm http fetch GET 200 https://registry.npmjs.org/magic-string/-/magic-string-0.25.2.tgz 595ms npm http fetch GET 200 https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz 596ms npm http fetch GET 200 https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.9.tgz 597ms npm http fetch GET 200 https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz 557ms npm http fetch GET 200 https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz 561ms npm http fetch GET 200 https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-4.0.2.tgz 562ms npm http fetch GET 200 https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.4.tgz 708ms npm http fetch GET 200 https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.2.0.tgz 486ms npm http fetch GET 200 https://registry.npmjs.org/isarray/-/isarray-2.0.1.tgz 515ms npm http fetch GET 200 https://registry.npmjs.org/debug/-/debug-3.1.0.tgz 518ms npm http fetch GET 200 https://registry.npmjs.org/socks/-/socks-2.3.2.tgz 648ms npm http fetch GET 200 https://registry.npmjs.org/debug/-/debug-3.1.0.tgz 539ms npm http fetch GET 200 https://registry.npmjs.org/debug/-/debug-3.1.0.tgz 536ms npm http fetch GET 200 https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-1.1.1.tgz 488ms npm http fetch GET 200 https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz 386ms npm http fetch GET 200 https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz 398ms npm http fetch GET 200 https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz 376ms npm http fetch GET 200 https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz 378ms npm http fetch GET 200 https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz 393ms npm http fetch GET 200 https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz 560ms npm http fetch GET 200 https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.0.2.tgz 511ms npm http fetch GET 200 https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz 421ms npm http fetch GET 200 https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz 423ms npm http fetch GET 200 https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz 421ms npm http fetch GET 200 https://registry.npmjs.org/slash/-/slash-1.0.0.tgz 505ms npm http fetch GET 200 https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz 505ms npm http fetch GET 200 https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz 404ms npm http fetch GET 200 https://registry.npmjs.org/sass-loader/-/sass-loader-7.1.0.tgz 404ms npm http fetch GET 200 https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz 383ms npm http fetch GET 200 https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz 470ms npm http fetch GET 200 https://registry.npmjs.org/clone-deep/-/clone-deep-2.0.2.tgz 426ms npm http fetch GET 200 https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz 447ms npm http fetch GET 200 https://registry.npmjs.org/shallow-clone/-/shallow-clone-1.0.0.tgz 553ms npm http fetch GET 200 https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz 510ms npm http fetch GET 200 https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.0.4.tgz 500ms npm http fetch GET 200 https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.4.tgz 441ms npm http fetch GET 200 https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz 778ms npm http fetch GET 200 https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.17.tgz 782ms npm http fetch GET 200 https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz 829ms npm http fetch GET 200 https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz 833ms npm http fetch GET 200 https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz 807ms npm http fetch GET 200 https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz 811ms npm http fetch GET 200 https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz 839ms npm http fetch GET 200 https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz 850ms npm http fetch GET 200 https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz 877ms npm http fetch GET 200 https://registry.npmjs.org/semver-intersect/-/semver-intersect-1.4.0.tgz 840ms npm http fetch GET 200 https://registry.npmjs.org/semver-dsl/-/semver-dsl-1.0.1.tgz 842ms npm http fetch GET 200 https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-1.7.0.tgz 956ms npm http fetch GET 200 https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.4.6.tgz 907ms npm http fetch GET 200 https://registry.npmjs.org/node-releases/-/node-releases-1.1.18.tgz 908ms npm http fetch GET 200 https://registry.npmjs.org/browserslist/-/browserslist-4.5.6.tgz 909ms npm http fetch GET 200 https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz 877ms npm http fetch GET 200 https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz 880ms npm http fetch GET 200 https://registry.npmjs.org/tmp/-/tmp-0.0.30.tgz 883ms npm http fetch GET 200 https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-3.6.0.tgz 19074ms npm http fetch GET 200 https://registry.npmjs.org/selfsigned/-/selfsigned-1.10.4.tgz 1017ms npm http fetch GET 200 https://registry.npmjs.org/semver/-/semver-5.5.1.tgz 1024ms npm http fetch GET 200 https://registry.npmjs.org/mime/-/mime-1.4.1.tgz 1141ms npm http fetch GET 200 https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz 2192ms npm http fetch GET 200 https://registry.npmjs.org/saucelabs/-/saucelabs-1.5.0.tgz 729ms npm http fetch GET 200 https://registry.npmjs.org/sax/-/sax-0.5.8.tgz 766ms npm http fetch GET 200 https://registry.npmjs.org/node-fetch-npm/-/node-fetch-npm-2.0.2.tgz 722ms npm http fetch GET 200 https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz 578ms npm http fetch GET 200 https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz 583ms npm http fetch GET 200 https://registry.npmjs.org/d3-dsv/-/d3-dsv-1.0.8.tgz 664ms npm http fetch GET 200 https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz 556ms npm http fetch GET 200 https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz 527ms npm http fetch GET 200 https://registry.npmjs.org/safe-regex 589ms npm http fetch GET 200 https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz 618ms npm http fetch GET 200 https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz 564ms npm http fetch GET 200 https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz 476ms npm http fetch GET 200 https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz 578ms npm http fetch GET 200 https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz 464ms npm http fetch GET 200 https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz 494ms npm http fetch GET 200 https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz 594ms npm http fetch GET 200 https://registry.npmjs.org/hash-base/-/hash-base-3.0.4.tgz 555ms npm http fetch GET 200 https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz 598ms npm http fetch GET 200 https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.6.0.tgz 530ms npm http fetch GET 200 https://registry.npmjs.org/dns-packet/-/dns-packet-1.3.1.tgz 606ms npm http fetch GET 200 https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz 580ms npm http fetch GET 200 https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz 488ms npm http fetch GET 200 https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz 537ms npm http fetch GET 200 https://registry.npmjs.org/rw/-/rw-1.3.3.tgz 534ms npm http fetch GET 200 https://registry.npmjs.org/run-queue/-/run-queue-1.0.3.tgz 505ms npm http fetch GET 200 https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz 543ms npm http fetch GET 200 https://registry.npmjs.org/handlebars/-/handlebars-4.1.2.tgz 9134ms npm http fetch GET 200 https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.23.tgz 1648ms npm http fetch GET 200 https://registry.npmjs.org/run-async/-/run-async-2.3.0.tgz 580ms npm http fetch GET 200 https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz 1444ms npm http fetch GET 200 https://registry.npmjs.org/promise-retry/-/promise-retry-1.1.1.tgz 439ms npm http fetch GET 200 https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz 392ms npm http fetch GET 200 https://registry.npmjs.org/rfdc/-/rfdc-1.1.2.tgz 468ms npm http fetch GET 200 https://registry.npmjs.org/retry/-/retry-0.10.1.tgz 468ms npm http fetch GET 200 https://registry.npmjs.org/ret/-/ret-0.1.15.tgz 440ms npm http fetch GET 200 https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-2.0.0.tgz 407ms npm http fetch GET 200 https://registry.npmjs.org/import-local/-/import-local-2.0.0.tgz 409ms npm http fetch GET 200 https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz 408ms npm http fetch GET 200 https://registry.npmjs.org/import-cwd/-/import-cwd-2.1.0.tgz 466ms npm http fetch GET 200 https://registry.npmjs.org/import-from/-/import-from-2.1.0.tgz 468ms npm http fetch GET 200 https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz 471ms npm http fetch GET 200 https://registry.npmjs.org/postcss-import/-/postcss-import-12.0.1.tgz 451ms npm http fetch GET 200 https://registry.npmjs.org/http-proxy/-/http-proxy-1.17.0.tgz 467ms npm http fetch GET 200 https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz 438ms npm http fetch GET 200 https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz 531ms npm http fetch GET 200 https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz 502ms npm http fetch GET 200 https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz 504ms npm http fetch GET 200 https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz 440ms npm http fetch GET 200 https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz 425ms npm http fetch GET 200 https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz 506ms npm http fetch GET 200 https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz 484ms npm http fetch GET 200 https://registry.npmjs.org/detect-indent/-/detect-indent-4.0.0.tgz 489ms npm http fetch GET 200 https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz 435ms npm http fetch GET 200 https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz 487ms npm http fetch GET 200 https://registry.npmjs.org/css-selector-tokenizer/-/css-selector-tokenizer-0.7.1.tgz 451ms npm http fetch GET 200 https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.23.tgz 1866ms npm http fetch GET 200 https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz 531ms npm http fetch GET 200 https://registry.npmjs.org/regexpu-core/-/regexpu-core-1.0.0.tgz 605ms npm http fetch GET 200 https://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz 621ms npm http fetch GET 200 https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz 591ms npm http fetch GET 200 https://registry.npmjs.org/regjsgen 643ms npm http fetch GET 200 https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz 649ms npm http fetch GET 200 https://registry.npmjs.org/regenerate/-/regenerate-1.4.0.tgz 648ms npm http fetch GET 200 https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz 651ms npm http fetch GET 200 https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.1.13.tgz 627ms npm http fetch GET 200 https://registry.npmjs.org/babel-messages/-/babel-messages-6.23.0.tgz 690ms npm http fetch GET 200 https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz 590ms npm http fetch GET 200 https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz 660ms npm http fetch GET 200 https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz 623ms npm http fetch GET 200 https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz 538ms npm http fetch GET 200 https://registry.npmjs.org/qs/-/qs-6.5.2.tgz 504ms npm http fetch GET 200 https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz 507ms npm http fetch GET 200 https://registry.npmjs.org/querystringify/-/querystringify-2.1.1.tgz 550ms npm http fetch GET 200 https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz 553ms npm http fetch GET 200 https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz 506ms npm http fetch GET 200 https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz 585ms npm http fetch GET 200 https://registry.npmjs.org/qjobs/-/qjobs-1.2.0.tgz 565ms npm http fetch GET 200 https://registry.npmjs.org/errno/-/errno-0.1.7.tgz 483ms npm http fetch GET 200 https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz 575ms npm http fetch GET 200 https://registry.npmjs.org/q/-/q-1.4.1.tgz 580ms npm http fetch GET 200 https://registry.npmjs.org/prr/-/prr-1.0.1.tgz 572ms npm http fetch GET 200 https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.5.tgz 570ms npm http fetch GET 200 https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz 473ms npm http fetch GET 200 https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.18.tgz 475ms npm http fetch GET 200 https://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz 517ms npm http fetch GET 200 https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz 565ms npm http fetch GET 200 https://registry.npmjs.org/@types/node/-/node-6.14.2.tgz 563ms npm http fetch GET 200 https://registry.npmjs.org/protoduck/-/protoduck-5.0.1.tgz 586ms npm http fetch GET 200 https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz 566ms npm http fetch GET 200 https://registry.npmjs.org/promise/-/promise-7.3.1.tgz 570ms npm http fetch GET 200 https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz 603ms npm http fetch GET 200 https://registry.npmjs.org/process/-/process-0.11.10.tgz 669ms npm http fetch GET 200 https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz 638ms npm http fetch GET 200 https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz 591ms npm http fetch GET 200 https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz 743ms npm http fetch GET 200 https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz 743ms npm http fetch GET 200 https://registry.npmjs.org/portfinder/-/portfinder-1.0.20.tgz 682ms npm http fetch GET 200 https://registry.npmjs.org/async/-/async-1.5.2.tgz 715ms npm http fetch GET 200 https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-1.0.0.tgz 638ms npm http fetch GET 200 https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz 600ms npm http fetch GET 200 https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz 592ms npm http fetch GET 200 https://registry.npmjs.org/pkg-dir/-/pkg-dir-2.0.0.tgz 689ms npm http fetch GET 200 https://registry.npmjs.org/dir-glob/-/dir-glob-2.2.2.tgz 610ms npm http fetch GET 200 https://registry.npmjs.org/psl/-/psl-1.1.29.tgz 1657ms npm http fetch GET 200 https://registry.npmjs.org/pify/-/pify-3.0.0.tgz 501ms npm http fetch GET 200 https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz 502ms npm http fetch GET 200 https://registry.npmjs.org/less-loader/-/less-loader-4.1.0.tgz 506ms npm http fetch GET 200 https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz 504ms npm http fetch GET 200 https://registry.npmjs.org/make-dir/-/make-dir-1.3.0.tgz 581ms npm http fetch GET 200 https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz 689ms npm http fetch GET 200 https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz 570ms npm http fetch GET 200 https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz 591ms npm http fetch GET 200 https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz 468ms npm http fetch GET 200 https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz 617ms npm http fetch GET 200 https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.1.tgz 618ms npm http fetch GET 200 https://registry.npmjs.org/path-is-absolute 487ms npm http fetch GET 200 https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz 548ms npm http fetch GET 200 https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz 500ms npm http fetch GET 200 https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz 600ms npm http fetch GET 200 https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz 519ms npm http fetch GET 200 https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz 516ms npm http fetch GET 200 https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz 497ms npm http fetch GET 200 https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz 500ms npm http fetch GET 200 https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz 555ms npm http fetch GET 200 https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.0.tgz 556ms npm http fetch GET 200 https://registry.npmjs.org/parseuri/-/parseuri-0.0.5.tgz 554ms npm http fetch GET 200 https://registry.npmjs.org/parseqs/-/parseqs-0.0.5.tgz 485ms npm http fetch GET 200 https://registry.npmjs.org/parse5/-/parse5-4.0.0.tgz 495ms npm http fetch GET 200 https://registry.npmjs.org/load-json-file/-/load-json-file-2.0.0.tgz 567ms npm http fetch GET 200 https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz 516ms npm http fetch GET 200 https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz 519ms npm http fetch GET 200 https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz 559ms npm http fetch GET 200 https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz 543ms npm http fetch GET 200 https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz 537ms npm http fetch GET 200 https://registry.npmjs.org/p-map/-/p-map-1.2.0.tgz 639ms npm http fetch GET 200 https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz 642ms npm http fetch GET 200 https://registry.npmjs.org/mem/-/mem-4.3.0.tgz 674ms npm http fetch GET 200 https://registry.npmjs.org/postcss/-/postcss-7.0.14.tgz 2354ms npm http fetch GET 200 https://registry.npmjs.org/p-is-promise/-/p-is-promise-2.1.0.tgz 745ms npm http fetch GET 200 https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz 774ms npm http fetch GET 200 https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz 827ms npm http fetch GET 200 https://registry.npmjs.org/os-tmpdir 785ms npm http fetch GET 200 https://registry.npmjs.org/p-defer/-/p-defer-1.0.0.tgz 847ms npm http fetch GET 200 https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz 869ms npm http fetch GET 200 https://registry.npmjs.org/os-homedir 742ms npm http fetch GET 200 https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz 776ms npm http fetch GET 200 https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz 775ms npm http fetch GET 200 https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz 775ms npm http fetch GET 200 https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz 776ms npm http fetch GET 200 https://registry.npmjs.org/opn/-/opn-5.5.0.tgz 796ms npm http fetch GET 200 https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz 757ms npm http fetch GET 200 https://registry.npmjs.org/open/-/open-6.0.0.tgz 875ms npm http fetch GET 200 https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz 741ms npm http fetch GET 200 https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz 854ms npm http fetch GET 200 https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz 654ms npm http fetch GET 200 https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz 714ms npm http fetch GET 200 https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz 587ms npm http fetch GET 200 https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz 587ms npm http fetch GET 200 https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz 586ms npm http fetch GET 200 https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz 637ms npm http fetch GET 200 https://registry.npmjs.org/assert/-/assert-1.5.0.tgz 600ms npm http fetch GET 200 https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz 588ms npm http fetch GET 200 https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz 600ms npm http fetch GET 200 https://registry.npmjs.org/object-component/-/object-component-0.0.3.tgz 604ms npm http fetch GET 200 https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz 659ms npm http fetch GET 200 https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz 666ms npm http fetch GET 200 https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz 729ms npm http fetch GET 200 https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz 692ms npm http fetch GET 200 https://registry.npmjs.org/fs-access 615ms npm http fetch GET 200 https://registry.npmjs.org/terser/-/terser-3.17.0.tgz 10807ms npm http fetch GET 200 https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz 797ms npm http fetch GET 200 https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz 735ms npm http fetch GET 200 https://registry.npmjs.org/null-check/-/null-check-1.0.0.tgz 681ms npm http fetch GET 200 https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.4.1.tgz 713ms npm http fetch GET 200 https://registry.npmjs.org/npm-bundled/-/npm-bundled-1.0.6.tgz 748ms npm http fetch GET 200 https://registry.npmjs.org/nan/-/nan-2.13.2.tgz 776ms npm http fetch GET 200 https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz 756ms npm http fetch GET 200 https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz 859ms npm http fetch GET 200 https://registry.npmjs.org/pako/-/pako-1.0.6.tgz 2464ms npm http fetch GET 200 https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz 929ms npm http fetch GET 200 https://registry.npmjs.org/neo-async/-/neo-async-2.6.0.tgz 816ms npm http fetch GET 200 https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz 842ms npm http fetch GET 200 https://registry.npmjs.org/semver/-/semver-5.3.0.tgz 891ms npm http fetch GET 200 https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz 744ms npm http fetch GET 200 https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-3.5.2.tgz 633ms npm http fetch GET 200 https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz 678ms npm http fetch GET 200 https://registry.npmjs.org/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz 678ms npm http fetch GET 200 https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz 577ms npm http fetch GET 200 https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-2.1.0.tgz 537ms npm http fetch GET 200 https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz 760ms npm http fetch GET 200 https://registry.npmjs.org/fs-access/-/fs-access-1.0.1.tgz 656ms npm http fetch GET 200 https://registry.npmjs.org/debug/-/debug-2.6.9.tgz 478ms npm http fetch GET 200 https://registry.npmjs.org/ms/-/ms-2.0.0.tgz 478ms npm http fetch GET 200 https://registry.npmjs.org/mkdirp 537ms npm http fetch GET 200 https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz 468ms npm http fetch GET 200 https://registry.npmjs.org/for-in/-/for-in-0.1.8.tgz 470ms npm http fetch GET 200 https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz 489ms npm http fetch GET 200 https://registry.npmjs.org/mixin-object/-/mixin-object-2.0.1.tgz 526ms npm http fetch GET 200 https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz 395ms npm http fetch GET 200 https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz 456ms npm http fetch GET 200 https://registry.npmjs.org/ignore-walk/-/ignore-walk-3.0.1.tgz 459ms npm http fetch GET 200 https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.3.tgz 451ms npm http fetch GET 200 https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz 443ms npm http fetch GET 200 https://registry.npmjs.org/elliptic/-/elliptic-6.5.3.tgz 525ms npm http fetch GET 200 https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz 527ms npm http fetch GET 200 https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz 481ms npm http fetch GET 200 https://registry.npmjs.org/des.js/-/des.js-1.0.0.tgz 464ms npm http fetch GET 200 https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz 476ms npm http fetch GET 200 https://registry.npmjs.org/asn1.js/-/asn1.js-4.10.1.tgz 481ms npm http fetch GET 200 https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz 470ms npm http fetch GET 200 https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz 470ms npm http fetch GET 200 https://registry.npmjs.org/mem/-/mem-1.1.0.tgz 531ms npm http fetch GET 200 https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz 510ms npm http fetch GET 200 https://registry.npmjs.org/mime-types/-/mime-types-2.1.21.tgz 482ms npm http fetch GET 200 https://registry.npmjs.org/mime-db/-/mime-db-1.37.0.tgz 489ms npm http fetch GET 200 https://registry.npmjs.org/mime/-/mime-1.6.0.tgz 521ms npm http fetch GET 200 https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz 547ms npm http fetch GET 200 https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz 832ms npm http fetch GET 200 https://registry.npmjs.org/methods/-/methods-1.1.2.tgz 915ms npm http fetch GET 200 https://registry.npmjs.org/media-typer 908ms npm http fetch GET 200 https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz 916ms npm http fetch GET 200 https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz 849ms npm http fetch GET 200 https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz 870ms npm http fetch GET 200 https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz 846ms npm http fetch GET 200 https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz 850ms npm http fetch GET 200 https://registry.npmjs.org/make-error/-/make-error-1.3.5.tgz 902ms npm http fetch GET 200 https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz 968ms npm http fetch GET 200 https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz 948ms npm http fetch GET 200 https://registry.npmjs.org/nan/-/nan-2.11.1.tgz 2494ms npm http fetch GET 200 https://registry.npmjs.org/loglevel/-/loglevel-1.6.1.tgz 1176ms npm http fetch GET 200 https://registry.npmjs.org/lodash.tail/-/lodash.tail-4.1.1.tgz 672ms npm http fetch GET 200 https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz 674ms npm http fetch GET 200 https://registry.npmjs.org/fsevents/-/fsevents-1.2.7.tgz 41032ms npm http fetch GET 200 https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz 764ms npm http fetch GET 200 https://registry.npmjs.org/@babel/types/-/types-7.4.4.tgz 740ms npm http fetch GET 200 https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz 743ms npm http fetch GET 200 https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz 743ms npm http fetch GET 200 https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz 596ms npm http fetch GET 200 https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz 524ms npm http fetch GET 200 https://registry.npmjs.org/@babel/types/-/types-7.1.6.tgz 693ms npm http fetch GET 200 https://registry.npmjs.org/loader-runner/-/loader-runner-2.4.0.tgz 591ms npm http fetch GET 200 https://registry.npmjs.org/lie/-/lie-3.1.1.tgz 505ms npm http fetch GET 200 https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz 504ms npm http fetch GET 200 https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz 454ms npm http fetch GET 200 https://registry.npmjs.org/killable/-/killable-1.0.1.tgz 410ms npm http fetch GET 200 https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz 468ms npm http fetch GET 200 https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz 433ms npm http fetch GET 200 https://registry.npmjs.org/karma-jasmine/-/karma-jasmine-1.1.2.tgz 469ms npm http fetch GET 200 https://registry.npmjs.org/es6-promise/-/es6-promise-3.0.2.tgz 399ms npm http fetch GET 200 https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz 470ms npm http fetch GET 200 https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz 404ms npm http fetch GET 200 https://registry.npmjs.org/json5/-/json5-1.0.1.tgz 403ms npm http fetch GET 200 https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz 438ms npm http fetch GET 200 https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz 391ms npm http fetch GET 200 https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz 404ms npm http fetch GET 200 https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz 409ms npm http fetch GET 200 https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz 372ms npm http fetch GET 200 https://registry.npmjs.org/json3/-/json3-3.3.2.tgz 534ms npm http fetch GET 200 https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz 406ms npm http fetch GET 200 https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz 384ms npm http fetch GET 200 https://registry.npmjs.org/jsesc/-/jsesc-1.3.0.tgz 386ms npm http fetch GET 200 https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz 407ms npm http fetch GET 200 https://registry.npmjs.org/js-base64/-/js-base64-2.5.1.tgz 469ms npm http fetch GET 200 https://registry.npmjs.org/jasminewd2/-/jasminewd2-2.2.0.tgz 496ms npm http fetch GET 200 https://registry.npmjs.org/jasmine-core/-/jasmine-core-2.8.0.tgz 483ms npm http fetch GET 200 https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-1.2.1.tgz 432ms npm http fetch GET 200 https://registry.npmjs.org/schema-utils/-/schema-utils-0.3.0.tgz 402ms npm http fetch GET 200 https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz 459ms npm http fetch GET 200 https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz 531ms npm http fetch GET 200 https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-2.0.8.tgz 552ms npm http fetch GET 200 https://registry.npmjs.org/semver/-/semver-6.0.0.tgz 553ms npm http fetch GET 200 https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz 511ms npm http fetch GET 200 https://registry.npmjs.org/istanbul-lib-hook/-/istanbul-lib-hook-2.0.7.tgz 591ms npm http fetch GET 200 https://registry.npmjs.org/@ng-bootstrap/ng-bootstrap/-/ng-bootstrap-4.0.0.tgz 40496ms npm http fetch GET 200 https://registry.npmjs.org/globals/-/globals-11.12.0.tgz 590ms npm http fetch GET 200 https://registry.npmjs.org/@babel/parser/-/parser-7.4.4.tgz 559ms npm http fetch GET 200 https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz 532ms npm http fetch GET 200 https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.5.tgz 595ms npm http fetch GET 200 https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz 547ms npm http fetch GET 200 https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz 437ms npm http fetch GET 200 https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz 439ms npm http fetch GET 200 https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz 477ms npm http fetch GET 200 https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-3.0.3.tgz 439ms npm http fetch GET 200 https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz 509ms npm http fetch GET 200 https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz 441ms npm http fetch GET 200 https://registry.npmjs.org/buffer/-/buffer-4.9.1.tgz 500ms npm http fetch GET 200 https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz 513ms npm http fetch GET 200 https://registry.npmjs.org/graphlib/-/graphlib-2.1.5.tgz 2731ms npm http fetch GET 200 https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz 492ms npm http fetch GET 200 https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz 443ms npm http fetch GET 200 https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz 442ms npm http fetch GET 200 https://registry.npmjs.org/is-promise/-/is-promise-2.1.0.tgz 428ms npm http fetch GET 200 https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz 487ms npm http fetch GET 200 https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz 431ms npm http fetch GET 200 https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz 423ms npm http fetch GET 200 https://registry.npmjs.org/dagre/-/dagre-0.8.2.tgz 3008ms npm http fetch GET 200 https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz 383ms npm http fetch GET 200 https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz 461ms npm http fetch GET 200 https://registry.npmjs.org/is-glob/-/is-glob-4.0.0.tgz 406ms npm http fetch GET 200 https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz 404ms npm http fetch GET 200 https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz 444ms npm http fetch GET 200 https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz 544ms npm http fetch GET 200 https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz 430ms npm http fetch GET 200 https://registry.npmjs.org/is-builtin-module 506ms npm http fetch GET 200 https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz 631ms npm http fetch GET 200 https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz 580ms npm http fetch GET 200 https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz 558ms npm http fetch GET 200 https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz 525ms npm http fetch GET 200 https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz 526ms npm http fetch GET 200 https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz 552ms npm http fetch GET 200 https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz 572ms npm http fetch GET 200 https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.0.tgz 519ms npm http fetch GET 200 https://registry.npmjs.org/ip-regex/-/ip-regex-2.1.0.tgz 517ms npm http fetch GET 200 https://registry.npmjs.org/interpret/-/interpret-1.2.0.tgz 503ms npm http fetch GET 200 https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz 477ms npm http fetch GET 200 https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz 547ms npm http fetch GET 200 https://registry.npmjs.org/async/-/async-2.6.2.tgz 3760ms npm http fetch GET 200 https://registry.npmjs.org/ip/-/ip-1.1.5.tgz 650ms npm http fetch GET 200 https://registry.npmjs.org/ini/-/ini-1.3.5.tgz 502ms npm http fetch GET 200 https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz 508ms npm http fetch GET 200 https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz 470ms npm http fetch GET 200 https://registry.npmjs.org/in-publish/-/in-publish-2.0.0.tgz 431ms npm http fetch GET 200 https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz 490ms npm http fetch GET 200 https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz 494ms npm http fetch GET 200 https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz 940ms npm http fetch GET 200 https://registry.npmjs.org/image-size/-/image-size-0.5.5.tgz 506ms npm http fetch GET 200 https://registry.npmjs.org/ignore/-/ignore-3.3.10.tgz 506ms npm http fetch GET 200 https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz 531ms npm http fetch GET 200 https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz 494ms npm http fetch GET 200 https://registry.npmjs.org/node-forge/-/node-forge-0.7.5.tgz 6542ms npm http fetch GET 200 https://registry.npmjs.org/browserstack/-/browserstack-1.5.1.tgz 484ms npm http fetch GET 200 https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz 486ms npm http fetch GET 200 https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.2.1.tgz 542ms npm http fetch GET 200 https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz 485ms npm http fetch GET 200 https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.0.tgz 485ms npm http fetch GET 200 https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz 469ms npm http fetch GET 200 https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz 499ms npm http fetch GET 200 https://registry.npmjs.org/html-entities/-/html-entities-1.2.1.tgz 478ms npm http fetch GET 200 https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.7.1.tgz 478ms npm http fetch GET 200 https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz 480ms npm http fetch GET 200 https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz 513ms npm http fetch GET 200 https://registry.npmjs.org/has-binary2/-/has-binary2-1.0.3.tgz 539ms npm http fetch GET 200 https://registry.npmjs.org/has-cors/-/has-cors-1.1.0.tgz 545ms npm http fetch GET 200 https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz 535ms npm http fetch GET 200 https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz 577ms npm http fetch GET 200 https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-2.1.3.tgz 640ms npm http fetch GET 200 https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.0.tgz 614ms npm http fetch GET 200 https://registry.npmjs.org/globals/-/globals-9.18.0.tgz 640ms npm http fetch GET 200 https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.15.tgz 702ms npm http fetch GET 200 https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz 647ms npm http fetch GET 200 https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz 656ms npm http fetch GET 200 https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz 657ms npm http fetch GET 200 https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz 721ms npm http fetch GET 200 https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz 693ms npm http fetch GET 200 https://registry.npmjs.org/genfun/-/genfun-5.0.0.tgz 668ms npm http fetch GET 200 https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz 630ms npm http fetch GET 200 https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz 635ms npm http fetch GET 200 https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz 628ms npm http fetch GET 200 https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz 684ms npm http fetch GET 200 https://registry.npmjs.org/for-own/-/for-own-1.0.0.tgz 619ms npm http fetch GET 200 https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.7.0.tgz 529ms npm http fetch GET 200 https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz 620ms npm http fetch GET 200 https://registry.npmjs.org/flatted/-/flatted-2.0.0.tgz 587ms npm http fetch GET 200 https://registry.npmjs.org/figures/-/figures-2.0.0.tgz 528ms npm http fetch GET 200 https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.1.tgz 579ms npm http fetch GET 200 https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz 578ms npm http fetch GET 200 https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz 587ms npm http fetch GET 200 https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz 630ms npm http fetch GET 200 https://registry.npmjs.org/extend/-/extend-3.0.2.tgz 576ms npm http fetch GET 200 https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz 578ms npm http fetch GET 200 https://registry.npmjs.org/fastparse/-/fastparse-1.1.2.tgz 677ms npm http fetch GET 200 https://registry.npmjs.org/events/-/events-3.0.0.tgz 607ms npm http fetch GET 200 https://registry.npmjs.org/exit/-/exit-0.1.2.tgz 611ms npm http fetch GET 200 https://registry.npmjs.org/eventemitter3/-/eventemitter3-3.1.2.tgz 639ms npm http fetch GET 200 https://registry.npmjs.org/etag/-/etag-1.8.1.tgz 642ms npm http fetch GET 200 https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz 635ms npm http fetch GET 200 https://registry.npmjs.org/esrecurse/-/esrecurse-4.2.1.tgz 636ms npm http fetch GET 200 https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz 704ms npm http fetch GET 200 https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz 614ms npm http fetch GET 200 https://registry.npmjs.org/estraverse/-/estraverse-4.2.0.tgz 622ms npm http fetch GET 200 https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz 4681ms npm http fetch GET 200 https://registry.npmjs.org/es6-promisify 560ms npm http fetch GET 200 https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz 642ms npm http fetch GET 200 https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz 666ms npm http fetch GET 200 https://registry.npmjs.org/agent-base/-/agent-base-4.2.1.tgz 575ms npm http fetch GET 200 https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.5.tgz 548ms npm http fetch GET 200 https://registry.npmjs.org/err-code/-/err-code-1.1.2.tgz 535ms npm http fetch GET 200 https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz 617ms npm http fetch GET 200 https://registry.npmjs.org/ent/-/ent-2.2.0.tgz 621ms npm http fetch GET 200 https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.133.tgz 493ms npm http fetch GET 200 https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz 466ms npm http fetch GET 200 https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz 459ms npm http fetch GET 200 https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz 534ms npm http fetch GET 200 https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz 460ms npm http fetch GET 200 https://registry.npmjs.org/di/-/di-0.0.1.tgz 406ms npm http fetch GET 200 https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz 387ms npm http fetch GET 200 https://registry.npmjs.org/dns-txt/-/dns-txt-2.0.2.tgz 500ms npm http fetch GET 200 https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.7.2.tgz 390ms npm http fetch GET 200 https://registry.npmjs.org/detect-node/-/detect-node-2.0.4.tgz 428ms npm http fetch GET 200 https://registry.npmjs.org/depd/-/depd-1.1.2.tgz 423ms npm http fetch GET 200 https://registry.npmjs.org/es6-promisify/-/es6-promisify-5.0.0.tgz 373ms npm http fetch GET 200 https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.7.tgz 376ms npm http fetch GET 200 https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz 426ms npm http fetch GET 200 https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz 532ms npm http fetch GET 200 https://registry.npmjs.org/append-transform/-/append-transform-1.0.0.tgz 479ms npm http fetch GET 200 https://registry.npmjs.org/default-require-extensions/-/default-require-extensions-2.0.0.tgz 584ms npm http fetch GET 200 https://registry.npmjs.org/deep-equal/-/deep-equal-1.0.1.tgz 592ms npm http fetch GET 200 https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz 594ms npm http fetch GET 200 https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz 609ms npm http fetch GET 200 https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz 646ms npm http fetch GET 200 https://registry.npmjs.org/date-format/-/date-format-2.0.0.tgz 644ms npm http fetch GET 200 https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz 718ms npm http fetch GET 200 https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz 648ms npm http fetch GET 200 https://registry.npmjs.org/d3-transition/-/d3-transition-1.1.1.tgz 654ms npm http fetch GET 200 https://registry.npmjs.org/d3-timer/-/d3-timer-1.0.7.tgz 632ms npm http fetch GET 200 https://registry.npmjs.org/d3-scale/-/d3-scale-1.0.7.tgz 665ms npm http fetch GET 200 https://registry.npmjs.org/d3-time/-/d3-time-1.0.8.tgz 627ms npm http fetch GET 200 https://registry.npmjs.org/d3-brush/-/d3-brush-1.0.4.tgz 710ms npm http fetch GET 200 https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.1.1.tgz 690ms npm http fetch GET 200 https://registry.npmjs.org/d3-shape/-/d3-shape-1.2.0.tgz 650ms npm http fetch GET 200 https://registry.npmjs.org/d3-selection/-/d3-selection-1.3.0.tgz 632ms npm http fetch GET 200 https://registry.npmjs.org/d3-random/-/d3-random-1.1.0.tgz 537ms npm http fetch GET 200 https://registry.npmjs.org/d3-queue/-/d3-queue-3.0.7.tgz 520ms npm http fetch GET 200 https://registry.npmjs.org/d3-polygon/-/d3-polygon-1.0.3.tgz 477ms npm http fetch GET 200 https://registry.npmjs.org/diff/-/diff-3.5.0.tgz 1524ms npm http fetch GET 200 https://registry.npmjs.org/d3-path/-/d3-path-1.0.5.tgz 482ms npm http fetch GET 200 https://registry.npmjs.org/d3-quadtree/-/d3-quadtree-1.0.3.tgz 532ms npm http fetch GET 200 https://registry.npmjs.org/d3-chord/-/d3-chord-1.0.4.tgz 505ms npm http fetch GET 200 https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-1.1.6.tgz 490ms npm http fetch GET 200 https://registry.npmjs.org/d3-format/-/d3-format-1.2.2.tgz 472ms npm http fetch GET 200 https://registry.npmjs.org/d3-geo/-/d3-geo-1.9.1.tgz 528ms npm http fetch GET 200 https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-1.0.3.tgz 462ms npm http fetch GET 200 https://registry.npmjs.org/d3-color/-/d3-color-1.0.3.tgz 438ms npm http fetch GET 200 https://registry.npmjs.org/d3-axis/-/d3-axis-1.0.8.tgz 432ms npm http fetch GET 200 https://registry.npmjs.org/d3-collection/-/d3-collection-1.0.4.tgz 435ms npm http fetch GET 200 https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-1.1.2.tgz 1130ms npm http fetch GET 200 https://registry.npmjs.org/d3-drag/-/d3-drag-1.2.1.tgz 1028ms npm http fetch GET 200 https://registry.npmjs.org/d3-array/-/d3-array-1.2.1.tgz 471ms npm http fetch GET 200 https://registry.npmjs.org/cyclist/-/cyclist-0.2.2.tgz 423ms npm http fetch GET 200 https://registry.npmjs.org/custom-event/-/custom-event-1.0.1.tgz 477ms npm http fetch GET 200 https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz 478ms npm http fetch GET 200 https://registry.npmjs.org/css-parse/-/css-parse-1.7.0.tgz 477ms npm http fetch GET 200 https://registry.npmjs.org/d3-zoom/-/d3-zoom-1.7.1.tgz 1379ms npm http fetch GET 200 https://registry.npmjs.org/cssesc/-/cssesc-0.1.0.tgz 508ms npm http fetch GET 200 https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz 425ms npm http fetch GET 200 https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz 342ms npm http fetch GET 200 https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz 454ms npm http fetch GET 200 https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz 366ms npm http fetch GET 200 https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz 332ms npm http fetch GET 200 https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz 332ms npm http fetch GET 200 https://registry.npmjs.org/d3-force/-/d3-force-1.1.0.tgz 1665ms npm http fetch GET 200 https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz 367ms npm http fetch GET 200 https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz 393ms npm http fetch GET 200 https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz 421ms npm http fetch GET 200 https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz 425ms npm http fetch GET 200 https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz 427ms npm http fetch GET 200 https://registry.npmjs.org/compressible/-/compressible-2.0.17.tgz 428ms npm http fetch GET 200 https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz 431ms npm http fetch GET 200 https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz 421ms npm http fetch GET 200 https://registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz 506ms npm http fetch GET 200 https://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz 491ms npm http fetch GET 200 https://registry.npmjs.org/compare-versions/-/compare-versions-3.4.0.tgz 506ms npm http fetch GET 200 https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz 560ms npm http fetch GET 200 https://registry.npmjs.org/colors 518ms npm http fetch GET 200 https://registry.npmjs.org/commander/-/commander-2.19.0.tgz 524ms npm http fetch GET 200 https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz 581ms npm http fetch GET 200 https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz 637ms npm http fetch GET 200 https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.1.tgz 560ms npm http fetch GET 200 https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz 637ms npm http fetch GET 200 https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz 567ms npm http fetch GET 200 https://registry.npmjs.org/d3-hierarchy/-/d3-hierarchy-1.1.5.tgz 1986ms npm http fetch GET 200 https://registry.npmjs.org/clone/-/clone-2.1.2.tgz 576ms npm http fetch GET 200 https://registry.npmjs.org/cli-width/-/cli-width-2.2.0.tgz 555ms npm http fetch GET 200 https://registry.npmjs.org/clean-css/-/clean-css-4.2.1.tgz 558ms npm http fetch GET 200 https://registry.npmjs.org/co/-/co-4.6.0.tgz 646ms npm http fetch GET 200 https://registry.npmjs.org/chownr/-/chownr-1.1.1.tgz 570ms npm http fetch GET 200 https://registry.npmjs.org/circular-dependency-plugin/-/circular-dependency-plugin-5.0.2.tgz 614ms npm http fetch GET 200 https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz 563ms npm http fetch GET 200 https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz 564ms npm http fetch GET 200 https://registry.npmjs.org/canonical-path/-/canonical-path-1.0.0.tgz 617ms npm http fetch GET 200 https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz 592ms npm http fetch GET 200 https://registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz 662ms npm http fetch GET 200 https://registry.npmjs.org/colors/-/colors-1.1.2.tgz 637ms npm http fetch GET 200 https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz 582ms npm http fetch GET 200 https://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz 732ms npm http fetch GET 200 https://registry.npmjs.org/builtins/-/builtins-1.0.3.tgz 678ms npm http fetch GET 200 https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz 801ms npm http fetch GET 200 https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz 770ms npm http fetch GET 200 https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz 823ms npm http fetch GET 200 https://registry.npmjs.org/buffer-indexof/-/buffer-indexof-1.1.1.tgz 818ms npm http fetch GET 200 https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.10.tgz 841ms npm http fetch GET 200 https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz 845ms npm http fetch GET 200 https://registry.npmjs.org/buffer-alloc/-/buffer-alloc-1.2.0.tgz 849ms npm http fetch GET 200 https://registry.npmjs.org/buffer-fill/-/buffer-fill-1.0.0.tgz 866ms npm http fetch GET 200 https://registry.npmjs.org/d3-ease/-/d3-ease-1.0.3.tgz 3004ms npm http fetch GET 200 https://registry.npmjs.org/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz 747ms npm http fetch GET 200 https://registry.npmjs.org/blocking-proxy/-/blocking-proxy-1.0.1.tgz 663ms npm http fetch GET 200 https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz 666ms npm http fetch GET 200 https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz 673ms npm http fetch GET 200 https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.12.0.tgz 636ms npm http fetch GET 200 https://registry.npmjs.org/blob/-/blob-0.0.5.tgz 640ms npm http fetch GET 200 https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz 509ms npm http fetch GET 200 https://registry.npmjs.org/batch/-/batch-0.6.1.tgz 510ms npm http fetch GET 200 https://registry.npmjs.org/base64id/-/base64id-1.0.0.tgz 479ms npm http fetch GET 200 https://registry.npmjs.org/base64-js/-/base64-js-1.3.0.tgz 434ms npm http fetch GET 200 https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.5.tgz 428ms npm http fetch GET 200 https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz 424ms npm http fetch GET 200 https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz 429ms npm http fetch GET 200 https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz 374ms npm http fetch GET 200 https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz 467ms npm http fetch GET 200 https://registry.npmjs.org/aws4/-/aws4-1.8.0.tgz 469ms npm http fetch GET 200 https://registry.npmjs.org/atob/-/atob-2.1.2.tgz 527ms npm http fetch GET 200 https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz 460ms npm http fetch GET 200 https://registry.npmjs.org/bluebird/-/bluebird-3.5.4.tgz 1246ms npm http fetch GET 200 https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz 586ms npm http fetch GET 200 https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz 563ms npm http fetch GET 200 https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz 631ms npm http fetch GET 200 https://registry.npmjs.org/async-each/-/async-each-1.0.1.tgz 645ms npm http fetch GET 200 https://registry.npmjs.org/asap/-/asap-2.0.6.tgz 597ms npm http fetch GET 200 https://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.7.tgz 587ms npm http fetch GET 200 https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz 590ms npm http fetch GET 200 https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz 552ms npm http fetch GET 200 https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz 556ms npm http fetch GET 200 https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz 642ms npm http fetch GET 200 https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz 654ms npm http fetch GET 200 https://registry.npmjs.org/util/-/util-0.10.3.tgz 717ms npm http fetch GET 200 https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz 582ms npm http fetch GET 200 https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz 584ms npm http fetch GET 200 https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz 594ms npm http fetch GET 200 https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz 717ms npm http fetch GET 200 https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz 611ms npm http fetch GET 200 https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz 645ms npm http fetch GET 200 https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz 672ms npm http fetch GET 200 https://registry.npmjs.org/app-root-path/-/app-root-path-2.1.0.tgz 645ms npm http fetch GET 200 https://registry.npmjs.org/less/-/less-3.9.0.tgz 32245ms npm http fetch GET 200 https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz 660ms npm http fetch GET 200 https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz 583ms npm http fetch GET 200 https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz 579ms npm http fetch GET 200 https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.4.tgz 584ms npm http fetch GET 200 https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz 759ms npm http fetch GET 200 https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.4.0.tgz 699ms npm http fetch GET 200 https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz 691ms npm http fetch GET 200 https://registry.npmjs.org/adm-zip/-/adm-zip-0.4.13.tgz 734ms npm http fetch GET 200 https://registry.npmjs.org/acorn-dynamic-import/-/acorn-dynamic-import-4.0.0.tgz 683ms npm http fetch GET 200 https://registry.npmjs.org/after/-/after-0.8.2.tgz 802ms npm http fetch GET 200 https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz 778ms npm http fetch GET 200 https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.7.11.tgz 715ms npm http fetch GET 200 https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.7.11.tgz 722ms npm http fetch GET 200 https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.7.11.tgz 723ms npm http fetch GET 200 https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.7.11.tgz 727ms npm http fetch GET 200 https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.7.11.tgz 735ms npm http fetch GET 200 https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.7.11.tgz 884ms npm http fetch GET 200 https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz 821ms npm http fetch GET 200 https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.7.11.tgz 750ms npm http fetch GET 200 https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.7.11.tgz 724ms npm http fetch GET 200 https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.7.11.tgz 717ms npm http fetch GET 200 https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.7.11.tgz 834ms npm http fetch GET 200 https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.7.11.tgz 726ms npm http fetch GET 200 https://registry.npmjs.org/@xtuc/long/-/long-4.2.1.tgz 695ms npm http fetch GET 200 https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.7.11.tgz 684ms npm http fetch GET 200 https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz 687ms npm http fetch GET 200 https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.7.11.tgz 678ms npm http fetch GET 200 https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.7.11.tgz 682ms npm http fetch GET 200 https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.7.11.tgz 685ms npm http fetch GET 200 https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.7.11.tgz 638ms npm http fetch GET 200 https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.7.11.tgz 627ms npm http fetch GET 200 https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.7.11.tgz 748ms npm http fetch GET 200 https://registry.npmjs.org/@types/webpack-sources/-/webpack-sources-0.1.5.tgz 577ms npm http fetch GET 200 https://registry.npmjs.org/@types/source-list-map/-/source-list-map-0.1.2.tgz 599ms npm http fetch GET 200 https://registry.npmjs.org/@types/selenium-webdriver/-/selenium-webdriver-3.0.13.tgz 498ms npm http fetch GET 200 https://registry.npmjs.org/@types%2fq 467ms npm http fetch GET 200 https://registry.npmjs.org/@types/node/-/node-8.9.5.tgz 433ms npm http fetch GET 200 https://registry.npmjs.org/@types/jasmine/-/jasmine-2.8.12.tgz 372ms npm http fetch GET 200 https://registry.npmjs.org/@types/d3-geo/-/d3-geo-1.10.3.tgz 320ms npm http fetch GET 200 https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.4.tgz 316ms npm http fetch GET 200 https://registry.npmjs.org/@types/d3-zoom/-/d3-zoom-1.7.2.tgz 306ms npm http fetch GET 200 https://registry.npmjs.org/@types/d3-voronoi/-/d3-voronoi-1.1.8.tgz 304ms npm http fetch GET 200 https://registry.npmjs.org/@types/d3-timer/-/d3-timer-1.0.8.tgz 227ms npm http fetch GET 200 https://registry.npmjs.org/@types/d3-transition/-/d3-transition-1.1.3.tgz 262ms npm http fetch GET 200 https://registry.npmjs.org/@types/q/-/q-0.0.32.tgz 215ms npm http fetch GET 200 https://registry.npmjs.org/acorn/-/acorn-6.4.1.tgz 1810ms npm http fetch GET 200 https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz 13380ms npm http fetch GET 200 https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000967.tgz 7684ms npm http fetch GET 200 https://registry.npmjs.org/fsevents/-/fsevents-1.2.9.tgz 11933ms npm http fetch GET 200 https://registry.npmjs.org/core-js/-/core-js-2.3.0.tgz 15843ms npm http fetch GET 200 https://registry.npmjs.org/@angular/core/-/core-7.0.4.tgz 54375ms npm http fetch GET 200 https://registry.npmjs.org/core-js/-/core-js-2.5.7.tgz 11369ms npm http fetch GET 200 https://registry.npmjs.org/@angular/compiler/-/compiler-7.0.4.tgz 57444ms npm http fetch GET 200 https://registry.npmjs.org/typescript/-/typescript-3.1.6.tgz 58300ms npm http fetch GET 200 https://registry.npmjs.org/typescript/-/typescript-3.2.4.tgz 60544ms npm http fetch GET 200 https://registry.npmjs.org/typescript/-/typescript-3.2.4.tgz 60529ms npm http fetch GET 200 https://registry.npmjs.org/@angular/common/-/common-7.0.4.tgz 58482ms npm http fetch GET 200 https://registry.npmjs.org/rxjs/-/rxjs-6.3.3.tgz 34986ms npm timing action:extract Completed in 62162ms npm timing action:finalize Completed in 3532ms npm timing action:refresh-package-json Completed in 5265ms npm timing action:preinstall Completed in 593ms npm timing action:build Completed in 1000ms

node-sass@4.12.0 install /opt/app-root/src/node_modules/node-sass node scripts/install.js

Downloading binary from https://github.com/sass/node-sass/releases/download/v4.12.0/linux-x64-57_binding.node Download complete Binary saved to /opt/app-root/src/node_modules/node-sass/vendor/linux-x64-57/binding.node Caching binary to /opt/app-root/src/.npm/node-sass/4.12.0/linux-x64-57_binding.node npm timing action:install Completed in 3205ms

node-sass@4.12.0 postinstall /opt/app-root/src/node_modules/node-sass node scripts/build.js

Binary found at /opt/app-root/src/node_modules/node-sass/vendor/linux-x64-57/binding.node Testing binary Binary is fine npm timing action:postinstall Completed in 1037ms npm timing stage:executeActions Completed in 77659ms npm timing stage:rollbackFailedOptional Completed in 414ms npm timing stage:runTopLevelLifecycles Completed in 87237ms npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/@angular/compiler-cli/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

added 1187 packages from 1054 contributors and audited 1324 packages in 89.308s found 2202 vulnerabilities (1806 low, 4 moderate, 392 high) run npm audit fix to fix them, or npm audit for details npm timing npm Completed in 90178ms ---> Building in production mode

greenlight-demo@0.0.0 build /opt/app-root/src ng build

Browserslist: caniuse-lite is outdated. Please run next command npm update

Date: 2020-11-02T10:10:59.809Z Hash: 6620f78ec85556549d74 Time: 36839ms chunk {main} main.js, main.js.map (main) 242 kB [initial] [rendered] chunk {polyfills} polyfills.js, polyfills.js.map (polyfills) 395 kB [initial] [rendered] chunk {runtime} runtime.js, runtime.js.map (runtime) 6.08 kB [entry] [rendered] chunk {styles} styles.js, styles.js.map (styles) 1.1 MB [initial] [rendered] chunk {vendor} vendor.js, vendor.js.map (vendor) 6.62 MB [initial] [rendered] npm timing npm Completed in 43991ms ---> Pruning the development dependencies npm timing stage:loadCurrentTree Completed in 7086ms npm timing stage:loadIdealTree:cloneCurrentTree Completed in 49ms npm timing stage:loadIdealTree:loadShrinkwrap Completed in 3007ms npm timing stage:loadIdealTree:loadAllDepsIntoIdealTree Completed in 3502ms npm timing stage:loadIdealTree Completed in 9739ms npm timing stage:generateActionsToTake Completed in 439ms npm timing audit compress Completed in 8ms npm timing audit submit Completed in 947ms npm http fetch POST 200 https://registry.npmjs.org/-/npm/v1/security/audits/quick 740ms npm timing audit body Completed in 2ms npm timing action:unbuild Completed in 2236ms npm timing action:remove Completed in 9025ms npm timing stage:executeActions Completed in 11857ms npm timing stage:rollbackFailedOptional Completed in 5ms npm timing stage:runTopLevelLifecycles Completed in 29312ms npm WARN @bcgov/bootstrap-theme@4.1.0-rc0 requires a peer of bootstrap@~4.1.0 but none is installed. You must install peer dependencies yourself. npm WARN bootstrap@4.3.1 requires a peer of jquery@1.9.1 - 3 but none is installed. You must install peer dependencies yourself. npm WARN bootstrap@4.3.1 requires a peer of popper.js@^1.14.7 but none is installed. You must install peer dependencies yourself.

removed 1128 packages and audited 59 packages in 29.509s found 4 low severity vulnerabilities run npm audit fix to fix them, or npm audit for details npm timing npm Completed in 30404ms npm timing npm Completed in 144ms /opt/app-root/src/.npm is a mountpoint npm timing npm Completed in 116ms /tmp is not a mountpoint ---> Cleaning the /tmp/npm-*

Moving bits and pieces, please hold on... Build completed successfully

AzureAD+ChristopherHunter@DESKTOP-KJLKKGC MINGW64 ~/source/Playground/VonNetwork/greenlight/docker (master) $ ./manage start The AGRI_WALLET_SEED variable is not set. Defaulting to a blank string. The BCREG_WALLET_SEED variable is not set. Defaulting to a blank string. The MOFI_WALLET_SEED variable is not set. Defaulting to a blank string. The SURREY_WALLET_SEED variable is not set. Defaulting to a blank string. The FRASER_WALLET_SEED variable is not set. Defaulting to a blank string. The LIQUOR_WALLET_SEED variable is not set. Defaulting to a blank string. The WORKSAFE_WALLET_SEED variable is not set. Defaulting to a blank string. Creating network "greenlight_vonx" with the default driver Creating volume "greenlight_caddy-data" with default driver Creating volume "greenlight_caddy-logs" with default driver Creating volume "greenlight_agri-agent-wallet" with default driver Creating volume "greenlight_bcreg-agent-wallet" with default driver Creating volume "greenlight_ministry-finance-agent-wallet" with default driver Creating volume "greenlight_city-surrey-agent-wallet" with default driver Creating volume "greenlight_fraser-valley-agent-wallet" with default driver Creating volume "greenlight_liquor-control-agent-wallet" with default driver Creating volume "greenlight_worksafe-agent-wallet" with default driver Creating volume "greenlight_agent-wallet-db" with default driver Creating greenlight_agent-wallet-db_1 ... done Creating greenlight_fraser-valley-agent_1 ... done Creating greenlight_agri-agent_1 ... done Creating greenlight_bcreg-agent_1 ... done Creating greenlight_liquor-control-agent_1 ... done Creating greenlight_city-surrey-agent_1 ... done Creating greenlight_worksafe-agent_1 ... done Creating greenlight_ministry-finance-agent_1 ... done Creating greenlight_caddy_1 ... done Attaching to greenlight_caddy_1, greenlight_bcreg-agent_1, greenlight_worksafe-agent_1, greenlight_liquor-control-agent_1, greenlight_city-surrey-agent_1, greenlight_agri-agent_1, greenlight_ministry-finance-agent_1, greenlight_fraser-valley-agent_1, greenlight_agent-wallet-db_1 bcreg-agent_1 | Starting server ... agent-wallet-db_1 | The files belonging to this database system will be owned by user "postgres". agent-wallet-db_1 | This user must also own the server process. agent-wallet-db_1 | agent-wallet-db_1 | The database cluster will be initialized with locale "en_US.utf8". agent-wallet-db_1 | The default database encoding has accordingly been set to "UTF8". agent-wallet-db_1 | The default text search configuration will be set to "english". agent-wallet-db_1 | agent-wallet-db_1 | Data page checksums are disabled. agent-wallet-db_1 | agent-wallet-db_1 | fixing permissions on existing directory /var/lib/pgsql/data/userdata ... ok agent-wallet-db_1 | creating subdirectories ... ok agent-wallet-db_1 | selecting default max_connections ... 100 agent-wallet-db_1 | selecting default shared_buffers ... 128MB agent-wallet-db_1 | selecting default timezone ... UTC agent-wallet-db_1 | selecting dynamic shared memory implementation ... posix agent-wallet-db_1 | creating configuration files ... ok agent-wallet-db_1 | running bootstrap script ... ok agent-wallet-db_1 | performing post-bootstrap initialization ... ok agent-wallet-db_1 | syncing data to disk ... ok agent-wallet-db_1 | agent-wallet-db_1 | WARNING: enabling "trust" authentication for local connections agent-wallet-db_1 | You can change this by editing pg_hba.conf or using the option -A, or agent-wallet-db_1 | --auth-local and --auth-host, the next time you run initdb. agent-wallet-db_1 | agent-wallet-db_1 | Success. You can now start the database server using: agent-wallet-db_1 | agent-wallet-db_1 | pg_ctl -D /var/lib/pgsql/data/userdata -l logfile start agent-wallet-db_1 | agent-wallet-db_1 | waiting for server to start....2020-11-02 10:23:50.850 UTC [35] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" agent-wallet-db_1 | 2020-11-02 10:23:50.868 UTC [35] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" agent-wallet-db_1 | 2020-11-02 10:23:50.890 UTC [35] LOG: redirecting log output to logging collector process agent-wallet-db_1 | 2020-11-02 10:23:50.890 UTC [35] HINT: Future log output will appear in directory "log". agent-wallet-db_1 | done agent-wallet-db_1 | server started agent-wallet-db_1 | /var/run/postgresql:5432 - accepting connections agent-wallet-db_1 | => sourcing /usr/share/container-scripts/postgresql/start/set_passwords.sh ... agent-wallet-db_1 | ALTER ROLE agent-wallet-db_1 | ALTER ROLE agent-wallet-db_1 | waiting for server to shut down.... done agri-agent_1 | Starting server ... agent-wallet-db_1 | server stopped agent-wallet-db_1 | Starting server... agent-wallet-db_1 | 2020-11-02 10:23:51.619 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 agent-wallet-db_1 | 2020-11-02 10:23:51.619 UTC [1] LOG: listening on IPv6 address "::", port 5432 agent-wallet-db_1 | 2020-11-02 10:23:51.637 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" agent-wallet-db_1 | 2020-11-02 10:23:51.655 UTC [1] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" agent-wallet-db_1 | 2020-11-02 10:23:51.668 UTC [1] LOG: redirecting log output to logging collector process agent-wallet-db_1 | 2020-11-02 10:23:51.668 UTC [1] HINT: Future log output will appear in directory "log". caddy_1 | Activating privacy features... done. caddy_1 | http://0.0.0.0:8080 caddy_1 | http://0.0.0.0:8080/topic fraser-valley-agent_1 | Starting server ... fraser-valley-agent_1 | 2020-11-02 10:23:53,516 INFO [vonx.indy.manager]: Initializing Indy service fraser-valley-agent_1 | 2020-11-02 10:23:53,601 INFO [main]: Running server on 0.0.0.0:8000 fraser-valley-agent_1 | 2020-11-02 10:23:53,678 INFO [vonx.common.exchange]: Started exchange fraser-valley-agent_1 | 2020-11-02 10:23:53,735 INFO [vonx.indy.service]: Max concurrent: 20 fraser-valley-agent_1 | 2020-11-02 10:23:53,735 INFO [vonx.common.service]: Started service: indy fraser-valley-agent_1 | 2020-11-02 10:23:53,735 INFO [vonx.common.service]: Starting sync: indy fraser-valley-agent_1 | 2020-11-02 10:23:53,749 INFO [vonx.indy.service]: Fetching genesis transaction file from http://192.168.65.3:9000/genesis fraser-valley-agent_1 | 2020-11-02 10:23:53,984 INFO [vonx.common.service]: Started service: manager fraser-valley-agent_1 | ======== Running on http://0.0.0.0:8000 ======== fraser-valley-agent_1 | (Press CTRL+C to quit) fraser-valley-agent_1 | 2020-11-02 10:23:54,193 INFO [von_anchor.nodepool]: Pool ledger indy set protocol V_16 fraser-valley-agent_1 | 2020-11-02 10:23:54,337 INFO [vonx.common.service]: Starting sync: manager fraser-valley-agent_1 | 2020-11-02 10:23:54,337 INFO [vonx.common.service]: Completed sync: manager fraser-valley-agent_1 | 2020-11-02 10:23:54,616 INFO [von_anchor.wallet]: Loaded wallet library type postgres_storage (libindystrgpostgres.so) city-surrey-agent_1 | Starting server ... liquor-control-agent_1 | Starting server ... worksafe-agent_1 | Starting server ... ministry-finance-agent_1 | Starting server ... ministry-finance-agent_1 | 2020-11-02 10:23:53,628 INFO [vonx.indy.manager]: Initializing Indy service ministry-finance-agent_1 | 2020-11-02 10:23:53,666 INFO [main]: Running server on 0.0.0.0:8000 ministry-finance-agent_1 | 2020-11-02 10:23:53,802 INFO [vonx.common.exchange]: Started exchange ministry-finance-agent_1 | 2020-11-02 10:23:53,873 INFO [vonx.indy.service]: Max concurrent: 20 ministry-finance-agent_1 | 2020-11-02 10:23:53,875 INFO [vonx.common.service]: Started service: indy ministry-finance-agent_1 | 2020-11-02 10:23:53,875 INFO [vonx.common.service]: Starting sync: indy ministry-finance-agent_1 | 2020-11-02 10:23:53,979 INFO [vonx.indy.service]: Fetching genesis transaction file from http://192.168.65.3:9000/genesis ministry-finance-agent_1 | ======== Running on http://0.0.0.0:8000 ======== ministry-finance-agent_1 | (Press CTRL+C to quit) ministry-finance-agent_1 | 2020-11-02 10:23:54,019 INFO [vonx.common.service]: Started service: manager ministry-finance-agent_1 | 2020-11-02 10:23:54,191 INFO [von_anchor.nodepool]: Pool ledger indy set protocol V_16 ministry-finance-agent_1 | 2020-11-02 10:23:54,256 INFO [vonx.common.service]: Starting sync: manager ministry-finance-agent_1 | 2020-11-02 10:23:54,257 INFO [vonx.common.service]: Completed sync: manager ministry-finance-agent_1 | 2020-11-02 10:23:54,613 INFO [von_anchor.wallet]: Loaded wallet library type postgres_storage (libindystrgpostgres.so) liquor-control-agent_1 | 2020-11-02 10:23:59,422 INFO [vonx.indy.manager]: Initializing Indy service liquor-control-agent_1 | 2020-11-02 10:23:59,438 INFO [main]: Running server on 0.0.0.0:8000 liquor-control-agent_1 | 2020-11-02 10:23:59,479 INFO [vonx.common.exchange]: Started exchange agri-agent_1 | 2020-11-02 10:23:59,531 INFO [vonx.indy.manager]: Initializing Indy service liquor-control-agent_1 | 2020-11-02 10:23:59,539 INFO [vonx.indy.service]: Max concurrent: 20 liquor-control-agent_1 | 2020-11-02 10:23:59,554 INFO [vonx.common.service]: Started service: indy liquor-control-agent_1 | 2020-11-02 10:23:59,558 INFO [vonx.common.service]: Starting sync: indy liquor-control-agent_1 | 2020-11-02 10:23:59,560 INFO [vonx.indy.service]: Fetching genesis transaction file from http://192.168.65.3:9000/genesis agri-agent_1 | 2020-11-02 10:23:59,566 INFO [main]: Running server on 0.0.0.0:8000 ministry-finance-agent_1 | 2020-11-02 10:23:59,566 INFO [von_anchor.wallet]: Created wallet mofi_issuer liquor-control-agent_1 | 2020-11-02 10:23:59,601 INFO [vonx.common.service]: Started service: manager fraser-valley-agent_1 | 2020-11-02 10:23:59,612 INFO [von_anchor.wallet]: Created wallet fraser_issuer agri-agent_1 | 2020-11-02 10:23:59,644 INFO [vonx.common.exchange]: Started exchange liquor-control-agent_1 | ======== Running on http://0.0.0.0:8000 ======== agri-agent_1 | 2020-11-02 10:23:59,709 INFO [vonx.indy.service]: Max concurrent: 20 worksafe-agent_1 | 2020-11-02 10:23:59,718 INFO [vonx.indy.manager]: Initializing Indy service liquor-control-agent_1 | (Press CTRL+C to quit) agri-agent_1 | 2020-11-02 10:23:59,730 INFO [vonx.common.service]: Started service: indy agri-agent_1 | 2020-11-02 10:23:59,730 INFO [vonx.common.service]: Starting sync: indy agri-agent_1 | 2020-11-02 10:23:59,747 INFO [vonx.indy.service]: Fetching genesis transaction file from http://192.168.65.3:9000/genesis liquor-control-agent_1 | 2020-11-02 10:23:59,756 INFO [von_anchor.nodepool]: Pool ledger indy set protocol V_16 worksafe-agent_1 | 2020-11-02 10:23:59,808 INFO [main]: Running server on 0.0.0.0:8000 worksafe-agent_1 | 2020-11-02 10:23:59,856 INFO [vonx.common.exchange]: Started exchange agri-agent_1 | 2020-11-02 10:23:59,888 INFO [vonx.common.service]: Started service: manager worksafe-agent_1 | 2020-11-02 10:23:59,963 INFO [vonx.indy.service]: Max concurrent: 20 worksafe-agent_1 | 2020-11-02 10:23:59,985 INFO [vonx.common.service]: Started service: indy worksafe-agent_1 | 2020-11-02 10:23:59,988 INFO [vonx.common.service]: Starting sync: indy worksafe-agent_1 | 2020-11-02 10:23:59,994 INFO [vonx.indy.service]: Fetching genesis transaction file from http://192.168.65.3:9000/genesis city-surrey-agent_1 | 2020-11-02 10:24:00,026 INFO [vonx.indy.manager]: Initializing Indy service liquor-control-agent_1 | 2020-11-02 10:24:00,025 INFO [vonx.common.service]: Starting sync: manager liquor-control-agent_1 | 2020-11-02 10:24:00,026 INFO [vonx.common.service]: Completed sync: manager city-surrey-agent_1 | 2020-11-02 10:24:00,049 INFO [main]: Running server on 0.0.0.0:8000 worksafe-agent_1 | 2020-11-02 10:24:00,067 INFO [vonx.common.service]: Started service: manager agri-agent_1 | 2020-11-02 10:24:00,085 INFO [von_anchor.nodepool]: Pool ledger indy set protocol V_16 city-surrey-agent_1 | 2020-11-02 10:24:00,104 INFO [vonx.common.exchange]: Started exchange city-surrey-agent_1 | 2020-11-02 10:24:00,143 INFO [vonx.indy.service]: Max concurrent: 20 city-surrey-agent_1 | 2020-11-02 10:24:00,168 INFO [vonx.common.service]: Started service: indy city-surrey-agent_1 | 2020-11-02 10:24:00,171 INFO [vonx.common.service]: Starting sync: indy city-surrey-agent_1 | 2020-11-02 10:24:00,173 INFO [vonx.indy.service]: Fetching genesis transaction file from http://192.168.65.3:9000/genesis agri-agent_1 | ======== Running on http://0.0.0.0:8000 ======== agri-agent_1 | (Press CTRL+C to quit) liquor-control-agent_1 | 2020-11-02 10:24:00,198 INFO [vonx.common.service]: Starting sync: indy liquor-control-agent_1 | 2020-11-02 10:24:00,209 INFO [von_anchor.wallet]: Loaded wallet library type postgres_storage (libindystrgpostgres.so) city-surrey-agent_1 | 2020-11-02 10:24:00,213 INFO [vonx.common.service]: Started service: manager worksafe-agent_1 | 2020-11-02 10:24:00,227 INFO [von_anchor.nodepool]: Pool ledger indy set protocol V_16 worksafe-agent_1 | ======== Running on http://0.0.0.0:8000 ======== worksafe-agent_1 | (Press CTRL+C to quit) city-surrey-agent_1 | ======== Running on http://0.0.0.0:8000 ======== city-surrey-agent_1 | (Press CTRL+C to quit) city-surrey-agent_1 | 2020-11-02 10:24:00,312 INFO [von_anchor.nodepool]: Pool ledger indy set protocol V_16 agri-agent_1 | 2020-11-02 10:24:00,367 INFO [vonx.common.service]: Completed sync: indy worksafe-agent_1 | 2020-11-02 10:24:00,393 INFO [vonx.common.service]: Starting sync: manager worksafe-agent_1 | 2020-11-02 10:24:00,399 INFO [vonx.common.service]: Completed sync: manager agri-agent_1 | 2020-11-02 10:24:00,410 INFO [vonx.common.service]: Starting sync: manager agri-agent_1 | 2020-11-02 10:24:00,418 INFO [vonx.common.service]: Completed sync: manager worksafe-agent_1 | 2020-11-02 10:24:00,560 INFO [vonx.common.service]: Starting sync: indy bcreg-agent_1 | 2020-11-02 10:24:00,568 INFO [vonx.indy.manager]: Initializing Indy service agri-agent_1 | 2020-11-02 10:24:00,572 INFO [vonx.common.service]: Starting sync: indy worksafe-agent_1 | 2020-11-02 10:24:00,576 INFO [von_anchor.wallet]: Loaded wallet library type postgres_storage (libindystrgpostgres.so) bcreg-agent_1 | 2020-11-02 10:24:00,586 INFO [main]: Running server on 0.0.0.0:8000 agri-agent_1 | 2020-11-02 10:24:00,582 INFO [von_anchor.wallet]: Loaded wallet library type postgres_storage (libindystrgpostgres.so) city-surrey-agent_1 | 2020-11-02 10:24:00,615 INFO [vonx.common.service]: Starting sync: manager city-surrey-agent_1 | 2020-11-02 10:24:00,615 INFO [vonx.common.service]: Completed sync: manager bcreg-agent_1 | 2020-11-02 10:24:00,730 INFO [vonx.common.exchange]: Started exchange city-surrey-agent_1 | 2020-11-02 10:24:00,766 INFO [von_anchor.wallet]: Loaded wallet library type postgres_storage (libindystrgpostgres.so) bcreg-agent_1 | 2020-11-02 10:24:00,905 INFO [vonx.indy.service]: Max concurrent: 20 bcreg-agent_1 | 2020-11-02 10:24:00,940 INFO [vonx.common.service]: Started service: indy bcreg-agent_1 | 2020-11-02 10:24:00,981 INFO [vonx.common.service]: Starting sync: indy bcreg-agent_1 | 2020-11-02 10:24:01,130 INFO [vonx.common.service]: Started service: manager bcreg-agent_1 | 2020-11-02 10:24:01,137 INFO [vonx.indy.service]: Fetching genesis transaction file from http://192.168.65.3:9000/genesis bcreg-agent_1 | ======== Running on http://0.0.0.0:8000 ======== bcreg-agent_1 | (Press CTRL+C to quit) bcreg-agent_1 | 2020-11-02 10:24:01,649 INFO [von_anchor.nodepool]: Pool ledger indy set protocol V_16 bcreg-agent_1 | 2020-11-02 10:24:01,708 INFO [vonx.common.service]: Starting sync: manager bcreg-agent_1 | 2020-11-02 10:24:01,708 INFO [vonx.common.service]: Completed sync: manager bcreg-agent_1 | 2020-11-02 10:24:01,964 INFO [von_anchor.wallet]: Loaded wallet library type postgres_storage (libindystrgpostgres.so) ministry-finance-agent_1 | 2020-11-02 10:24:02,923 INFO [von_anchor.wallet]: Opened wallet mofi_issuer on handle 4 fraser-valley-agent_1 | 2020-11-02 10:24:02,966 INFO [von_anchor.wallet]: Opened wallet fraser_issuer on handle 4 ministry-finance-agent_1 | 2020-11-02 10:24:03,237 INFO [von_anchor.wallet]: Wallet mofi_issuer set seed hash metadata for DID CYnWiuEtJJuhpWvVz3kY9D fraser-valley-agent_1 | 2020-11-02 10:24:03,250 INFO [von_anchor.wallet]: Wallet fraser_issuer set seed hash metadata for DID L6SJy7gNRCLUp8dV94hfex ministry-finance-agent_1 | 2020-11-02 10:24:04,402 INFO [von_anchor.wallet]: Created wallet bctob-Verifier-Wallet fraser-valley-agent_1 | 2020-11-02 10:24:04,552 INFO [von_anchor.wallet]: Created wallet bctob-Verifier-Wallet ministry-finance-agent_1 | 2020-11-02 10:24:05,025 INFO [von_anchor.wallet]: Opened wallet bctob-Verifier-Wallet on handle 6 agri-agent_1 | 2020-11-02 10:24:05,078 INFO [von_anchor.wallet]: Created wallet agri_issuer ministry-finance-agent_1 | 2020-11-02 10:24:05,109 INFO [von_anchor.wallet]: Wallet bctob-Verifier-Wallet set seed hash metadata for DID G94Mg3gyJ7KkGHH7zmbF1p bcreg-agent_1 | 2020-11-02 10:24:05,418 INFO [von_anchor.wallet]: Created wallet bcreg_issuer fraser-valley-agent_1 | 2020-11-02 10:24:05,429 INFO [von_anchor.wallet]: Opened wallet bctob-Verifier-Wallet on handle 6 fraser-valley-agent_1 | 2020-11-02 10:24:05,511 INFO [von_anchor.wallet]: Wallet bctob-Verifier-Wallet set seed hash metadata for DID G94Mg3gyJ7KkGHH7zmbF1p liquor-control-agent_1 | 2020-11-02 10:24:05,514 INFO [von_anchor.wallet]: Created wallet liquor_issuer worksafe-agent_1 | 2020-11-02 10:24:05,533 INFO [von_anchor.wallet]: Created wallet worksafe_issuer city-surrey-agent_1 | 2020-11-02 10:24:05,567 INFO [von_anchor.wallet]: Created wallet surrey_issuer agri-agent_1 | 2020-11-02 10:24:06,946 INFO [von_anchor.wallet]: Opened wallet agri_issuer on handle 4 agri-agent_1 | 2020-11-02 10:24:06,995 INFO [von_anchor.wallet]: Wallet agri_issuer set seed hash metadata for DID TkgmPnj3uWsWLAHafh1iod bcreg-agent_1 | 2020-11-02 10:24:07,840 INFO [von_anchor.wallet]: Opened wallet bcreg_issuer on handle 4 bcreg-agent_1 | 2020-11-02 10:24:07,880 INFO [von_anchor.wallet]: Wallet bcreg_issuer set seed hash metadata for DID 6qnvgJtqwK44D8LFYnV5Yf ministry-finance-agent_1 | 2020-11-02 10:24:07,927 INFO [von_anchor.wallet]: Opened wallet mofi_issuer on handle 7 ministry-finance-agent_1 | 2020-11-02 10:24:07,999 INFO [von_anchor.wallet]: Wallet mofi_issuer got verkey 7J4DTEA4neA6PstkoxFRSyWbCi1s6ATSPPVHxR2hCraT for existing DID CYnWiuEtJJuhpWvVz3kY9D fraser-valley-agent_1 | 2020-11-02 10:24:08,168 INFO [von_anchor.wallet]: Opened wallet fraser_issuer on handle 7 fraser-valley-agent_1 | 2020-11-02 10:24:08,243 INFO [von_anchor.wallet]: Wallet fraser_issuer got verkey BQbFKy8jNju3F7ysexeSnkE6PAbTSddL295Vunuggkd3 for existing DID L6SJy7gNRCLUp8dV94hfex worksafe-agent_1 | 2020-11-02 10:24:08,336 INFO [von_anchor.wallet]: Opened wallet worksafe_issuer on handle 4 worksafe-agent_1 | 2020-11-02 10:24:08,392 INFO [von_anchor.wallet]: Wallet worksafe_issuer set seed hash metadata for DID MAcounf9HxhgnqqhzReTLC ministry-finance-agent_1 | 2020-11-02 10:24:08,403 INFO [vonx.indy.service]: Registering DID CYnWiuEtJJuhpWvVz3kY9D city-surrey-agent_1 | 2020-11-02 10:24:08,371 INFO [von_anchor.wallet]: Opened wallet surrey_issuer on handle 4 liquor-control-agent_1 | 2020-11-02 10:24:08,437 INFO [von_anchor.wallet]: Opened wallet liquor_issuer on handle 4 city-surrey-agent_1 | 2020-11-02 10:24:08,464 INFO [von_anchor.wallet]: Wallet surrey_issuer set seed hash metadata for DID A9Rsuu7FNquw8Ne2Smu5Nr liquor-control-agent_1 | 2020-11-02 10:24:08,493 INFO [von_anchor.wallet]: Wallet liquor_issuer set seed hash metadata for DID ScrMddP9C426QPrp1KViZB fraser-valley-agent_1 | 2020-11-02 10:24:08,634 INFO [vonx.indy.service]: Registering DID L6SJy7gNRCLUp8dV94hfex agri-agent_1 | 2020-11-02 10:24:09,518 INFO [von_anchor.wallet]: Created wallet bctob-Verifier-Wallet ministry-finance-agent_1 | 2020-11-02 10:24:09,608 INFO [von_anchor.anchor.base]: _AgentCore.get_endpoint: ledger query returned response with no data bcreg-agent_1 | 2020-11-02 10:24:10,005 INFO [von_anchor.wallet]: Opened wallet bcreg_issuer on handle 5 bcreg-agent_1 | 2020-11-02 10:24:10,016 INFO [von_anchor.wallet]: Wallet bcreg_issuer got verkey 4Best9vkZjJ4wY6ZpgUcNQvRyXmSqYQYzdqvTjvR8Boc for existing DID 6qnvgJtqwK44D8LFYnV5Yf worksafe-agent_1 | 2020-11-02 10:24:10,138 INFO [von_anchor.wallet]: Created wallet bctob-Verifier-Wallet bcreg-agent_1 | 2020-11-02 10:24:10,144 INFO [vonx.indy.service]: Registering DID 6qnvgJtqwK44D8LFYnV5Yf city-surrey-agent_1 | 2020-11-02 10:24:10,597 INFO [von_anchor.wallet]: Created wallet bctob-Verifier-Wallet liquor-control-agent_1 | 2020-11-02 10:24:10,664 INFO [von_anchor.wallet]: Created wallet bctob-Verifier-Wallet agri-agent_1 | 2020-11-02 10:24:10,988 INFO [von_anchor.wallet]: Opened wallet bctob-Verifier-Wallet on handle 6 agri-agent_1 | 2020-11-02 10:24:11,054 INFO [von_anchor.wallet]: Wallet bctob-Verifier-Wallet set seed hash metadata for DID G94Mg3gyJ7KkGHH7zmbF1p worksafe-agent_1 | 2020-11-02 10:24:11,287 INFO [von_anchor.wallet]: Opened wallet bctob-Verifier-Wallet on handle 6 worksafe-agent_1 | 2020-11-02 10:24:11,354 INFO [von_anchor.wallet]: Wallet bctob-Verifier-Wallet set seed hash metadata for DID G94Mg3gyJ7KkGHH7zmbF1p liquor-control-agent_1 | 2020-11-02 10:24:11,686 INFO [von_anchor.wallet]: Opened wallet bctob-Verifier-Wallet on handle 6 liquor-control-agent_1 | 2020-11-02 10:24:11,733 INFO [von_anchor.wallet]: Wallet bctob-Verifier-Wallet set seed hash metadata for DID G94Mg3gyJ7KkGHH7zmbF1p city-surrey-agent_1 | 2020-11-02 10:24:12,082 INFO [von_anchor.wallet]: Opened wallet bctob-Verifier-Wallet on handle 6 city-surrey-agent_1 | 2020-11-02 10:24:12,142 INFO [von_anchor.wallet]: Wallet bctob-Verifier-Wallet set seed hash metadata for DID G94Mg3gyJ7KkGHH7zmbF1p ministry-finance-agent_1 | 2020-11-02 10:24:12,353 INFO [vonx.indy.service]: messages.Endpoint stored: http://192.168.65.3:5000/finance ministry-finance-agent_1 | 2020-11-02 10:24:12,354 INFO [vonx.indy.service]: Checking for schema: PST Number (1.0.3) bcreg-agent_1 | 2020-11-02 10:24:12,372 INFO [von_anchor.anchor.base]: _AgentCore.get_endpoint: ledger query returned response with no data ministry-finance-agent_1 | 2020-11-02 10:24:12,438 INFO [vonx.indy.service]: Publishing schema: PST Number (1.0.3) fraser-valley-agent_1 | 2020-11-02 10:24:12,474 INFO [von_anchor.anchor.base]: _AgentCore.get_endpoint: ledger query returned response with no data agri-agent_1 | 2020-11-02 10:24:12,508 INFO [von_anchor.wallet]: Opened wallet agri_issuer on handle 7 agri-agent_1 | 2020-11-02 10:24:12,525 INFO [von_anchor.wallet]: Wallet agri_issuer got verkey FaiqnW88ZRaseAw4zdHbAY4WxNZkBrqjRhF35V8zeGFX for existing DID TkgmPnj3uWsWLAHafh1iod agri-agent_1 | 2020-11-02 10:24:12,654 INFO [vonx.indy.service]: Registering DID TkgmPnj3uWsWLAHafh1iod worksafe-agent_1 | 2020-11-02 10:24:13,107 INFO [von_anchor.wallet]: Opened wallet worksafe_issuer on handle 7 worksafe-agent_1 | 2020-11-02 10:24:13,138 INFO [von_anchor.wallet]: Wallet worksafe_issuer got verkey BzUusVaSmuv2eHdCaBpsjULHW2mK25vZpTm7UHBoy9XK for existing DID MAcounf9HxhgnqqhzReTLC liquor-control-agent_1 | 2020-11-02 10:24:13,175 INFO [von_anchor.wallet]: Opened wallet liquor_issuer on handle 7 worksafe-agent_1 | 2020-11-02 10:24:13,212 INFO [vonx.indy.service]: Registering DID MAcounf9HxhgnqqhzReTLC liquor-control-agent_1 | 2020-11-02 10:24:13,221 INFO [von_anchor.wallet]: Wallet liquor_issuer got verkey ExqgKy1njLJVxKZEe1d2VgNNYjhgpbr9bd3SxRuKK2h5 for existing DID ScrMddP9C426QPrp1KViZB liquor-control-agent_1 | 2020-11-02 10:24:13,294 INFO [vonx.indy.service]: Registering DID ScrMddP9C426QPrp1KViZB city-surrey-agent_1 | 2020-11-02 10:24:13,455 INFO [von_anchor.wallet]: Opened wallet surrey_issuer on handle 7 city-surrey-agent_1 | 2020-11-02 10:24:13,490 INFO [von_anchor.wallet]: Wallet surrey_issuer got verkey 5z6uSKVEi4Ei2M3jm5KdmkLuExSYqiD9d9KQHMat5yW9 for existing DID A9Rsuu7FNquw8Ne2Smu5Nr city-surrey-agent_1 | 2020-11-02 10:24:13,588 INFO [vonx.indy.service]: Registering DID A9Rsuu7FNquw8Ne2Smu5Nr liquor-control-agent_1 | 2020-11-02 10:24:15,481 INFO [von_anchor.anchor.base]: _AgentCore.get_endpoint: ledger query returned response with no data fraser-valley-agent_1 | 2020-11-02 10:24:15,508 INFO [vonx.indy.service]: messages.Endpoint stored: http://192.168.65.3:5000/fraser-valley fraser-valley-agent_1 | 2020-11-02 10:24:15,511 INFO [vonx.indy.service]: Checking for schema: Operating Permit (1.0.3) worksafe-agent_1 | 2020-11-02 10:24:15,541 INFO [von_anchor.anchor.base]: _AgentCore.get_endpoint: ledger query returned response with no data bcreg-agent_1 | 2020-11-02 10:24:15,541 INFO [vonx.indy.service]: messages.Endpoint stored: http://192.168.65.3:5000/bcreg bcreg-agent_1 | 2020-11-02 10:24:15,542 INFO [vonx.indy.service]: Checking for schema: Registered Corporation (1.0.3) agri-agent_1 | 2020-11-02 10:24:15,563 INFO [von_anchor.anchor.base]: _AgentCore.get_endpoint: ledger query returned response with no data city-surrey-agent_1 | 2020-11-02 10:24:15,623 INFO [von_anchor.anchor.base]: _AgentCore.get_endpoint: ledger query returned response with no data bcreg-agent_1 | 2020-11-02 10:24:15,625 INFO [vonx.indy.service]: Publishing schema: Registered Corporation (1.0.3) fraser-valley-agent_1 | 2020-11-02 10:24:15,629 INFO [vonx.indy.service]: Publishing schema: Operating Permit (1.0.3) ministry-finance-agent_1 | 2020-11-02 10:24:15,507 INFO [von_anchor.anchor.base]: BaseAnchor.get_schema: got schema SchemaKey(origin_did='CYnWiuEtJJuhpWvVz3kY9D', name='PST Number', version='1.0.3') from ledger ministry-finance-agent_1 | 2020-11-02 10:24:15,799 INFO [vonx.indy.service]: Checking for credential def: PST Number (1.0.3) ministry-finance-agent_1 | 2020-11-02 10:24:15,815 INFO [vonx.indy.service]: Publishing credential def: PST Number (1.0.3) ministry-finance-agent_1 | 2020-11-02 10:24:15,817 INFO [von_anchor.anchor.base]: BaseAnchor.get_schema: got schema SchemaKey(origin_did='CYnWiuEtJJuhpWvVz3kY9D', name='PST Number', version='1.0.3') from cache bcreg-agent_1 | 2020-11-02 10:24:18,335 INFO [von_anchor.anchor.base]: BaseAnchor.get_schema: got schema SchemaKey(origin_did='6qnvgJtqwK44D8LFYnV5Yf', name='Registered Corporation', version='1.0.3') from ledger bcreg-agent_1 | 2020-11-02 10:24:18,339 INFO [vonx.indy.service]: Checking for credential def: Registered Corporation (1.0.3) city-surrey-agent_1 | 2020-11-02 10:24:18,390 INFO [vonx.indy.service]: messages.Endpoint stored: http://192.168.65.3:5000/surrey city-surrey-agent_1 | 2020-11-02 10:24:18,391 INFO [vonx.indy.service]: Checking for schema: Business License (1.0.3) liquor-control-agent_1 | 2020-11-02 10:24:18,409 INFO [vonx.indy.service]: messages.Endpoint stored: http://192.168.65.3:5000/liquor liquor-control-agent_1 | 2020-11-02 10:24:18,411 INFO [vonx.indy.service]: Checking for schema: Liquor License (1.0.3) agri-agent_1 | 2020-11-02 10:24:18,449 INFO [vonx.indy.service]: messages.Endpoint stored: http://192.168.65.3:5000/agri agri-agent_1 | 2020-11-02 10:24:18,450 INFO [vonx.indy.service]: Checking for schema: Dog and Cat Breeder License (1.0.3) liquor-control-agent_1 | 2020-11-02 10:24:18,452 INFO [vonx.indy.service]: Publishing schema: Liquor License (1.0.3) city-surrey-agent_1 | 2020-11-02 10:24:18,453 INFO [vonx.indy.service]: Publishing schema: Business License (1.0.3) worksafe-agent_1 | 2020-11-02 10:24:18,493 INFO [vonx.indy.service]: messages.Endpoint stored: http://192.168.65.3:5000/worksafe worksafe-agent_1 | 2020-11-02 10:24:18,495 INFO [vonx.indy.service]: Checking for schema: WorkSafe BC Coverage (1.0.3) bcreg-agent_1 | 2020-11-02 10:24:18,545 INFO [vonx.indy.service]: Publishing credential def: Registered Corporation (1.0.3) bcreg-agent_1 | 2020-11-02 10:24:18,547 INFO [von_anchor.anchor.base]: BaseAnchor.get_schema: got schema SchemaKey(origin_did='6qnvgJtqwK44D8LFYnV5Yf', name='Registered Corporation', version='1.0.3') from cache agri-agent_1 | 2020-11-02 10:24:18,565 INFO [vonx.indy.service]: Publishing schema: Dog and Cat Breeder License (1.0.3) worksafe-agent_1 | 2020-11-02 10:24:18,565 INFO [vonx.indy.service]: Publishing schema: WorkSafe BC Coverage (1.0.3) fraser-valley-agent_1 | 2020-11-02 10:24:18,377 INFO [von_anchor.anchor.base]: BaseAnchor.get_schema: got schema SchemaKey(origin_did='L6SJy7gNRCLUp8dV94hfex', name='Operating Permit', version='1.0.3') from ledger fraser-valley-agent_1 | 2020-11-02 10:24:18,615 INFO [vonx.indy.service]: Checking for credential def: Operating Permit (1.0.3) fraser-valley-agent_1 | 2020-11-02 10:24:18,755 INFO [vonx.indy.service]: Publishing credential def: Operating Permit (1.0.3) fraser-valley-agent_1 | 2020-11-02 10:24:18,757 INFO [von_anchor.anchor.base]: BaseAnchor.get_schema: got schema SchemaKey(origin_did='L6SJy7gNRCLUp8dV94hfex', name='Operating Permit', version='1.0.3') from cache worksafe-agent_1 | 2020-11-02 10:24:21,427 INFO [von_anchor.anchor.base]: BaseAnchor.get_schema: got schema SchemaKey(origin_did='MAcounf9HxhgnqqhzReTLC', name='WorkSafe BC Coverage', version='1.0.3') from ledger worksafe-agent_1 | 2020-11-02 10:24:21,437 INFO [vonx.indy.service]: Checking for credential def: WorkSafe BC Coverage (1.0.3) agri-agent_1 | 2020-11-02 10:24:21,410 INFO [von_anchor.anchor.base]: BaseAnchor.get_schema: got schema SchemaKey(origin_did='TkgmPnj3uWsWLAHafh1iod', name='Dog and Cat Breeder License', version='1.0.3') from ledger agri-agent_1 | 2020-11-02 10:24:21,443 INFO [vonx.indy.service]: Checking for credential def: Dog and Cat Breeder License (1.0.3) liquor-control-agent_1 | 2020-11-02 10:24:21,386 INFO [von_anchor.anchor.base]: BaseAnchor.get_schema: got schema SchemaKey(origin_did='ScrMddP9C426QPrp1KViZB', name='Liquor License', version='1.0.3') from ledger liquor-control-agent_1 | 2020-11-02 10:24:21,495 INFO [vonx.indy.service]: Checking for credential def: Liquor License (1.0.3) agri-agent_1 | 2020-11-02 10:24:21,512 INFO [vonx.indy.service]: Publishing credential def: Dog and Cat Breeder License (1.0.3) agri-agent_1 | 2020-11-02 10:24:21,514 INFO [von_anchor.anchor.base]: BaseAnchor.get_schema: got schema SchemaKey(origin_did='TkgmPnj3uWsWLAHafh1iod', name='Dog and Cat Breeder License', version='1.0.3') from cache worksafe-agent_1 | 2020-11-02 10:24:21,522 INFO [vonx.indy.service]: Publishing credential def: WorkSafe BC Coverage (1.0.3) worksafe-agent_1 | 2020-11-02 10:24:21,535 INFO [von_anchor.anchor.base]: BaseAnchor.get_schema: got schema SchemaKey(origin_did='MAcounf9HxhgnqqhzReTLC', name='WorkSafe BC Coverage', version='1.0.3') from cache liquor-control-agent_1 | 2020-11-02 10:24:21,570 INFO [vonx.indy.service]: Publishing credential def: Liquor License (1.0.3) city-surrey-agent_1 | 2020-11-02 10:24:21,410 INFO [von_anchor.anchor.base]: BaseAnchor.get_schema: got schema SchemaKey(origin_did='A9Rsuu7FNquw8Ne2Smu5Nr', name='Business License', version='1.0.3') from ledger city-surrey-agent_1 | 2020-11-02 10:24:21,580 INFO [vonx.indy.service]: Checking for credential def: Business License (1.0.3) liquor-control-agent_1 | 2020-11-02 10:24:21,580 INFO [von_anchor.anchor.base]: BaseAnchor.get_schema: got schema SchemaKey(origin_did='ScrMddP9C426QPrp1KViZB', name='Liquor License', version='1.0.3') from cache city-surrey-agent_1 | 2020-11-02 10:24:21,603 INFO [vonx.indy.service]: Publishing credential def: Business License (1.0.3) city-surrey-agent_1 | 2020-11-02 10:24:21,605 INFO [von_anchor.anchor.base]: BaseAnchor.get_schema: got schema SchemaKey(origin_did='A9Rsuu7FNquw8Ne2Smu5Nr', name='Business License', version='1.0.3') from cache agri-agent_1 | 2020-11-02 10:24:30,794 INFO [von_anchor.anchor.base]: BaseAnchor.get_cred_def: got cred def TkgmPnj3uWsWLAHafh1iod:3:CL:26:tag from ledger agri-agent_1 | 2020-11-02 10:24:30,800 INFO [vonx.indy.service]: Indy agent synced: agri agri-agent_1 | 2020-11-02 10:24:32,815 INFO [von_anchor.wallet]: Opened wallet bctob-Verifier-Wallet on handle 25 agri-agent_1 | 2020-11-02 10:24:32,821 INFO [von_anchor.wallet]: Wallet bctob-Verifier-Wallet got verkey 9Fa98o9hGxyesJy7HvCnF1K2rBkunud4eUXrJLPp3Xdd for existing DID G94Mg3gyJ7KkGHH7zmbF1p agri-agent_1 | 2020-11-02 10:24:32,851 INFO [vonx.indy.service]: Registering DID G94Mg3gyJ7KkGHH7zmbF1p agri-agent_1 | 2020-11-02 10:24:33,839 INFO [von_anchor.anchor.base]: _AgentCore.get_endpoint: ledger query returned response with no data agri-agent_1 | 2020-11-02 10:24:33,840 INFO [von_anchor.anchor.base]: bctob-Verifier-Wallet endpoint already set as None agri-agent_1 | 2020-11-02 10:24:33,840 INFO [vonx.indy.service]: messages.Endpoint stored: None agri-agent_1 | 2020-11-02 10:24:33,842 INFO [vonx.indy.service]: Indy agent synced: bctob agri-agent_1 | 2020-11-02 10:24:33,936 WARNING [vonx.indy.tob]: No file found at logo path: ../config/agri-agent/../assets/img/bc-logo.svg agri-agent_1 | 2020-11-02 10:24:35,329 INFO [von_anchor.anchor.base]: BaseAnchor.get_schema: got schema SchemaKey(origin_did='6qnvgJtqwK44D8LFYnV5Yf', name='Registered Corporation', version='1.0.3') from ledger agri-agent_1 | 2020-11-02 10:24:35,404 INFO [von_anchor.anchor.base]: BaseAnchor.get_schema: got schema SchemaKey(origin_did='CYnWiuEtJJuhpWvVz3kY9D', name='PST Number', version='1.0.3') from ledger agri-agent_1 | 2020-11-02 10:24:35,405 INFO [vonx.common.service]: Completed sync: indy fraser-valley-agent_1 | 2020-11-02 10:24:36,733 INFO [von_anchor.anchor.base]: BaseAnchor.get_cred_def: got cred def L6SJy7gNRCLUp8dV94hfex:3:CL:22:tag from ledger fraser-valley-agent_1 | 2020-11-02 10:24:36,737 INFO [vonx.indy.service]: Indy agent synced: fraser-valley fraser-valley-agent_1 | 2020-11-02 10:24:39,081 INFO [von_anchor.wallet]: Opened wallet bctob-Verifier-Wallet on handle 25 fraser-valley-agent_1 | 2020-11-02 10:24:39,085 INFO [von_anchor.wallet]: Wallet bctob-Verifier-Wallet got verkey 9Fa98o9hGxyesJy7HvCnF1K2rBkunud4eUXrJLPp3Xdd for existing DID G94Mg3gyJ7KkGHH7zmbF1p fraser-valley-agent_1 | 2020-11-02 10:24:39,139 INFO [von_anchor.anchor.base]: _AgentCore.get_endpoint: ledger query returned response with no data fraser-valley-agent_1 | 2020-11-02 10:24:39,143 INFO [von_anchor.anchor.base]: bctob-Verifier-Wallet endpoint already set as None fraser-valley-agent_1 | 2020-11-02 10:24:39,144 INFO [vonx.indy.service]: messages.Endpoint stored: None fraser-valley-agent_1 | 2020-11-02 10:24:39,146 INFO [vonx.indy.service]: Indy agent synced: bctob fraser-valley-agent_1 | 2020-11-02 10:24:40,010 INFO [von_anchor.anchor.base]: BaseAnchor.get_schema: got schema SchemaKey(origin_did='6qnvgJtqwK44D8LFYnV5Yf', name='Registered Corporation', version='1.0.3') from ledger fraser-valley-agent_1 | 2020-11-02 10:24:40,056 INFO [von_anchor.anchor.base]: BaseAnchor.get_schema: got schema SchemaKey(origin_did='MAcounf9HxhgnqqhzReTLC', name='WorkSafe BC Coverage', version='1.0.3') from ledger fraser-valley-agent_1 | 2020-11-02 10:24:40,059 INFO [vonx.common.service]: Completed sync: indy liquor-control-agent_1 | 2020-11-02 10:24:54,121 INFO [von_anchor.anchor.base]: BaseAnchor.get_cred_def: got cred def ScrMddP9C426QPrp1KViZB:3:CL:24:tag from ledger liquor-control-agent_1 | 2020-11-02 10:24:54,123 INFO [vonx.indy.service]: Indy agent synced: liquor liquor-control-agent_1 | 2020-11-02 10:24:55,593 INFO [von_anchor.wallet]: Opened wallet bctob-Verifier-Wallet on handle 25 liquor-control-agent_1 | 2020-11-02 10:24:55,597 INFO [von_anchor.wallet]: Wallet bctob-Verifier-Wallet got verkey 9Fa98o9hGxyesJy7HvCnF1K2rBkunud4eUXrJLPp3Xdd for existing DID G94Mg3gyJ7KkGHH7zmbF1p liquor-control-agent_1 | 2020-11-02 10:24:55,637 INFO [von_anchor.anchor.base]: _AgentCore.get_endpoint: ledger query returned response with no data liquor-control-agent_1 | 2020-11-02 10:24:55,638 INFO [von_anchor.anchor.base]: bctob-Verifier-Wallet endpoint already set as None liquor-control-agent_1 | 2020-11-02 10:24:55,638 INFO [vonx.indy.service]: messages.Endpoint stored: None liquor-control-agent_1 | 2020-11-02 10:24:55,639 INFO [vonx.indy.service]: Indy agent synced: bctob liquor-control-agent_1 | 2020-11-02 10:24:56,392 INFO [von_anchor.anchor.base]: BaseAnchor.get_schema: got schema SchemaKey(origin_did='6qnvgJtqwK44D8LFYnV5Yf', name='Registered Corporation', version='1.0.3') from ledger liquor-control-agent_1 | 2020-11-02 10:24:56,461 INFO [von_anchor.anchor.base]: BaseAnchor.get_schema: got schema SchemaKey(origin_did='CYnWiuEtJJuhpWvVz3kY9D', name='PST Number', version='1.0.3') from ledger liquor-control-agent_1 | 2020-11-02 10:24:56,490 INFO [von_anchor.anchor.base]: BaseAnchor.get_schema: got schema SchemaKey(origin_did='MAcounf9HxhgnqqhzReTLC', name='WorkSafe BC Coverage', version='1.0.3') from ledger liquor-control-agent_1 | 2020-11-02 10:24:56,515 INFO [von_anchor.anchor.base]: BaseAnchor.get_schema: got schema SchemaKey(origin_did='L6SJy7gNRCLUp8dV94hfex', name='Operating Permit', version='1.0.3') from ledger liquor-control-agent_1 | 2020-11-02 10:24:56,517 INFO [vonx.common.service]: Completed sync: indy bcreg-agent_1 | 2020-11-02 10:24:57,279 INFO [von_anchor.anchor.base]: BaseAnchor.get_cred_def: got cred def 6qnvgJtqwK44D8LFYnV5Yf:3:CL:23:tag from ledger bcreg-agent_1 | 2020-11-02 10:24:57,282 INFO [vonx.indy.service]: Checking for schema: Business Relationship (1.0.3) bcreg-agent_1 | 2020-11-02 10:24:57,300 INFO [vonx.indy.service]: Publishing schema: Business Relationship (1.0.3) bcreg-agent_1 | 2020-11-02 10:25:00,270 INFO [von_anchor.anchor.base]: BaseAnchor.get_schema: got schema SchemaKey(origin_did='6qnvgJtqwK44D8LFYnV5Yf', name='Business Relationship', version='1.0.3') from ledger bcreg-agent_1 | 2020-11-02 10:25:00,272 INFO [vonx.indy.service]: Checking for credential def: Business Relationship (1.0.3) bcreg-agent_1 | 2020-11-02 10:25:00,299 INFO [vonx.indy.service]: Publishing credential def: Business Relationship (1.0.3) bcreg-agent_1 | 2020-11-02 10:25:00,308 INFO [von_anchor.anchor.base]: BaseAnchor.get_schema: got schema SchemaKey(origin_did='6qnvgJtqwK44D8LFYnV5Yf', name='Business Relationship', version='1.0.3') from cache ministry-finance-agent_1 | 2020-11-02 10:25:05,401 INFO [von_anchor.anchor.base]: BaseAnchor.get_cred_def: got cred def CYnWiuEtJJuhpWvVz3kY9D:3:CL:13:tag from ledger ministry-finance-agent_1 | 2020-11-02 10:25:05,410 INFO [vonx.indy.service]: Indy agent synced: finance ministry-finance-agent_1 | 2020-11-02 10:25:07,408 INFO [von_anchor.wallet]: Opened wallet bctob-Verifier-Wallet on handle 24 ministry-finance-agent_1 | 2020-11-02 10:25:07,411 INFO [von_anchor.wallet]: Wallet bctob-Verifier-Wallet got verkey 9Fa98o9hGxyesJy7HvCnF1K2rBkunud4eUXrJLPp3Xdd for existing DID G94Mg3gyJ7KkGHH7zmbF1p ministry-finance-agent_1 | 2020-11-02 10:25:07,468 INFO [von_anchor.anchor.base]: _AgentCore.get_endpoint: ledger query returned response with no data ministry-finance-agent_1 | 2020-11-02 10:25:07,469 INFO [von_anchor.anchor.base]: bctob-Verifier-Wallet endpoint already set as None ministry-finance-agent_1 | 2020-11-02 10:25:07,471 INFO [vonx.indy.service]: messages.Endpoint stored: None ministry-finance-agent_1 | 2020-11-02 10:25:07,473 INFO [vonx.indy.service]: Indy agent synced: bctob ministry-finance-agent_1 | 2020-11-02 10:25:08,403 INFO [von_anchor.anchor.base]: BaseAnchor.get_schema: got schema SchemaKey(origin_did='6qnvgJtqwK44D8LFYnV5Yf', name='Registered Corporation', version='1.0.3') from ledger ministry-finance-agent_1 | 2020-11-02 10:25:08,423 INFO [vonx.common.service]: Completed sync: indy city-surrey-agent_1 | 2020-11-02 10:25:22,972 INFO [von_anchor.anchor.base]: BaseAnchor.get_cred_def: got cred def A9Rsuu7FNquw8Ne2Smu5Nr:3:CL:25:tag from ledger city-surrey-agent_1 | 2020-11-02 10:25:22,989 INFO [vonx.indy.service]: Indy agent synced: surrey city-surrey-agent_1 | 2020-11-02 10:25:23,819 INFO [von_anchor.wallet]: Opened wallet bctob-Verifier-Wallet on handle 24 city-surrey-agent_1 | 2020-11-02 10:25:23,821 INFO [von_anchor.wallet]: Wallet bctob-Verifier-Wallet got verkey 9Fa98o9hGxyesJy7HvCnF1K2rBkunud4eUXrJLPp3Xdd for existing DID G94Mg3gyJ7KkGHH7zmbF1p city-surrey-agent_1 | 2020-11-02 10:25:23,866 INFO [von_anchor.anchor.base]: _AgentCore.get_endpoint: ledger query returned response with no data city-surrey-agent_1 | 2020-11-02 10:25:23,866 INFO [von_anchor.anchor.base]: bctob-Verifier-Wallet endpoint already set as None city-surrey-agent_1 | 2020-11-02 10:25:23,867 INFO [vonx.indy.service]: messages.Endpoint stored: None city-surrey-agent_1 | 2020-11-02 10:25:23,872 INFO [vonx.indy.service]: Indy agent synced: bctob city-surrey-agent_1 | 2020-11-02 10:25:24,542 INFO [von_anchor.anchor.base]: BaseAnchor.get_schema: got schema SchemaKey(origin_did='6qnvgJtqwK44D8LFYnV5Yf', name='Registered Corporation', version='1.0.3') from ledger city-surrey-agent_1 | 2020-11-02 10:25:24,640 INFO [von_anchor.anchor.base]: BaseAnchor.get_schema: got schema SchemaKey(origin_did='CYnWiuEtJJuhpWvVz3kY9D', name='PST Number', version='1.0.3') from ledger city-surrey-agent_1 | 2020-11-02 10:25:24,668 INFO [von_anchor.anchor.base]: BaseAnchor.get_schema: got schema SchemaKey(origin_did='MAcounf9HxhgnqqhzReTLC', name='WorkSafe BC Coverage', version='1.0.3') from ledger city-surrey-agent_1 | 2020-11-02 10:25:24,710 INFO [von_anchor.anchor.base]: BaseAnchor.get_schema: got schema SchemaKey(origin_did='L6SJy7gNRCLUp8dV94hfex', name='Operating Permit', version='1.0.3') from ledger city-surrey-agent_1 | 2020-11-02 10:25:24,758 INFO [von_anchor.anchor.base]: BaseAnchor.get_schema: got schema SchemaKey(origin_did='ScrMddP9C426QPrp1KViZB', name='Liquor License', version='1.0.3') from ledger city-surrey-agent_1 | 2020-11-02 10:25:24,766 INFO [vonx.common.service]: Completed sync: indy bcreg-agent_1 | 2020-11-02 10:25:26,619 INFO [von_anchor.anchor.base]: BaseAnchor.get_cred_def: got cred def 6qnvgJtqwK44D8LFYnV5Yf:3:CL:33:tag from ledger bcreg-agent_1 | 2020-11-02 10:25:26,620 INFO [vonx.indy.service]: Indy agent synced: bcreg bcreg-agent_1 | 2020-11-02 10:25:26,963 INFO [vonx.common.service]: Completed sync: indy worksafe-agent_1 | 2020-11-02 10:25:31,133 INFO [von_anchor.anchor.base]: BaseAnchor.get_cred_def: got cred def MAcounf9HxhgnqqhzReTLC:3:CL:27:tag from ledger worksafe-agent_1 | 2020-11-02 10:25:31,134 INFO [vonx.indy.service]: Indy agent synced: worksafe worksafe-agent_1 | 2020-11-02 10:25:31,565 INFO [von_anchor.wallet]: Opened wallet bctob-Verifier-Wallet on handle 25 worksafe-agent_1 | 2020-11-02 10:25:31,567 INFO [von_anchor.wallet]: Wallet bctob-Verifier-Wallet got verkey 9Fa98o9hGxyesJy7HvCnF1K2rBkunud4eUXrJLPp3Xdd for existing DID G94Mg3gyJ7KkGHH7zmbF1p worksafe-agent_1 | 2020-11-02 10:25:31,603 INFO [von_anchor.anchor.base]: _AgentCore.get_endpoint: ledger query returned response with no data worksafe-agent_1 | 2020-11-02 10:25:31,603 INFO [von_anchor.anchor.base]: bctob-Verifier-Wallet endpoint already set as None worksafe-agent_1 | 2020-11-02 10:25:31,604 INFO [vonx.indy.service]: messages.Endpoint stored: None worksafe-agent_1 | 2020-11-02 10:25:31,604 INFO [vonx.indy.service]: Indy agent synced: bctob worksafe-agent_1 | 2020-11-02 10:25:31,808 INFO [von_anchor.anchor.base]: BaseAnchor.get_schema: got schema SchemaKey(origin_did='6qnvgJtqwK44D8LFYnV5Yf', name='Registered Corporation', version='1.0.3') from ledger worksafe-agent_1 | 2020-11-02 10:25:31,810 INFO [vonx.common.service]: Completed sync: indy caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:26:14 +0000] "GET / HTTP/1.1" 200 517 caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:26:14 +0000] "GET /runtime.js HTTP/1.1" 200 1692 caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:26:14 +0000] "GET /main.js HTTP/1.1" 200 49262 caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:26:14 +0000] "GET /polyfills.js HTTP/1.1" 200 69155 caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:26:14 +0000] "GET /styles.js HTTP/1.1" 200 239313 caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:26:14 +0000] "GET /vendor.js HTTP/1.1" 200 1233178 caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:26:15 +0000] "GET /assets/bootstrap/bcid-symbol-rev.svg HTTP/1.1" 200 2304 caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:26:15 +0000] "GET /assets/bootstrap/bcid-logo-rev-en.svg HTTP/1.1" 200 8245 caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:26:15 +0000] "GET /assets/img/gl-logo.png HTTP/1.1" 200 22669 caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:26:15 +0000] "GET /MyriadWebPro.woff2 HTTP/1.1" 200 36448 caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:26:15 +0000] "GET /assets/bootstrap/manifest.json HTTP/1.1" 200 234 caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:26:15 +0000] "GET /assets/bootstrap/bcid-192x192.png HTTP/1.1" 200 4898 caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:26:16 +0000] "GET /bc-tob/issuer?page=1 HTTP/1.1" 500 24617 caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:26:16 +0000] "GET /bc-tob/schema?page=1 HTTP/1.1" 500 24604 caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:26:21 +0000] "GET /bc-tob/issuer?page=1 HTTP/1.1" 500 24638 caddy_1 | 02/Nov/2020:10:26:21 +0000 [ERROR 502 /bc-tob/schema] context canceled caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:26:21 +0000] "GET /bc-tob/schema?page=1 HTTP/1.1" 502 40 caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:26:45 +0000] "GET / HTTP/1.1" 304 0 caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:26:45 +0000] "GET /assets/bootstrap/bcid-favicon-32x32.png HTTP/1.1" 200 1256 caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:26:46 +0000] "GET /bc-tob/issuer?page=1 HTTP/1.1" 500 24632 caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:26:46 +0000] "GET /bc-tob/schema?page=1 HTTP/1.1" 500 24651 caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:27:07 +0000] "GET /bc-tob/search/autocomplete?q=W HTTP/1.1" 500 24660 caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:28:40 +0000] "GET /bcreg/health HTTP/1.1" 200 26 bcreg-agent_1 | 2020-11-02 10:28:40,268 INFO [aiohttp.access]: 172.20.0.9 [02/Nov/2020:10:28:40 +0000] "GET /health HTTP/1.1" 200 152 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36" caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:28:40 +0000] "GET /favicon.ico HTTP/1.1" 200 22486 caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:28:47 +0000] "GET /finance/health HTTP/1.1" 200 26 ministry-finance-agent_1 | 2020-11-02 10:28:47,153 INFO [aiohttp.access]: 172.20.0.9 [02/Nov/2020:10:28:46 +0000] "GET /health HTTP/1.1" 200 152 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36" caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:28:50 +0000] "GET /surrey/health HTTP/1.1" 200 26 city-surrey-agent_1 | 2020-11-02 10:28:50,865 INFO [aiohttp.access]: 172.20.0.9 [02/Nov/2020:10:28:50 +0000] "GET /health HTTP/1.1" 200 152 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36" caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:28:55 +0000] "GET /fraser-valley/health HTTP/1.1" 200 26 fraser-valley-agent_1 | 2020-11-02 10:28:55,409 INFO [aiohttp.access]: 172.20.0.9 [02/Nov/2020:10:28:55 +0000] "GET /health HTTP/1.1" 200 152 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36" caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:28:59 +0000] "GET /liquor/health HTTP/1.1" 200 26 liquor-control-agent_1 | 2020-11-02 10:28:59,917 INFO [aiohttp.access]: 172.20.0.9 [02/Nov/2020:10:28:59 +0000] "GET /health HTTP/1.1" 200 152 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36" caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:29:02 +0000] "GET /worksafe/health HTTP/1.1" 200 26 worksafe-agent_1 | 2020-11-02 10:29:02,813 INFO [aiohttp.access]: 172.20.0.9 [02/Nov/2020:10:29:02 +0000] "GET /health HTTP/1.1" 200 152 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36" caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:29:07 +0000] "GET /agri/health HTTP/1.1" 200 26 agri-agent_1 | 2020-11-02 10:29:07,578 INFO [aiohttp.access]: 172.20.0.9 [02/Nov/2020:10:29:07 +0000] "GET /health HTTP/1.1" 200 152 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36" caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:31:02 +0000] "GET /assets/img/gl-symbols.png HTTP/1.1" 200 24202 caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:31:02 +0000] "GET /assets/img/gl-example.png HTTP/1.1" 200 26764 caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:31:02 +0000] "GET /fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:31:11 +0000] "GET /bc-tob/issuer?page=1 HTTP/1.1" 500 24627 caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:31:11 +0000] "GET /bc-tob/schema?page=1 HTTP/1.1" 500 24628 caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:31:14 +0000] "GET /demo HTTP/1.1" 200 517 caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:31:14 +0000] "GET /polyfills.js HTTP/1.1" 304 0 caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:31:14 +0000] "GET /main.js HTTP/1.1" 304 0 caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:31:14 +0000] "GET /styles.js HTTP/1.1" 304 0 caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:31:14 +0000] "GET /vendor.js HTTP/1.1" 304 0 caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:31:14 +0000] "GET /runtime.js HTTP/1.1" 304 0 caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:31:15 +0000] "GET /assets/bootstrap/bcid-symbol-rev.svg HTTP/1.1" 304 0 caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:31:15 +0000] "GET /assets/img/gl-logo.png HTTP/1.1" 304 0 caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:31:15 +0000] "GET /assets/bootstrap/bcid-logo-rev-en.svg HTTP/1.1" 304 0 caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:31:15 +0000] "GET /MyriadWebPro.woff2 HTTP/1.1" 304 0 caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:31:15 +0000] "GET /assets/bootstrap/manifest.json HTTP/1.1" 304 0 caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:31:15 +0000] "GET /assets/bootstrap/bcid-192x192.png HTTP/1.1" 304 0 caddy_1 | 02/Nov/2020:10:31:28 +0000 [ERROR 502 /bc-tob/schema] context canceled caddy_1 | 172.20.0.1 - - [02/Nov/2020:10:31:28 +0000] "GET /bc-tob/schema?page=1 HTTP/1.1" 502 40 `

ianco commented 4 years ago

Can you check the browser console to see if it is logging any errors? "more tools | developer tools | console" (in chrome)

CJHunter91 commented 4 years ago

There is indeed an error being thrown. See below

Environment:

Request Method: GET Request URL: http://tob-api:8080/api/v2/issuer?page=1

Django Version: 2.2.17 Python Version: 3.6.9 Installed Applications: ['django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', 'haystack', 'rest_framework', 'drf_generators', 'drf_yasg', 'django_filters', 'api', 'api_v2', 'api_indy', 'tob_api', 'corsheaders'] Installed Middleware: ['django.middleware.security.SecurityMiddleware', 'corsheaders.middleware.CorsMiddleware', 'whitenoise.middleware.WhiteNoiseMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.middleware.common.CommonMiddleware', 'django.middleware.csrf.CsrfViewMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.contrib.messages.middleware.MessageMiddleware', 'django.middleware.clickjacking.XFrameOptionsMiddleware']

Traceback:

File "/home/indy/.pyenv/versions/3.6.9/lib/python3.6/site-packages/rest_framework/settings.py" in import_from_string

  1. module = import_module(module_path)

File "/home/indy/.pyenv/versions/3.6.9/lib/python3.6/importlib/init.py" in import_module

  1. return _bootstrap._gcd_import(name[level:], package, level)

File "" in _gcd_import

File "" in _find_and_load

File "" in _find_and_load_unlocked

File "" in _load_unlocked

File "" in exec_module

File "" in _call_with_frames_removed

File "/home/indy/.pyenv/versions/3.6.9/lib/python3.6/site-packages/drf_yasg/generators.py" in

  1. from rest_framework.schemas.utils import get_pk_description

During handling of the above exception (cannot import name 'get_pk_description'), another exception occurred:

File "/home/indy/.pyenv/versions/3.6.9/lib/python3.6/site-packages/django/core/handlers/exception.py" in inner

  1. response = get_response(request)

File "/home/indy/.pyenv/versions/3.6.9/lib/python3.6/site-packages/django/utils/deprecation.py" in call

  1. response = self.process_request(request)

File "/home/indy/.pyenv/versions/3.6.9/lib/python3.6/site-packages/django/middleware/common.py" in process_request

  1. if self.should_redirect_with_slash(request):

File "/home/indy/.pyenv/versions/3.6.9/lib/python3.6/site-packages/django/middleware/common.py" in should_redirect_with_slash

  1. not is_valid_path(request.path_info, urlconf) and

File "/home/indy/.pyenv/versions/3.6.9/lib/python3.6/site-packages/django/urls/base.py" in is_valid_path

  1. resolve(path, urlconf)

File "/home/indy/.pyenv/versions/3.6.9/lib/python3.6/site-packages/django/urls/base.py" in resolve

  1. return get_resolver(urlconf).resolve(path)

File "/home/indy/.pyenv/versions/3.6.9/lib/python3.6/site-packages/django/urls/resolvers.py" in resolve

  1. for pattern in self.url_patterns:

File "/home/indy/.pyenv/versions/3.6.9/lib/python3.6/site-packages/django/utils/functional.py" in get

  1. res = instance.dict[self.name] = self.func(instance)

File "/home/indy/.pyenv/versions/3.6.9/lib/python3.6/site-packages/django/urls/resolvers.py" in url_patterns

  1. patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)

File "/home/indy/.pyenv/versions/3.6.9/lib/python3.6/site-packages/django/utils/functional.py" in get

  1. res = instance.dict[self.name] = self.func(instance)

File "/home/indy/.pyenv/versions/3.6.9/lib/python3.6/site-packages/django/urls/resolvers.py" in urlconf_module

  1. return import_module(self.urlconf_name)

File "/home/indy/.pyenv/versions/3.6.9/lib/python3.6/importlib/init.py" in import_module

  1. return _bootstrap._gcd_import(name[level:], package, level)

File "" in _gcd_import

File "" in _find_and_load

File "" in _find_and_load_unlocked

File "" in _load_unlocked

File "" in exec_module

File "" in _call_with_frames_removed

File "/home/indy/tob_api/urls.py" in

  1. path("api/v2/", include("api_v2.urls")),

File "/home/indy/.pyenv/versions/3.6.9/lib/python3.6/site-packages/django/urls/conf.py" in include

  1. urlconf_module = import_module(urlconf_module)

File "/home/indy/.pyenv/versions/3.6.9/lib/python3.6/importlib/init.py" in import_module

  1. return _bootstrap._gcd_import(name[level:], package, level)

File "" in _gcd_import

File "" in _find_and_load

File "" in _find_and_load_unlocked

File "" in _load_unlocked

File "" in exec_module

File "" in _call_with_frames_removed

File "/home/indy/api_v2/urls.py" in

  1. permission_classes=(AllowAny,),

File "/home/indy/.pyenv/versions/3.6.9/lib/python3.6/site-packages/drf_yasg/views.py" in get_schema_view

  1. _generator_class = generator_class or swagger_settings.DEFAULT_GENERATOR_CLASS

File "/home/indy/.pyenv/versions/3.6.9/lib/python3.6/site-packages/drf_yasg/app_settings.py" in getattr

  1. val = perform_import(val, attr)

File "/home/indy/.pyenv/versions/3.6.9/lib/python3.6/site-packages/rest_framework/settings.py" in perform_import

  1. return import_from_string(val, setting_name)

File "/home/indy/.pyenv/versions/3.6.9/lib/python3.6/site-packages/rest_framework/settings.py" in import_from_string

  1. raise ImportError(msg)

Exception Type: ImportError at /api/v2/issuer Exception Value: Could not import 'drf_yasg.generators.OpenAPISchemaGenerator' for API setting 'DEFAULT_GENERATOR_CLASS'. ImportError: cannot import name 'get_pk_description'.

ianco commented 4 years ago

Hmmm I wonder if this is due to a change in one of the dependencies. I'll need to test it out.

ianco commented 4 years ago

Fixed in this OrgBook PR: https://github.com/bcgov/TheOrgBook/pull/903

CJHunter91 commented 4 years ago

Great that's working now. Thanks for the help.