chore: all-in-one third party licenses file (#11321)

This commit is contained in:
Robert Lin 2020-06-17 06:52:40 +08:00 committed by GitHub
parent 53c3f3c24c
commit bd124a32bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 1530 additions and 817 deletions

9
.github/CODEOWNERS vendored
View File

@ -254,10 +254,11 @@ Dockerfile @sourcegraph/distribution
/internal/highlight/ @slimsag
/dev/codecov.yml @nicksnyder @tsenart @lguychard @beyang
# Third party license lists
/ThirdPartyLicensesGo.csv @sourcegraph/cloud
/ThirdPartyLicensesNpm.csv @sourcegraph/web
/dev/licenses-npm.sh @sourcegraph/web
# Third party license list
/third-party-licenses/ThirdPartyLicenses.csv @sourcegraph/cloud @sourcegraph/web
/third-party-licenses/ThirdPartyDistributedTools.csv @sourcegraph/distribution
/.github/workflows/licenses* @sourcegraph/distribution
/dev/licenses.sh @sourcegraph/distribution
# Changes to the GraphQL API should be approved by both the team owning the backend and the consumers
/cmd/frontend/graphqlbackend/schema.graphql @sourcegraph/web @sourcegraph/cloud

20
.github/workflows/licenses-check.yml vendored Normal file
View File

@ -0,0 +1,20 @@
name: Licenses Check
on: [ pull_request ]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
with: { ruby-version: '2.6' }
- uses: actions/setup-go@v2
with: { go-version: '1.14' }
- uses: actions/setup-node@v1
with: { node-version: '14.4' }
- name: Install license_finder
run: gem install license_finder
- name: Check dependencies
run: LICENSE_CHECK=true ./dev/licenses.sh

32
.github/workflows/licenses-update.yml vendored Normal file
View File

@ -0,0 +1,32 @@
name: Licenses Update
on:
schedule:
- cron: '0 0 * * MON'
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
with: { ruby-version: '2.6' }
- uses: actions/setup-go@v2
with: { go-version: '1.14' }
- uses: actions/setup-node@v1
with: { node-version: '14.4' }
- name: Install license_finder
run: gem install license_finder
- name: Generate report
run: ./dev/licenses.sh && git --no-pager diff
- name: Open pull request
uses: peter-evans/create-pull-request@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update third-party licenses
branch: chore/licenses-update
title: 'chore: update third-party licenses'
body: |
This is an automated pull request generated by [this run](https://github.com/sourcegraph/sourcegraph/actions/runs/${{ env.GITHUB_RUN_ID }}).

View File

@ -1,164 +0,0 @@
Dependency;Version;SPDX ID;License;Allowed
cloud.google.com/go;v0.56.0;Apache-2.0;Apache License 2.0;yes
cloud.google.com/go/pubsub;v1.3.1;Apache-2.0;Apache License 2.0;yes
github.com/Masterminds/semver;v1.5.0;MIT;MIT License;yes
github.com/NYTimes/gziphandler;v1.1.1;Apache-2.0;Apache License 2.0;yes
github.com/PuerkitoBio/purell;v1.1.1;BSD-3-Clause;"BSD 3-Clause ""New"" or ""Revised"" License";yes
github.com/PuerkitoBio/urlesc;v0.0.0-20170810143723-de5bf2ad4578;BSD-3-Clause;"BSD 3-Clause ""New"" or ""Revised"" License";yes
github.com/RoaringBitmap/roaring;v0.4.23;Apache-2.0;Apache License 2.0;yes
github.com/avelino/slugify;v0.0.0-20180501145920-855f152bd774;MIT;MIT License;yes
github.com/aws/aws-sdk-go-v2;v0.20.0;Apache-2.0;Apache License 2.0;yes
github.com/beevik/etree;v1.1.0;BSD-2-Clause;"BSD 2-Clause ""Simplified"" License";yes
github.com/beorn7/perks;v1.0.1;MIT;MIT License;yes
github.com/boj/redistore;v0.0.0-20180917114910-cd5dcc76aeff;MIT;MIT License;yes
github.com/certifi/gocertifi;v0.0.0-20200211180108-c7c1fbc02894;MPL-2.0;Mozilla Public License 2.0;yes
github.com/cespare/xxhash;v2.1.1;MIT;MIT License;yes
github.com/containerd/containerd;v1.3.3;Apache-2.0;Apache License 2.0;yes
github.com/coreos/go-oidc;v2.2.1+incompatible;Apache-2.0;Apache License 2.0;yes
github.com/coreos/go-semver;v0.3.0;Apache-2.0;Apache License 2.0;yes
github.com/daviddengcn/go-colortext;v1.0.0;MIT;MIT License;yes
github.com/dnaeon/go-vcr;v1.0.1;BSD-2-Clause;"BSD 2-Clause ""Simplified"" License";yes
github.com/docker/distribution;v2.7.1+incompatible;Apache-2.0;Apache License 2.0;yes
github.com/docker/docker;v1.4.2-0.20200213202729-31a86c4ab209;Apache-2.0;Apache License 2.0;yes
github.com/docker/go-connections;v0.4.0;Apache-2.0;Apache License 2.0;yes
github.com/docker/go-units;v0.4.0;Apache-2.0;Apache License 2.0;yes
github.com/emersion/go-imap;v1.0.4;MIT;MIT License;yes
github.com/emersion/go-sasl;v0.0.0-20191210011802-430746ea8b9b;MIT;MIT License;yes
github.com/ericchiang/k8s;v1.2.0;Apache-2.0;Apache License 2.0;yes
github.com/facebookgo/clock;v0.0.0-20150410010913-600d898af40a;MIT;MIT License;yes
github.com/facebookgo/limitgroup;v0.0.0-20150612190941-6abd8d71ec01;BSD-3-Clause;"BSD 3-Clause ""New"" or ""Revised"" License";yes
github.com/facebookgo/muster;v0.0.0-20150708232844-fd3d7953fd52;BSD-3-Clause;"BSD 3-Clause ""New"" or ""Revised"" License";yes
github.com/fatih/color;v1.9.0;MIT;MIT License;yes
github.com/felixfbecker/stringscore;v0.0.0-20170928081130-e71a9f1b0749;MIT;MIT License;yes
github.com/felixge/httpsnoop;v1.0.1;MIT;MIT License;yes
github.com/gchaincl/sqlhooks;v1.3.0;MIT;MIT License;yes
github.com/getsentry/raven-go;v0.2.0;BSD-3-Clause;"BSD 3-Clause ""New"" or ""Revised"" License";yes
github.com/glycerine/go-unsnap-stream;v0.0.0-20190901134440-81cf024a9e0a;MIT;MIT License;yes
github.com/go-redsync/redsync;v1.4.1;BSD-3-Clause;"BSD 3-Clause ""New"" or ""Revised"" License";yes
github.com/go-stack/stack;v1.8.0;MIT;MIT License;yes
github.com/gobwas/glob;v0.2.3;MIT;MIT License;yes
github.com/gogo/protobuf;v1.3.1;BSD-3-Clause;"BSD 3-Clause ""New"" or ""Revised"" License";yes
github.com/golang-migrate/migrate;v4.10.0;MIT;MIT License;yes
github.com/golang/gddo;v0.0.0-20200324184333-3c2cc9a6329d;BSD-3-Clause;"BSD 3-Clause ""New"" or ""Revised"" License";yes
github.com/golang/groupcache;v0.0.0-20200121045136-8c9f03a8e57e;Apache-2.0;Apache License 2.0;yes
github.com/golang/protobuf;v1.3.5;BSD-3-Clause;"BSD 3-Clause ""New"" or ""Revised"" License";yes
github.com/golang/snappy;v0.0.1;BSD-3-Clause;"BSD 3-Clause ""New"" or ""Revised"" License";yes
github.com/gomodule/oauth1;v0.0.0-20181215000758-9a59ed3b0a84;Apache-2.0;"Apache License 2.0
";yes
github.com/gomodule/redigo;v2.0.0+incompatible;Apache-2.0;Apache License 2.0;yes
github.com/google/go-cmp;v0.4.0;BSD-3-Clause;"BSD 3-Clause ""New"" or ""Revised"" License";yes
github.com/google/go-github;v28.1.1;BSD-3-Clause;"BSD 3-Clause ""New"" or ""Revised"" License";yes
github.com/google/go-github;v28.1.1;BSD-3-Clause;"BSD 3-Clause ""New"" or ""Revised"" License";yes
github.com/google/go-querystring;v1.0.0;BSD-3-Clause;"BSD 3-Clause ""New"" or ""Revised"" License";yes
github.com/google/uuid;v1.1.1;BSD-3-Clause;"BSD 3-Clause ""New"" or ""Revised"" License";yes
github.com/googleapis/gax-go;v2.0.5;BSD-3-Clause;"BSD 3-Clause ""New"" or ""Revised"" License";yes
github.com/gorilla/context;v1.1.1;BSD-3-Clause;"BSD 3-Clause ""New"" or ""Revised"" License";yes
github.com/gorilla/csrf;v1.6.2;BSD-3-Clause;"BSD 3-Clause ""New"" or ""Revised"" License";yes
github.com/gorilla/handlers;v1.4.2;BSD-2-Clause;"BSD 2-Clause ""Simplified"" License";yes
github.com/gorilla/mux;v1.7.4;BSD-3-Clause;"BSD 3-Clause ""New"" or ""Revised"" License";yes
github.com/gorilla/schema;v1.1.0;BSD-3-Clause;"BSD 3-Clause ""New"" or ""Revised"" License";yes
github.com/gorilla/securecookie;v1.1.1;BSD-3-Clause;"BSD 3-Clause ""New"" or ""Revised"" License";yes
github.com/gorilla/sessions;v1.2.0;BSD-3-Clause;"BSD 3-Clause ""New"" or ""Revised"" License";yes
github.com/goware/urlx;v0.3.1;MIT;MIT License;yes
github.com/graph-gophers/graphql-go;v0.0.0-20200309224638-dae41bde9ef9;BSD-2-Clause;"BSD 2-Clause ""Simplified"" License";yes
github.com/gregjones/httpcache;v0.0.0-20190611155906-901d90724c79;MIT;MIT License;yes
github.com/hashicorp/errwrap;v1.0.0;MPL-2.0;Mozilla Public License 2.0;yes
github.com/hashicorp/go-multierror;v1.1.0;MPL-2.0;Mozilla Public License 2.0;yes
github.com/honeycombio/libhoney-go;v1.12.4;Apache-2.0;Apache License 2.0;yes
github.com/inconshreveable/log15;v0.0.0-20200109203555-b30bc20e4fd1;Apache-2.0;Apache License 2.0;yes
github.com/jmespath/go-jmespath;v0.3.0;Apache-2.0;Apache License 2.0;yes
github.com/jmoiron/sqlx;v1.2.1-0.20190826204134-d7d95172beb5;MIT;MIT License;yes
github.com/joho/godotenv;v1.3.0;MIT;MIT License;yes
github.com/jonboulle/clockwork;v0.1.0;Apache-2.0;Apache License 2.0;yes
github.com/karlseguin/typed;v1.1.7;MIT;MIT License;yes
github.com/karrick/godirwalk;v1.15.5;BSD-2-Clause;"BSD 2-Clause ""Simplified"" License";yes
github.com/karrick/tparse;v2.8.0;MIT;MIT License;yes
github.com/keegancsmith/rpc;v1.1.0;BSD-3-Clause;"BSD 3-Clause ""New"" or ""Revised"" License";yes
github.com/keegancsmith/sqlf;v1.1.0;MIT;MIT License;yes
github.com/keegancsmith/tmpfriend;v0.0.0-20180423180255-86e88902a513;MIT;MIT License;yes
github.com/klauspost/compress;v1.10.3;BSD-3-Clause;"BSD 3-Clause ""New"" or ""Revised"" License";yes
github.com/kr/text;v0.2.0;MIT;MIT License;yes
github.com/lib/pq;v1.3.0;MIT;MIT License;yes
github.com/lightstep/lightstep-tracer-common/golang/gogo;v0.0.0-20200310182322-adf4263e074b;MIT;MIT License;yes
github.com/lightstep/lightstep-tracer-go;v0.20.0;MIT;MIT License;yes
github.com/mattn/go-colorable;v0.1.6;MIT;MIT License;yes
github.com/mattn/go-isatty;v0.0.12;MIT;MIT License;yes
github.com/mattn/go-sqlite3;v2.0.3+incompatible;MIT;MIT License;yes
github.com/matttproud/golang_protobuf_extensions;v1.0.1;Apache-2.0;Apache License 2.0;yes
github.com/microcosm-cc/bluemonday;v1.0.2;BSD-3-Clause;"BSD 3-Clause ""New"" or ""Revised"" License";yes
github.com/neelance/parallel;v0.0.0-20160708114440-4de9ce63d14c;BSD-2-Clause;"BSD 2-Clause ""Simplified"" License";yes
github.com/opencontainers/go-digest;v1.0.0-rc1;Apache-2.0;Apache License 2.0;yes
github.com/opencontainers/image-spec;v1.0.1;Apache-2.0;Apache License 2.0;yes
github.com/opentracing-contrib/go-stdlib;v0.0.0-20190519235532-cf7a6c988dc9;Apache-2.0;Apache License 2.0;yes
github.com/opentracing/opentracing-go;v1.1.0;Apache-2.0;Apache License 2.0;yes
github.com/peterhellberg/link;v1.1.0;MIT;MIT License;yes
github.com/philhofer/fwd;v1.0.0;MIT;MIT License;yes
github.com/pkg/errors;v0.9.1;BSD-2-Clause;"BSD 2-Clause ""Simplified"" License";yes
github.com/pquerna/cachecontrol;v0.0.0-20180517163645-1555304b9b35;Apache-2.0;Apache License 2.0;yes
github.com/prometheus/client_golang;v1.5.1;Apache-2.0;Apache License 2.0;yes
github.com/prometheus/client_model;v0.2.0;Apache-2.0;Apache License 2.0;yes
github.com/prometheus/common;v0.9.1;Apache-2.0;Apache License 2.0;yes
github.com/prometheus/procfs;v0.0.11;Apache-2.0;Apache License 2.0;yes
github.com/rainycape/unidecode;v0.0.0-20150907023854-cb7f23ec59be;Apache-2.0;Apache License 2.0;yes
github.com/russellhaering/goxmldsig;v0.0.0-20180430223755-7acd5e4a6ef7;Apache-2.0;Apache License 2.0;yes
github.com/russross/blackfriday;v1.5.2;BSD-2-Clause;"BSD 2-Clause ""Simplified"" License";yes
github.com/segmentio/fasthash;v1.0.1;MIT;MIT License;yes
github.com/sergi/go-diff;v1.1.0;MIT;MIT License;yes
github.com/shirou/gopsutil;v2.20.3+incompatible;BSD-3-Clause;"BSD 3-Clause ""New"" or ""Revised"" License";yes
github.com/shurcooL/github_flavored_markdown;v0.0.0-20181002035957-2122de532470;MIT;MIT License;yes
github.com/shurcooL/highlight_diff;v0.0.0-20181222201841-111da2e7d480;MIT;MIT License;yes
github.com/shurcooL/highlight_go;v0.0.0-20191220051317-782971ddf21b;MIT;MIT License;yes
github.com/shurcooL/octicon;v0.0.0-20191102190552-cbb32d6a785c;MIT;MIT License;yes
github.com/shurcooL/sanitized_anchor_name;v1.0.0;MIT;MIT License;yes
github.com/sirupsen/logrus;v1.5.0;MIT;MIT License;yes
github.com/sloonz/go-qprintable;v0.0.0-20160203160305-775b3a4592d5;ISC;ISC License;yes
github.com/sourcegraph/annotate;v0.0.0-20160123013949-f4cad6c6324d;BSD-3-Clause;"BSD 3-Clause ""New"" or ""Revised"" License";yes
github.com/sourcegraph/ctxvfs;v0.0.0-20180418081416-2b65f1b1ea81;MIT;MIT License;yes
github.com/sourcegraph/go-diff;v0.5.1;MIT;MIT License;yes
github.com/sourcegraph/go-jsonschema;v0.0.0-20191222043427-cdbee60427af;MIT;MIT License;yes
github.com/sourcegraph/go-langserver;v2.0.1-0.20181108233942-4a51fa2e1238+incompatible;MIT;MIT License;yes
github.com/sourcegraph/go-lsp;v0.0.0-20200117082640-b19bb38222e2;MIT;MIT License;yes
github.com/sourcegraph/gologin;v1.0.2-0.20181110030308-c6f1b62954d8;MIT;MIT License;yes
github.com/sourcegraph/gonduit;v0.4.0;MIT;MIT License;yes
github.com/sourcegraph/gosaml2;v0.3.2-0.20200109173551-5cfddeb48b17;Apache-2.0;Apache License 2.0;yes
github.com/sourcegraph/gosyntect;v0.0.0-20200331033347-c35e64c39373;MIT;MIT License;yes
github.com/sourcegraph/jsonx;v0.0.0-20190114210550-ba8cb36a8614;MIT;MIT License;yes
github.com/sourcegraph/syntaxhighlight;v0.0.0-20170531221838-bd320f5d308e;BSD-3-Clause;"BSD 3-Clause ""New"" or ""Revised"" License";yes
github.com/sourcegraph/zoekt;v0.0.0-20200401202556-ef3ec2393b46;Apache-2.0;Apache License 2.0;yes
github.com/sqs/httpgzip;v0.0.0-20180622165210-91da61ed4dff;MIT;MIT License;yes
github.com/src-d/enry;v2.1.0;Apache-2.0;Apache License 2.0;yes
github.com/src-d/gcfg;v1.4.0;BSD-3-Clause;"BSD 3-Clause ""New"" or ""Revised"" License";yes
github.com/stripe/stripe-go;v70.11.0+incompatible;MIT;MIT License;yes
github.com/tinylib/msgp;v1.1.2;MIT;MIT License;yes
github.com/tomnomnom/linkheader;v0.0.0-20180905144013-02ca5825eb80;MIT;MIT License;yes
github.com/toqueteos/trie;v1.0.0;MIT;MIT License;yes
github.com/uber/jaeger-client-go;v2.22.1+incompatible;Apache-2.0;Apache License 2.0;yes
github.com/uber/jaeger-lib;v2.2.0+incompatible;Apache-2.0;Apache License 2.0;yes
github.com/vmihailenco/msgpack;v4.3.11;BSD-2-Clause;"BSD 2-Clause ""Simplified"" License";yes
github.com/vmihailenco/tagparser;v0.1.1;BSD-2-Clause;"BSD 2-Clause ""Simplified"" License";yes
github.com/xeipuuv/gojsonpointer;v0.0.0-20190905194746-02993c407bfb;Apache-2.0;Apache License 2.0;yes
github.com/xeipuuv/gojsonreference;v0.0.0-20180127040603-bd5ef7bd5415;Apache-2.0;Apache License 2.0;yes
github.com/xeipuuv/gojsonschema;v1.2.0;Apache-2.0;Apache License 2.0;yes
github.com/xeonx/timeago;v1.0.0-rc4;MIT;MIT License;yes
go.opencensus.io;v0.22.3;Apache-2.0;Apache License 2.0;yes
go.uber.org/atomic;v1.6.0;MIT;MIT License;yes
go.uber.org/automaxprocs;v1.3.0;MIT;MIT License;yes
golang.org/x/crypto;v0.0.0-20200403201458-baeed622b8d8;BSD-3-Clause;"BSD 3-Clause ""New"" or ""Revised"" License";yes
golang.org/x/net;v0.0.0-20200324143707-d3edc9973b7e;BSD-3-Clause;"BSD 3-Clause ""New"" or ""Revised"" License";yes
golang.org/x/oauth2;v0.0.0-20200107190931-bf48bf16ab8d;BSD-3-Clause;"BSD 3-Clause ""New"" or ""Revised"" License";yes
golang.org/x/sync;v0.0.0-20200317015054-43a5402ce75a;BSD-3-Clause;"BSD 3-Clause ""New"" or ""Revised"" License";yes
golang.org/x/sys;v0.0.0-20200331124033-c3d80250170d;BSD-3-Clause;"BSD 3-Clause ""New"" or ""Revised"" License";yes
golang.org/x/text;v0.3.2;BSD-3-Clause;"BSD 3-Clause ""New"" or ""Revised"" License";yes
golang.org/x/time;v0.0.0-20191024005414-555d28b269f0;BSD-3-Clause;"BSD 3-Clause ""New"" or ""Revised"" License";yes
golang.org/x/tools;v0.0.0-20200403190813-44a64ad78b9b;BSD-3-Clause;"BSD 3-Clause ""New"" or ""Revised"" License";yes
google.golang.org/api;v0.21.0;BSD-3-Clause;<license not found or detected>;yes
google.golang.org/genproto;v0.0.0-20200403120447-c50568487044;Apache-2.0;Apache License 2.0;yes
google.golang.org/grpc;v1.28.0;Apache-2.0;Apache License 2.0;yes
gopkg.in/alexcesaro/statsd.v2;v2.0.0;MIT;MIT License;yes
gopkg.in/jpoehls/gophermail.v0;v0.0.0-20160410235621-62941eab772c;MIT;MIT License;yes
gopkg.in/square/go-jose.v2;v2.4.1;Apache-2.0;Apache License 2.0;yes
gopkg.in/src-d/go-git.v4;v4.13.1;Apache-2.0;Apache License 2.0;yes
gopkg.in/toqueteos/substring.v1;v1.0.2;MIT;MIT License;yes
gopkg.in/warnings.v0;v0.1.2;BSD-2-Clause;"BSD 2-Clause ""Simplified"" License";yes
gopkg.in/yaml.v2;v2.2.8;Apache-2.0;Apache License 2.0;yes
sourcegraph.com/sqs/pbtypes;v1.0.0;Apache-2.0;Apache License 2.0;yes
1 Dependency Version SPDX ID License Allowed
2 cloud.google.com/go v0.56.0 Apache-2.0 Apache License 2.0 yes
3 cloud.google.com/go/pubsub v1.3.1 Apache-2.0 Apache License 2.0 yes
4 github.com/Masterminds/semver v1.5.0 MIT MIT License yes
5 github.com/NYTimes/gziphandler v1.1.1 Apache-2.0 Apache License 2.0 yes
6 github.com/PuerkitoBio/purell v1.1.1 BSD-3-Clause BSD 3-Clause "New" or "Revised" License yes
7 github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 BSD-3-Clause BSD 3-Clause "New" or "Revised" License yes
8 github.com/RoaringBitmap/roaring v0.4.23 Apache-2.0 Apache License 2.0 yes
9 github.com/avelino/slugify v0.0.0-20180501145920-855f152bd774 MIT MIT License yes
10 github.com/aws/aws-sdk-go-v2 v0.20.0 Apache-2.0 Apache License 2.0 yes
11 github.com/beevik/etree v1.1.0 BSD-2-Clause BSD 2-Clause "Simplified" License yes
12 github.com/beorn7/perks v1.0.1 MIT MIT License yes
13 github.com/boj/redistore v0.0.0-20180917114910-cd5dcc76aeff MIT MIT License yes
14 github.com/certifi/gocertifi v0.0.0-20200211180108-c7c1fbc02894 MPL-2.0 Mozilla Public License 2.0 yes
15 github.com/cespare/xxhash v2.1.1 MIT MIT License yes
16 github.com/containerd/containerd v1.3.3 Apache-2.0 Apache License 2.0 yes
17 github.com/coreos/go-oidc v2.2.1+incompatible Apache-2.0 Apache License 2.0 yes
18 github.com/coreos/go-semver v0.3.0 Apache-2.0 Apache License 2.0 yes
19 github.com/daviddengcn/go-colortext v1.0.0 MIT MIT License yes
20 github.com/dnaeon/go-vcr v1.0.1 BSD-2-Clause BSD 2-Clause "Simplified" License yes
21 github.com/docker/distribution v2.7.1+incompatible Apache-2.0 Apache License 2.0 yes
22 github.com/docker/docker v1.4.2-0.20200213202729-31a86c4ab209 Apache-2.0 Apache License 2.0 yes
23 github.com/docker/go-connections v0.4.0 Apache-2.0 Apache License 2.0 yes
24 github.com/docker/go-units v0.4.0 Apache-2.0 Apache License 2.0 yes
25 github.com/emersion/go-imap v1.0.4 MIT MIT License yes
26 github.com/emersion/go-sasl v0.0.0-20191210011802-430746ea8b9b MIT MIT License yes
27 github.com/ericchiang/k8s v1.2.0 Apache-2.0 Apache License 2.0 yes
28 github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a MIT MIT License yes
29 github.com/facebookgo/limitgroup v0.0.0-20150612190941-6abd8d71ec01 BSD-3-Clause BSD 3-Clause "New" or "Revised" License yes
30 github.com/facebookgo/muster v0.0.0-20150708232844-fd3d7953fd52 BSD-3-Clause BSD 3-Clause "New" or "Revised" License yes
31 github.com/fatih/color v1.9.0 MIT MIT License yes
32 github.com/felixfbecker/stringscore v0.0.0-20170928081130-e71a9f1b0749 MIT MIT License yes
33 github.com/felixge/httpsnoop v1.0.1 MIT MIT License yes
34 github.com/gchaincl/sqlhooks v1.3.0 MIT MIT License yes
35 github.com/getsentry/raven-go v0.2.0 BSD-3-Clause BSD 3-Clause "New" or "Revised" License yes
36 github.com/glycerine/go-unsnap-stream v0.0.0-20190901134440-81cf024a9e0a MIT MIT License yes
37 github.com/go-redsync/redsync v1.4.1 BSD-3-Clause BSD 3-Clause "New" or "Revised" License yes
38 github.com/go-stack/stack v1.8.0 MIT MIT License yes
39 github.com/gobwas/glob v0.2.3 MIT MIT License yes
40 github.com/gogo/protobuf v1.3.1 BSD-3-Clause BSD 3-Clause "New" or "Revised" License yes
41 github.com/golang-migrate/migrate v4.10.0 MIT MIT License yes
42 github.com/golang/gddo v0.0.0-20200324184333-3c2cc9a6329d BSD-3-Clause BSD 3-Clause "New" or "Revised" License yes
43 github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e Apache-2.0 Apache License 2.0 yes
44 github.com/golang/protobuf v1.3.5 BSD-3-Clause BSD 3-Clause "New" or "Revised" License yes
45 github.com/golang/snappy v0.0.1 BSD-3-Clause BSD 3-Clause "New" or "Revised" License yes
46 github.com/gomodule/oauth1 v0.0.0-20181215000758-9a59ed3b0a84 Apache-2.0 Apache License 2.0 yes
47 github.com/gomodule/redigo v2.0.0+incompatible Apache-2.0 Apache License 2.0 yes
48 github.com/google/go-cmp v0.4.0 BSD-3-Clause BSD 3-Clause "New" or "Revised" License yes
49 github.com/google/go-github v28.1.1 BSD-3-Clause BSD 3-Clause "New" or "Revised" License yes
50 github.com/google/go-github v28.1.1 BSD-3-Clause BSD 3-Clause "New" or "Revised" License yes
51 github.com/google/go-querystring v1.0.0 BSD-3-Clause BSD 3-Clause "New" or "Revised" License yes
52 github.com/google/uuid v1.1.1 BSD-3-Clause BSD 3-Clause "New" or "Revised" License yes
53 github.com/googleapis/gax-go v2.0.5 BSD-3-Clause BSD 3-Clause "New" or "Revised" License yes
54 github.com/gorilla/context v1.1.1 BSD-3-Clause BSD 3-Clause "New" or "Revised" License yes
55 github.com/gorilla/csrf v1.6.2 BSD-3-Clause BSD 3-Clause "New" or "Revised" License yes
56 github.com/gorilla/handlers v1.4.2 BSD-2-Clause BSD 2-Clause "Simplified" License yes
57 github.com/gorilla/mux v1.7.4 BSD-3-Clause BSD 3-Clause "New" or "Revised" License yes
58 github.com/gorilla/schema v1.1.0 BSD-3-Clause BSD 3-Clause "New" or "Revised" License yes
59 github.com/gorilla/securecookie v1.1.1 BSD-3-Clause BSD 3-Clause "New" or "Revised" License yes
60 github.com/gorilla/sessions v1.2.0 BSD-3-Clause BSD 3-Clause "New" or "Revised" License yes
61 github.com/goware/urlx v0.3.1 MIT MIT License yes
62 github.com/graph-gophers/graphql-go v0.0.0-20200309224638-dae41bde9ef9 BSD-2-Clause BSD 2-Clause "Simplified" License yes
63 github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 MIT MIT License yes
64 github.com/hashicorp/errwrap v1.0.0 MPL-2.0 Mozilla Public License 2.0 yes
65 github.com/hashicorp/go-multierror v1.1.0 MPL-2.0 Mozilla Public License 2.0 yes
66 github.com/honeycombio/libhoney-go v1.12.4 Apache-2.0 Apache License 2.0 yes
67 github.com/inconshreveable/log15 v0.0.0-20200109203555-b30bc20e4fd1 Apache-2.0 Apache License 2.0 yes
68 github.com/jmespath/go-jmespath v0.3.0 Apache-2.0 Apache License 2.0 yes
69 github.com/jmoiron/sqlx v1.2.1-0.20190826204134-d7d95172beb5 MIT MIT License yes
70 github.com/joho/godotenv v1.3.0 MIT MIT License yes
71 github.com/jonboulle/clockwork v0.1.0 Apache-2.0 Apache License 2.0 yes
72 github.com/karlseguin/typed v1.1.7 MIT MIT License yes
73 github.com/karrick/godirwalk v1.15.5 BSD-2-Clause BSD 2-Clause "Simplified" License yes
74 github.com/karrick/tparse v2.8.0 MIT MIT License yes
75 github.com/keegancsmith/rpc v1.1.0 BSD-3-Clause BSD 3-Clause "New" or "Revised" License yes
76 github.com/keegancsmith/sqlf v1.1.0 MIT MIT License yes
77 github.com/keegancsmith/tmpfriend v0.0.0-20180423180255-86e88902a513 MIT MIT License yes
78 github.com/klauspost/compress v1.10.3 BSD-3-Clause BSD 3-Clause "New" or "Revised" License yes
79 github.com/kr/text v0.2.0 MIT MIT License yes
80 github.com/lib/pq v1.3.0 MIT MIT License yes
81 github.com/lightstep/lightstep-tracer-common/golang/gogo v0.0.0-20200310182322-adf4263e074b MIT MIT License yes
82 github.com/lightstep/lightstep-tracer-go v0.20.0 MIT MIT License yes
83 github.com/mattn/go-colorable v0.1.6 MIT MIT License yes
84 github.com/mattn/go-isatty v0.0.12 MIT MIT License yes
85 github.com/mattn/go-sqlite3 v2.0.3+incompatible MIT MIT License yes
86 github.com/matttproud/golang_protobuf_extensions v1.0.1 Apache-2.0 Apache License 2.0 yes
87 github.com/microcosm-cc/bluemonday v1.0.2 BSD-3-Clause BSD 3-Clause "New" or "Revised" License yes
88 github.com/neelance/parallel v0.0.0-20160708114440-4de9ce63d14c BSD-2-Clause BSD 2-Clause "Simplified" License yes
89 github.com/opencontainers/go-digest v1.0.0-rc1 Apache-2.0 Apache License 2.0 yes
90 github.com/opencontainers/image-spec v1.0.1 Apache-2.0 Apache License 2.0 yes
91 github.com/opentracing-contrib/go-stdlib v0.0.0-20190519235532-cf7a6c988dc9 Apache-2.0 Apache License 2.0 yes
92 github.com/opentracing/opentracing-go v1.1.0 Apache-2.0 Apache License 2.0 yes
93 github.com/peterhellberg/link v1.1.0 MIT MIT License yes
94 github.com/philhofer/fwd v1.0.0 MIT MIT License yes
95 github.com/pkg/errors v0.9.1 BSD-2-Clause BSD 2-Clause "Simplified" License yes
96 github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 Apache-2.0 Apache License 2.0 yes
97 github.com/prometheus/client_golang v1.5.1 Apache-2.0 Apache License 2.0 yes
98 github.com/prometheus/client_model v0.2.0 Apache-2.0 Apache License 2.0 yes
99 github.com/prometheus/common v0.9.1 Apache-2.0 Apache License 2.0 yes
100 github.com/prometheus/procfs v0.0.11 Apache-2.0 Apache License 2.0 yes
101 github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be Apache-2.0 Apache License 2.0 yes
102 github.com/russellhaering/goxmldsig v0.0.0-20180430223755-7acd5e4a6ef7 Apache-2.0 Apache License 2.0 yes
103 github.com/russross/blackfriday v1.5.2 BSD-2-Clause BSD 2-Clause "Simplified" License yes
104 github.com/segmentio/fasthash v1.0.1 MIT MIT License yes
105 github.com/sergi/go-diff v1.1.0 MIT MIT License yes
106 github.com/shirou/gopsutil v2.20.3+incompatible BSD-3-Clause BSD 3-Clause "New" or "Revised" License yes
107 github.com/shurcooL/github_flavored_markdown v0.0.0-20181002035957-2122de532470 MIT MIT License yes
108 github.com/shurcooL/highlight_diff v0.0.0-20181222201841-111da2e7d480 MIT MIT License yes
109 github.com/shurcooL/highlight_go v0.0.0-20191220051317-782971ddf21b MIT MIT License yes
110 github.com/shurcooL/octicon v0.0.0-20191102190552-cbb32d6a785c MIT MIT License yes
111 github.com/shurcooL/sanitized_anchor_name v1.0.0 MIT MIT License yes
112 github.com/sirupsen/logrus v1.5.0 MIT MIT License yes
113 github.com/sloonz/go-qprintable v0.0.0-20160203160305-775b3a4592d5 ISC ISC License yes
114 github.com/sourcegraph/annotate v0.0.0-20160123013949-f4cad6c6324d BSD-3-Clause BSD 3-Clause "New" or "Revised" License yes
115 github.com/sourcegraph/ctxvfs v0.0.0-20180418081416-2b65f1b1ea81 MIT MIT License yes
116 github.com/sourcegraph/go-diff v0.5.1 MIT MIT License yes
117 github.com/sourcegraph/go-jsonschema v0.0.0-20191222043427-cdbee60427af MIT MIT License yes
118 github.com/sourcegraph/go-langserver v2.0.1-0.20181108233942-4a51fa2e1238+incompatible MIT MIT License yes
119 github.com/sourcegraph/go-lsp v0.0.0-20200117082640-b19bb38222e2 MIT MIT License yes
120 github.com/sourcegraph/gologin v1.0.2-0.20181110030308-c6f1b62954d8 MIT MIT License yes
121 github.com/sourcegraph/gonduit v0.4.0 MIT MIT License yes
122 github.com/sourcegraph/gosaml2 v0.3.2-0.20200109173551-5cfddeb48b17 Apache-2.0 Apache License 2.0 yes
123 github.com/sourcegraph/gosyntect v0.0.0-20200331033347-c35e64c39373 MIT MIT License yes
124 github.com/sourcegraph/jsonx v0.0.0-20190114210550-ba8cb36a8614 MIT MIT License yes
125 github.com/sourcegraph/syntaxhighlight v0.0.0-20170531221838-bd320f5d308e BSD-3-Clause BSD 3-Clause "New" or "Revised" License yes
126 github.com/sourcegraph/zoekt v0.0.0-20200401202556-ef3ec2393b46 Apache-2.0 Apache License 2.0 yes
127 github.com/sqs/httpgzip v0.0.0-20180622165210-91da61ed4dff MIT MIT License yes
128 github.com/src-d/enry v2.1.0 Apache-2.0 Apache License 2.0 yes
129 github.com/src-d/gcfg v1.4.0 BSD-3-Clause BSD 3-Clause "New" or "Revised" License yes
130 github.com/stripe/stripe-go v70.11.0+incompatible MIT MIT License yes
131 github.com/tinylib/msgp v1.1.2 MIT MIT License yes
132 github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 MIT MIT License yes
133 github.com/toqueteos/trie v1.0.0 MIT MIT License yes
134 github.com/uber/jaeger-client-go v2.22.1+incompatible Apache-2.0 Apache License 2.0 yes
135 github.com/uber/jaeger-lib v2.2.0+incompatible Apache-2.0 Apache License 2.0 yes
136 github.com/vmihailenco/msgpack v4.3.11 BSD-2-Clause BSD 2-Clause "Simplified" License yes
137 github.com/vmihailenco/tagparser v0.1.1 BSD-2-Clause BSD 2-Clause "Simplified" License yes
138 github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb Apache-2.0 Apache License 2.0 yes
139 github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 Apache-2.0 Apache License 2.0 yes
140 github.com/xeipuuv/gojsonschema v1.2.0 Apache-2.0 Apache License 2.0 yes
141 github.com/xeonx/timeago v1.0.0-rc4 MIT MIT License yes
142 go.opencensus.io v0.22.3 Apache-2.0 Apache License 2.0 yes
143 go.uber.org/atomic v1.6.0 MIT MIT License yes
144 go.uber.org/automaxprocs v1.3.0 MIT MIT License yes
145 golang.org/x/crypto v0.0.0-20200403201458-baeed622b8d8 BSD-3-Clause BSD 3-Clause "New" or "Revised" License yes
146 golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e BSD-3-Clause BSD 3-Clause "New" or "Revised" License yes
147 golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d BSD-3-Clause BSD 3-Clause "New" or "Revised" License yes
148 golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a BSD-3-Clause BSD 3-Clause "New" or "Revised" License yes
149 golang.org/x/sys v0.0.0-20200331124033-c3d80250170d BSD-3-Clause BSD 3-Clause "New" or "Revised" License yes
150 golang.org/x/text v0.3.2 BSD-3-Clause BSD 3-Clause "New" or "Revised" License yes
151 golang.org/x/time v0.0.0-20191024005414-555d28b269f0 BSD-3-Clause BSD 3-Clause "New" or "Revised" License yes
152 golang.org/x/tools v0.0.0-20200403190813-44a64ad78b9b BSD-3-Clause BSD 3-Clause "New" or "Revised" License yes
153 google.golang.org/api v0.21.0 BSD-3-Clause <license not found or detected> yes
154 google.golang.org/genproto v0.0.0-20200403120447-c50568487044 Apache-2.0 Apache License 2.0 yes
155 google.golang.org/grpc v1.28.0 Apache-2.0 Apache License 2.0 yes
156 gopkg.in/alexcesaro/statsd.v2 v2.0.0 MIT MIT License yes
157 gopkg.in/jpoehls/gophermail.v0 v0.0.0-20160410235621-62941eab772c MIT MIT License yes
158 gopkg.in/square/go-jose.v2 v2.4.1 Apache-2.0 Apache License 2.0 yes
159 gopkg.in/src-d/go-git.v4 v4.13.1 Apache-2.0 Apache License 2.0 yes
160 gopkg.in/toqueteos/substring.v1 v1.0.2 MIT MIT License yes
161 gopkg.in/warnings.v0 v0.1.2 BSD-2-Clause BSD 2-Clause "Simplified" License yes
162 gopkg.in/yaml.v2 v2.2.8 Apache-2.0 Apache License 2.0 yes
163 sourcegraph.com/sqs/pbtypes v1.0.0 Apache-2.0 Apache License 2.0 yes

View File

@ -1,623 +0,0 @@
"module name","license","repository"
"@babel/runtime@7.9.6","MIT","https://github.com/babel/babel"
"@hot-loader/react-dom@16.13.0","MIT","https://github.com/hot-loader/react-dom"
"@primer/octicons-react@9.6.0","MIT","https://github.com/primer/octicons"
"@reach/accordion@0.10.2","MIT","https://github.com/reach/reach-ui"
"@reach/auto-id@0.10.2","MIT","https://github.com/reach/reach-ui"
"@reach/descendants@0.10.2","MIT","https://github.com/reach/reach-ui"
"@reach/listbox@0.10.1","MIT","https://github.com/reach/reach-ui"
"@reach/machine@0.10.1","MIT","https://github.com/reach/reach-ui"
"@reach/menu-button@0.10.2","MIT","https://github.com/reach/reach-ui"
"@reach/observe-rect@1.1.0","MIT","https://github.com/reach/observe-rect"
"@reach/popover@0.10.2","MIT","https://github.com/reach/reach-ui"
"@reach/portal@0.10.2","MIT","https://github.com/reach/reach-ui"
"@reach/rect@0.10.2","MIT","https://github.com/reach/reach-ui"
"@reach/utils@0.10.2","MIT","https://github.com/reach/reach-ui"
"@sentry/browser@5.15.5","BSD-3-Clause","https://github.com/getsentry/sentry-javascript"
"@sentry/core@5.15.5","BSD-3-Clause","https://github.com/getsentry/sentry-javascript"
"@sentry/hub@5.15.5","BSD-3-Clause","https://github.com/getsentry/sentry-javascript"
"@sentry/minimal@5.15.5","BSD-3-Clause","https://github.com/getsentry/sentry-javascript"
"@sentry/types@5.15.5","BSD-3-Clause","https://github.com/getsentry/sentry-javascript"
"@sentry/utils@5.15.5","BSD-3-Clause","https://github.com/getsentry/sentry-javascript"
"@sindresorhus/is@2.1.0","MIT","https://github.com/sindresorhus/is"
"@slimsag/react-shortcuts@1.2.1","MIT","https://github.com/Shopify/quilt"
"@sourcegraph/codeintellify@7.0.0","MIT","https://github.com/sourcegraph/codeintellify"
"@sourcegraph/event-positions@1.0.4","MIT","https://github.com/sourcegraph/event-positions"
"@sourcegraph/extension-api-classes@1.0.3","MIT","https://github.com/sourcegraph/extension-api-classes"
"@sourcegraph/extension-api-types@2.1.0","Apache-2.0","https://github.com/sourcegraph/sourcegraph"
"@sourcegraph/react-loading-spinner@0.0.7","ISC","https://github.com/sourcegraph/react-loading-spinner"
"@sqs/jsonc-parser@1.0.3","MIT","https://github.com/Microsoft/node-jsonc-parser"
"@szmarczak/http-timer@4.0.5","MIT","https://github.com/szmarczak/http-timer"
"@types/cacheable-request@6.0.1","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/chrome@0.0.106","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/filesystem@0.0.29","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/filewriter@0.0.28","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/har-format@1.2.4","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/http-cache-semantics@4.0.0","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/keyv@3.1.1","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/node@13.13.5","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/responselike@1.0.0","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/warning@3.0.0","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@xstate/fsm@1.4.0","MIT","https://github.com/davidkpiano/xstate"
"JSONStream@1.3.5","(MIT OR Apache-2.0)","https://github.com/dominictarr/JSONStream"
"abbrev@1.1.1","ISC","https://github.com/isaacs/abbrev-js"
"agent-base@4.2.1","MIT","https://github.com/TooTallNate/node-agent-base"
"agent-base@4.3.0","MIT","https://github.com/TooTallNate/node-agent-base"
"agentkeepalive@3.5.2","MIT","https://github.com/node-modules/agentkeepalive"
"ajv@5.5.2","MIT","https://github.com/epoberezkin/ajv"
"ansi-align@2.0.0","ISC","https://github.com/nexdrew/ansi-align"
"ansi-regex@2.1.1","MIT","https://github.com/chalk/ansi-regex"
"ansi-regex@3.0.0","MIT","https://github.com/chalk/ansi-regex"
"ansi-styles@3.2.1","MIT","https://github.com/chalk/ansi-styles"
"ansicolors@0.3.2","MIT","https://github.com/thlorenz/ansicolors"
"ansistyles@0.1.3","MIT","https://github.com/thlorenz/ansistyles"
"aproba@1.2.0","ISC","https://github.com/iarna/aproba"
"aproba@2.0.0","ISC","https://github.com/iarna/aproba"
"archy@1.0.0","MIT","https://github.com/substack/node-archy"
"are-we-there-yet@1.1.4","ISC","https://github.com/iarna/are-we-there-yet"
"argparse@1.0.10","MIT","https://github.com/nodeca/argparse"
"asap@2.0.6","MIT","https://github.com/kriskowal/asap"
"asn1@0.2.4","MIT","https://github.com/joyent/node-asn1"
"assert-plus@1.0.0","MIT","https://github.com/mcavage/node-assert-plus"
"asynckit@0.4.0","MIT","https://github.com/alexindigo/asynckit"
"aws-sign2@0.7.0","Apache-2.0","https://github.com/mikeal/aws-sign"
"aws4@1.8.0","MIT","https://github.com/mhart/aws4"
"balanced-match@0.4.2","MIT","https://github.com/juliangruber/balanced-match"
"balanced-match@1.0.0","MIT","https://github.com/juliangruber/balanced-match"
"bcrypt-pbkdf@1.0.2","BSD-3-Clause","https://github.com/joyent/node-bcrypt-pbkdf"
"bin-links@1.1.6","Artistic-2.0","https://github.com/npm/bin-links"
"bluebird@3.5.5","MIT","https://github.com/petkaantonov/bluebird"
"bootstrap@4.4.1","MIT","https://github.com/twbs/bootstrap"
"boxen@1.3.0","MIT","https://github.com/sindresorhus/boxen"
"brace-expansion@1.1.11","MIT","https://github.com/juliangruber/brace-expansion"
"buffer-from@1.0.0","MIT","https://github.com/LinusU/buffer-from"
"builtins@1.0.3","MIT","https://github.com/juliangruber/builtins"
"byline@5.0.0","MIT","https://github.com/jahewson/node-byline"
"byte-size@5.0.1","MIT","https://github.com/75lb/byte-size"
"cacache@12.0.3","ISC","https://github.com/npm/cacache"
"cacheable-lookup@2.0.0","MIT","https://github.com/szmarczak/cacheable-lookup"
"cacheable-request@7.0.1","MIT","https://github.com/lukechilds/cacheable-request"
"call-limit@1.1.1","ISC","https://github.com/iarna/call-limit"
"camelcase@4.1.0","MIT","https://github.com/sindresorhus/camelcase"
"capture-stack-trace@1.0.0","MIT","https://github.com/floatdrop/capture-stack-trace"
"caseless@0.12.0","Apache-2.0","https://github.com/mikeal/caseless"
"chalk@2.4.1","MIT","https://github.com/chalk/chalk"
"chalk@2.4.2","MIT","https://github.com/chalk/chalk"
"chownr@1.1.3","ISC","https://github.com/isaacs/chownr"
"ci-info@1.6.0","MIT","https://github.com/watson/ci-info"
"ci-info@2.0.0","MIT","https://github.com/watson/ci-info"
"cidr-regex@2.0.10","BSD-2-Clause","https://github.com/silverwind/cidr-regex"
"classnames@2.2.6","MIT","https://github.com/JedWatson/classnames"
"cli-boxes@1.0.0","MIT","https://github.com/sindresorhus/cli-boxes"
"cli-columns@3.1.2","MIT","https://github.com/shannonmoeller/cli-columns"
"cli-table3@0.5.1","MIT","https://github.com/cli-table/cli-table3"
"cliui@4.1.0","ISC","https://github.com/yargs/cliui"
"clone-response@1.0.2","MIT","https://github.com/lukechilds/clone-response"
"clone@1.0.4","MIT","https://github.com/pvorb/node-clone"
"cmd-shim@3.0.3","ISC","https://github.com/npm/cmd-shim"
"co@4.6.0","MIT","https://github.com/tj/co"
"code-point-at@1.1.0","MIT","https://github.com/sindresorhus/code-point-at"
"codemirror-graphql@0.11.6","MIT","https://github.com/graphql/graphiql"
"codemirror@5.48.0","MIT","https://github.com/codemirror/CodeMirror"
"color-convert@1.9.1","MIT","https://github.com/Qix-/color-convert"
"color-convert@1.9.3","MIT","https://github.com/Qix-/color-convert"
"color-name@1.1.3","MIT","https://github.com/dfcreative/color-name"
"colors@1.3.3","MIT","https://github.com/Marak/colors.js"
"columnify@1.5.4","MIT","https://github.com/timoxley/columnify"
"combined-stream@1.0.6","MIT","https://github.com/felixge/node-combined-stream"
"comlink@4.3.0","Apache-2.0","https://github.com/GoogleChromeLabs/comlink"
"compute-scroll-into-view@1.0.11","MIT","https://github.com/stipsan/compute-scroll-into-view"
"concat-map@0.0.1","MIT","https://github.com/substack/node-concat-map"
"concat-stream@1.6.2","MIT","https://github.com/maxogden/concat-stream"
"config-chain@1.1.12","MIT","https://github.com/dominictarr/config-chain"
"configstore@3.1.2","BSD-2-Clause","https://github.com/yeoman/configstore"
"console-control-strings@1.1.0","ISC","https://github.com/iarna/console-control-strings"
"copy-concurrently@1.0.5","ISC","https://github.com/npm/copy-concurrently"
"copy-to-clipboard@3.3.1","MIT","https://github.com/sudodoki/copy-to-clipboard"
"core-js@2.6.11","MIT","https://github.com/zloirock/core-js"
"core-js@3.6.5","MIT","https://github.com/zloirock/core-js"
"core-util-is@1.0.2","MIT","https://github.com/isaacs/core-util-is"
"create-error-class@3.0.2","MIT","https://github.com/floatdrop/create-error-class"
"create-react-context@0.3.0","MIT","https://github.com/thejameskyle/create-react-context"
"cross-fetch@2.2.2","MIT","https://github.com/lquixada/cross-fetch"
"cross-spawn@5.1.0","MIT","https://github.com/IndigoUnited/node-cross-spawn"
"crypto-random-string@1.0.0","MIT","https://github.com/sindresorhus/crypto-random-string"
"cyclist@0.2.2","MIT*","https://github.com/mafintosh/cyclist"
"d3-array@1.2.4","BSD-3-Clause","https://github.com/d3/d3-array"
"d3-axis@1.0.12","BSD-3-Clause","https://github.com/d3/d3-axis"
"d3-collection@1.0.7","BSD-3-Clause","https://github.com/d3/d3-collection"
"d3-color@1.2.3","BSD-3-Clause","https://github.com/d3/d3-color"
"d3-format@1.3.2","BSD-3-Clause","https://github.com/d3/d3-format"
"d3-interpolate@1.4.0","BSD-3-Clause","https://github.com/d3/d3-interpolate"
"d3-path@1.0.7","BSD-3-Clause","https://github.com/d3/d3-path"
"d3-scale@2.2.2","BSD-3-Clause","https://github.com/d3/d3-scale"
"d3-scale@3.2.1","BSD-3-Clause","https://github.com/d3/d3-scale"
"d3-selection@1.4.1","BSD-3-Clause","https://github.com/d3/d3-selection"
"d3-shape@1.3.7","BSD-3-Clause","https://github.com/d3/d3-shape"
"d3-time-format@2.1.3","BSD-3-Clause","https://github.com/d3/d3-time-format"
"d3-time@1.0.10","BSD-3-Clause","https://github.com/d3/d3-time"
"dashdash@1.14.1","MIT","https://github.com/trentm/node-dashdash"
"date-fns@2.13.0","MIT","https://github.com/date-fns/date-fns"
"debug@3.1.0","MIT","https://github.com/visionmedia/debug"
"debuglog@1.0.1","MIT","https://github.com/sam-github/node-debuglog"
"decamelize@1.2.0","MIT","https://github.com/sindresorhus/decamelize"
"decimal.js-light@2.5.0","MIT","https://github.com/MikeMcl/decimal.js-light"
"decode-uri-component@0.2.0","MIT","https://github.com/SamVerschueren/decode-uri-component"
"decompress-response@5.0.0","MIT","https://github.com/sindresorhus/decompress-response"
"deep-equal@1.1.1","MIT","https://github.com/substack/node-deep-equal"
"deep-extend@0.5.1","MIT","https://github.com/unclechu/node-deep-extend"
"defaults@1.0.3","MIT","https://github.com/tmpvar/defaults"
"defer-to-connect@2.0.0","MIT","https://github.com/szmarczak/defer-to-connect"
"define-properties@1.1.3","MIT","https://github.com/ljharb/define-properties"
"delay@4.3.0","MIT","https://github.com/sindresorhus/delay"
"delayed-stream@1.0.0","MIT","https://github.com/felixge/node-delayed-stream"
"delegates@1.0.0","MIT","https://github.com/visionmedia/node-delegates"
"detect-indent@5.0.0","MIT","https://github.com/sindresorhus/detect-indent"
"detect-newline@2.1.0","MIT","https://github.com/sindresorhus/detect-newline"
"dezalgo@1.0.3","ISC","https://github.com/npm/dezalgo"
"dom-confetti@0.1.1","MIT","https://github.com/daniel-lundin/dom-confetti"
"dom-helpers@3.4.0","MIT","https://github.com/jquense/dom-helpers"
"dom-serializer@0.2.2","MIT","https://github.com/cheeriojs/dom-renderer"
"domelementtype@2.0.1","BSD-2-Clause","https://github.com/fb55/domelementtype"
"domhandler@3.0.0","BSD-2-Clause","https://github.com/fb55/DomHandler"
"domutils@2.0.0","BSD-2-Clause","https://github.com/fb55/domutils"
"dot-prop@4.2.0","MIT","https://github.com/sindresorhus/dot-prop"
"dotenv@5.0.1","BSD-2-Clause","https://github.com/motdotla/dotenv"
"downshift@3.4.8","MIT","https://github.com/downshift-js/downshift"
"duplexer3@0.1.4","BSD-3-Clause","https://github.com/floatdrop/duplexer3"
"duplexify@3.6.0","MIT","https://github.com/mafintosh/duplexify"
"ecc-jsbn@0.1.2","MIT","https://github.com/quartzjer/ecc-jsbn"
"editor@1.0.0","MIT","https://github.com/substack/node-editor"
"encoding@0.1.12","MIT","https://github.com/andris9/encoding"
"end-of-stream@1.1.0","MIT","https://github.com/mafintosh/end-of-stream"
"end-of-stream@1.4.1","MIT","https://github.com/mafintosh/end-of-stream"
"entities@2.0.0","BSD-2-Clause","https://github.com/fb55/entities"
"env-paths@1.0.0","MIT","https://github.com/sindresorhus/env-paths"
"err-code@1.1.2","MIT","https://github.com/IndigoUnited/js-err-code"
"errno@0.1.7","MIT","https://github.com/rvagg/node-errno"
"es-abstract@1.12.0","MIT","https://github.com/ljharb/es-abstract"
"es-abstract@1.17.4","MIT","https://github.com/ljharb/es-abstract"
"es-to-primitive@1.2.0","MIT","https://github.com/ljharb/es-to-primitive"
"es-to-primitive@1.2.1","MIT","https://github.com/ljharb/es-to-primitive"
"es6-promise@4.2.8","MIT","https://github.com/stefanpenner/es6-promise"
"es6-promisify@5.0.0","MIT","https://github.com/digitaldesignlabs/es6-promisify"
"escape-string-regexp@1.0.5","MIT","https://github.com/sindresorhus/escape-string-regexp"
"esprima@4.0.1","BSD-2-Clause","https://github.com/jquery/esprima"
"execa@0.7.0","MIT","https://github.com/sindresorhus/execa"
"extend@3.0.2","MIT","https://github.com/justmoon/node-extend"
"extsprintf@1.3.0","MIT","https://github.com/davepacheco/node-extsprintf"
"fast-deep-equal@1.1.0","MIT","https://github.com/epoberezkin/fast-deep-equal"
"fast-json-stable-stringify@2.0.0","MIT","https://github.com/epoberezkin/fast-json-stable-stringify"
"figgy-pudding@3.5.1","ISC","https://github.com/zkat/figgy-pudding"
"find-npm-prefix@1.0.2","ISC","https://github.com/npm/find-npm-prefix"
"find-up@2.1.0","MIT","https://github.com/sindresorhus/find-up"
"find-up@3.0.0","MIT","https://github.com/sindresorhus/find-up"
"flush-write-stream@1.0.3","MIT","https://github.com/mafintosh/flush-write-stream"
"focus-visible@5.1.0","W3C","https://github.com/WICG/focus-visible"
"forever-agent@0.6.1","Apache-2.0","https://github.com/mikeal/forever-agent"
"form-data@2.3.2","MIT","https://github.com/form-data/form-data"
"from2@1.3.0","MIT","https://github.com/hughsk/from2"
"from2@2.3.0","MIT","https://github.com/hughsk/from2"
"fs-minipass@1.2.7","ISC","https://github.com/npm/fs-minipass"
"fs-vacuum@1.2.10","ISC","https://github.com/npm/fs-vacuum"
"fs-write-stream-atomic@1.0.10","ISC","https://github.com/npm/fs-write-stream-atomic"
"fs.realpath@1.0.0","ISC","https://github.com/isaacs/fs.realpath"
"function-bind@1.1.1","MIT","https://github.com/Raynos/function-bind"
"gauge@2.7.4","ISC","https://github.com/iarna/gauge"
"genfun@5.0.0","MIT","https://github.com/zkat/genfun"
"gentle-fs@2.3.0","Artistic-2.0","https://github.com/npm/gentle-fs"
"get-caller-file@1.0.2","ISC","https://github.com/stefanpenner/get-caller-file"
"get-stream@3.0.0","MIT","https://github.com/sindresorhus/get-stream"
"get-stream@4.1.0","MIT","https://github.com/sindresorhus/get-stream"
"get-stream@5.1.0","MIT","https://github.com/sindresorhus/get-stream"
"getpass@0.1.7","MIT","https://github.com/arekinath/node-getpass"
"glob@7.1.4","ISC","https://github.com/isaacs/node-glob"
"global-dirs@0.1.1","MIT","https://github.com/sindresorhus/global-dirs"
"got@10.7.0","MIT","https://github.com/sindresorhus/got"
"got@6.7.1","MIT","https://github.com/sindresorhus/got"
"graceful-fs@4.2.3","ISC","https://github.com/isaacs/node-graceful-fs"
"graphiql@0.17.5","MIT","https://github.com/graphql/graphiql"
"graphql-config@2.2.1","MIT","https://github.com/graphcool/graphql-config"
"graphql-import@0.7.1","MIT","https://github.com/graphcool/graphql-import"
"graphql-language-service-interface@2.3.3","MIT","https://github.com/graphql/graphiql"
"graphql-language-service-parser@1.5.2","MIT","https://github.com/graphql/graphiql"
"graphql-language-service-types@1.5.2","MIT","https://github.com/graphql/graphiql"
"graphql-language-service-utils@2.3.3","MIT","https://github.com/graphql/graphiql"
"graphql-request@1.8.2","MIT","https://github.com/graphcool/graphql-request"
"graphql@14.6.0","MIT","https://github.com/graphql/graphql-js"
"gud@1.0.0","MIT","https://github.com/jamiebuilds/global-unique-id"
"har-schema@2.0.0","ISC","https://github.com/ahmadnassri/har-schema"
"har-validator@5.1.0","ISC","https://github.com/ahmadnassri/har-validator"
"has-flag@3.0.0","MIT","https://github.com/sindresorhus/has-flag"
"has-symbols@1.0.0","MIT","https://github.com/ljharb/has-symbols"
"has-symbols@1.0.1","MIT","https://github.com/ljharb/has-symbols"
"has-unicode@2.0.1","ISC","https://github.com/iarna/has-unicode"
"has@1.0.3","MIT","https://github.com/tarruda/has"
"he@1.2.0","MIT","https://github.com/mathiasbynens/he"
"highlight.js@10.0.2","BSD-3-Clause","https://github.com/highlightjs/highlight.js"
"highlightjs-graphql@1.0.1","MIT","https://github.com/dpeek/highlightjs-graphql"
"history@4.5.1","MIT","https://github.com/mjackson/history"
"hoist-non-react-statics@3.3.0","BSD-3-Clause","https://github.com/mridgway/hoist-non-react-statics"
"hosted-git-info@2.8.5","ISC","https://github.com/npm/hosted-git-info"
"htmlparser2@4.1.0","MIT","https://github.com/fb55/htmlparser2"
"http-cache-semantics@3.8.1","BSD-2-Clause","https://github.com/pornel/http-cache-semantics"
"http-cache-semantics@4.0.3","BSD-2-Clause","https://github.com/kornelski/http-cache-semantics"
"http-proxy-agent@2.1.0","MIT","https://github.com/TooTallNate/node-http-proxy-agent"
"http-signature@1.2.0","MIT","https://github.com/joyent/node-http-signature"
"https-proxy-agent@2.2.4","MIT","https://github.com/TooTallNate/node-https-proxy-agent"
"humanize-ms@1.2.1","MIT","https://github.com/node-modules/humanize-ms"
"iconv-lite@0.4.23","MIT","https://github.com/ashtuchkin/iconv-lite"
"iferr@0.1.5","MIT","https://github.com/shesek/iferr"
"iferr@1.0.2","MIT","https://github.com/shesek/iferr"
"ignore-walk@3.0.3","ISC","https://github.com/isaacs/ignore-walk"
"import-lazy@2.1.0","MIT","https://github.com/sindresorhus/import-lazy"
"imurmurhash@0.1.4","MIT","https://github.com/jensyt/imurmurhash-js"
"infer-owner@1.0.4","ISC","https://github.com/npm/infer-owner"
"inflight@1.0.6","ISC","https://github.com/npm/inflight"
"inherits@2.0.4","ISC","https://github.com/isaacs/inherits"
"ini@1.3.5","ISC","https://github.com/isaacs/ini"
"init-package-json@1.10.3","ISC","https://github.com/npm/init-package-json"
"invariant@2.2.4","MIT","https://github.com/zertosh/invariant"
"invert-kv@1.0.0","MIT","https://github.com/sindresorhus/invert-kv"
"ip-regex@2.1.0","MIT","https://github.com/sindresorhus/ip-regex"
"ip@1.1.5","MIT","https://github.com/indutny/node-ip"
"is-absolute-url@3.0.3","MIT","https://github.com/sindresorhus/is-absolute-url"
"is-arguments@1.0.4","MIT","https://github.com/ljharb/is-arguments"
"is-callable@1.1.4","MIT","https://github.com/ljharb/is-callable"
"is-callable@1.1.5","MIT","https://github.com/ljharb/is-callable"
"is-ci@1.1.0","MIT","https://github.com/watson/is-ci"
"is-cidr@3.0.0","BSD-2-Clause","https://github.com/silverwind/is-cidr"
"is-date-object@1.0.1","MIT","https://github.com/ljharb/is-date-object"
"is-fullwidth-code-point@1.0.0","MIT","https://github.com/sindresorhus/is-fullwidth-code-point"
"is-fullwidth-code-point@2.0.0","MIT","https://github.com/sindresorhus/is-fullwidth-code-point"
"is-installed-globally@0.1.0","MIT","https://github.com/sindresorhus/is-installed-globally"
"is-npm@1.0.0","MIT","https://github.com/sindresorhus/is-npm"
"is-obj@1.0.1","MIT","https://github.com/sindresorhus/is-obj"
"is-path-inside@1.0.1","MIT","https://github.com/sindresorhus/is-path-inside"
"is-redirect@1.0.0","MIT","https://github.com/sindresorhus/is-redirect"
"is-regex@1.0.4","MIT","https://github.com/ljharb/is-regex"
"is-regex@1.0.5","MIT","https://github.com/ljharb/is-regex"
"is-retry-allowed@1.1.0","MIT","https://github.com/floatdrop/is-retry-allowed"
"is-stream@1.1.0","MIT","https://github.com/sindresorhus/is-stream"
"is-symbol@1.0.2","MIT","https://github.com/ljharb/is-symbol"
"is-symbol@1.0.3","MIT","https://github.com/inspect-js/is-symbol"
"is-typedarray@1.0.0","MIT","https://github.com/hughsk/is-typedarray"
"isarray@0.0.1","MIT","https://github.com/juliangruber/isarray"
"isarray@1.0.0","MIT","https://github.com/juliangruber/isarray"
"isexe@2.0.0","ISC","https://github.com/isaacs/isexe"
"isstream@0.1.2","MIT","https://github.com/rvagg/isstream"
"iterall@1.2.2","MIT","https://github.com/leebyron/iterall"
"js-tokens@4.0.0","MIT","https://github.com/lydell/js-tokens"
"js-yaml@3.13.1","MIT","https://github.com/nodeca/js-yaml"
"jsbn@0.1.1","MIT","https://github.com/andyperlitch/jsbn"
"json-buffer@3.0.1","MIT","https://github.com/dominictarr/json-buffer"
"json-parse-better-errors@1.0.2","MIT","https://github.com/zkat/json-parse-better-errors"
"json-schema-traverse@0.3.1","MIT","https://github.com/epoberezkin/json-schema-traverse"
"json-schema@0.2.3","AFLv2.1,BSD","https://github.com/kriszyp/json-schema"
"json-stringify-safe@5.0.1","ISC","https://github.com/isaacs/json-stringify-safe"
"jsonparse@1.3.1","MIT","https://github.com/creationix/jsonparse"
"jsprim@1.4.1","MIT","https://github.com/joyent/node-jsprim"
"keyv@4.0.0","MIT","https://github.com/lukechilds/keyv"
"latest-version@3.1.0","MIT","https://github.com/sindresorhus/latest-version"
"lazy-property@1.0.0","MIT","https://github.com/mikolalysenko/lazy-property"
"lcid@1.0.0","MIT","https://github.com/sindresorhus/lcid"
"libcipm@4.0.7","MIT","https://github.com/npm/libcipm"
"libnpm@3.0.1","ISC","https://github.com/npm/libnpm"
"libnpmaccess@3.0.2","ISC","https://github.com/npm/libnpmaccess"
"libnpmconfig@1.2.1","ISC","https://github.com/npm/libnpmconfig"
"libnpmhook@5.0.3","ISC","https://github.com/npm/libnpmhook"
"libnpmorg@1.0.1","ISC","https://github.com/npm/libnpmorg"
"libnpmpublish@1.1.2","ISC","https://github.com/npm/libnpmpublish"
"libnpmsearch@2.0.2","ISC","https://github.com/npm/libnpmsearch"
"libnpmteam@1.0.2","ISC","https://github.com/npm/libnpmteam"
"libnpx@10.2.0","ISC","https://github.com/zkat/npx"
"linkify-it@2.0.3","MIT","https://github.com/markdown-it/linkify-it"
"locate-path@2.0.0","MIT","https://github.com/sindresorhus/locate-path"
"locate-path@3.0.0","MIT","https://github.com/sindresorhus/locate-path"
"lock-verify@2.1.0","ISC","https://github.com/iarna/lock-verify"
"lockfile@1.0.4","ISC","https://github.com/npm/lockfile"
"lodash._baseindexof@3.1.0","MIT","https://github.com/lodash/lodash"
"lodash._baseuniq@4.6.0","MIT","https://github.com/lodash/lodash"
"lodash._bindcallback@3.0.1","MIT","https://github.com/lodash/lodash"
"lodash._cacheindexof@3.0.2","MIT","https://github.com/lodash/lodash"
"lodash._createcache@3.1.2","MIT","https://github.com/lodash/lodash"
"lodash._createset@4.0.3","MIT","https://github.com/lodash/lodash"
"lodash._getnative@3.9.1","MIT","https://github.com/lodash/lodash"
"lodash._root@3.0.1","MIT","https://github.com/lodash/lodash"
"lodash.clonedeep@4.5.0","MIT","https://github.com/lodash/lodash"
"lodash.debounce@4.0.8","MIT","https://github.com/lodash/lodash"
"lodash.escaperegexp@4.1.2","MIT","https://github.com/lodash/lodash"
"lodash.isequal@4.5.0","MIT","https://github.com/lodash/lodash"
"lodash.isplainobject@4.0.6","MIT","https://github.com/lodash/lodash"
"lodash.isstring@4.0.1","MIT","https://github.com/lodash/lodash"
"lodash.mergewith@4.6.2","MIT","https://github.com/lodash/lodash"
"lodash.restparam@3.6.1","MIT","https://github.com/lodash/lodash"
"lodash.throttle@4.1.1","MIT","https://github.com/lodash/lodash"
"lodash.union@4.6.0","MIT","https://github.com/lodash/lodash"
"lodash.uniq@4.5.0","MIT","https://github.com/lodash/lodash"
"lodash.without@4.4.0","MIT","https://github.com/lodash/lodash"
"lodash@4.17.15","MIT","https://github.com/lodash/lodash"
"loose-envify@1.4.0","MIT","https://github.com/zertosh/loose-envify"
"lowercase-keys@1.0.1","MIT","https://github.com/sindresorhus/lowercase-keys"
"lowercase-keys@2.0.0","MIT","https://github.com/sindresorhus/lowercase-keys"
"lru-cache@4.1.5","ISC","https://github.com/isaacs/node-lru-cache"
"lru-cache@5.1.1","ISC","https://github.com/isaacs/node-lru-cache"
"make-dir@1.3.0","MIT","https://github.com/sindresorhus/make-dir"
"make-fetch-happen@5.0.2","ISC","https://github.com/zkat/make-fetch-happen"
"markdown-it@10.0.0","MIT","https://github.com/markdown-it/markdown-it"
"marked@0.8.2","MIT","https://github.com/markedjs/marked"
"math-expression-evaluator@1.2.17","MIT","https://github.com/redhivesoftware/math-expression-evaluator.git#readme"
"mdi-react@6.7.0","(MIT AND OFL-1.1)","https://github.com/levrik/mdi-react"
"mdurl@1.0.1","MIT","https://github.com/markdown-it/mdurl"
"meant@1.0.1","MIT","https://github.com/watilde/meant"
"mem@1.1.0","MIT","https://github.com/sindresorhus/mem"
"mime-db@1.35.0","MIT","https://github.com/jshttp/mime-db"
"mime-types@2.1.19","MIT","https://github.com/jshttp/mime-types"
"mimic-fn@1.2.0","MIT","https://github.com/sindresorhus/mimic-fn"
"mimic-response@1.0.1","MIT","https://github.com/sindresorhus/mimic-response"
"mimic-response@2.1.0","MIT","https://github.com/sindresorhus/mimic-response"
"mini-create-react-context@0.3.2","MIT","https://github.com/StringEpsilon/mini-create-react-context"
"minimatch@3.0.4","ISC","https://github.com/isaacs/minimatch"
"minimist@0.0.8","MIT","https://github.com/substack/minimist"
"minimist@1.2.0","MIT","https://github.com/substack/minimist"
"minipass@2.9.0","ISC","https://github.com/isaacs/minipass"
"minizlib@1.3.3","MIT","https://github.com/isaacs/minizlib"
"mississippi@3.0.0","BSD-2-Clause","https://github.com/maxogden/mississippi"
"mkdirp@0.5.1","MIT","https://github.com/substack/node-mkdirp"
"monaco-editor@0.18.1","MIT","https://github.com/Microsoft/monaco-editor"
"move-concurrently@1.0.1","ISC","https://github.com/npm/move-concurrently"
"ms@2.0.0","MIT","https://github.com/zeit/ms"
"ms@2.1.1","MIT","https://github.com/zeit/ms"
"mute-stream@0.0.7","ISC","https://github.com/isaacs/mute-stream"
"nice-ticks@1.0.1","ISC","https://github.com/cenfun/nice-ticks"
"node-fetch-npm@2.0.2","MIT","https://github.com/npm/node-fetch-npm"
"node-fetch@2.1.2","MIT","https://github.com/bitinn/node-fetch"
"node-gyp@5.0.5","MIT","https://github.com/nodejs/node-gyp"
"nopt@3.0.6","ISC","https://github.com/npm/nopt"
"nopt@4.0.1","ISC","https://github.com/npm/nopt"
"normalize-package-data@2.5.0","BSD-2-Clause","https://github.com/npm/normalize-package-data"
"normalize-url@4.3.0","MIT","https://github.com/sindresorhus/normalize-url"
"npm-audit-report@1.3.2","ISC","https://github.com/npm/npm-audit-report"
"npm-bundled@1.1.1","ISC","https://github.com/npm/npm-bundled"
"npm-cache-filename@1.0.2","ISC","https://github.com/npm/npm-cache-filename"
"npm-install-checks@3.0.2","BSD-2-Clause","https://github.com/npm/npm-install-checks"
"npm-lifecycle@3.1.4","Artistic-2.0","https://github.com/npm/lifecycle"
"npm-logical-tree@1.2.1","ISC","https://github.com/npm/logical-tree"
"npm-normalize-package-bin@1.0.1","ISC","https://github.com/npm/npm-normalize-package-bin"
"npm-package-arg@6.1.1","ISC","https://github.com/npm/npm-package-arg"
"npm-packlist@1.4.7","ISC","https://github.com/npm/npm-packlist"
"npm-pick-manifest@3.0.2","ISC","https://github.com/npm/npm-pick-manifest"
"npm-profile@4.0.2","ISC","https://github.com/npm/npm-profile"
"npm-registry-fetch@4.0.2","ISC","https://github.com/npm/registry-fetch"
"npm-run-path@2.0.2","MIT","https://github.com/sindresorhus/npm-run-path"
"npm-user-validate@1.0.0","BSD-2-Clause","https://github.com/npm/npm-user-validate"
"npm@6.13.4","Artistic-2.0","https://github.com/npm/cli"
"npmlog@4.1.2","ISC","https://github.com/npm/npmlog"
"number-is-nan@1.0.1","MIT","https://github.com/sindresorhus/number-is-nan"
"oauth-sign@0.9.0","Apache-2.0","https://github.com/mikeal/oauth-sign"
"object-assign@4.1.1","MIT","https://github.com/sindresorhus/object-assign"
"object-inspect@1.7.0","MIT","https://github.com/substack/object-inspect"
"object-is@1.0.2","MIT","https://github.com/es-shims/object-is"
"object-keys@1.0.12","MIT","https://github.com/ljharb/object-keys"
"object-keys@1.1.1","MIT","https://github.com/ljharb/object-keys"
"object.assign@4.1.0","MIT","https://github.com/ljharb/object.assign"
"object.getownpropertydescriptors@2.0.3","MIT","https://github.com/ljharb/object.getownpropertydescriptors"
"once@1.3.3","ISC","https://github.com/isaacs/once"
"once@1.4.0","ISC","https://github.com/isaacs/once"
"open-color@1.7.0","MIT","https://github.com/yeun/open-color"
"opener@1.5.1","(WTFPL OR MIT)","https://github.com/domenic/opener"
"os-homedir@1.0.2","MIT","https://github.com/sindresorhus/os-homedir"
"os-locale@2.1.0","MIT","https://github.com/sindresorhus/os-locale"
"os-tmpdir@1.0.2","MIT","https://github.com/sindresorhus/os-tmpdir"
"osenv@0.1.5","ISC","https://github.com/npm/osenv"
"p-cancelable@2.0.0","MIT","https://github.com/sindresorhus/p-cancelable"
"p-event@4.1.0","MIT","https://github.com/sindresorhus/p-event"
"p-finally@1.0.0","MIT","https://github.com/sindresorhus/p-finally"
"p-limit@1.2.0","MIT","https://github.com/sindresorhus/p-limit"
"p-limit@2.2.0","MIT","https://github.com/sindresorhus/p-limit"
"p-locate@2.0.0","MIT","https://github.com/sindresorhus/p-locate"
"p-locate@3.0.0","MIT","https://github.com/sindresorhus/p-locate"
"p-timeout@2.0.1","MIT","https://github.com/sindresorhus/p-timeout"
"p-try@1.0.0","MIT","https://github.com/sindresorhus/p-try"
"p-try@2.2.0","MIT","https://github.com/sindresorhus/p-try"
"package-json@4.0.1","MIT","https://github.com/sindresorhus/package-json"
"pacote@9.5.11","MIT","https://github.com/npm/pacote"
"parallel-transform@1.1.0","MIT","https://github.com/mafintosh/parallel-transform"
"path-exists@3.0.0","MIT","https://github.com/sindresorhus/path-exists"
"path-is-absolute@1.0.1","MIT","https://github.com/sindresorhus/path-is-absolute"
"path-is-inside@1.0.2","(WTFPL OR MIT)","https://github.com/domenic/path-is-inside"
"path-key@2.0.1","MIT","https://github.com/sindresorhus/path-key"
"path-parse@1.0.6","MIT","https://github.com/jbgutierrez/path-parse"
"path-to-regexp@1.7.0","MIT","https://github.com/pillarjs/path-to-regexp"
"performance-now@2.1.0","MIT","https://github.com/braveg1rl/performance-now"
"pify@3.0.0","MIT","https://github.com/sindresorhus/pify"
"popper.js@1.15.0","MIT","https://github.com/FezVrasta/popper.js"
"postcss@7.0.27","MIT","https://github.com/postcss/postcss"
"prepend-http@1.0.4","MIT","https://github.com/sindresorhus/prepend-http"
"pretty-bytes@5.3.0","MIT","https://github.com/sindresorhus/pretty-bytes"
"process-nextick-args@2.0.0","MIT","https://github.com/calvinmetcalf/process-nextick-args"
"promise-inflight@1.0.1","ISC","https://github.com/iarna/promise-inflight"
"promise-retry@1.1.1","MIT","https://github.com/IndigoUnited/node-promise-retry"
"promzard@0.3.0","ISC","https://github.com/isaacs/promzard"
"prop-types@15.7.2","MIT","https://github.com/facebook/prop-types"
"proto-list@1.2.4","ISC","https://github.com/isaacs/proto-list"
"protoduck@5.0.1","MIT","https://github.com/zkat/protoduck"
"prr@1.0.1","MIT","https://github.com/rvagg/prr"
"pseudomap@1.0.2","ISC","https://github.com/isaacs/pseudomap"
"psl@1.1.29","MIT","https://github.com/wrangr/psl"
"pump@2.0.1","MIT","https://github.com/mafintosh/pump"
"pump@3.0.0","MIT","https://github.com/mafintosh/pump"
"pumpify@1.5.1","MIT","https://github.com/mafintosh/pumpify"
"punycode@1.4.1","MIT","https://github.com/bestiejs/punycode.js"
"qrcode-terminal@0.12.0","Apache 2.0","https://github.com/gtanner/qrcode-terminal"
"qs@6.5.2","BSD-3-Clause","https://github.com/ljharb/qs"
"query-string@6.8.2","MIT","https://github.com/sindresorhus/query-string"
"qw@1.0.1","ISC","https://github.com/iarna/node-qw"
"raf@3.4.1","MIT","https://github.com/chrisdickinson/raf"
"rc@1.2.7","(BSD-2-Clause OR MIT OR Apache-2.0)","https://github.com/dominictarr/rc"
"react-circular-progressbar@2.0.3","MIT","https://github.com/kevinsqi/react-circular-progressbar"
"react-dom-confetti@0.1.3","MIT","https://github.com/daniel-lundin/react-dom-confetti"
"react-draggable@4.3.1","MIT","https://github.com/mzabriskie/react-draggable"
"react-grid-layout@0.18.3","MIT","https://github.com/STRML/react-grid-layout"
"react-is@16.13.1","MIT","https://github.com/facebook/react"
"react-lifecycles-compat@3.0.4","MIT","https://github.com/reactjs/react-lifecycles-compat"
"react-popper@1.3.7","MIT","https://github.com/souporserious/react-popper"
"react-resizable@1.10.1","MIT","https://github.com/STRML/react-resizable"
"react-resize-detector@2.3.0","MIT","https://github.com/maslianok/react-resize-detector"
"react-router-dom@5.1.2","MIT","https://github.com/ReactTraining/react-router"
"react-router@5.1.2","MIT","https://github.com/ReactTraining/react-router"
"react-smooth@1.0.5","MIT","https://github.com/recharts/react-smooth"
"react-stripe-elements@6.1.1","MIT","https://github.com/stripe/react-stripe-elements"
"react-textarea-autosize@7.1.2","MIT","https://github.com/andreypopp/react-textarea-autosize"
"react-transition-group@2.9.0","BSD-3-Clause","https://github.com/reactjs/react-transition-group"
"react-visibility-sensor@5.1.1","MIT","https://github.com/joshwnj/react-visibility-sensor"
"react@16.13.1","MIT","https://github.com/facebook/react"
"reactstrap@8.4.1","MIT","https://github.com/reactstrap/reactstrap"
"read-cmd-shim@1.0.5","ISC","https://github.com/npm/read-cmd-shim"
"read-installed@4.0.3","ISC","https://github.com/isaacs/read-installed"
"read-package-json@2.1.1","ISC","https://github.com/npm/read-package-json"
"read-package-tree@5.3.1","ISC","https://github.com/npm/read-package-tree"
"read@1.0.7","ISC","https://github.com/isaacs/read"
"readable-stream@1.1.14","MIT","https://github.com/isaacs/readable-stream"
"readable-stream@2.3.6","MIT","https://github.com/nodejs/readable-stream"
"readable-stream@3.4.0","MIT","https://github.com/nodejs/readable-stream"
"readdir-scoped-modules@1.1.0","ISC","https://github.com/npm/readdir-scoped-modules"
"recharts-scale@0.4.2","MIT","https://github.com/recharts/recharts-scale"
"recharts@1.8.5","MIT","https://github.com/recharts/recharts"
"reduce-css-calc@1.3.0","MIT","https://github.com/MoOx/reduce-css-calc"
"reduce-function-call@1.0.3","MIT","https://github.com/MoOx/reduce-function-call"
"regenerator-runtime@0.13.5","MIT","https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime"
"regexp.prototype.flags@1.3.0","MIT","https://github.com/es-shims/RegExp.prototype.flags"
"registry-auth-token@3.3.2","MIT","https://github.com/rexxars/registry-auth-token"
"registry-url@3.1.0","MIT","https://github.com/sindresorhus/registry-url"
"request@2.88.0","Apache-2.0","https://github.com/request/request"
"require-directory@2.1.1","MIT","https://github.com/troygoode/node-require-directory"
"require-main-filename@1.0.1","ISC","https://github.com/yargs/require-main-filename"
"resize-observer-polyfill@1.5.1","MIT","https://github.com/que-etc/resize-observer-polyfill"
"resolve-from@4.0.0","MIT","https://github.com/sindresorhus/resolve-from"
"resolve-pathname@2.2.0","MIT","https://github.com/mjackson/resolve-pathname"
"resolve@1.10.0","MIT","https://github.com/browserify/resolve"
"responselike@2.0.0","MIT","https://github.com/lukechilds/responselike"
"retry@0.10.1","MIT","https://github.com/tim-kos/node-retry"
"retry@0.12.0","MIT","https://github.com/tim-kos/node-retry"
"rimraf@2.6.3","ISC","https://github.com/isaacs/rimraf"
"run-queue@1.0.3","ISC","https://github.com/iarna/run-queue"
"rxjs@6.5.5","Apache-2.0","https://github.com/reactivex/rxjs"
"safe-buffer@5.1.2","MIT","https://github.com/feross/safe-buffer"
"safe-buffer@5.2.0","MIT","https://github.com/feross/safe-buffer"
"safer-buffer@2.1.2","MIT","https://github.com/ChALkeR/safer-buffer"
"sanitize-html@1.22.1","MIT","https://github.com/punkave/sanitize-html"
"scheduler@0.19.1","MIT","https://github.com/facebook/react"
"semver-diff@2.1.0","MIT","https://github.com/sindresorhus/semver-diff"
"semver@5.3.0","ISC","https://github.com/npm/node-semver"
"semver@5.7.1","ISC","https://github.com/npm/node-semver"
"semver@7.3.2","ISC","https://github.com/npm/node-semver"
"set-blocking@2.0.0","ISC","https://github.com/yargs/set-blocking"
"sha@3.0.0","(BSD-2-Clause OR MIT)","https://github.com/ForbesLindesay/sha"
"shebang-command@1.2.0","MIT","https://github.com/kevva/shebang-command"
"shebang-regex@1.0.0","MIT","https://github.com/sindresorhus/shebang-regex"
"signal-exit@3.0.2","ISC","https://github.com/tapjs/signal-exit"
"slide@1.1.6","ISC","https://github.com/isaacs/slide-flow-control"
"slugify@1.4.0","MIT","https://github.com/simov/slugify"
"smart-buffer@4.1.0","MIT","https://github.com/JoshGlazebrook/smart-buffer"
"socks-proxy-agent@4.0.2","MIT","https://github.com/TooTallNate/node-socks-proxy-agent"
"socks@2.3.3","MIT","https://github.com/JoshGlazebrook/socks"
"sorted-object@2.0.1","(WTFPL OR MIT)","https://github.com/domenic/sorted-object"
"sorted-union-stream@2.1.3","MIT","https://github.com/mafintosh/sorted-union-stream"
"source-map@0.6.1","BSD-3-Clause","https://github.com/mozilla/source-map"
"sourcegraph@24.4.0","Apache-2.0","https://github.com/sourcegraph/sourcegraph"
"spdx-correct@3.0.0","Apache-2.0","https://github.com/jslicense/spdx-correct.js"
"spdx-exceptions@2.1.0","CC-BY-3.0","https://github.com/kemitchell/spdx-exceptions.json"
"spdx-expression-parse@3.0.0","MIT","https://github.com/jslicense/spdx-expression-parse.js"
"spdx-license-ids@3.0.3","CC0-1.0","https://github.com/shinnn/spdx-license-ids"
"split-on-first@1.1.0","MIT","https://github.com/sindresorhus/split-on-first"
"sprintf-js@1.0.3","BSD-3-Clause","https://github.com/alexei/sprintf.js"
"srcset@2.0.1","MIT","https://github.com/sindresorhus/srcset"
"sshpk@1.14.2","MIT","https://github.com/arekinath/node-sshpk"
"ssri@6.0.1","ISC","https://github.com/zkat/ssri"
"stream-each@1.2.2","MIT","https://github.com/mafintosh/stream-each"
"stream-iterate@1.2.0","MIT","https://github.com/mafintosh/stream-iterate"
"stream-shift@1.0.0","MIT","https://github.com/mafintosh/stream-shift"
"strict-uri-encode@2.0.0","MIT","https://github.com/kevva/strict-uri-encode"
"string-score@1.0.1","MIT","https://github.com/KenPowers/string-score"
"string-width@1.0.2","MIT","https://github.com/sindresorhus/string-width"
"string-width@2.1.1","MIT","https://github.com/sindresorhus/string-width"
"string.prototype.trimleft@2.1.1","MIT","https://github.com/es-shims/String.prototype.trimLeft"
"string.prototype.trimright@2.1.1","MIT","https://github.com/es-shims/String.prototype.trimRight"
"string_decoder@0.10.31","MIT","https://github.com/rvagg/string_decoder"
"string_decoder@1.1.1","MIT","https://github.com/nodejs/string_decoder"
"string_decoder@1.2.0","MIT","https://github.com/nodejs/string_decoder"
"stringify-package@1.0.1","ISC","https://github.com/npm/stringify-package"
"strip-ansi@3.0.1","MIT","https://github.com/chalk/strip-ansi"
"strip-ansi@4.0.0","MIT","https://github.com/chalk/strip-ansi"
"strip-eof@1.0.0","MIT","https://github.com/sindresorhus/strip-eof"
"strip-json-comments@2.0.1","MIT","https://github.com/sindresorhus/strip-json-comments"
"supports-color@5.4.0","MIT","https://github.com/chalk/supports-color"
"supports-color@5.5.0","MIT","https://github.com/chalk/supports-color"
"supports-color@6.1.0","MIT","https://github.com/chalk/supports-color"
"tabbable@4.0.0","MIT","https://github.com/davidtheclark/tabbable"
"tagged-template-noop@2.1.1","MIT","https://github.com/lleaff/tagged-template-noop"
"tar@4.4.13","ISC","https://github.com/npm/node-tar"
"term-size@1.2.0","MIT","https://github.com/sindresorhus/term-size"
"text-table@0.2.0","MIT","https://github.com/substack/text-table"
"textarea-caret@3.1.0","MIT","https://github.com/component/textarea-caret-position"
"through2@2.0.3","MIT","https://github.com/rvagg/through2"
"through@2.3.8","MIT","https://github.com/dominictarr/through"
"timed-out@4.0.1","MIT","https://github.com/floatdrop/timed-out"
"tiny-invariant@1.0.3","MIT",""
"tiny-relative-date@1.3.0","MIT","https://github.com/wildlyinaccurate/relative-date"
"tiny-warning@1.0.2","MIT","https://github.com/alexreardon/tiny-warning"
"to-readable-stream@2.1.0","MIT","https://github.com/sindresorhus/to-readable-stream"
"toggle-selection@1.0.6","MIT","https://github.com/sudodoki/toggle-selection"
"tough-cookie@2.4.3","BSD-3-Clause","https://github.com/salesforce/tough-cookie"
"ts-key-enum@2.0.2","MIT","git+https://gitlab.com/nfriend/ts-key-enum"
"tslib@1.11.2","0BSD","https://github.com/Microsoft/tslib"
"tslib@2.0.0","0BSD","https://github.com/Microsoft/tslib"
"tunnel-agent@0.6.0","Apache-2.0","https://github.com/mikeal/tunnel-agent"
"tweetnacl@0.14.5","Unlicense","https://github.com/dchest/tweetnacl-js"
"type-fest@0.10.0","(MIT OR CC0-1.0)","https://github.com/sindresorhus/type-fest"
"typed-styles@0.0.7","MIT",""
"typedarray@0.0.6","MIT","https://github.com/substack/typedarray"
"uc.micro@1.0.5","MIT","https://github.com/markdown-it/uc.micro"
"uid-number@0.0.6","ISC","https://github.com/isaacs/uid-number"
"umask@1.1.0","MIT","https://github.com/smikes/umask"
"unique-filename@1.1.1","ISC","https://github.com/iarna/unique-filename"
"unique-slug@2.0.0","ISC","https://github.com/iarna/unique-slug"
"unique-string@1.0.0","MIT","https://github.com/sindresorhus/unique-string"
"unpipe@1.0.0","MIT","https://github.com/stream-utils/unpipe"
"unzip-response@2.0.1","MIT","https://github.com/sindresorhus/unzip-response"
"update-notifier@2.5.0","BSD-2-Clause","https://github.com/yeoman/update-notifier"
"url-parse-lax@1.0.0","MIT","https://github.com/sindresorhus/url-parse-lax"
"util-deprecate@1.0.2","MIT","https://github.com/TooTallNate/util-deprecate"
"util-extend@1.0.3","MIT","https://github.com/isaacs/util-extend"
"util-promisify@2.1.0","MIT","https://github.com/juliangruber/util-promisify"
"utility-types@3.10.0","MIT","https://github.com/piotrwitek/utility-types"
"uuid@3.3.3","MIT","https://github.com/kelektiv/node-uuid"
"uuid@7.0.3","MIT","https://github.com/uuidjs/uuid"
"validate-npm-package-license@3.0.4","Apache-2.0","https://github.com/kemitchell/validate-npm-package-license.js"
"validate-npm-package-name@3.0.0","ISC","https://github.com/npm/validate-npm-package-name"
"value-equal@0.2.1","MIT","https://github.com/mjackson/value-equal"
"verror@1.10.0","MIT","https://github.com/davepacheco/node-verror"
"warning@3.0.0","BSD-3-Clause","https://github.com/BerkeleyTrue/warning"
"warning@4.0.3","MIT","https://github.com/BerkeleyTrue/warning"
"wcwidth@1.0.1","MIT","https://github.com/timoxley/wcwidth"
"webext-additional-permissions@1.0.0","MIT","https://github.com/fregante/webext-additional-permissions"
"webext-domain-permission-toggle@1.0.1","MIT","https://github.com/fregante/webext-domain-permission-toggle"
"webextension-polyfill@0.6.0","MPL-2.0","https://github.com/mozilla/webextension-polyfill"
"whatwg-fetch@2.0.4","MIT","https://github.com/github/fetch"
"which-module@2.0.0","ISC","https://github.com/nexdrew/which-module"
"which@1.3.1","ISC","https://github.com/isaacs/node-which"
"wide-align@1.1.2","ISC","https://github.com/iarna/wide-align"
"widest-line@2.0.0","MIT","https://github.com/sindresorhus/widest-line"
"worker-farm@1.7.0","MIT","https://github.com/rvagg/node-worker-farm"
"wrap-ansi@2.1.0","MIT","https://github.com/chalk/wrap-ansi"
"wrappy@1.0.2","ISC","https://github.com/npm/wrappy"
"write-file-atomic@2.4.3","ISC","https://github.com/iarna/write-file-atomic"
"xdg-basedir@3.0.0","MIT","https://github.com/sindresorhus/xdg-basedir"
"xtend@4.0.1","MIT","https://github.com/Raynos/xtend"
"y18n@3.2.1","ISC","https://github.com/yargs/y18n"
"y18n@4.0.0","ISC","https://github.com/yargs/y18n"
"yallist@2.1.2","ISC","https://github.com/isaacs/yallist"
"yallist@3.0.3","ISC","https://github.com/isaacs/yallist"
"yargs-parser@9.0.2","ISC","https://github.com/yargs/yargs-parser"
"yargs@11.0.0","MIT","https://github.com/yargs/yargs"
1 module name license repository
2 @babel/runtime@7.9.6 MIT https://github.com/babel/babel
3 @hot-loader/react-dom@16.13.0 MIT https://github.com/hot-loader/react-dom
4 @primer/octicons-react@9.6.0 MIT https://github.com/primer/octicons
5 @reach/accordion@0.10.2 MIT https://github.com/reach/reach-ui
6 @reach/auto-id@0.10.2 MIT https://github.com/reach/reach-ui
7 @reach/descendants@0.10.2 MIT https://github.com/reach/reach-ui
8 @reach/listbox@0.10.1 MIT https://github.com/reach/reach-ui
9 @reach/machine@0.10.1 MIT https://github.com/reach/reach-ui
10 @reach/menu-button@0.10.2 MIT https://github.com/reach/reach-ui
11 @reach/observe-rect@1.1.0 MIT https://github.com/reach/observe-rect
12 @reach/popover@0.10.2 MIT https://github.com/reach/reach-ui
13 @reach/portal@0.10.2 MIT https://github.com/reach/reach-ui
14 @reach/rect@0.10.2 MIT https://github.com/reach/reach-ui
15 @reach/utils@0.10.2 MIT https://github.com/reach/reach-ui
16 @sentry/browser@5.15.5 BSD-3-Clause https://github.com/getsentry/sentry-javascript
17 @sentry/core@5.15.5 BSD-3-Clause https://github.com/getsentry/sentry-javascript
18 @sentry/hub@5.15.5 BSD-3-Clause https://github.com/getsentry/sentry-javascript
19 @sentry/minimal@5.15.5 BSD-3-Clause https://github.com/getsentry/sentry-javascript
20 @sentry/types@5.15.5 BSD-3-Clause https://github.com/getsentry/sentry-javascript
21 @sentry/utils@5.15.5 BSD-3-Clause https://github.com/getsentry/sentry-javascript
22 @sindresorhus/is@2.1.0 MIT https://github.com/sindresorhus/is
23 @slimsag/react-shortcuts@1.2.1 MIT https://github.com/Shopify/quilt
24 @sourcegraph/codeintellify@7.0.0 MIT https://github.com/sourcegraph/codeintellify
25 @sourcegraph/event-positions@1.0.4 MIT https://github.com/sourcegraph/event-positions
26 @sourcegraph/extension-api-classes@1.0.3 MIT https://github.com/sourcegraph/extension-api-classes
27 @sourcegraph/extension-api-types@2.1.0 Apache-2.0 https://github.com/sourcegraph/sourcegraph
28 @sourcegraph/react-loading-spinner@0.0.7 ISC https://github.com/sourcegraph/react-loading-spinner
29 @sqs/jsonc-parser@1.0.3 MIT https://github.com/Microsoft/node-jsonc-parser
30 @szmarczak/http-timer@4.0.5 MIT https://github.com/szmarczak/http-timer
31 @types/cacheable-request@6.0.1 MIT https://github.com/DefinitelyTyped/DefinitelyTyped
32 @types/chrome@0.0.106 MIT https://github.com/DefinitelyTyped/DefinitelyTyped
33 @types/filesystem@0.0.29 MIT https://github.com/DefinitelyTyped/DefinitelyTyped
34 @types/filewriter@0.0.28 MIT https://github.com/DefinitelyTyped/DefinitelyTyped
35 @types/har-format@1.2.4 MIT https://github.com/DefinitelyTyped/DefinitelyTyped
36 @types/http-cache-semantics@4.0.0 MIT https://github.com/DefinitelyTyped/DefinitelyTyped
37 @types/keyv@3.1.1 MIT https://github.com/DefinitelyTyped/DefinitelyTyped
38 @types/node@13.13.5 MIT https://github.com/DefinitelyTyped/DefinitelyTyped
39 @types/responselike@1.0.0 MIT https://github.com/DefinitelyTyped/DefinitelyTyped
40 @types/warning@3.0.0 MIT https://github.com/DefinitelyTyped/DefinitelyTyped
41 @xstate/fsm@1.4.0 MIT https://github.com/davidkpiano/xstate
42 JSONStream@1.3.5 (MIT OR Apache-2.0) https://github.com/dominictarr/JSONStream
43 abbrev@1.1.1 ISC https://github.com/isaacs/abbrev-js
44 agent-base@4.2.1 MIT https://github.com/TooTallNate/node-agent-base
45 agent-base@4.3.0 MIT https://github.com/TooTallNate/node-agent-base
46 agentkeepalive@3.5.2 MIT https://github.com/node-modules/agentkeepalive
47 ajv@5.5.2 MIT https://github.com/epoberezkin/ajv
48 ansi-align@2.0.0 ISC https://github.com/nexdrew/ansi-align
49 ansi-regex@2.1.1 MIT https://github.com/chalk/ansi-regex
50 ansi-regex@3.0.0 MIT https://github.com/chalk/ansi-regex
51 ansi-styles@3.2.1 MIT https://github.com/chalk/ansi-styles
52 ansicolors@0.3.2 MIT https://github.com/thlorenz/ansicolors
53 ansistyles@0.1.3 MIT https://github.com/thlorenz/ansistyles
54 aproba@1.2.0 ISC https://github.com/iarna/aproba
55 aproba@2.0.0 ISC https://github.com/iarna/aproba
56 archy@1.0.0 MIT https://github.com/substack/node-archy
57 are-we-there-yet@1.1.4 ISC https://github.com/iarna/are-we-there-yet
58 argparse@1.0.10 MIT https://github.com/nodeca/argparse
59 asap@2.0.6 MIT https://github.com/kriskowal/asap
60 asn1@0.2.4 MIT https://github.com/joyent/node-asn1
61 assert-plus@1.0.0 MIT https://github.com/mcavage/node-assert-plus
62 asynckit@0.4.0 MIT https://github.com/alexindigo/asynckit
63 aws-sign2@0.7.0 Apache-2.0 https://github.com/mikeal/aws-sign
64 aws4@1.8.0 MIT https://github.com/mhart/aws4
65 balanced-match@0.4.2 MIT https://github.com/juliangruber/balanced-match
66 balanced-match@1.0.0 MIT https://github.com/juliangruber/balanced-match
67 bcrypt-pbkdf@1.0.2 BSD-3-Clause https://github.com/joyent/node-bcrypt-pbkdf
68 bin-links@1.1.6 Artistic-2.0 https://github.com/npm/bin-links
69 bluebird@3.5.5 MIT https://github.com/petkaantonov/bluebird
70 bootstrap@4.4.1 MIT https://github.com/twbs/bootstrap
71 boxen@1.3.0 MIT https://github.com/sindresorhus/boxen
72 brace-expansion@1.1.11 MIT https://github.com/juliangruber/brace-expansion
73 buffer-from@1.0.0 MIT https://github.com/LinusU/buffer-from
74 builtins@1.0.3 MIT https://github.com/juliangruber/builtins
75 byline@5.0.0 MIT https://github.com/jahewson/node-byline
76 byte-size@5.0.1 MIT https://github.com/75lb/byte-size
77 cacache@12.0.3 ISC https://github.com/npm/cacache
78 cacheable-lookup@2.0.0 MIT https://github.com/szmarczak/cacheable-lookup
79 cacheable-request@7.0.1 MIT https://github.com/lukechilds/cacheable-request
80 call-limit@1.1.1 ISC https://github.com/iarna/call-limit
81 camelcase@4.1.0 MIT https://github.com/sindresorhus/camelcase
82 capture-stack-trace@1.0.0 MIT https://github.com/floatdrop/capture-stack-trace
83 caseless@0.12.0 Apache-2.0 https://github.com/mikeal/caseless
84 chalk@2.4.1 MIT https://github.com/chalk/chalk
85 chalk@2.4.2 MIT https://github.com/chalk/chalk
86 chownr@1.1.3 ISC https://github.com/isaacs/chownr
87 ci-info@1.6.0 MIT https://github.com/watson/ci-info
88 ci-info@2.0.0 MIT https://github.com/watson/ci-info
89 cidr-regex@2.0.10 BSD-2-Clause https://github.com/silverwind/cidr-regex
90 classnames@2.2.6 MIT https://github.com/JedWatson/classnames
91 cli-boxes@1.0.0 MIT https://github.com/sindresorhus/cli-boxes
92 cli-columns@3.1.2 MIT https://github.com/shannonmoeller/cli-columns
93 cli-table3@0.5.1 MIT https://github.com/cli-table/cli-table3
94 cliui@4.1.0 ISC https://github.com/yargs/cliui
95 clone-response@1.0.2 MIT https://github.com/lukechilds/clone-response
96 clone@1.0.4 MIT https://github.com/pvorb/node-clone
97 cmd-shim@3.0.3 ISC https://github.com/npm/cmd-shim
98 co@4.6.0 MIT https://github.com/tj/co
99 code-point-at@1.1.0 MIT https://github.com/sindresorhus/code-point-at
100 codemirror-graphql@0.11.6 MIT https://github.com/graphql/graphiql
101 codemirror@5.48.0 MIT https://github.com/codemirror/CodeMirror
102 color-convert@1.9.1 MIT https://github.com/Qix-/color-convert
103 color-convert@1.9.3 MIT https://github.com/Qix-/color-convert
104 color-name@1.1.3 MIT https://github.com/dfcreative/color-name
105 colors@1.3.3 MIT https://github.com/Marak/colors.js
106 columnify@1.5.4 MIT https://github.com/timoxley/columnify
107 combined-stream@1.0.6 MIT https://github.com/felixge/node-combined-stream
108 comlink@4.3.0 Apache-2.0 https://github.com/GoogleChromeLabs/comlink
109 compute-scroll-into-view@1.0.11 MIT https://github.com/stipsan/compute-scroll-into-view
110 concat-map@0.0.1 MIT https://github.com/substack/node-concat-map
111 concat-stream@1.6.2 MIT https://github.com/maxogden/concat-stream
112 config-chain@1.1.12 MIT https://github.com/dominictarr/config-chain
113 configstore@3.1.2 BSD-2-Clause https://github.com/yeoman/configstore
114 console-control-strings@1.1.0 ISC https://github.com/iarna/console-control-strings
115 copy-concurrently@1.0.5 ISC https://github.com/npm/copy-concurrently
116 copy-to-clipboard@3.3.1 MIT https://github.com/sudodoki/copy-to-clipboard
117 core-js@2.6.11 MIT https://github.com/zloirock/core-js
118 core-js@3.6.5 MIT https://github.com/zloirock/core-js
119 core-util-is@1.0.2 MIT https://github.com/isaacs/core-util-is
120 create-error-class@3.0.2 MIT https://github.com/floatdrop/create-error-class
121 create-react-context@0.3.0 MIT https://github.com/thejameskyle/create-react-context
122 cross-fetch@2.2.2 MIT https://github.com/lquixada/cross-fetch
123 cross-spawn@5.1.0 MIT https://github.com/IndigoUnited/node-cross-spawn
124 crypto-random-string@1.0.0 MIT https://github.com/sindresorhus/crypto-random-string
125 cyclist@0.2.2 MIT* https://github.com/mafintosh/cyclist
126 d3-array@1.2.4 BSD-3-Clause https://github.com/d3/d3-array
127 d3-axis@1.0.12 BSD-3-Clause https://github.com/d3/d3-axis
128 d3-collection@1.0.7 BSD-3-Clause https://github.com/d3/d3-collection
129 d3-color@1.2.3 BSD-3-Clause https://github.com/d3/d3-color
130 d3-format@1.3.2 BSD-3-Clause https://github.com/d3/d3-format
131 d3-interpolate@1.4.0 BSD-3-Clause https://github.com/d3/d3-interpolate
132 d3-path@1.0.7 BSD-3-Clause https://github.com/d3/d3-path
133 d3-scale@2.2.2 BSD-3-Clause https://github.com/d3/d3-scale
134 d3-scale@3.2.1 BSD-3-Clause https://github.com/d3/d3-scale
135 d3-selection@1.4.1 BSD-3-Clause https://github.com/d3/d3-selection
136 d3-shape@1.3.7 BSD-3-Clause https://github.com/d3/d3-shape
137 d3-time-format@2.1.3 BSD-3-Clause https://github.com/d3/d3-time-format
138 d3-time@1.0.10 BSD-3-Clause https://github.com/d3/d3-time
139 dashdash@1.14.1 MIT https://github.com/trentm/node-dashdash
140 date-fns@2.13.0 MIT https://github.com/date-fns/date-fns
141 debug@3.1.0 MIT https://github.com/visionmedia/debug
142 debuglog@1.0.1 MIT https://github.com/sam-github/node-debuglog
143 decamelize@1.2.0 MIT https://github.com/sindresorhus/decamelize
144 decimal.js-light@2.5.0 MIT https://github.com/MikeMcl/decimal.js-light
145 decode-uri-component@0.2.0 MIT https://github.com/SamVerschueren/decode-uri-component
146 decompress-response@5.0.0 MIT https://github.com/sindresorhus/decompress-response
147 deep-equal@1.1.1 MIT https://github.com/substack/node-deep-equal
148 deep-extend@0.5.1 MIT https://github.com/unclechu/node-deep-extend
149 defaults@1.0.3 MIT https://github.com/tmpvar/defaults
150 defer-to-connect@2.0.0 MIT https://github.com/szmarczak/defer-to-connect
151 define-properties@1.1.3 MIT https://github.com/ljharb/define-properties
152 delay@4.3.0 MIT https://github.com/sindresorhus/delay
153 delayed-stream@1.0.0 MIT https://github.com/felixge/node-delayed-stream
154 delegates@1.0.0 MIT https://github.com/visionmedia/node-delegates
155 detect-indent@5.0.0 MIT https://github.com/sindresorhus/detect-indent
156 detect-newline@2.1.0 MIT https://github.com/sindresorhus/detect-newline
157 dezalgo@1.0.3 ISC https://github.com/npm/dezalgo
158 dom-confetti@0.1.1 MIT https://github.com/daniel-lundin/dom-confetti
159 dom-helpers@3.4.0 MIT https://github.com/jquense/dom-helpers
160 dom-serializer@0.2.2 MIT https://github.com/cheeriojs/dom-renderer
161 domelementtype@2.0.1 BSD-2-Clause https://github.com/fb55/domelementtype
162 domhandler@3.0.0 BSD-2-Clause https://github.com/fb55/DomHandler
163 domutils@2.0.0 BSD-2-Clause https://github.com/fb55/domutils
164 dot-prop@4.2.0 MIT https://github.com/sindresorhus/dot-prop
165 dotenv@5.0.1 BSD-2-Clause https://github.com/motdotla/dotenv
166 downshift@3.4.8 MIT https://github.com/downshift-js/downshift
167 duplexer3@0.1.4 BSD-3-Clause https://github.com/floatdrop/duplexer3
168 duplexify@3.6.0 MIT https://github.com/mafintosh/duplexify
169 ecc-jsbn@0.1.2 MIT https://github.com/quartzjer/ecc-jsbn
170 editor@1.0.0 MIT https://github.com/substack/node-editor
171 encoding@0.1.12 MIT https://github.com/andris9/encoding
172 end-of-stream@1.1.0 MIT https://github.com/mafintosh/end-of-stream
173 end-of-stream@1.4.1 MIT https://github.com/mafintosh/end-of-stream
174 entities@2.0.0 BSD-2-Clause https://github.com/fb55/entities
175 env-paths@1.0.0 MIT https://github.com/sindresorhus/env-paths
176 err-code@1.1.2 MIT https://github.com/IndigoUnited/js-err-code
177 errno@0.1.7 MIT https://github.com/rvagg/node-errno
178 es-abstract@1.12.0 MIT https://github.com/ljharb/es-abstract
179 es-abstract@1.17.4 MIT https://github.com/ljharb/es-abstract
180 es-to-primitive@1.2.0 MIT https://github.com/ljharb/es-to-primitive
181 es-to-primitive@1.2.1 MIT https://github.com/ljharb/es-to-primitive
182 es6-promise@4.2.8 MIT https://github.com/stefanpenner/es6-promise
183 es6-promisify@5.0.0 MIT https://github.com/digitaldesignlabs/es6-promisify
184 escape-string-regexp@1.0.5 MIT https://github.com/sindresorhus/escape-string-regexp
185 esprima@4.0.1 BSD-2-Clause https://github.com/jquery/esprima
186 execa@0.7.0 MIT https://github.com/sindresorhus/execa
187 extend@3.0.2 MIT https://github.com/justmoon/node-extend
188 extsprintf@1.3.0 MIT https://github.com/davepacheco/node-extsprintf
189 fast-deep-equal@1.1.0 MIT https://github.com/epoberezkin/fast-deep-equal
190 fast-json-stable-stringify@2.0.0 MIT https://github.com/epoberezkin/fast-json-stable-stringify
191 figgy-pudding@3.5.1 ISC https://github.com/zkat/figgy-pudding
192 find-npm-prefix@1.0.2 ISC https://github.com/npm/find-npm-prefix
193 find-up@2.1.0 MIT https://github.com/sindresorhus/find-up
194 find-up@3.0.0 MIT https://github.com/sindresorhus/find-up
195 flush-write-stream@1.0.3 MIT https://github.com/mafintosh/flush-write-stream
196 focus-visible@5.1.0 W3C https://github.com/WICG/focus-visible
197 forever-agent@0.6.1 Apache-2.0 https://github.com/mikeal/forever-agent
198 form-data@2.3.2 MIT https://github.com/form-data/form-data
199 from2@1.3.0 MIT https://github.com/hughsk/from2
200 from2@2.3.0 MIT https://github.com/hughsk/from2
201 fs-minipass@1.2.7 ISC https://github.com/npm/fs-minipass
202 fs-vacuum@1.2.10 ISC https://github.com/npm/fs-vacuum
203 fs-write-stream-atomic@1.0.10 ISC https://github.com/npm/fs-write-stream-atomic
204 fs.realpath@1.0.0 ISC https://github.com/isaacs/fs.realpath
205 function-bind@1.1.1 MIT https://github.com/Raynos/function-bind
206 gauge@2.7.4 ISC https://github.com/iarna/gauge
207 genfun@5.0.0 MIT https://github.com/zkat/genfun
208 gentle-fs@2.3.0 Artistic-2.0 https://github.com/npm/gentle-fs
209 get-caller-file@1.0.2 ISC https://github.com/stefanpenner/get-caller-file
210 get-stream@3.0.0 MIT https://github.com/sindresorhus/get-stream
211 get-stream@4.1.0 MIT https://github.com/sindresorhus/get-stream
212 get-stream@5.1.0 MIT https://github.com/sindresorhus/get-stream
213 getpass@0.1.7 MIT https://github.com/arekinath/node-getpass
214 glob@7.1.4 ISC https://github.com/isaacs/node-glob
215 global-dirs@0.1.1 MIT https://github.com/sindresorhus/global-dirs
216 got@10.7.0 MIT https://github.com/sindresorhus/got
217 got@6.7.1 MIT https://github.com/sindresorhus/got
218 graceful-fs@4.2.3 ISC https://github.com/isaacs/node-graceful-fs
219 graphiql@0.17.5 MIT https://github.com/graphql/graphiql
220 graphql-config@2.2.1 MIT https://github.com/graphcool/graphql-config
221 graphql-import@0.7.1 MIT https://github.com/graphcool/graphql-import
222 graphql-language-service-interface@2.3.3 MIT https://github.com/graphql/graphiql
223 graphql-language-service-parser@1.5.2 MIT https://github.com/graphql/graphiql
224 graphql-language-service-types@1.5.2 MIT https://github.com/graphql/graphiql
225 graphql-language-service-utils@2.3.3 MIT https://github.com/graphql/graphiql
226 graphql-request@1.8.2 MIT https://github.com/graphcool/graphql-request
227 graphql@14.6.0 MIT https://github.com/graphql/graphql-js
228 gud@1.0.0 MIT https://github.com/jamiebuilds/global-unique-id
229 har-schema@2.0.0 ISC https://github.com/ahmadnassri/har-schema
230 har-validator@5.1.0 ISC https://github.com/ahmadnassri/har-validator
231 has-flag@3.0.0 MIT https://github.com/sindresorhus/has-flag
232 has-symbols@1.0.0 MIT https://github.com/ljharb/has-symbols
233 has-symbols@1.0.1 MIT https://github.com/ljharb/has-symbols
234 has-unicode@2.0.1 ISC https://github.com/iarna/has-unicode
235 has@1.0.3 MIT https://github.com/tarruda/has
236 he@1.2.0 MIT https://github.com/mathiasbynens/he
237 highlight.js@10.0.2 BSD-3-Clause https://github.com/highlightjs/highlight.js
238 highlightjs-graphql@1.0.1 MIT https://github.com/dpeek/highlightjs-graphql
239 history@4.5.1 MIT https://github.com/mjackson/history
240 hoist-non-react-statics@3.3.0 BSD-3-Clause https://github.com/mridgway/hoist-non-react-statics
241 hosted-git-info@2.8.5 ISC https://github.com/npm/hosted-git-info
242 htmlparser2@4.1.0 MIT https://github.com/fb55/htmlparser2
243 http-cache-semantics@3.8.1 BSD-2-Clause https://github.com/pornel/http-cache-semantics
244 http-cache-semantics@4.0.3 BSD-2-Clause https://github.com/kornelski/http-cache-semantics
245 http-proxy-agent@2.1.0 MIT https://github.com/TooTallNate/node-http-proxy-agent
246 http-signature@1.2.0 MIT https://github.com/joyent/node-http-signature
247 https-proxy-agent@2.2.4 MIT https://github.com/TooTallNate/node-https-proxy-agent
248 humanize-ms@1.2.1 MIT https://github.com/node-modules/humanize-ms
249 iconv-lite@0.4.23 MIT https://github.com/ashtuchkin/iconv-lite
250 iferr@0.1.5 MIT https://github.com/shesek/iferr
251 iferr@1.0.2 MIT https://github.com/shesek/iferr
252 ignore-walk@3.0.3 ISC https://github.com/isaacs/ignore-walk
253 import-lazy@2.1.0 MIT https://github.com/sindresorhus/import-lazy
254 imurmurhash@0.1.4 MIT https://github.com/jensyt/imurmurhash-js
255 infer-owner@1.0.4 ISC https://github.com/npm/infer-owner
256 inflight@1.0.6 ISC https://github.com/npm/inflight
257 inherits@2.0.4 ISC https://github.com/isaacs/inherits
258 ini@1.3.5 ISC https://github.com/isaacs/ini
259 init-package-json@1.10.3 ISC https://github.com/npm/init-package-json
260 invariant@2.2.4 MIT https://github.com/zertosh/invariant
261 invert-kv@1.0.0 MIT https://github.com/sindresorhus/invert-kv
262 ip-regex@2.1.0 MIT https://github.com/sindresorhus/ip-regex
263 ip@1.1.5 MIT https://github.com/indutny/node-ip
264 is-absolute-url@3.0.3 MIT https://github.com/sindresorhus/is-absolute-url
265 is-arguments@1.0.4 MIT https://github.com/ljharb/is-arguments
266 is-callable@1.1.4 MIT https://github.com/ljharb/is-callable
267 is-callable@1.1.5 MIT https://github.com/ljharb/is-callable
268 is-ci@1.1.0 MIT https://github.com/watson/is-ci
269 is-cidr@3.0.0 BSD-2-Clause https://github.com/silverwind/is-cidr
270 is-date-object@1.0.1 MIT https://github.com/ljharb/is-date-object
271 is-fullwidth-code-point@1.0.0 MIT https://github.com/sindresorhus/is-fullwidth-code-point
272 is-fullwidth-code-point@2.0.0 MIT https://github.com/sindresorhus/is-fullwidth-code-point
273 is-installed-globally@0.1.0 MIT https://github.com/sindresorhus/is-installed-globally
274 is-npm@1.0.0 MIT https://github.com/sindresorhus/is-npm
275 is-obj@1.0.1 MIT https://github.com/sindresorhus/is-obj
276 is-path-inside@1.0.1 MIT https://github.com/sindresorhus/is-path-inside
277 is-redirect@1.0.0 MIT https://github.com/sindresorhus/is-redirect
278 is-regex@1.0.4 MIT https://github.com/ljharb/is-regex
279 is-regex@1.0.5 MIT https://github.com/ljharb/is-regex
280 is-retry-allowed@1.1.0 MIT https://github.com/floatdrop/is-retry-allowed
281 is-stream@1.1.0 MIT https://github.com/sindresorhus/is-stream
282 is-symbol@1.0.2 MIT https://github.com/ljharb/is-symbol
283 is-symbol@1.0.3 MIT https://github.com/inspect-js/is-symbol
284 is-typedarray@1.0.0 MIT https://github.com/hughsk/is-typedarray
285 isarray@0.0.1 MIT https://github.com/juliangruber/isarray
286 isarray@1.0.0 MIT https://github.com/juliangruber/isarray
287 isexe@2.0.0 ISC https://github.com/isaacs/isexe
288 isstream@0.1.2 MIT https://github.com/rvagg/isstream
289 iterall@1.2.2 MIT https://github.com/leebyron/iterall
290 js-tokens@4.0.0 MIT https://github.com/lydell/js-tokens
291 js-yaml@3.13.1 MIT https://github.com/nodeca/js-yaml
292 jsbn@0.1.1 MIT https://github.com/andyperlitch/jsbn
293 json-buffer@3.0.1 MIT https://github.com/dominictarr/json-buffer
294 json-parse-better-errors@1.0.2 MIT https://github.com/zkat/json-parse-better-errors
295 json-schema-traverse@0.3.1 MIT https://github.com/epoberezkin/json-schema-traverse
296 json-schema@0.2.3 AFLv2.1,BSD https://github.com/kriszyp/json-schema
297 json-stringify-safe@5.0.1 ISC https://github.com/isaacs/json-stringify-safe
298 jsonparse@1.3.1 MIT https://github.com/creationix/jsonparse
299 jsprim@1.4.1 MIT https://github.com/joyent/node-jsprim
300 keyv@4.0.0 MIT https://github.com/lukechilds/keyv
301 latest-version@3.1.0 MIT https://github.com/sindresorhus/latest-version
302 lazy-property@1.0.0 MIT https://github.com/mikolalysenko/lazy-property
303 lcid@1.0.0 MIT https://github.com/sindresorhus/lcid
304 libcipm@4.0.7 MIT https://github.com/npm/libcipm
305 libnpm@3.0.1 ISC https://github.com/npm/libnpm
306 libnpmaccess@3.0.2 ISC https://github.com/npm/libnpmaccess
307 libnpmconfig@1.2.1 ISC https://github.com/npm/libnpmconfig
308 libnpmhook@5.0.3 ISC https://github.com/npm/libnpmhook
309 libnpmorg@1.0.1 ISC https://github.com/npm/libnpmorg
310 libnpmpublish@1.1.2 ISC https://github.com/npm/libnpmpublish
311 libnpmsearch@2.0.2 ISC https://github.com/npm/libnpmsearch
312 libnpmteam@1.0.2 ISC https://github.com/npm/libnpmteam
313 libnpx@10.2.0 ISC https://github.com/zkat/npx
314 linkify-it@2.0.3 MIT https://github.com/markdown-it/linkify-it
315 locate-path@2.0.0 MIT https://github.com/sindresorhus/locate-path
316 locate-path@3.0.0 MIT https://github.com/sindresorhus/locate-path
317 lock-verify@2.1.0 ISC https://github.com/iarna/lock-verify
318 lockfile@1.0.4 ISC https://github.com/npm/lockfile
319 lodash._baseindexof@3.1.0 MIT https://github.com/lodash/lodash
320 lodash._baseuniq@4.6.0 MIT https://github.com/lodash/lodash
321 lodash._bindcallback@3.0.1 MIT https://github.com/lodash/lodash
322 lodash._cacheindexof@3.0.2 MIT https://github.com/lodash/lodash
323 lodash._createcache@3.1.2 MIT https://github.com/lodash/lodash
324 lodash._createset@4.0.3 MIT https://github.com/lodash/lodash
325 lodash._getnative@3.9.1 MIT https://github.com/lodash/lodash
326 lodash._root@3.0.1 MIT https://github.com/lodash/lodash
327 lodash.clonedeep@4.5.0 MIT https://github.com/lodash/lodash
328 lodash.debounce@4.0.8 MIT https://github.com/lodash/lodash
329 lodash.escaperegexp@4.1.2 MIT https://github.com/lodash/lodash
330 lodash.isequal@4.5.0 MIT https://github.com/lodash/lodash
331 lodash.isplainobject@4.0.6 MIT https://github.com/lodash/lodash
332 lodash.isstring@4.0.1 MIT https://github.com/lodash/lodash
333 lodash.mergewith@4.6.2 MIT https://github.com/lodash/lodash
334 lodash.restparam@3.6.1 MIT https://github.com/lodash/lodash
335 lodash.throttle@4.1.1 MIT https://github.com/lodash/lodash
336 lodash.union@4.6.0 MIT https://github.com/lodash/lodash
337 lodash.uniq@4.5.0 MIT https://github.com/lodash/lodash
338 lodash.without@4.4.0 MIT https://github.com/lodash/lodash
339 lodash@4.17.15 MIT https://github.com/lodash/lodash
340 loose-envify@1.4.0 MIT https://github.com/zertosh/loose-envify
341 lowercase-keys@1.0.1 MIT https://github.com/sindresorhus/lowercase-keys
342 lowercase-keys@2.0.0 MIT https://github.com/sindresorhus/lowercase-keys
343 lru-cache@4.1.5 ISC https://github.com/isaacs/node-lru-cache
344 lru-cache@5.1.1 ISC https://github.com/isaacs/node-lru-cache
345 make-dir@1.3.0 MIT https://github.com/sindresorhus/make-dir
346 make-fetch-happen@5.0.2 ISC https://github.com/zkat/make-fetch-happen
347 markdown-it@10.0.0 MIT https://github.com/markdown-it/markdown-it
348 marked@0.8.2 MIT https://github.com/markedjs/marked
349 math-expression-evaluator@1.2.17 MIT https://github.com/redhivesoftware/math-expression-evaluator.git#readme
350 mdi-react@6.7.0 (MIT AND OFL-1.1) https://github.com/levrik/mdi-react
351 mdurl@1.0.1 MIT https://github.com/markdown-it/mdurl
352 meant@1.0.1 MIT https://github.com/watilde/meant
353 mem@1.1.0 MIT https://github.com/sindresorhus/mem
354 mime-db@1.35.0 MIT https://github.com/jshttp/mime-db
355 mime-types@2.1.19 MIT https://github.com/jshttp/mime-types
356 mimic-fn@1.2.0 MIT https://github.com/sindresorhus/mimic-fn
357 mimic-response@1.0.1 MIT https://github.com/sindresorhus/mimic-response
358 mimic-response@2.1.0 MIT https://github.com/sindresorhus/mimic-response
359 mini-create-react-context@0.3.2 MIT https://github.com/StringEpsilon/mini-create-react-context
360 minimatch@3.0.4 ISC https://github.com/isaacs/minimatch
361 minimist@0.0.8 MIT https://github.com/substack/minimist
362 minimist@1.2.0 MIT https://github.com/substack/minimist
363 minipass@2.9.0 ISC https://github.com/isaacs/minipass
364 minizlib@1.3.3 MIT https://github.com/isaacs/minizlib
365 mississippi@3.0.0 BSD-2-Clause https://github.com/maxogden/mississippi
366 mkdirp@0.5.1 MIT https://github.com/substack/node-mkdirp
367 monaco-editor@0.18.1 MIT https://github.com/Microsoft/monaco-editor
368 move-concurrently@1.0.1 ISC https://github.com/npm/move-concurrently
369 ms@2.0.0 MIT https://github.com/zeit/ms
370 ms@2.1.1 MIT https://github.com/zeit/ms
371 mute-stream@0.0.7 ISC https://github.com/isaacs/mute-stream
372 nice-ticks@1.0.1 ISC https://github.com/cenfun/nice-ticks
373 node-fetch-npm@2.0.2 MIT https://github.com/npm/node-fetch-npm
374 node-fetch@2.1.2 MIT https://github.com/bitinn/node-fetch
375 node-gyp@5.0.5 MIT https://github.com/nodejs/node-gyp
376 nopt@3.0.6 ISC https://github.com/npm/nopt
377 nopt@4.0.1 ISC https://github.com/npm/nopt
378 normalize-package-data@2.5.0 BSD-2-Clause https://github.com/npm/normalize-package-data
379 normalize-url@4.3.0 MIT https://github.com/sindresorhus/normalize-url
380 npm-audit-report@1.3.2 ISC https://github.com/npm/npm-audit-report
381 npm-bundled@1.1.1 ISC https://github.com/npm/npm-bundled
382 npm-cache-filename@1.0.2 ISC https://github.com/npm/npm-cache-filename
383 npm-install-checks@3.0.2 BSD-2-Clause https://github.com/npm/npm-install-checks
384 npm-lifecycle@3.1.4 Artistic-2.0 https://github.com/npm/lifecycle
385 npm-logical-tree@1.2.1 ISC https://github.com/npm/logical-tree
386 npm-normalize-package-bin@1.0.1 ISC https://github.com/npm/npm-normalize-package-bin
387 npm-package-arg@6.1.1 ISC https://github.com/npm/npm-package-arg
388 npm-packlist@1.4.7 ISC https://github.com/npm/npm-packlist
389 npm-pick-manifest@3.0.2 ISC https://github.com/npm/npm-pick-manifest
390 npm-profile@4.0.2 ISC https://github.com/npm/npm-profile
391 npm-registry-fetch@4.0.2 ISC https://github.com/npm/registry-fetch
392 npm-run-path@2.0.2 MIT https://github.com/sindresorhus/npm-run-path
393 npm-user-validate@1.0.0 BSD-2-Clause https://github.com/npm/npm-user-validate
394 npm@6.13.4 Artistic-2.0 https://github.com/npm/cli
395 npmlog@4.1.2 ISC https://github.com/npm/npmlog
396 number-is-nan@1.0.1 MIT https://github.com/sindresorhus/number-is-nan
397 oauth-sign@0.9.0 Apache-2.0 https://github.com/mikeal/oauth-sign
398 object-assign@4.1.1 MIT https://github.com/sindresorhus/object-assign
399 object-inspect@1.7.0 MIT https://github.com/substack/object-inspect
400 object-is@1.0.2 MIT https://github.com/es-shims/object-is
401 object-keys@1.0.12 MIT https://github.com/ljharb/object-keys
402 object-keys@1.1.1 MIT https://github.com/ljharb/object-keys
403 object.assign@4.1.0 MIT https://github.com/ljharb/object.assign
404 object.getownpropertydescriptors@2.0.3 MIT https://github.com/ljharb/object.getownpropertydescriptors
405 once@1.3.3 ISC https://github.com/isaacs/once
406 once@1.4.0 ISC https://github.com/isaacs/once
407 open-color@1.7.0 MIT https://github.com/yeun/open-color
408 opener@1.5.1 (WTFPL OR MIT) https://github.com/domenic/opener
409 os-homedir@1.0.2 MIT https://github.com/sindresorhus/os-homedir
410 os-locale@2.1.0 MIT https://github.com/sindresorhus/os-locale
411 os-tmpdir@1.0.2 MIT https://github.com/sindresorhus/os-tmpdir
412 osenv@0.1.5 ISC https://github.com/npm/osenv
413 p-cancelable@2.0.0 MIT https://github.com/sindresorhus/p-cancelable
414 p-event@4.1.0 MIT https://github.com/sindresorhus/p-event
415 p-finally@1.0.0 MIT https://github.com/sindresorhus/p-finally
416 p-limit@1.2.0 MIT https://github.com/sindresorhus/p-limit
417 p-limit@2.2.0 MIT https://github.com/sindresorhus/p-limit
418 p-locate@2.0.0 MIT https://github.com/sindresorhus/p-locate
419 p-locate@3.0.0 MIT https://github.com/sindresorhus/p-locate
420 p-timeout@2.0.1 MIT https://github.com/sindresorhus/p-timeout
421 p-try@1.0.0 MIT https://github.com/sindresorhus/p-try
422 p-try@2.2.0 MIT https://github.com/sindresorhus/p-try
423 package-json@4.0.1 MIT https://github.com/sindresorhus/package-json
424 pacote@9.5.11 MIT https://github.com/npm/pacote
425 parallel-transform@1.1.0 MIT https://github.com/mafintosh/parallel-transform
426 path-exists@3.0.0 MIT https://github.com/sindresorhus/path-exists
427 path-is-absolute@1.0.1 MIT https://github.com/sindresorhus/path-is-absolute
428 path-is-inside@1.0.2 (WTFPL OR MIT) https://github.com/domenic/path-is-inside
429 path-key@2.0.1 MIT https://github.com/sindresorhus/path-key
430 path-parse@1.0.6 MIT https://github.com/jbgutierrez/path-parse
431 path-to-regexp@1.7.0 MIT https://github.com/pillarjs/path-to-regexp
432 performance-now@2.1.0 MIT https://github.com/braveg1rl/performance-now
433 pify@3.0.0 MIT https://github.com/sindresorhus/pify
434 popper.js@1.15.0 MIT https://github.com/FezVrasta/popper.js
435 postcss@7.0.27 MIT https://github.com/postcss/postcss
436 prepend-http@1.0.4 MIT https://github.com/sindresorhus/prepend-http
437 pretty-bytes@5.3.0 MIT https://github.com/sindresorhus/pretty-bytes
438 process-nextick-args@2.0.0 MIT https://github.com/calvinmetcalf/process-nextick-args
439 promise-inflight@1.0.1 ISC https://github.com/iarna/promise-inflight
440 promise-retry@1.1.1 MIT https://github.com/IndigoUnited/node-promise-retry
441 promzard@0.3.0 ISC https://github.com/isaacs/promzard
442 prop-types@15.7.2 MIT https://github.com/facebook/prop-types
443 proto-list@1.2.4 ISC https://github.com/isaacs/proto-list
444 protoduck@5.0.1 MIT https://github.com/zkat/protoduck
445 prr@1.0.1 MIT https://github.com/rvagg/prr
446 pseudomap@1.0.2 ISC https://github.com/isaacs/pseudomap
447 psl@1.1.29 MIT https://github.com/wrangr/psl
448 pump@2.0.1 MIT https://github.com/mafintosh/pump
449 pump@3.0.0 MIT https://github.com/mafintosh/pump
450 pumpify@1.5.1 MIT https://github.com/mafintosh/pumpify
451 punycode@1.4.1 MIT https://github.com/bestiejs/punycode.js
452 qrcode-terminal@0.12.0 Apache 2.0 https://github.com/gtanner/qrcode-terminal
453 qs@6.5.2 BSD-3-Clause https://github.com/ljharb/qs
454 query-string@6.8.2 MIT https://github.com/sindresorhus/query-string
455 qw@1.0.1 ISC https://github.com/iarna/node-qw
456 raf@3.4.1 MIT https://github.com/chrisdickinson/raf
457 rc@1.2.7 (BSD-2-Clause OR MIT OR Apache-2.0) https://github.com/dominictarr/rc
458 react-circular-progressbar@2.0.3 MIT https://github.com/kevinsqi/react-circular-progressbar
459 react-dom-confetti@0.1.3 MIT https://github.com/daniel-lundin/react-dom-confetti
460 react-draggable@4.3.1 MIT https://github.com/mzabriskie/react-draggable
461 react-grid-layout@0.18.3 MIT https://github.com/STRML/react-grid-layout
462 react-is@16.13.1 MIT https://github.com/facebook/react
463 react-lifecycles-compat@3.0.4 MIT https://github.com/reactjs/react-lifecycles-compat
464 react-popper@1.3.7 MIT https://github.com/souporserious/react-popper
465 react-resizable@1.10.1 MIT https://github.com/STRML/react-resizable
466 react-resize-detector@2.3.0 MIT https://github.com/maslianok/react-resize-detector
467 react-router-dom@5.1.2 MIT https://github.com/ReactTraining/react-router
468 react-router@5.1.2 MIT https://github.com/ReactTraining/react-router
469 react-smooth@1.0.5 MIT https://github.com/recharts/react-smooth
470 react-stripe-elements@6.1.1 MIT https://github.com/stripe/react-stripe-elements
471 react-textarea-autosize@7.1.2 MIT https://github.com/andreypopp/react-textarea-autosize
472 react-transition-group@2.9.0 BSD-3-Clause https://github.com/reactjs/react-transition-group
473 react-visibility-sensor@5.1.1 MIT https://github.com/joshwnj/react-visibility-sensor
474 react@16.13.1 MIT https://github.com/facebook/react
475 reactstrap@8.4.1 MIT https://github.com/reactstrap/reactstrap
476 read-cmd-shim@1.0.5 ISC https://github.com/npm/read-cmd-shim
477 read-installed@4.0.3 ISC https://github.com/isaacs/read-installed
478 read-package-json@2.1.1 ISC https://github.com/npm/read-package-json
479 read-package-tree@5.3.1 ISC https://github.com/npm/read-package-tree
480 read@1.0.7 ISC https://github.com/isaacs/read
481 readable-stream@1.1.14 MIT https://github.com/isaacs/readable-stream
482 readable-stream@2.3.6 MIT https://github.com/nodejs/readable-stream
483 readable-stream@3.4.0 MIT https://github.com/nodejs/readable-stream
484 readdir-scoped-modules@1.1.0 ISC https://github.com/npm/readdir-scoped-modules
485 recharts-scale@0.4.2 MIT https://github.com/recharts/recharts-scale
486 recharts@1.8.5 MIT https://github.com/recharts/recharts
487 reduce-css-calc@1.3.0 MIT https://github.com/MoOx/reduce-css-calc
488 reduce-function-call@1.0.3 MIT https://github.com/MoOx/reduce-function-call
489 regenerator-runtime@0.13.5 MIT https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime
490 regexp.prototype.flags@1.3.0 MIT https://github.com/es-shims/RegExp.prototype.flags
491 registry-auth-token@3.3.2 MIT https://github.com/rexxars/registry-auth-token
492 registry-url@3.1.0 MIT https://github.com/sindresorhus/registry-url
493 request@2.88.0 Apache-2.0 https://github.com/request/request
494 require-directory@2.1.1 MIT https://github.com/troygoode/node-require-directory
495 require-main-filename@1.0.1 ISC https://github.com/yargs/require-main-filename
496 resize-observer-polyfill@1.5.1 MIT https://github.com/que-etc/resize-observer-polyfill
497 resolve-from@4.0.0 MIT https://github.com/sindresorhus/resolve-from
498 resolve-pathname@2.2.0 MIT https://github.com/mjackson/resolve-pathname
499 resolve@1.10.0 MIT https://github.com/browserify/resolve
500 responselike@2.0.0 MIT https://github.com/lukechilds/responselike
501 retry@0.10.1 MIT https://github.com/tim-kos/node-retry
502 retry@0.12.0 MIT https://github.com/tim-kos/node-retry
503 rimraf@2.6.3 ISC https://github.com/isaacs/rimraf
504 run-queue@1.0.3 ISC https://github.com/iarna/run-queue
505 rxjs@6.5.5 Apache-2.0 https://github.com/reactivex/rxjs
506 safe-buffer@5.1.2 MIT https://github.com/feross/safe-buffer
507 safe-buffer@5.2.0 MIT https://github.com/feross/safe-buffer
508 safer-buffer@2.1.2 MIT https://github.com/ChALkeR/safer-buffer
509 sanitize-html@1.22.1 MIT https://github.com/punkave/sanitize-html
510 scheduler@0.19.1 MIT https://github.com/facebook/react
511 semver-diff@2.1.0 MIT https://github.com/sindresorhus/semver-diff
512 semver@5.3.0 ISC https://github.com/npm/node-semver
513 semver@5.7.1 ISC https://github.com/npm/node-semver
514 semver@7.3.2 ISC https://github.com/npm/node-semver
515 set-blocking@2.0.0 ISC https://github.com/yargs/set-blocking
516 sha@3.0.0 (BSD-2-Clause OR MIT) https://github.com/ForbesLindesay/sha
517 shebang-command@1.2.0 MIT https://github.com/kevva/shebang-command
518 shebang-regex@1.0.0 MIT https://github.com/sindresorhus/shebang-regex
519 signal-exit@3.0.2 ISC https://github.com/tapjs/signal-exit
520 slide@1.1.6 ISC https://github.com/isaacs/slide-flow-control
521 slugify@1.4.0 MIT https://github.com/simov/slugify
522 smart-buffer@4.1.0 MIT https://github.com/JoshGlazebrook/smart-buffer
523 socks-proxy-agent@4.0.2 MIT https://github.com/TooTallNate/node-socks-proxy-agent
524 socks@2.3.3 MIT https://github.com/JoshGlazebrook/socks
525 sorted-object@2.0.1 (WTFPL OR MIT) https://github.com/domenic/sorted-object
526 sorted-union-stream@2.1.3 MIT https://github.com/mafintosh/sorted-union-stream
527 source-map@0.6.1 BSD-3-Clause https://github.com/mozilla/source-map
528 sourcegraph@24.4.0 Apache-2.0 https://github.com/sourcegraph/sourcegraph
529 spdx-correct@3.0.0 Apache-2.0 https://github.com/jslicense/spdx-correct.js
530 spdx-exceptions@2.1.0 CC-BY-3.0 https://github.com/kemitchell/spdx-exceptions.json
531 spdx-expression-parse@3.0.0 MIT https://github.com/jslicense/spdx-expression-parse.js
532 spdx-license-ids@3.0.3 CC0-1.0 https://github.com/shinnn/spdx-license-ids
533 split-on-first@1.1.0 MIT https://github.com/sindresorhus/split-on-first
534 sprintf-js@1.0.3 BSD-3-Clause https://github.com/alexei/sprintf.js
535 srcset@2.0.1 MIT https://github.com/sindresorhus/srcset
536 sshpk@1.14.2 MIT https://github.com/arekinath/node-sshpk
537 ssri@6.0.1 ISC https://github.com/zkat/ssri
538 stream-each@1.2.2 MIT https://github.com/mafintosh/stream-each
539 stream-iterate@1.2.0 MIT https://github.com/mafintosh/stream-iterate
540 stream-shift@1.0.0 MIT https://github.com/mafintosh/stream-shift
541 strict-uri-encode@2.0.0 MIT https://github.com/kevva/strict-uri-encode
542 string-score@1.0.1 MIT https://github.com/KenPowers/string-score
543 string-width@1.0.2 MIT https://github.com/sindresorhus/string-width
544 string-width@2.1.1 MIT https://github.com/sindresorhus/string-width
545 string.prototype.trimleft@2.1.1 MIT https://github.com/es-shims/String.prototype.trimLeft
546 string.prototype.trimright@2.1.1 MIT https://github.com/es-shims/String.prototype.trimRight
547 string_decoder@0.10.31 MIT https://github.com/rvagg/string_decoder
548 string_decoder@1.1.1 MIT https://github.com/nodejs/string_decoder
549 string_decoder@1.2.0 MIT https://github.com/nodejs/string_decoder
550 stringify-package@1.0.1 ISC https://github.com/npm/stringify-package
551 strip-ansi@3.0.1 MIT https://github.com/chalk/strip-ansi
552 strip-ansi@4.0.0 MIT https://github.com/chalk/strip-ansi
553 strip-eof@1.0.0 MIT https://github.com/sindresorhus/strip-eof
554 strip-json-comments@2.0.1 MIT https://github.com/sindresorhus/strip-json-comments
555 supports-color@5.4.0 MIT https://github.com/chalk/supports-color
556 supports-color@5.5.0 MIT https://github.com/chalk/supports-color
557 supports-color@6.1.0 MIT https://github.com/chalk/supports-color
558 tabbable@4.0.0 MIT https://github.com/davidtheclark/tabbable
559 tagged-template-noop@2.1.1 MIT https://github.com/lleaff/tagged-template-noop
560 tar@4.4.13 ISC https://github.com/npm/node-tar
561 term-size@1.2.0 MIT https://github.com/sindresorhus/term-size
562 text-table@0.2.0 MIT https://github.com/substack/text-table
563 textarea-caret@3.1.0 MIT https://github.com/component/textarea-caret-position
564 through2@2.0.3 MIT https://github.com/rvagg/through2
565 through@2.3.8 MIT https://github.com/dominictarr/through
566 timed-out@4.0.1 MIT https://github.com/floatdrop/timed-out
567 tiny-invariant@1.0.3 MIT
568 tiny-relative-date@1.3.0 MIT https://github.com/wildlyinaccurate/relative-date
569 tiny-warning@1.0.2 MIT https://github.com/alexreardon/tiny-warning
570 to-readable-stream@2.1.0 MIT https://github.com/sindresorhus/to-readable-stream
571 toggle-selection@1.0.6 MIT https://github.com/sudodoki/toggle-selection
572 tough-cookie@2.4.3 BSD-3-Clause https://github.com/salesforce/tough-cookie
573 ts-key-enum@2.0.2 MIT git+https://gitlab.com/nfriend/ts-key-enum
574 tslib@1.11.2 0BSD https://github.com/Microsoft/tslib
575 tslib@2.0.0 0BSD https://github.com/Microsoft/tslib
576 tunnel-agent@0.6.0 Apache-2.0 https://github.com/mikeal/tunnel-agent
577 tweetnacl@0.14.5 Unlicense https://github.com/dchest/tweetnacl-js
578 type-fest@0.10.0 (MIT OR CC0-1.0) https://github.com/sindresorhus/type-fest
579 typed-styles@0.0.7 MIT
580 typedarray@0.0.6 MIT https://github.com/substack/typedarray
581 uc.micro@1.0.5 MIT https://github.com/markdown-it/uc.micro
582 uid-number@0.0.6 ISC https://github.com/isaacs/uid-number
583 umask@1.1.0 MIT https://github.com/smikes/umask
584 unique-filename@1.1.1 ISC https://github.com/iarna/unique-filename
585 unique-slug@2.0.0 ISC https://github.com/iarna/unique-slug
586 unique-string@1.0.0 MIT https://github.com/sindresorhus/unique-string
587 unpipe@1.0.0 MIT https://github.com/stream-utils/unpipe
588 unzip-response@2.0.1 MIT https://github.com/sindresorhus/unzip-response
589 update-notifier@2.5.0 BSD-2-Clause https://github.com/yeoman/update-notifier
590 url-parse-lax@1.0.0 MIT https://github.com/sindresorhus/url-parse-lax
591 util-deprecate@1.0.2 MIT https://github.com/TooTallNate/util-deprecate
592 util-extend@1.0.3 MIT https://github.com/isaacs/util-extend
593 util-promisify@2.1.0 MIT https://github.com/juliangruber/util-promisify
594 utility-types@3.10.0 MIT https://github.com/piotrwitek/utility-types
595 uuid@3.3.3 MIT https://github.com/kelektiv/node-uuid
596 uuid@7.0.3 MIT https://github.com/uuidjs/uuid
597 validate-npm-package-license@3.0.4 Apache-2.0 https://github.com/kemitchell/validate-npm-package-license.js
598 validate-npm-package-name@3.0.0 ISC https://github.com/npm/validate-npm-package-name
599 value-equal@0.2.1 MIT https://github.com/mjackson/value-equal
600 verror@1.10.0 MIT https://github.com/davepacheco/node-verror
601 warning@3.0.0 BSD-3-Clause https://github.com/BerkeleyTrue/warning
602 warning@4.0.3 MIT https://github.com/BerkeleyTrue/warning
603 wcwidth@1.0.1 MIT https://github.com/timoxley/wcwidth
604 webext-additional-permissions@1.0.0 MIT https://github.com/fregante/webext-additional-permissions
605 webext-domain-permission-toggle@1.0.1 MIT https://github.com/fregante/webext-domain-permission-toggle
606 webextension-polyfill@0.6.0 MPL-2.0 https://github.com/mozilla/webextension-polyfill
607 whatwg-fetch@2.0.4 MIT https://github.com/github/fetch
608 which-module@2.0.0 ISC https://github.com/nexdrew/which-module
609 which@1.3.1 ISC https://github.com/isaacs/node-which
610 wide-align@1.1.2 ISC https://github.com/iarna/wide-align
611 widest-line@2.0.0 MIT https://github.com/sindresorhus/widest-line
612 worker-farm@1.7.0 MIT https://github.com/rvagg/node-worker-farm
613 wrap-ansi@2.1.0 MIT https://github.com/chalk/wrap-ansi
614 wrappy@1.0.2 ISC https://github.com/npm/wrappy
615 write-file-atomic@2.4.3 ISC https://github.com/iarna/write-file-atomic
616 xdg-basedir@3.0.0 MIT https://github.com/sindresorhus/xdg-basedir
617 xtend@4.0.1 MIT https://github.com/Raynos/xtend
618 y18n@3.2.1 ISC https://github.com/yargs/y18n
619 y18n@4.0.0 ISC https://github.com/yargs/y18n
620 yallist@2.1.2 ISC https://github.com/isaacs/yallist
621 yallist@3.0.3 ISC https://github.com/isaacs/yallist
622 yargs-parser@9.0.2 ISC https://github.com/yargs/yargs-parser
623 yargs@11.0.0 MIT https://github.com/yargs/yargs

View File

@ -25,7 +25,6 @@ CHECKS=(
./check-owners.sh
./shfmt.sh
./shellcheck.sh
./licenses.sh
)
echo "--- 🚨 Buildkite's timing information is misleading! Only consider the job timing that's printed after 'done'"

View File

@ -14,7 +14,7 @@ main() {
# Runs generate.sh and ensures no files changed. This relies on the go
# generation that ran are idempotent.
./dev/generate.sh
git diff --exit-code -- . ':!go.sum' ':!ThirdPartyLicensesNpm.csv'
git diff --exit-code -- . ':!go.sum'
}
main "$@"

View File

@ -1,10 +0,0 @@
#!/usr/bin/env bash
echo "--- licenses"
set -e
cd "$(dirname "${BASH_SOURCE[0]}")"/../..
yarn --mutex network --frozen-lockfile
./dev/licenses-npm.sh

View File

@ -1,12 +0,0 @@
#!/usr/bin/env bash
set -euf -o pipefail
cd "$(dirname "${BASH_SOURCE[0]}")"/..
FAIL_ON='UNKNOWN;GPL-1.0-only;GPL-1.0-or-later;GPL-2.0-only;GPL-2.0-or-later;GPL-3.0-only;GPL-3.0-or-later'
{
# Webapp, native integrations and browser extension
./node_modules/.bin/license-checker --production --csv --failOn "$FAIL_ON"
} | uniq >ThirdPartyLicensesNpm.csv

30
dev/licenses.sh Executable file
View File

@ -0,0 +1,30 @@
#!/usr/bin/env bash
# This script either generates a report of third-party dependencies, or runs a check that fails
# if there are any unapproved dependencies ('action items').
#
# Please refer to the handbook entry for more details: https://about.sourcegraph.com/handbook/engineering/continuous_integration#third-party-licenses
set -euf -o pipefail
# by default, generate a report. this does not care if there are pending action items
COMMAND="report --format=csv --save=./third-party-licenses/ThirdPartyLicenses.csv --write-headers"
# if LICENSE_CHECK=true, report unapproved dependencies and error if there are any ('action items')
if [[ "${LICENSE_CHECK:-''}" == "true" ]]; then
COMMAND="action_items"
fi
# prepare dependencies
yarn --mutex network --frozen-lockfile
go mod vendor # go mod download does not work with license_finder
# report license_finder configuration
license_finder permitted_licenses list
license_finder restricted_licenses list
license_finder ignored_groups list
license_finder ignored_dependencies list
license_finder dependencies list
# run license check
license_finder ${COMMAND} --columns=package_manager name version licenses homepage approved

View File

@ -0,0 +1,311 @@
---
- - :restrict
- unknown
- &1
:who:
:why: Import licenses-npm.sh FAIL_ON
:versions: []
:when: 2020-06-05 18:25:53.630259000 Z
- - :restrict
- UNKNOWN
- *1
- - :restrict
- GPL-1.0-only
- *1
- - :restrict
- GPL-1.0-or-later
- *1
- - :restrict
- GPL-2.0-only
- *1
- - :restrict
- GPL-2.0-or-later
- *1
- - :restrict
- GPL-3.0-only
- *1
- - :restrict
- GPL-3.0-or-later
- *1
- - :permit
- 0BSD
- &2
:who:
:why: Import approved licenses from ThirdPartyLicensesNpm.csv
:versions: []
:when: 2020-06-05 19:02:14.987331000 Z
- - :permit
- BSD
- *2
- - :permit
- Apache-2.0
- *2
- - :permit
- BSD-2-Clause
- *2
- - :permit
- BSD-3-Clause
- *2
- - :permit
- CC-BY-3.0
- *2
- - :permit
- CC0-1.0
- *2
- - :permit
- ISC
- *2
- - :permit
- MIT
- *2
- - :permit
- Unlicense
- *2
- - :permit
- W3C
- *2
- - :permit
- MPL-2.0
- *2
- - :permit
- "(MIT OR Apache-2.0)"
- *2
- - :permit
- Artistic-2.0
- *2
- - :permit
- MIT*
- *2
- - :permit
- BSD*
- *2
- - :permit
- "(MIT AND OFL-1.1)"
- *2
- - :permit
- "(WTFPL OR MIT)"
- *2
- - :permit
- "(BSD-2-Clause OR MIT OR Apache-2.0)"
- *2
- - :permit
- "(BSD-2-Clause OR MIT)"
- *2
- - :permit
- WTFPL
- *2
- - :permit
- Apache*
- *2
- - :ignore_group
- devDependencies
- :who:
:why: Exclude development dependencies that are not included in bundles
:versions: []
:when: 2020-06-05 21:28:58.197862000 Z
- - :license
- sourcegraph
- Apache-2.0
- &3
:who:
:why:
:versions: []
:when: 2020-06-15 06:45:58.540797000 Z
- - :homepage
- sourcegraph
- https://github.com/sourcegraph/sourcegraph
- *3
- - :license
- "@sourcegraph/extension-api-types"
- Apache-2.0
- *3
- - :license
- github.com/beevik/etree
- BSD-3-Clause
- *3
- - :license
- github.com/bkaradzic/go-lz4
- BSD-2-Clause
- *3
- - :license
- github.com/bmizerany/assert
- MIT
- *3
- - :license
- github.com/chzyer/logex
- MIT
- *3
- - :license
- github.com/crewjam/httperr
- BSD-2-Clause
- *3
- - :license
- github.com/cznic/mathutil
- MIT
- *3
- - :license
- github.com/dchest/uniuri
- CC0-1.0
- *3
- - :license
- github.com/dnaeon/go-vcr
- MIT
- *3
- - :license
- github.com/facebookgo/ensure
- BSD
- *3
- - :license
- github.com/facebookgo/limitgroup
- BSD
- *3
- - :license
- github.com/facebookgo/muster
- BSD
- *3
- - :license
- github.com/facebookgo/stack
- BSD
- *3
- - :license
- github.com/facebookgo/subset
- BSD
- *3
- - :license
- github.com/garyburd/redigo
- Apache-2.0
- *3
- - :license
- github.com/golangci/go-misc
- MIT
- *3
- - :license
- github.com/gomodule/oauth1
- Apache-2.0
- *3
- - :license
- github.com/gomodule/redigo
- Apache-2.0
- *3
- - :license
- github.com/jackc/pgtype
- MIT
- *3
- - :license
- github.com/inconshreveable/mousetrap
- Apache-2.0
- *3
- - :license
- github.com/jmespath/go-jmespath
- Apache-2.0
- *3
- - :license
- github.com/julienschmidt/httprouter
- BSD-3-Clause
- *3
- - :license
- github.com/karlseguin/typed
- MIT
- *3
- - :license
- github.com/mattn/goveralls
- MIT
- *3
- - :license
- github.com/rcrowley/go-metrics
- MIT
- *3
- - :license
- github.com/russellhaering/gosaml2
- Apache-2.0
- *3
- - :license
- github.com/russellhaering/goxmldsig
- Apache-2.0
- *3
- - :license
- github.com/shirou/w32
- MIT
- *3
- - :license
- github.com/shurcooL/github_flavored_markdown
- MIT
- *3
- - :license
- github.com/shurcooL/go-goon
- MIT
- *3
- - :license
- github.com/shurcooL/highlight_go
- MIT
- *3
- - :license
- github.com/sloonz/go-qprintable
- ISC
- *3
- - :license
- github.com/spf13/afero
- Apache-2.0
- *3
- - :license
- github.com/xdg/scram
- Apache-2.0
- *3
- - :license
- github.com/xdg/stringprep
- Apache-2.0
- *3
- - :license
- modernc.org/b
- BSD-3-Clause
- *3
- - :license
- modernc.org/db
- BSD-3-Clause
- *3
- - :license
- modernc.org/file
- BSD-3-Clause
- *3
- - :license
- modernc.org/golex
- BSD-3-Clause
- *3
- - :license
- modernc.org/internal
- BSD-3-Clause
- *3
- - :license
- modernc.org/lldb
- BSD-3-Clause
- *3
- - :license
- modernc.org/mathutil
- BSD-3-Clause
- *3
- - :license
- modernc.org/sortutil
- BSD-3-Clause
- *3
- - :license
- modernc.org/strutil
- BSD-3-Clause
- *3
- - :ignore
- github.com/OpenPeeDeeP/depguard
- :who:
:why: Development dependency
:versions: []
:when: 2020-06-16 02:19:49.896604000 Z
- - :ignore
- github.com/golangci/check
- :who:
:why: Development dependency
:versions: []
:when: 2020-06-16 02:20:06.274998000 Z
- - :name_project
- sourcegraph/sourcegraph
- :who:
:why:
:versions: []
:when: 2020-06-16 02:20:33.870044000 Z

1
go.mod
View File

@ -29,6 +29,7 @@ require (
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
github.com/dnaeon/go-vcr v1.0.1
github.com/efritz/glock v0.0.0-20181228234553-f184d69dff2c
github.com/efritz/go-genlib v0.0.0-20200616012750-c21aae2e13ac // indirect
github.com/efritz/go-mockgen v0.0.0-20200524175724-37e2c732ee40
github.com/efritz/pentimento v0.0.0-20190429011147-ade47d831101
github.com/ericchiang/k8s v1.2.0

4
go.sum
View File

@ -222,6 +222,8 @@ github.com/efritz/glock v0.0.0-20181228234553-f184d69dff2c h1:Q3HKbZogL9GGZVdO3P
github.com/efritz/glock v0.0.0-20181228234553-f184d69dff2c/go.mod h1:4behwg5YZ7amYrI5VDO/1s68YXZQHklcyFQpVDDgB2w=
github.com/efritz/go-genlib v0.0.0-20200420163202-9c3914df9594 h1:wAEx9E0qHx43LRLQqP5VFTijgLnvvNM53FqLu7G+VQI=
github.com/efritz/go-genlib v0.0.0-20200420163202-9c3914df9594/go.mod h1:aMnaM7yzn10TOdj5sGpElY90l/XT3eL+Sj7z7D1V8q8=
github.com/efritz/go-genlib v0.0.0-20200616012750-c21aae2e13ac h1:ljlPUOusK67MXhpecRpvFmvjtEHZycGmCJlWhApBTXg=
github.com/efritz/go-genlib v0.0.0-20200616012750-c21aae2e13ac/go.mod h1:aMnaM7yzn10TOdj5sGpElY90l/XT3eL+Sj7z7D1V8q8=
github.com/efritz/go-mockgen v0.0.0-20200524175724-37e2c732ee40 h1:O0VASQ25LL5HIRAbfY3E/brj2dow6JZDohML161YVYc=
github.com/efritz/go-mockgen v0.0.0-20200524175724-37e2c732ee40/go.mod h1:K2AZyo7TmaAzRhr4EvUaEHcpumiT0UEAARFnSBid7yE=
github.com/efritz/pentimento v0.0.0-20190429011147-ade47d831101 h1:RylpU+KNJJNEJIk3o8gZ70uPTlutxaYnikKNPko39LA=
@ -972,8 +974,6 @@ github.com/sourcegraph/jsonx v0.0.0-20190114210550-ba8cb36a8614 h1:MrlKMpoGse4bC
github.com/sourcegraph/jsonx v0.0.0-20190114210550-ba8cb36a8614/go.mod h1:7jkSQ2sdxwXMaIDxKJotTt+hwKnT9b/wbJFU7/ObUEY=
github.com/sourcegraph/syntaxhighlight v0.0.0-20170531221838-bd320f5d308e h1:qpG93cPwA5f7s/ZPBJnGOYQNK/vKsaDaseuKT5Asee8=
github.com/sourcegraph/syntaxhighlight v0.0.0-20170531221838-bd320f5d308e/go.mod h1:HuIsMU8RRBOtsCgI77wP899iHVBQpCmg4ErYMZB+2IA=
github.com/sourcegraph/zoekt v0.0.0-20200607063352-a20174182c81 h1:b4Nf9A2HDuqP4Oizdj8eGgPzsJi6Ptlto2IP7Jxah8Y=
github.com/sourcegraph/zoekt v0.0.0-20200607063352-a20174182c81/go.mod h1:WleTVLMEfvGF6uZ/mSWXVUH1H4NPxAcu6YbJ0TORdWc=
github.com/sourcegraph/zoekt v0.0.0-20200611095618-60ff282a43e8 h1:NbOfrykIogWTuU5mv9hul6H4uHuaaaF+0mYcwB5mSNE=
github.com/sourcegraph/zoekt v0.0.0-20200611095618-60ff282a43e8/go.mod h1:WleTVLMEfvGF6uZ/mSWXVUH1H4NPxAcu6YbJ0TORdWc=
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72 h1:qLC7fQah7D6K1B0ujays3HV9gkFtllcxhzImRR7ArPQ=

View File

@ -0,0 +1,12 @@
Project,License,Repository
Prometheus,Apache License 2.0,https://github.com/prometheus/prometheus
Grafana,Apache License 2.0,https://github.com/grafana/grafana
Jaeger,Apache License 2.0,https://github.com/jaegertracing/jaeger
PostgreSQL,PostgreSQL License,https://postgresql.org/
SQLite,SQLite Blessing,https://sqlite.org/
Redis,3-Clause BSD License,https://redis.io/
universal-ctags,GNU General Public License v2.0,https://github.com/universal-ctags/ctags
Zoekt,Apache License 2.0,https://github.com/sourcegraph/zoekt
Comby,Apache License 2.0,https://github.com/comby-tools/comby/
Alpine Linux,GNU General Public License,https://alpinelinux.org/
Tini,MIT License,https://github.com/krallin/tini
1 Project License Repository
2 Prometheus Apache License 2.0 https://github.com/prometheus/prometheus
3 Grafana Apache License 2.0 https://github.com/grafana/grafana
4 Jaeger Apache License 2.0 https://github.com/jaegertracing/jaeger
5 PostgreSQL PostgreSQL License https://postgresql.org/
6 SQLite SQLite Blessing https://sqlite.org/
7 Redis 3-Clause BSD License https://redis.io/
8 universal-ctags GNU General Public License v2.0 https://github.com/universal-ctags/ctags
9 Zoekt Apache License 2.0 https://github.com/sourcegraph/zoekt
10 Comby Apache License 2.0 https://github.com/comby-tools/comby/
11 Alpine Linux GNU General Public License https://alpinelinux.org/
12 Tini MIT License https://github.com/krallin/tini

File diff suppressed because it is too large Load Diff